hoe-manns 1.4.7 → 1.4.8

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: ec5cec6b01f2a64c7130710e48480952022fa535
4
- data.tar.gz: 4e04b22a45b1500f61c19f8d0cafe3368e43fee1
3
+ metadata.gz: 7f3bf6468bf12cd2c988e613d37f0b7bc3ef8e9b
4
+ data.tar.gz: 736bfb43b56703f5c97ad590d00f299d90bfb8c6
5
5
  SHA512:
6
- metadata.gz: de209fa49a7135f8b5d264189a1ebc899a24506fb214a53e6ec4628bd3046bca077362695739edfb3515620a0f57053b745493b5decfe13eeee2fbc2ea8cb397
7
- data.tar.gz: a17605c3ef032118e599dbe8c99451bf4df91cadf2b504a91c989a00b5ed6216834b00da80bb50d33e2d03dd69b86c8b808fb15b668a5d5778dbf5f03ca1c66f
6
+ metadata.gz: 49a9e248f5db1cb7811f366b2e91b94b3a42fdecdad98f68ad6801e45ff66b2982c25142d522e370498f1a88566d333a31a367a6acfef6a27a0864de02d24e9c
7
+ data.tar.gz: 9bf9cbe8f39ab11390d84052a1ab60465207e20531737eed604206f393fe6bc65ca6a911e0e0e129cdacb9787c69288eb7ea3255ca3e6853f455eccd0debed81
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- ���0Uf��\g�1��w��.?f����3B
2
- ���!F�o0�QA��S�=I*����r���;y���
1
+ 3x�yN��*W�_M�K0W�}A�~����M�Qk~��������`��w�a�A�G2����B�O�%g c���g'���A�
data/.index CHANGED
@@ -101,11 +101,11 @@ customs: []
101
101
  paths:
102
102
  lib:
103
103
  - lib
104
- version: 1.4.7
104
+ version: 1.4.8
105
105
  name: hoe-manns
106
106
  title: hoe-manns
107
107
  summary: hoe-manns is a small collection of my personal used rake tasks for using
108
108
  with hoe.
109
109
  description: hoe-manns is a small collection of my personal used rake tasks for using
110
110
  with hoe.
111
- date: '2016-01-27'
111
+ date: '2016-02-08'
data/Gemfile CHANGED
@@ -25,7 +25,7 @@ gem "hoe-seattlerb", "~>1.3", :group => [:development, :test]
25
25
  gem "hoe-version", "~>1.2", :group => [:development, :test]
26
26
  gem "rake", "~>10.5", :group => [:development, :test]
27
27
  gem "rspec", "~>3.4", :group => [:development, :test]
28
- gem "rubocop", "~>0.36", :group => [:development, :test]
28
+ gem "rubocop", "~>0.37", :group => [:development, :test]
29
29
  gem "simplecov", "~>0.11", :group => [:development, :test]
30
30
  gem "hoe", "~>3.14", :group => [:development, :test]
31
31
 
@@ -10,7 +10,7 @@ GEM
10
10
  bundler-audit (0.4.0)
11
11
  bundler (~> 1.2)
12
12
  thor (~> 0.18)
13
- cabin (0.8.0)
13
+ cabin (0.8.1)
14
14
  childprocess (0.5.9)
15
15
  ffi (~> 1.0, >= 1.0.11)
16
16
  clamp (0.6.5)
@@ -23,7 +23,7 @@ GEM
23
23
  tins (~> 1.6.0)
24
24
  diff-lcs (1.2.5)
25
25
  docile (1.1.5)
26
- domain_name (0.5.25)
26
+ domain_name (0.5.20160128)
27
27
  unf (>= 0.0.5, < 1.0.0)
28
28
  facter (2.4.6)
29
29
  CFPropertyList (~> 2.2.6)
@@ -52,21 +52,21 @@ GEM
52
52
  hoe-gemspec (1.0.0)
53
53
  hoe (>= 2.2.0)
54
54
  hoe-git (1.6.0)
55
- hoe-manns (1.4.6)
55
+ hoe-manns (1.4.7)
56
56
  bundler-audit (~> 0.4)
57
57
  hoe (~> 3.14)
58
58
  indexer (~> 0.3)
59
59
  pandoc-ruby (~> 1.0)
60
60
  parseconfig (~> 1.0)
61
- rainbow (~> 2.0)
61
+ rainbow (~> 2.1)
62
62
  hoe-packaging (1.1.2)
63
63
  bundler (~> 1.10)
64
64
  fpm (~> 1.4)
65
65
  fpm-cookery (~> 0.31)
66
- hoe-rubocop (1.0.4)
66
+ hoe-rubocop (1.0.6)
67
67
  bundler (~> 1.11)
68
68
  hoe (~> 3.14)
69
- rubocop (~> 0.35)
69
+ rubocop (~> 0.37)
70
70
  hoe-rubygems (1.0.0)
71
71
  hoe-seattlerb (1.3.4)
72
72
  hoe-version (1.2.0)
@@ -79,7 +79,7 @@ GEM
79
79
  netrc (0.11.0)
80
80
  pandoc-ruby (1.0.0)
81
81
  parseconfig (1.0.8)
82
- parser (2.3.0.2)
82
+ parser (2.3.0.3)
83
83
  ast (~> 2.2)
84
84
  powerpack (0.1.1)
85
85
  puppet (3.8.5)
@@ -107,13 +107,14 @@ GEM
107
107
  diff-lcs (>= 1.2.0, < 2.0)
108
108
  rspec-support (~> 3.4.0)
109
109
  rspec-support (3.4.1)
110
- rubocop (0.36.0)
111
- parser (>= 2.3.0.0, < 3.0)
110
+ rubocop (0.37.0)
111
+ parser (>= 2.3.0.2, < 3.0)
112
112
  powerpack (~> 0.1)
113
113
  rainbow (>= 1.99.1, < 3.0)
114
114
  ruby-progressbar (~> 1.7)
115
+ unicode-display_width (~> 0.3)
115
116
  ruby-progressbar (1.7.5)
116
- simplecov (0.11.1)
117
+ simplecov (0.11.2)
117
118
  docile (~> 1.1.0)
118
119
  json (~> 1.8)
119
120
  simplecov-html (~> 0.10.0)
@@ -125,7 +126,8 @@ GEM
125
126
  tins (1.6.0)
126
127
  unf (0.1.4)
127
128
  unf_ext
128
- unf_ext (0.0.7.1)
129
+ unf_ext (0.0.7.2)
130
+ unicode-display_width (0.3.1)
129
131
 
130
132
  PLATFORMS
131
133
  ruby
@@ -151,7 +153,7 @@ DEPENDENCIES
151
153
  rake (~> 10.5)
152
154
  rdoc (~> 4.0)
153
155
  rspec (~> 3.4)
154
- rubocop (~> 0.36)
156
+ rubocop (~> 0.37)
155
157
  simplecov (~> 0.11)
156
158
 
157
159
  BUNDLED WITH
@@ -1,3 +1,9 @@
1
+ === 1.4.8 / 2016-02-08
2
+
3
+ * 1 minor enhancement
4
+
5
+ * updated dependencies from gemnasium
6
+
1
7
  === 1.4.7 / 2016-01-27
2
8
 
3
9
  * 1 minor enhancement
data/Rakefile CHANGED
@@ -55,7 +55,7 @@ Hoe.spec 'hoe-manns' do
55
55
  extra_dev_deps << ['hoe-version', '~> 1.2']
56
56
  extra_dev_deps << ['rake', '~> 10.5']
57
57
  extra_dev_deps << ['rspec', '~> 3.4']
58
- extra_dev_deps << ['rubocop', '~> 0.36']
58
+ extra_dev_deps << ['rubocop', '~> 0.37']
59
59
  extra_dev_deps << ['simplecov', '~> 0.11']
60
60
 
61
61
  self.history_file = 'History.rdoc'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.7
1
+ 1.4.8
@@ -12,7 +12,7 @@ require 'hoe'
12
12
  # Main module for hoe-manns
13
13
  module Hoe::Manns
14
14
  # Version constant for HOE::Manns
15
- VERSION = '1.4.7'
15
+ VERSION = '1.4.8'
16
16
 
17
17
  attr_accessor :remove_pre_gemspec
18
18
  attr_accessor :update_index
@@ -1,6 +1,6 @@
1
1
  # Recipe class
2
2
  class HoeMannsRubyGem < FPM::Cookery::RubyGemRecipe
3
3
  name 'hoe-manns'
4
- version '1.4.6'
4
+ version '1.4.8'
5
5
  maintainer 'Sascha Manns <samannsml@directbox.com>'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-manns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.7
4
+ version: 1.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
@@ -30,7 +30,7 @@ cert_chain:
30
30
  cEuJ8AWKUjdkdt1Nba7qmareRtc2+pEiITV5ANv24b8vsmq9/8nbxQckdO7+NQRP
31
31
  pTQZhJ4mX28Qe1F9IE4F4UDeo8gQSPHJOttZA33sRLC19sH67dLq4pM=
32
32
  -----END CERTIFICATE-----
33
- date: 2016-01-27 00:00:00.000000000 Z
33
+ date: 2016-02-08 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: parseconfig
@@ -318,14 +318,14 @@ dependencies:
318
318
  requirements:
319
319
  - - "~>"
320
320
  - !ruby/object:Gem::Version
321
- version: '0.36'
321
+ version: '0.37'
322
322
  type: :development
323
323
  prerelease: false
324
324
  version_requirements: !ruby/object:Gem::Requirement
325
325
  requirements:
326
326
  - - "~>"
327
327
  - !ruby/object:Gem::Version
328
- version: '0.36'
328
+ version: '0.37'
329
329
  - !ruby/object:Gem::Dependency
330
330
  name: simplecov
331
331
  requirement: !ruby/object:Gem::Requirement
metadata.gz.sig CHANGED
Binary file