palletjack 0.7.0 → 0.7.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: 4bdebdf58950c1a3296e87aeae767346245af628
4
- data.tar.gz: ba3a0f10ac1fd86c9611f616815c917d29066ef0
3
+ metadata.gz: 4676e886298ace9554f1da9282f0cb8ca35106d4
4
+ data.tar.gz: feaf02fe0f9ab07f122e2d475fa35ac6807b1e6a
5
5
  SHA512:
6
- metadata.gz: c977aa8a85890d687474478dbaa25ac2fdfbde0a1b506fb173e026363427ed3c03501fa9fe81b099017a805f84f35e192f465091a05ff02fbacdd25ce900fd38
7
- data.tar.gz: 5e3897ac3c4de3c04e5a09e2a39c610e8a09a601e9460c049efc90cdad75d1d97e6a41cffbe4778bf39507646f9cfce70dc337fac79fe3fbf0562ea5e0180eaa
6
+ metadata.gz: 9bd3faa68cb9716e000a62957e3c12264dc6cae082ad12cb4574f296f9d2f269801b3d345b7c9cebc6f834e0b52e51d90493cab8890b0509640cc3f34409dfcb
7
+ data.tar.gz: 3326f240ca3c10a13afd93be29b4cfec9c303111b469ef2d295315b22f26862c9c3948aca4e513111527c1044ceaccbe663f551bd3de34dbf140bd9f747564b3
data/.rubocop.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  inherit_from: .rubocop_todo.yml
2
2
 
3
- Style/IndentArray:
3
+ Layout/IndentArray:
4
4
  EnforcedStyle: consistent
5
5
  Style/MethodName:
6
6
  EnforcedStyle: snake_case
data/.rubocop_todo.yml CHANGED
@@ -119,7 +119,7 @@ Style/Alias:
119
119
  # Cop supports --auto-correct.
120
120
  # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
121
121
  # SupportedStyles: with_first_parameter, with_fixed_indentation
122
- Style/AlignParameters:
122
+ Layout/AlignParameters:
123
123
  Exclude:
124
124
  - 'lib/palletjack/pallet.rb'
125
125
  - 'tools/exe/create_ipv4_interface'
@@ -161,7 +161,7 @@ Style/BlockDelimiters:
161
161
 
162
162
  # Offense count: 11
163
163
  # Cop supports --auto-correct.
164
- Style/BlockEndNewline:
164
+ Layout/BlockEndNewline:
165
165
  Exclude:
166
166
  - 'lib/palletjack/tool.rb'
167
167
  - 'tools/exe/create_domain'
@@ -199,7 +199,7 @@ Style/ColonMethodCall:
199
199
 
200
200
  # Offense count: 2
201
201
  # Cop supports --auto-correct.
202
- Style/CommentIndentation:
202
+ Layout/CommentIndentation:
203
203
  Exclude:
204
204
  - 'tools/spec/palletjack2salt_spec.rb'
205
205
 
@@ -257,7 +257,7 @@ Style/EmptyMethod:
257
257
  # Offense count: 2
258
258
  # Cop supports --auto-correct.
259
259
  # Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
260
- Style/ExtraSpacing:
260
+ Layout/ExtraSpacing:
261
261
  Exclude:
262
262
  - 'palletjack.gemspec'
263
263
  - 'tools/palletjack-tools.gemspec'
@@ -275,7 +275,7 @@ Style/FileName:
275
275
  # Cop supports --auto-correct.
276
276
  # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
277
277
  # SupportedStyles: consistent, special_for_inner_method_call, special_for_inner_method_call_in_parentheses
278
- Style/FirstParameterIndentation:
278
+ Layout/FirstParameterIndentation:
279
279
  Exclude:
280
280
  - 'tools/exe/create_domain'
281
281
  - 'tools/exe/create_ipv4_interface'
@@ -348,7 +348,7 @@ Style/IfUnlessModifier:
348
348
  # Offense count: 16
349
349
  # Cop supports --auto-correct.
350
350
  # Configuration parameters: IndentationWidth.
351
- Style/IndentAssignment:
351
+ Layout/IndentAssignment:
352
352
  Exclude:
353
353
  - 'lib/palletjack/tool.rb'
354
354
  - 'tools/exe/create_domain'
@@ -377,7 +377,7 @@ Style/MultilineBlockChain:
377
377
 
378
378
  # Offense count: 1
379
379
  # Cop supports --auto-correct.
380
- Style/MultilineBlockLayout:
380
+ Layout/MultilineBlockLayout:
381
381
  Exclude:
382
382
  - 'tools/exe/dump_pallet'
383
383
 
@@ -385,7 +385,7 @@ Style/MultilineBlockLayout:
385
385
  # Cop supports --auto-correct.
386
386
  # Configuration parameters: EnforcedStyle, SupportedStyles.
387
387
  # SupportedStyles: symmetrical, new_line, same_line
388
- Style/MultilineHashBraceLayout:
388
+ Layout/MultilineHashBraceLayout:
389
389
  Exclude:
390
390
  - 'tools/exe/palletjack2kea'
391
391
 
@@ -407,7 +407,7 @@ Style/MultilineIfThen:
407
407
  # Cop supports --auto-correct.
408
408
  # Configuration parameters: EnforcedStyle, SupportedStyles.
409
409
  # SupportedStyles: symmetrical, new_line, same_line
410
- Style/MultilineMethodCallBraceLayout:
410
+ Layout/MultilineMethodCallBraceLayout:
411
411
  Exclude:
412
412
  - 'tools/exe/dump_pallet'
413
413
  - 'tools/exe/palletjack2kea'
@@ -418,7 +418,7 @@ Style/MultilineMethodCallBraceLayout:
418
418
  # Cop supports --auto-correct.
419
419
  # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
420
420
  # SupportedStyles: aligned, indented
421
- Style/MultilineOperationIndentation:
421
+ Layout/MultilineOperationIndentation:
422
422
  Exclude:
423
423
  - 'tools/spec/palletjack2kea_spec.rb'
424
424
 
@@ -479,7 +479,7 @@ Style/RescueModifier:
479
479
  # Cop supports --auto-correct.
480
480
  # Configuration parameters: EnforcedStyle, SupportedStyles.
481
481
  # SupportedStyles: space, no_space
482
- Style/SpaceBeforeBlockBraces:
482
+ Layout/SpaceBeforeBlockBraces:
483
483
  Exclude:
484
484
  - 'spec/palletjack-tool_spec.rb'
485
485
  - 'spec/palletjack_spec.rb'
@@ -491,7 +491,7 @@ Style/SpaceBeforeBlockBraces:
491
491
  # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces, SpaceBeforeBlockParameters.
492
492
  # SupportedStyles: space, no_space
493
493
  # SupportedStylesForEmptyBraces: space, no_space
494
- Style/SpaceInsideBlockBraces:
494
+ Layout/SpaceInsideBlockBraces:
495
495
  Exclude:
496
496
  - 'lib/palletjack/tool.rb'
497
497
  - 'tools/exe/create_domain'
@@ -511,7 +511,7 @@ Style/SpaceInsideBlockBraces:
511
511
  # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces.
512
512
  # SupportedStyles: space, no_space, compact
513
513
  # SupportedStylesForEmptyBraces: space, no_space
514
- Style/SpaceInsideHashLiteralBraces:
514
+ Layout/SpaceInsideHashLiteralBraces:
515
515
  Exclude:
516
516
  - 'lib/palletjack/pallet.rb'
517
517
  - 'tools/exe/create_domain'
data/Rakefile CHANGED
@@ -6,6 +6,8 @@ RSpec::Core::RakeTask.new(:spec)
6
6
  desc 'Run Rubocop'
7
7
  require 'rubocop'
8
8
  require 'rubocop/rake_task'
9
- RuboCop::RakeTask.new(:rubocop)
9
+ RuboCop::RakeTask.new(:rubocop) do |task|
10
+ task.options += ['--display-cop-names']
11
+ end
10
12
 
11
13
  task :default => [:rubocop, :spec]
@@ -1,3 +1,3 @@
1
1
  module PalletJack
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.1'
3
3
  end
data/palletjack.gemspec CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
34
34
  spec.add_development_dependency 'rspec', '~> 3.0'
35
35
  spec.add_development_dependency 'rspec_structure_matcher', '~> 0.0.6'
36
36
  spec.add_development_dependency 'rspec-collection_matchers', '~> 1.1.2'
37
- spec.add_development_dependency 'rubocop', '~> 0.46'
37
+ spec.add_development_dependency 'rubocop', '~> 0.49'
38
38
 
39
39
  spec.has_rdoc = true
40
40
  end
metadata CHANGED
@@ -1,164 +1,141 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: palletjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Calle Englund
8
8
  autorequire:
9
9
  bindir: exe
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDljCCAn6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBIMRYwFAYDVQQDDA1jYWxs
14
- ZS5lbmdsdW5kMRkwFwYKCZImiZPyLGQBGRYJc2FhYmdyb3VwMRMwEQYKCZImiZPy
15
- LGQBGRYDY29tMB4XDTE2MTEwMjA5MjYyN1oXDTE3MTEwMjA5MjYyN1owSDEWMBQG
16
- A1UEAwwNY2FsbGUuZW5nbHVuZDEZMBcGCgmSJomT8ixkARkWCXNhYWJncm91cDET
17
- MBEGCgmSJomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
18
- ggEBAM7OxaztzD0LyOwK1mPcg3BhioX1EDVbD/qAFOAzBSGGlAhtmHMqAkyvJMvs
19
- iiG7xvBidWUapxiEiBwamXiOTSrp2eW+XSXW9omdWHXjBZcwHqwb1VmAlYRDkSHf
20
- dzcM/z4xlV+DJw/pFyMRWzqNdVBtWTbVXAFGjJSqQ6q21ACYJldV9U71AIpXo+oF
21
- VEMf6PZS2uhB1G+FgAtnX/xmy7OM1Cy3qc/CaJbWSddpegxWJMUn2HNQxFwIe40g
22
- WoEoiFA7qQg9DnR/5i3lW6QyfIaA5k9cv2su1VyjqKLbkFTTTjYw0P1BJmvfXjtc
23
- rMl+3HCWYj6UunZwfZi2wDGsBkkCAwEAAaOBijCBhzAJBgNVHRMEAjAAMAsGA1Ud
24
- DwQEAwIEsDAdBgNVHQ4EFgQUwHCMEKgrIMaiTkTVLKZn6yOD1SIwJgYDVR0RBB8w
25
- HYEbY2FsbGUuZW5nbHVuZEBzYWFiZ3JvdXAuY29tMCYGA1UdEgQfMB2BG2NhbGxl
26
- LmVuZ2x1bmRAc2FhYmdyb3VwLmNvbTANBgkqhkiG9w0BAQUFAAOCAQEAP9OnE0jP
27
- 2vRHI/vnOkgCvLFNoOqK/YB4yDVVW69Pza+xIXcmUBvl7DQ+bBdF5AK0B1A7U0rp
28
- Pbdj0bpQtWxmUmMIbnE1w6iuVCXAabsyUfHY4mlztToWXMVOXc1SPlJ/S2XXaRd5
29
- fiNj/nBTb0YTQA0E4pZ0Aud80qZ2WLdc6FfzHUEMW91BL3bhLeDL40noHK5Lvk52
30
- phzVHIrDjCowUMTnGiPZCXEo4KZW76KwYYV6oQ6LzcrYBw5mJ4XpdgQKZgnTnRBP
31
- f8wtQllq82VF0AXUYeLtTh1f+DW3WW5BO1e2OCu5eOV7dbyaVPaNK/+rHjCN8kM/
32
- DGZSwUoNADmVkQ==
33
- -----END CERTIFICATE-----
34
- date: 2017-05-11 00:00:00.000000000 Z
10
+ cert_chain: []
11
+ date: 2017-09-08 00:00:00.000000000 Z
35
12
  dependencies:
36
13
  - !ruby/object:Gem::Dependency
37
14
  name: activesupport
38
15
  requirement: !ruby/object:Gem::Requirement
39
16
  requirements:
40
- - - ~>
17
+ - - "~>"
41
18
  - !ruby/object:Gem::Version
42
19
  version: '4'
43
20
  type: :runtime
44
21
  prerelease: false
45
22
  version_requirements: !ruby/object:Gem::Requirement
46
23
  requirements:
47
- - - ~>
24
+ - - "~>"
48
25
  - !ruby/object:Gem::Version
49
26
  version: '4'
50
27
  - !ruby/object:Gem::Dependency
51
28
  name: rugged
52
29
  requirement: !ruby/object:Gem::Requirement
53
30
  requirements:
54
- - - ~>
31
+ - - "~>"
55
32
  - !ruby/object:Gem::Version
56
33
  version: '0.24'
57
34
  type: :runtime
58
35
  prerelease: false
59
36
  version_requirements: !ruby/object:Gem::Requirement
60
37
  requirements:
61
- - - ~>
38
+ - - "~>"
62
39
  - !ruby/object:Gem::Version
63
40
  version: '0.24'
64
41
  - !ruby/object:Gem::Dependency
65
42
  name: kvdag
66
43
  requirement: !ruby/object:Gem::Requirement
67
44
  requirements:
68
- - - ~>
45
+ - - "~>"
69
46
  - !ruby/object:Gem::Version
70
47
  version: 0.1.4
71
48
  type: :runtime
72
49
  prerelease: false
73
50
  version_requirements: !ruby/object:Gem::Requirement
74
51
  requirements:
75
- - - ~>
52
+ - - "~>"
76
53
  - !ruby/object:Gem::Version
77
54
  version: 0.1.4
78
55
  - !ruby/object:Gem::Dependency
79
56
  name: bundler
80
57
  requirement: !ruby/object:Gem::Requirement
81
58
  requirements:
82
- - - ~>
59
+ - - "~>"
83
60
  - !ruby/object:Gem::Version
84
61
  version: '1.13'
85
62
  type: :development
86
63
  prerelease: false
87
64
  version_requirements: !ruby/object:Gem::Requirement
88
65
  requirements:
89
- - - ~>
66
+ - - "~>"
90
67
  - !ruby/object:Gem::Version
91
68
  version: '1.13'
92
69
  - !ruby/object:Gem::Dependency
93
70
  name: rake
94
71
  requirement: !ruby/object:Gem::Requirement
95
72
  requirements:
96
- - - ~>
73
+ - - "~>"
97
74
  - !ruby/object:Gem::Version
98
75
  version: '10.0'
99
76
  type: :development
100
77
  prerelease: false
101
78
  version_requirements: !ruby/object:Gem::Requirement
102
79
  requirements:
103
- - - ~>
80
+ - - "~>"
104
81
  - !ruby/object:Gem::Version
105
82
  version: '10.0'
106
83
  - !ruby/object:Gem::Dependency
107
84
  name: rspec
108
85
  requirement: !ruby/object:Gem::Requirement
109
86
  requirements:
110
- - - ~>
87
+ - - "~>"
111
88
  - !ruby/object:Gem::Version
112
89
  version: '3.0'
113
90
  type: :development
114
91
  prerelease: false
115
92
  version_requirements: !ruby/object:Gem::Requirement
116
93
  requirements:
117
- - - ~>
94
+ - - "~>"
118
95
  - !ruby/object:Gem::Version
119
96
  version: '3.0'
120
97
  - !ruby/object:Gem::Dependency
121
98
  name: rspec_structure_matcher
122
99
  requirement: !ruby/object:Gem::Requirement
123
100
  requirements:
124
- - - ~>
101
+ - - "~>"
125
102
  - !ruby/object:Gem::Version
126
103
  version: 0.0.6
127
104
  type: :development
128
105
  prerelease: false
129
106
  version_requirements: !ruby/object:Gem::Requirement
130
107
  requirements:
131
- - - ~>
108
+ - - "~>"
132
109
  - !ruby/object:Gem::Version
133
110
  version: 0.0.6
134
111
  - !ruby/object:Gem::Dependency
135
112
  name: rspec-collection_matchers
136
113
  requirement: !ruby/object:Gem::Requirement
137
114
  requirements:
138
- - - ~>
115
+ - - "~>"
139
116
  - !ruby/object:Gem::Version
140
117
  version: 1.1.2
141
118
  type: :development
142
119
  prerelease: false
143
120
  version_requirements: !ruby/object:Gem::Requirement
144
121
  requirements:
145
- - - ~>
122
+ - - "~>"
146
123
  - !ruby/object:Gem::Version
147
124
  version: 1.1.2
148
125
  - !ruby/object:Gem::Dependency
149
126
  name: rubocop
150
127
  requirement: !ruby/object:Gem::Requirement
151
128
  requirements:
152
- - - ~>
129
+ - - "~>"
153
130
  - !ruby/object:Gem::Version
154
- version: '0.46'
131
+ version: '0.49'
155
132
  type: :development
156
133
  prerelease: false
157
134
  version_requirements: !ruby/object:Gem::Requirement
158
135
  requirements:
159
- - - ~>
136
+ - - "~>"
160
137
  - !ruby/object:Gem::Version
161
- version: '0.46'
138
+ version: '0.49'
162
139
  description: Lightweight Configuration Management Database
163
140
  email:
164
141
  - calle.englund@saabgroup.com
@@ -166,9 +143,9 @@ executables: []
166
143
  extensions: []
167
144
  extra_rdoc_files: []
168
145
  files:
169
- - .gitignore
170
- - .rubocop.yml
171
- - .rubocop_todo.yml
146
+ - ".gitignore"
147
+ - ".rubocop.yml"
148
+ - ".rubocop_todo.yml"
172
149
  - ChangeLog
173
150
  - Gemfile
174
151
  - LICENSE
@@ -195,17 +172,17 @@ require_paths:
195
172
  - lib
196
173
  required_ruby_version: !ruby/object:Gem::Requirement
197
174
  requirements:
198
- - - ~>
175
+ - - "~>"
199
176
  - !ruby/object:Gem::Version
200
177
  version: '2'
201
178
  required_rubygems_version: !ruby/object:Gem::Requirement
202
179
  requirements:
203
- - - '>='
180
+ - - ">="
204
181
  - !ruby/object:Gem::Version
205
182
  version: '0'
206
183
  requirements: []
207
184
  rubyforge_project:
208
- rubygems_version: 2.0.14.1
185
+ rubygems_version: 2.6.11
209
186
  signing_key:
210
187
  specification_version: 4
211
188
  summary: Lightweight Configuration Management Database
checksums.yaml.gz.sig DELETED
Binary file
data.tar.gz.sig DELETED
@@ -1 +0,0 @@
1
- �3��\ʄ���cIOߊs�{�`5�Z��
metadata.gz.sig DELETED
Binary file