hoe-packaging 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: befeaf93e1de70e828886108dfafd0019ab6f18d
4
- data.tar.gz: 342b1a81f4eb4efb19e3fa20cb4f8a80e8ceac69
3
+ metadata.gz: 7a9ede173d8de08ee96ab1782c503dba8eb136b0
4
+ data.tar.gz: 5d81dbaa30c90b883df9e5f766a470333b939aef
5
5
  SHA512:
6
- metadata.gz: dd644f5eb4b7a9d3137b3fbb8d8fdb36b08f8c85752fbe44e4f49632c043f73d62687630c4f5ac6d22c2e69c23c6e306dcf2258f203e0f03ec6396b598d12a3e
7
- data.tar.gz: 5de5bd132b147c48d109bbe6831d8738c4b940a8634bedfd93a5d444036d08e96c19ea4d10bca87c9addfdb27a14209ae79395fe905dd9f23db0aa55d7b4330a
6
+ metadata.gz: 7a8a197077540246aad76783cf34b6a93abede9ab769f71a457c1d4a5e7f2f24812b650d955c796dbe8068bf8736372f2fe9986a9c47b1cf26e425367365766b
7
+ data.tar.gz: 2b77e9de0279d0f2514c4a77d04180451e712e7f6a9d37a7cd4cc180ea1a943ef8c5cc40697f9d70f0f46b244ec7460d3ee9ee0fdf087c80328a2545267ffe3d
data/.scrutinizer.yml CHANGED
@@ -1,3 +1,7 @@
1
+ build:
2
+ environment:
3
+ ruby: '2.2.3'
4
+
1
5
  checks:
2
6
  ruby:
3
7
  code_rating: true
data/CONTRIBUTING.md CHANGED
@@ -30,4 +30,4 @@ based on `master` will likely be cherry picked.
30
30
 
31
31
  Need to report an issue? Use that issue tracker:
32
32
 
33
- * https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-packaging
33
+ * https://saigkill.myjetbrains.com/youtrack/issues
data/Gemfile CHANGED
@@ -23,6 +23,7 @@ gem "rake", "~>11.2", :group => [:development, :test]
23
23
  gem "reek", "~>4.2", :group => [:development, :test]
24
24
  gem "rspec", "~>3.5", :group => [:development, :test]
25
25
  gem "rubocop", "~>0.42", :group => [:development, :test]
26
+ gem "coveralls", "~>0.8", :group => [:development, :test]
26
27
  gem "hoe", "~>3.15", :group => [:development, :test]
27
28
 
28
29
  # vim: syntax=ruby
data/Gemfile.lock CHANGED
@@ -23,9 +23,16 @@ GEM
23
23
  virtus (~> 1.0)
24
24
  coercible (1.0.0)
25
25
  descendants_tracker (~> 0.0.1)
26
+ coveralls (0.8.15)
27
+ json (>= 1.8, < 3)
28
+ simplecov (~> 0.12.0)
29
+ term-ansicolor (~> 1.3)
30
+ thor (~> 0.19.1)
31
+ tins (>= 1.6.0, < 2)
26
32
  descendants_tracker (0.0.4)
27
33
  thread_safe (~> 0.3, >= 0.3.1)
28
34
  diff-lcs (1.2.5)
35
+ docile (1.1.5)
29
36
  equalizer (0.0.11)
30
37
  facter (2.4.6)
31
38
  CFPropertyList (~> 2.2.6)
@@ -55,17 +62,15 @@ GEM
55
62
  hoe (>= 2.2.0)
56
63
  hoe-doofus (1.0.0)
57
64
  hoe-git (1.6.0)
58
- hoe-manns (1.5.0)
65
+ hoe-manns (1.6.0)
59
66
  bundler-audit (~> 0.4)
60
- hoe (~> 3.15)
61
- pandoc-ruby (~> 2.0)
62
67
  parseconfig (~> 1.0)
63
68
  rainbow (~> 2.1)
64
69
  hoe-packaging (1.1.4)
65
70
  bundler (~> 1.10)
66
71
  fpm (~> 1.6)
67
72
  fpm-cookery (~> 0.32)
68
- hoe-reek (1.1.3)
73
+ hoe-reek (1.1.5)
69
74
  bundler (~> 1.11)
70
75
  setup (~> 5.2)
71
76
  hoe-rubocop (1.0.6)
@@ -81,7 +86,6 @@ GEM
81
86
  json (1.8.3)
82
87
  json_pure (2.0.2)
83
88
  mustache (0.99.8)
84
- pandoc-ruby (2.0.1)
85
89
  parseconfig (1.0.8)
86
90
  parser (2.3.1.2)
87
91
  ast (~> 2.2)
@@ -100,7 +104,7 @@ GEM
100
104
  rake (11.2.2)
101
105
  rdoc (4.2.2)
102
106
  json (~> 1.4)
103
- reek (4.2.3)
107
+ reek (4.4.0)
104
108
  codeclimate-engine-rb (~> 0.3.1)
105
109
  parser (~> 2.3.1, >= 2.3.1.2)
106
110
  rainbow (~> 2.0)
@@ -128,10 +132,18 @@ GEM
128
132
  ffi (~> 1.9)
129
133
  io-like (~> 0.3)
130
134
  setup (5.2.0)
135
+ simplecov (0.12.0)
136
+ docile (~> 1.1.0)
137
+ json (>= 1.8, < 3)
138
+ simplecov-html (~> 0.10.0)
139
+ simplecov-html (0.10.0)
131
140
  stud (0.0.22)
132
141
  systemu (2.6.5)
142
+ term-ansicolor (1.3.2)
143
+ tins (~> 1.0)
133
144
  thor (0.19.1)
134
145
  thread_safe (0.3.5)
146
+ tins (1.12.0)
135
147
  unicode-display_width (1.1.0)
136
148
  virtus (1.0.5)
137
149
  axiom-types (~> 0.1)
@@ -144,6 +156,7 @@ PLATFORMS
144
156
 
145
157
  DEPENDENCIES
146
158
  bundler (~> 1.10)
159
+ coveralls (~> 0.8)
147
160
  fpm (~> 1.6)
148
161
  fpm-cookery (~> 0.32)
149
162
  hoe (~> 3.15)
data/History.rdoc CHANGED
@@ -1,3 +1,10 @@
1
+ === 1.1.5 / 2016-09-01
2
+
3
+ * 2 minor enhancements
4
+
5
+ * updated dependencies from gemnasium
6
+ * added user documentation
7
+
1
8
  === 1.1.4 / 2016-08-06
2
9
 
3
10
  * 1 minor enhanement
data/Manifest.txt CHANGED
@@ -18,6 +18,5 @@ README.rdoc
18
18
  Rakefile
19
19
  config.reek
20
20
  lib/hoe/packaging.rb
21
- recipes/recipe.rb
22
21
  spec/packaging_spec.rb
23
22
  spec/spec_helper.rb
data/README.rdoc CHANGED
@@ -2,9 +2,11 @@
2
2
 
3
3
  home :: http://saigkill.github.io
4
4
  code :: http://github.com/saigkill/hoe-packaging
5
- docs :: https://saigkill.github.io/docs/hoe-packaging/index
5
+ docs (en-US) :: https://saigkill.github.io/docs/hoe-packaging/en-US/html/index.html
6
+ docs (de-DE) :: https://saigkill.github.io/docs/hoe-packaging/de-DE/html/index.html
6
7
  apidoc :: http://www.rubydoc.info/gems/hoe-packaging
7
- bugs :: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-packaging
8
+ bugs :: https://saigkill.myjetbrains.com/youtrack/issues
9
+ min. rubyver :: 2.2.0
8
10
  license :: {<img src="http://img.shields.io/:license-mit-blue.svg" />}[https://github.com/saigkill/hoe-packaging/blob/master/LICENSE.rdoc]
9
11
  last public version :: {<img src="https://badge.fury.io/rb/hoe-packaging.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-packaging]
10
12
  downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-packaging.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-packaging]
@@ -31,7 +33,7 @@ also a deployment to bintray.
31
33
 
32
34
  This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS, i'm happy about Pull requests.
33
35
 
34
- For a detailed information please visit: https://saigkill.github.io/docs/hoe-packaging/index
36
+ For a detailed information please visit: https://saigkill.github.io/docs/hoe-packaging/en-US/html/index.html (english) or https://saigkill.github.io/docs/hoe-packaging/en-US/html/index.html (german).
35
37
 
36
38
  If you like this little program so don't forget to give this GitLab repository a star :-)
37
39
 
data/Rakefile CHANGED
@@ -43,7 +43,7 @@ Hoe.spec 'hoe-packaging' do
43
43
  self.history_file = 'History.rdoc'
44
44
  self.readme_file = 'README.rdoc'
45
45
  self.extra_rdoc_files = FileList['*.rdoc'].to_a
46
- self.post_install_message = '*** Extend your hoerc: https://saigkill.github.io/docs/hoe-packaging/index *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-packaging'
46
+ self.post_install_message = '*** Extend your hoerc: https://saigkill.github.io/docs/hoe-packaging/en-US/html/index.html *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-packaging'
47
47
 
48
48
  dependency 'bundler', '~> 1.10'
49
49
  dependency 'fpm', '~> 1.6'
@@ -63,6 +63,7 @@ Hoe.spec 'hoe-packaging' do
63
63
  extra_dev_deps << ['reek', '~> 4.2']
64
64
  extra_dev_deps << ['rspec', '~> 3.5']
65
65
  extra_dev_deps << ['rubocop', '~> 0.42']
66
+ extra_dev_deps << ['coveralls', '~> 0.8']
66
67
  end
67
68
 
68
69
  ##################################################SETUP ZONE############################################################
data/lib/hoe/packaging.rb CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ # encoding: UTF-8
2
2
  # @encoding: utf-8
3
3
  # @author: Sascha Manns
4
4
  # @abstract: hoe-packaging
@@ -7,12 +7,12 @@
7
7
  # License: MIT
8
8
 
9
9
  # Dependencies
10
-
10
+ require 'hoe'
11
11
 
12
12
  # Main module for hoe-packaging
13
13
  module Hoe::Packaging
14
14
  # Versionizing
15
- VERSION = '1.1.4'
15
+ VERSION = '1.1.5'
16
16
  attr_accessor :create_packages
17
17
  attr_accessor :deploy_packages
18
18
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-packaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-06 00:00:00.000000000 Z
11
+ date: 2016-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -262,6 +262,20 @@ dependencies:
262
262
  - - "~>"
263
263
  - !ruby/object:Gem::Version
264
264
  version: '0.42'
265
+ - !ruby/object:Gem::Dependency
266
+ name: coveralls
267
+ requirement: !ruby/object:Gem::Requirement
268
+ requirements:
269
+ - - "~>"
270
+ - !ruby/object:Gem::Version
271
+ version: '0.8'
272
+ type: :development
273
+ prerelease: false
274
+ version_requirements: !ruby/object:Gem::Requirement
275
+ requirements:
276
+ - - "~>"
277
+ - !ruby/object:Gem::Version
278
+ version: '0.8'
265
279
  - !ruby/object:Gem::Dependency
266
280
  name: hoe
267
281
  requirement: !ruby/object:Gem::Requirement
@@ -312,14 +326,13 @@ files:
312
326
  - Rakefile
313
327
  - config.reek
314
328
  - lib/hoe/packaging.rb
315
- - recipes/recipe.rb
316
329
  - spec/packaging_spec.rb
317
330
  - spec/spec_helper.rb
318
331
  homepage: http://saigkill.github.io
319
332
  licenses:
320
333
  - MIT
321
334
  metadata: {}
322
- post_install_message: "*** Extend your hoerc: https://saigkill.github.io/docs/hoe-packaging/index
335
+ post_install_message: "*** Extend your hoerc: https://saigkill.github.io/docs/hoe-packaging/en-US/html/index.html
323
336
  *** Please file bugreports and feature requests on: https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+hoe-packaging"
324
337
  rdoc_options:
325
338
  - "--main"
data/recipes/recipe.rb DELETED
@@ -1,6 +0,0 @@
1
- # Recipe class
2
- class HoePackagingRubyGem < FPM::Cookery::RubyGemRecipe
3
- name 'hoe-packaging'
4
- version '1.1.4'
5
- maintainer 'Sascha Manns <samannsml@directbox.com>'
6
- end