manpages 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ceab10dec54e6a641b61ad77976c6e5ba0f8df2
4
- data.tar.gz: d80bead93f3a2dc6a06743a6983837fd1c36edfc
3
+ metadata.gz: 0ee2aad1b264958fae651ceb86027b09a9100ad1
4
+ data.tar.gz: f361c0445198288907d87a004e0b95a95d80b069
5
5
  SHA512:
6
- metadata.gz: e1a61d528ab9b40f511a51ce278b355b538d8626641cdae9f5392f4799dcf1d82d617e31cff0a5a0087b437c32642e70d8bec73b6d4bb25adc0a797196975a5e
7
- data.tar.gz: 8a4883d1b86205141d2389004befb7f155799b9edc5b40afcd079d71e0b3e20d48b99be4ed2557881187d22336a4880f8a00d762cecde24e9315b32026022a42
6
+ metadata.gz: a32d908ec4b11dd0e445b413bec4c89f1f2501799787a5440748aaefd4ed8e3bded3f123b74081a8e5ca4f5649d62e48ecd4630ddc23028308ea6bc1237a5aa5
7
+ data.tar.gz: 5c96c538f76c50d11496980c9034e6995e76d0dfc792eb61d87bb0d59e8fc6c864c53f75240d240937f877ec56146db2b180d006f32f416ac01d1ffd0e9900e5
@@ -3,4 +3,5 @@ rvm:
3
3
  - 2.0
4
4
  - 2.1
5
5
  - 2.2
6
- - 2.3.1
6
+ - 2.3.3
7
+ - 2.4.0
@@ -0,0 +1,121 @@
1
+ # Change Log
2
+
3
+ ## [0.6.0](https://github.com/bitboxer/manpages/tree/0.6.0) (2016-12-04)
4
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.5.2...0.6.0)
5
+
6
+ **Closed issues:**
7
+
8
+ - Flaky test because of running order of tests [\#37](https://github.com/bitboxer/manpages/issues/37)
9
+ - Can't see man pages after installation [\#34](https://github.com/bitboxer/manpages/issues/34)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - \[\#37\] Flaky test because of running order of tests [\#38](https://github.com/bitboxer/manpages/pull/38) ([bitboxer](https://github.com/bitboxer))
14
+ - Use all man pages inside `man` directory [\#36](https://github.com/bitboxer/manpages/pull/36) ([gettalong](https://github.com/gettalong))
15
+ - Fix regex for determining man page file [\#35](https://github.com/bitboxer/manpages/pull/35) ([gettalong](https://github.com/gettalong))
16
+
17
+ ## [0.5.2](https://github.com/bitboxer/manpages/tree/0.5.2) (2016-11-19)
18
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.5.0...0.5.2)
19
+
20
+ **Closed issues:**
21
+
22
+ - Can't set it up in ruby 2.3.2 [\#32](https://github.com/bitboxer/manpages/issues/32)
23
+
24
+ **Merged pull requests:**
25
+
26
+ - \[\#32\] Can't set it up in ruby 2.3.2 [\#33](https://github.com/bitboxer/manpages/pull/33) ([bitboxer](https://github.com/bitboxer))
27
+
28
+ ## [0.5.0](https://github.com/bitboxer/manpages/tree/0.5.0) (2016-11-05)
29
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.5.1...0.5.0)
30
+
31
+ ## [0.5.1](https://github.com/bitboxer/manpages/tree/0.5.1) (2016-11-05)
32
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.4.0...0.5.1)
33
+
34
+ **Closed issues:**
35
+
36
+ - Add command that relinks all manpages of already installed gems [\#24](https://github.com/bitboxer/manpages/issues/24)
37
+
38
+ **Merged pull requests:**
39
+
40
+ - \[\#24\] Add command that relinks all manpages of already installed gems [\#31](https://github.com/bitboxer/manpages/pull/31) ([bitboxer](https://github.com/bitboxer))
41
+
42
+ ## [0.4.0](https://github.com/bitboxer/manpages/tree/0.4.0) (2016-11-04)
43
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.3.2...0.4.0)
44
+
45
+ **Closed issues:**
46
+
47
+ - chore: exclude Gemfile, Gemfile.lock from files that go into the gem [\#28](https://github.com/bitboxer/manpages/issues/28)
48
+ - Add rubocop config from bundler [\#25](https://github.com/bitboxer/manpages/issues/25)
49
+ - Add rbenv hook [\#2](https://github.com/bitboxer/manpages/issues/2)
50
+
51
+ **Merged pull requests:**
52
+
53
+ - \[\#28\] chore: exclude Gemfile, Gemfile.lock from files that go into th… [\#30](https://github.com/bitboxer/manpages/pull/30) ([bitboxer](https://github.com/bitboxer))
54
+ - \[\#2\] Add rbenv hook [\#29](https://github.com/bitboxer/manpages/pull/29) ([bitboxer](https://github.com/bitboxer))
55
+ - Refactor to Pathname, rspec shared settings [\#27](https://github.com/bitboxer/manpages/pull/27) ([olleolleolle](https://github.com/olleolleolle))
56
+ - \[\#25\] Add rubocop config from bundler [\#26](https://github.com/bitboxer/manpages/pull/26) ([bitboxer](https://github.com/bitboxer))
57
+
58
+ ## [0.3.2](https://github.com/bitboxer/manpages/tree/0.3.2) (2016-10-30)
59
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.3.1...0.3.2)
60
+
61
+ **Closed issues:**
62
+
63
+ - remove register command, it is not needed anymore [\#22](https://github.com/bitboxer/manpages/issues/22)
64
+
65
+ **Merged pull requests:**
66
+
67
+ - \[\#22\] remove register command, it is not needed anymore [\#23](https://github.com/bitboxer/manpages/pull/23) ([bitboxer](https://github.com/bitboxer))
68
+
69
+ ## [0.3.1](https://github.com/bitboxer/manpages/tree/0.3.1) (2016-10-29)
70
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.3.0...0.3.1)
71
+
72
+ **Closed issues:**
73
+
74
+ - Using wrong directory to save man pages [\#20](https://github.com/bitboxer/manpages/issues/20)
75
+ - Add description on how to add manpages to a gem [\#18](https://github.com/bitboxer/manpages/issues/18)
76
+
77
+ **Merged pull requests:**
78
+
79
+ - \[\#20\] Using wrong directory to save man pages [\#21](https://github.com/bitboxer/manpages/pull/21) ([bitboxer](https://github.com/bitboxer))
80
+ - \[\#18\] Add description on how to add manpages to a gem [\#19](https://github.com/bitboxer/manpages/pull/19) ([bitboxer](https://github.com/bitboxer))
81
+
82
+ ## [0.3.0](https://github.com/bitboxer/manpages/tree/0.3.0) (2016-10-28)
83
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.2.1...0.3.0)
84
+
85
+ **Closed issues:**
86
+
87
+ - Remove command class [\#13](https://github.com/bitboxer/manpages/issues/13)
88
+ - File.expand\_path [\#10](https://github.com/bitboxer/manpages/issues/10)
89
+ - Make sure to install only the latest version of the man page [\#9](https://github.com/bitboxer/manpages/issues/9)
90
+ - Do not crash if permissions don't allow creating of dirs/files [\#8](https://github.com/bitboxer/manpages/issues/8)
91
+ - Do not overwrite man files [\#7](https://github.com/bitboxer/manpages/issues/7)
92
+
93
+ **Merged pull requests:**
94
+
95
+ - \[\#8\] Do not crash if permissions don't allow creating of dirs/files [\#17](https://github.com/bitboxer/manpages/pull/17) ([bitboxer](https://github.com/bitboxer))
96
+ - \[\#7\] Do not overwrite man files [\#16](https://github.com/bitboxer/manpages/pull/16) ([bitboxer](https://github.com/bitboxer))
97
+ - \[\#9\] Make sure to install only the latest version of the man page [\#15](https://github.com/bitboxer/manpages/pull/15) ([bitboxer](https://github.com/bitboxer))
98
+ - \[\#13\] Remove command class [\#14](https://github.com/bitboxer/manpages/pull/14) ([bitboxer](https://github.com/bitboxer))
99
+ - \[\#10\] File.expand\_path [\#11](https://github.com/bitboxer/manpages/pull/11) ([bitboxer](https://github.com/bitboxer))
100
+
101
+ ## [0.2.1](https://github.com/bitboxer/manpages/tree/0.2.1) (2016-10-08)
102
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.2.0...0.2.1)
103
+
104
+ ## [0.2.0](https://github.com/bitboxer/manpages/tree/0.2.0) (2016-10-08)
105
+ [Full Changelog](https://github.com/bitboxer/manpages/compare/0.1.0...0.2.0)
106
+
107
+ **Closed issues:**
108
+
109
+ - Uninstall man pages [\#6](https://github.com/bitboxer/manpages/issues/6)
110
+ - Add chruby hook [\#5](https://github.com/bitboxer/manpages/issues/5)
111
+
112
+ ## [0.1.0](https://github.com/bitboxer/manpages/tree/0.1.0) (2016-10-03)
113
+ **Closed issues:**
114
+
115
+ - change test suite to rspec [\#4](https://github.com/bitboxer/manpages/issues/4)
116
+ - Add rvm hook [\#3](https://github.com/bitboxer/manpages/issues/3)
117
+ - Find man pages and copy them [\#1](https://github.com/bitboxer/manpages/issues/1)
118
+
119
+
120
+
121
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- manpages (0.6.0)
4
+ manpages (0.6.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -54,4 +54,4 @@ DEPENDENCIES
54
54
  rubocop (~> 0.44.1)
55
55
 
56
56
  BUNDLED WITH
57
- 1.13.6
57
+ 1.14.0
@@ -1,3 +1,5 @@
1
+ require "fileutils"
2
+
1
3
  module Manpages
2
4
  class Install
3
5
  def initialize(gem_spec, gem_dir, target_dir)
@@ -1,3 +1,3 @@
1
1
  module Manpages
2
- VERSION = "0.6.0".freeze
2
+ VERSION = "0.6.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manpages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bodo Tasche
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-04 00:00:00.000000000 Z
11
+ date: 2017-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -93,6 +93,7 @@ files:
93
93
  - ".rubocop.yml"
94
94
  - ".rubocop_todo.yml"
95
95
  - ".travis.yml"
96
+ - CHANGELOG.md
96
97
  - CODE_OF_CONDUCT.md
97
98
  - Gemfile
98
99
  - Gemfile.lock