Skip to content

Latest commit

 

History

History
129 lines (81 loc) · 6.75 KB

CHANGELOG.md

File metadata and controls

129 lines (81 loc) · 6.75 KB

Change Log

0.6.1 (2017-02-05)

Full Changelog

Merged pull requests:

0.6.0 (2016-12-04)

Full Changelog

Closed issues:

  • Flaky test because of running order of tests #37
  • Can't see man pages after installation #34

Merged pull requests:

  • [#37] Flaky test because of running order of tests #38 (bitboxer)
  • Use all man pages inside man directory #36 (gettalong)
  • Fix regex for determining man page file #35 (gettalong)

0.5.2 (2016-11-19)

Full Changelog

Closed issues:

  • Can't set it up in ruby 2.3.2 #32

Merged pull requests:

0.5.0 (2016-11-05)

Full Changelog

0.5.1 (2016-11-05)

Full Changelog

Closed issues:

  • Add command that relinks all manpages of already installed gems #24

Merged pull requests:

  • [#24] Add command that relinks all manpages of already installed gems #31 (bitboxer)

0.4.0 (2016-11-04)

Full Changelog

Closed issues:

  • chore: exclude Gemfile, Gemfile.lock from files that go into the gem #28
  • Add rubocop config from bundler #25
  • Add rbenv hook #2

Merged pull requests:

  • [#28] chore: exclude Gemfile, Gemfile.lock from files that go into th… #30 (bitboxer)
  • [#2] Add rbenv hook #29 (bitboxer)
  • Refactor to Pathname, rspec shared settings #27 (olleolleolle)
  • [#25] Add rubocop config from bundler #26 (bitboxer)

0.3.2 (2016-10-30)

Full Changelog

Closed issues:

  • remove register command, it is not needed anymore #22

Merged pull requests:

  • [#22] remove register command, it is not needed anymore #23 (bitboxer)

0.3.1 (2016-10-29)

Full Changelog

Closed issues:

  • Using wrong directory to save man pages #20
  • Add description on how to add manpages to a gem #18

Merged pull requests:

  • [#20] Using wrong directory to save man pages #21 (bitboxer)
  • [#18] Add description on how to add manpages to a gem #19 (bitboxer)

0.3.0 (2016-10-28)

Full Changelog

Closed issues:

  • Remove command class #13
  • File.expand_path #10
  • Make sure to install only the latest version of the man page #9
  • Do not crash if permissions don't allow creating of dirs/files #8
  • Do not overwrite man files #7

Merged pull requests:

  • [#8] Do not crash if permissions don't allow creating of dirs/files #17 (bitboxer)
  • [#7] Do not overwrite man files #16 (bitboxer)
  • [#9] Make sure to install only the latest version of the man page #15 (bitboxer)
  • [#13] Remove command class #14 (bitboxer)
  • [#10] File.expand_path #11 (bitboxer)

0.2.1 (2016-10-08)

Full Changelog

0.2.0 (2016-10-08)

Full Changelog

Closed issues:

  • Uninstall man pages #6
  • Add chruby hook #5

0.1.0 (2016-10-03)

Closed issues:

  • change test suite to rspec #4
  • Add rvm hook #3
  • Find man pages and copy them #1

* This Change Log was automatically generated by github_changelog_generator