hoe-manns 2.1.0 → 2.1.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: 24e8a05d3e2815eaf89233b8dba6e0f879f54faf
4
- data.tar.gz: 208d0551004f9beffdd33f069566a14f6cdd328e
3
+ metadata.gz: 3f5642f2253f0c4c6e9c3851e0c455ae47a87bd4
4
+ data.tar.gz: 8938b843ca9ae5f6ee6f776525843123949f1e32
5
5
  SHA512:
6
- metadata.gz: 67a366ceb2601c6fdbf6c9c11a75290df7d673089f93bc23eda832147129a8d37238d676f6b0e64c78feb4768243985e4c9fe14b1b7bf8e68683267df1c686f3
7
- data.tar.gz: 5c1e4d929026f4b93ce4e45f33d967bf33a13b7e5a3dca8e78a0daf5c580676997ca8aa6e02b903df260b2ba395c20bbd9ce5ffc3f205f585cbbd0d259941c95
6
+ metadata.gz: 5d2995120f47f1e66d5c90e53c3c42955f7b196adf09bce9c367ebe3888bcbf9d18931274ed5cd5813a1313dac0ab54c0becf8db7c80391ff02dde0c8da21631
7
+ data.tar.gz: 2d711d490979a78a546ace7e8621be64b1126e4f42c84032f27bbb3b7f9848b32f0dbdde2c8b7b626859e9e11e601cfe5e685e821723618b2153fa18a7b49dfa
data/Gemfile.lock CHANGED
@@ -34,8 +34,8 @@ GEM
34
34
  bundler-audit (~> 0.5)
35
35
  parseconfig (~> 1.0)
36
36
  rainbow (~> 2.2)
37
- hoe-reek (1.2.0)
38
- bundler (~> 1.15)
37
+ hoe-reek (1.2.2)
38
+ bundler (~> 1.16)
39
39
  reek (~> 4.7)
40
40
  hoe-rubocop (1.0.8)
41
41
  bundler (~> 1.14)
@@ -55,7 +55,7 @@ GEM
55
55
  rake
56
56
  rake (12.2.1)
57
57
  rdoc (5.1.0)
58
- reek (4.7.2)
58
+ reek (4.7.3)
59
59
  codeclimate-engine-rb (~> 0.4.0)
60
60
  parser (>= 2.4.0.0, < 2.5)
61
61
  rainbow (~> 2.0)
@@ -120,4 +120,4 @@ DEPENDENCIES
120
120
  rubocop (~> 0.50)
121
121
 
122
122
  BUNDLED WITH
123
- 1.15.4
123
+ 1.16.0
data/History.rdoc CHANGED
@@ -1,3 +1,9 @@
1
+ === 2.1.1 / 2017-11-06
2
+
3
+ * 1 patch enhancement
4
+
5
+ * updated reek dependency
6
+
1
7
  === 2.1.0 / 2017-10-25
2
8
 
3
9
  * 5 minor enhancements
data/Manifest.txt CHANGED
@@ -5,6 +5,7 @@ LICENSE.rdoc
5
5
  Manifest.txt
6
6
  README.rdoc
7
7
  Rakefile
8
+ NEWS
8
9
  lib/hoe/manns.rb
9
10
  lib/hoe/manns-methods.rb
10
11
  spec/manns_spec.rb
data/NEWS ADDED
@@ -0,0 +1,200 @@
1
+ ===============================================================================
2
+ hoe-manns 2.1.1 - 2017-11-06
3
+ ===============================================================================
4
+
5
+ hoe-manns 2.1.1 is the culmination of one days' work by 1 developer.
6
+
7
+ New Features:
8
+
9
+ * Nothing yet
10
+
11
+ Enhancements:
12
+
13
+ * Nothing yet
14
+
15
+ Notable Bugs Fixed:
16
+
17
+ * Updated reek dependency
18
+
19
+
20
+ ===============================================================================
21
+ SOURCES / PACKAGES
22
+ ===============================================================================
23
+
24
+ Sources
25
+ -------
26
+
27
+ * hoe-manns 2.1.1 Tarballs:
28
+ https://launchpad.net/hoe-manns/2.x/2.1.1/+download/hoe-manns-2.1.1.tar.xz
29
+
30
+ Packages
31
+ --------
32
+
33
+ Download and installation information is available here:
34
+
35
+ * https://saigkill.github.io/hoe-manns/about/
36
+
37
+ Gems:
38
+
39
+ * https://rubygems.org/gems/hoe-manns
40
+
41
+ ===============================================================================
42
+ REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
43
+ ===============================================================================
44
+
45
+ If you encounter any bad behavior with this release, please do not
46
+ hesitate to file bugs!
47
+
48
+ * https://bugs.launchpad.net/hoe-manns
49
+
50
+
51
+ ===============================================================================
52
+ VALUED HOE-MANNS CONTRIBUTORS
53
+ ===============================================================================
54
+
55
+ Contributors For This Release
56
+ -----------------------------
57
+
58
+ The following people directly contributed to the release of this version
59
+ of hoe-manns. Without their help, there would be no release!
60
+
61
+ Sascha Manns
62
+
63
+ ===============================================================================
64
+ hoe-manns 2.1.0 - 2017-10-24
65
+ ===============================================================================
66
+
67
+ hoe-manns 2.1.0 is the culmination of two days' work by 1 developer.
68
+
69
+ New Features:
70
+
71
+ * Handling
72
+
73
+ run
74
+
75
+
76
+ Enhancements:
77
+
78
+ * Nothing yet
79
+
80
+
81
+ Notable Bugs Fixed:
82
+
83
+ * HM-9: Split module into two seperate modules
84
+ * HM-10: Remove run_after_release
85
+ * HM-11: Remove system('git add recipes/recipe.rb') if File.exist?('recipes/recipe.rb')
86
+
87
+
88
+ ===============================================================================
89
+ SOURCES / PACKAGES
90
+ ===============================================================================
91
+
92
+ Sources
93
+ -------
94
+
95
+ * hoe-manns 2.1.0 Tarballs:
96
+ https://launchpad.net/hoe-manns/2.x/2.1.0/+download/hoe-manns-2.1.0.tar.xz
97
+
98
+ Packages
99
+ --------
100
+
101
+ Download and installation information is available here:
102
+
103
+ * https://saigkill.github.io/hoe-manns/about/
104
+
105
+ Gems:
106
+
107
+ * https://rubygems.org/gems/hoe-manns
108
+
109
+ ===============================================================================
110
+ REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
111
+ ===============================================================================
112
+
113
+ If you encounter any bad behavior with this release, please do not
114
+ hesitate to file bugs!
115
+
116
+ * https://bugs.launchpad.net/hoe-manns
117
+
118
+
119
+ ===============================================================================
120
+ VALUED HOE-MANNS CONTRIBUTORS
121
+ ===============================================================================
122
+
123
+ Contributors For This Release
124
+ -----------------------------
125
+
126
+ The following people directly contributed to the release of this version
127
+ of hoe-manns. Without their help, there would be no release!
128
+
129
+ Sascha Manns
130
+
131
+
132
+
133
+ ===============================================================================
134
+ hoe-manns 2.0.0 - 2017-10-19
135
+ ===============================================================================
136
+
137
+ hoe 2.0.0 is the culmination of a days' work by 1 developer.
138
+
139
+ New Features:
140
+
141
+ * Handling
142
+
143
+ run_before_release changed. The trigger for update_workspace are
144
+ removed. It was written before i knew 'git -a' ;-) Also the method
145
+ for running the manuals was dropped.
146
+
147
+
148
+ Enhancements:
149
+
150
+ * Nothing yet
151
+
152
+
153
+ Notable Bugs Fixed:
154
+
155
+ * HM-7: Changed license from MIT to GPL-3
156
+
157
+
158
+ ===============================================================================
159
+ SOURCES / PACKAGES
160
+ ===============================================================================
161
+
162
+ Sources
163
+ -------
164
+
165
+ * hoe-manns 2.0.0 Tarballs:
166
+ https://launchpad.net/hoe-manns/2.x/2.0.0/+download/hoe-manns-2.0.0.tar.xz
167
+
168
+ Packages
169
+ --------
170
+
171
+ Download and installation information is available here:
172
+
173
+ * https://saigkill.github.io/hoe-manns/userdocs/en/
174
+
175
+ Gems:
176
+
177
+ * https://rubygems.org/gems/hoe-manns
178
+
179
+ ===============================================================================
180
+ REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
181
+ ===============================================================================
182
+
183
+ If you encounter any bad behavior with this release, please do not
184
+ hesitate to file bugs!
185
+
186
+ * https://bugs.launchpad.net/hoe-manns
187
+
188
+
189
+ ===============================================================================
190
+ VALUED HOE-MANNS CONTRIBUTORS
191
+ ===============================================================================
192
+
193
+ Contributors For This Release
194
+ -----------------------------
195
+
196
+ The following people directly contributed to the release of this version
197
+ of hoe-manns. Without their help, there would be no release!
198
+
199
+ Sascha Manns
200
+
data/README.rdoc CHANGED
@@ -20,18 +20,16 @@ hoe-manns is a small collection of my personal used rake tasks for using with ho
20
20
  * bundler:gemfile_lock
21
21
  * bundle_audit:*
22
22
  * clean_pkg
23
- * copy_manuals
24
23
  * copy_master
25
24
  * remove_pre_gemspec
26
25
  * run_before_release
27
26
  * run_after_release
28
- * update_workspace
29
27
 
30
28
  The History.rdoc contains a detailed description on what has changed. For most
31
29
  users the NEWS file might be a better place to look since it contains
32
30
  change summaries between the different versions.
33
31
 
34
- youtube_dlhelper is released under the GPL3 License, see the file 'License.rdoc'
32
+ hoe-manns is released under the GPL3 License, see the file 'License.rdoc'
35
33
  for more information.
36
34
 
37
35
  The official web site is:
@@ -42,10 +40,9 @@ The official web site is:
42
40
 
43
41
  * Updates the Gemfile.lock
44
42
  * Removes the old *.gemspec created in test cases
45
- * commits the workspace before rake release
46
43
  * copies your manuals to your docpath.
47
44
  * runs the rake tasks before release: git:manifest, bundler:gemfile, update_gemfile_lock, remove_pre_gemspec,
48
- update_workspace, bundler_audit:run and copy_mirror.
45
+ bundler_audit:run and copy_mirror.
49
46
  * runs after release: send_email.
50
47
  * Cleans up the pkg dir
51
48
  * provides bundler_audit tasks
@@ -169,10 +166,6 @@ If you want to merge your branch with the trunk, join the team.
169
166
  Please base all Merge requests off the `master` branch. Merges to
170
167
  `X.X` only occur through the `master` branch.
171
168
 
172
- == COMMUNICATION:
173
-
174
- Join the team on: https://launchpad.net/~hoe-manns.
175
-
176
169
  == PROBLEM REPORTING:
177
170
 
178
171
  Bugs should be reported to https://bugs.launchpad.net/hoe-manns. You will need to create an
data/STATUS.rdoc CHANGED
@@ -11,7 +11,7 @@ continuous integration :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-m
11
11
 
12
12
  == Code Review
13
13
  code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-manns/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-manns/]
14
- code quality :: {<img src="https://codeclimate.com/github/saigkill/hoe-manns/badges/gpa.svg" alt="Code Quality" />}[https://codeclimate.com/github/saigkill/hoe-manns]
14
+ code quality :: {<img src="https://api.codeclimate.com/v1/badges/009b795034d7c698c74f/maintainability" />}[https://codeclimate.com/github/saigkill/hoe-manns/maintainability]
15
15
  code quality :: {<img src="https://api.codacy.com/project/badge/Grade/bfa993bdac4b46efa6e102daf97ca311" alt="Codacy code quality" />}[https://www.codacy.com/app/saigkill_2/hoe-manns?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=saigkill/hoe-manns&amp;utm_campaign=Badge_Grade]
16
16
 
17
17
  == Security
@@ -17,6 +17,7 @@
17
17
  require 'rainbow/ext/string'
18
18
 
19
19
  # Module Hoe
20
+ # TODO: Try to fix this in future
20
21
  # rubocop:disable Metrics/ClassAndModuleChildren
21
22
  module Hoe::MannsMethods
22
23
  # Installs a bundle
data/lib/hoe/manns.rb CHANGED
@@ -23,7 +23,7 @@ require_relative 'manns-methods.rb'
23
23
  # rubocop:disable Metrics/ClassAndModuleChildren
24
24
  module Hoe::Manns
25
25
  # Version constant for HOE::Manns
26
- VERSION = '2.1.0'.freeze
26
+ VERSION = '2.1.1'.freeze
27
27
 
28
28
  attr_accessor :remove_pre_gemspec
29
29
  attr_accessor :copy_master
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-manns
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-28 00:00:00.000000000 Z
11
+ date: 2017-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rainbow
@@ -254,18 +254,16 @@ description: |-
254
254
  * bundler:gemfile_lock
255
255
  * bundle_audit:*
256
256
  * clean_pkg
257
- * copy_manuals
258
257
  * copy_master
259
258
  * remove_pre_gemspec
260
259
  * run_before_release
261
260
  * run_after_release
262
- * update_workspace
263
261
 
264
262
  The History.rdoc contains a detailed description on what has changed. For most
265
263
  users the NEWS file might be a better place to look since it contains
266
264
  change summaries between the different versions.
267
265
 
268
- youtube_dlhelper is released under the GPL3 License, see the file 'License.rdoc'
266
+ hoe-manns is released under the GPL3 License, see the file 'License.rdoc'
269
267
  for more information.
270
268
 
271
269
  The official web site is:
@@ -287,6 +285,7 @@ files:
287
285
  - History.rdoc
288
286
  - LICENSE.rdoc
289
287
  - Manifest.txt
288
+ - NEWS
290
289
  - README.rdoc
291
290
  - Rakefile
292
291
  - STATUS.rdoc