puppetfile_fixtures_generator 0.2.0 → 0.2.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +48 -44
- data/README.md +4 -4
- data/Rakefile +1 -1
- data/bin/puppetfile_fixtures_generator +1 -1
- data/lib/puppetfile_fixtures_generator/fixtures.rb +1 -1
- data/lib/puppetfile_fixtures_generator/version.rb +1 -1
- data/puppetfile_fixtures_generator.gemspec +2 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06b33a5b6aae98799c820e456507219315d901e6
|
|
4
|
+
data.tar.gz: 3adbc083f86aa9e5aab7699b7b434880638ff6f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e658ecdf02e7bdd1ac12a1aecf0094445cbd2591a950e92351ba8edb415ed69701fb0b02abd48ad923e63bf1155bc3dbab4cbcab1b2107b3bdfac9aec543b643
|
|
7
|
+
data.tar.gz: abbf2163e1618d2781275b1d3fb157656f6ac07e38aa9562cd276474c971f7a3152d8791503b99d29b0b2c955d588c848672d95611e0d8fc487c7d7483639ddc
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [0.2.1] - 2017-07-10
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated the gemspec with new repo home
|
|
8
|
+
|
|
5
9
|
## [0.2.0] - 2016-09-22
|
|
6
10
|
### Added
|
|
7
11
|
- Puppetfile class to simplify fixtures class
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
puppetfile_fixtures_generator (0.2.
|
|
4
|
+
puppetfile_fixtures_generator (0.2.1)
|
|
5
5
|
highline (~> 1.7)
|
|
6
6
|
r10k (~> 2.3.0)
|
|
7
7
|
trollop (~> 2.1)
|
|
@@ -12,30 +12,31 @@ GEM
|
|
|
12
12
|
ast (2.3.0)
|
|
13
13
|
coderay (1.1.1)
|
|
14
14
|
colored (1.2)
|
|
15
|
-
coveralls (0.8.
|
|
15
|
+
coveralls (0.8.21)
|
|
16
16
|
json (>= 1.8, < 3)
|
|
17
|
-
simplecov (~> 0.
|
|
17
|
+
simplecov (~> 0.14.1)
|
|
18
18
|
term-ansicolor (~> 1.3)
|
|
19
|
-
thor (~> 0.19.
|
|
20
|
-
tins (
|
|
19
|
+
thor (~> 0.19.4)
|
|
20
|
+
tins (~> 1.6)
|
|
21
21
|
cri (2.6.1)
|
|
22
22
|
colored (~> 1.2)
|
|
23
|
-
diff-lcs (1.
|
|
23
|
+
diff-lcs (1.3)
|
|
24
24
|
docile (1.1.5)
|
|
25
25
|
faraday (0.9.2)
|
|
26
26
|
multipart-post (>= 1.2, < 3)
|
|
27
|
-
faraday_middleware (0.10.
|
|
28
|
-
faraday (>= 0.7.4, < 0
|
|
27
|
+
faraday_middleware (0.10.1)
|
|
28
|
+
faraday (>= 0.7.4, < 1.0)
|
|
29
29
|
fast_gettext (1.1.0)
|
|
30
|
-
ffi (1.9.
|
|
30
|
+
ffi (1.9.18)
|
|
31
31
|
formatador (0.2.5)
|
|
32
|
-
gettext (3.2.
|
|
32
|
+
gettext (3.2.3)
|
|
33
33
|
locale (>= 2.0.5)
|
|
34
34
|
text (>= 1.3.0)
|
|
35
|
-
gettext-setup (0.
|
|
35
|
+
gettext-setup (0.25)
|
|
36
36
|
fast_gettext (~> 1.1.0)
|
|
37
37
|
gettext (>= 3.0.2)
|
|
38
|
-
|
|
38
|
+
locale
|
|
39
|
+
guard (2.14.1)
|
|
39
40
|
formatador (>= 0.2.4)
|
|
40
41
|
listen (>= 2.7, < 4.0)
|
|
41
42
|
lumberjack (~> 1.0)
|
|
@@ -50,35 +51,36 @@ GEM
|
|
|
50
51
|
guard-compat (~> 1.1)
|
|
51
52
|
rspec (>= 2.99.0, < 4.0)
|
|
52
53
|
highline (1.7.8)
|
|
53
|
-
json (2.0
|
|
54
|
+
json (2.1.0)
|
|
54
55
|
listen (3.0.8)
|
|
55
56
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
56
57
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
57
58
|
locale (2.1.2)
|
|
58
59
|
log4r (1.1.10)
|
|
59
|
-
lumberjack (1.0.
|
|
60
|
+
lumberjack (1.0.12)
|
|
60
61
|
method_source (0.8.2)
|
|
61
|
-
minitar (0.
|
|
62
|
+
minitar (0.6.1)
|
|
62
63
|
multi_json (1.12.1)
|
|
63
64
|
multipart-post (2.0.0)
|
|
64
65
|
nenv (0.3.0)
|
|
65
66
|
notiffany (0.1.1)
|
|
66
67
|
nenv (~> 0.1)
|
|
67
68
|
shellany (~> 0.0)
|
|
68
|
-
|
|
69
|
+
parallel (1.11.2)
|
|
70
|
+
parser (2.4.0.0)
|
|
69
71
|
ast (~> 2.2)
|
|
70
72
|
powerpack (0.1.1)
|
|
71
73
|
pry (0.10.4)
|
|
72
74
|
coderay (~> 1.1.0)
|
|
73
75
|
method_source (~> 0.8.1)
|
|
74
76
|
slop (~> 3.4)
|
|
75
|
-
puppet_forge (2.2.
|
|
77
|
+
puppet_forge (2.2.6)
|
|
76
78
|
faraday (~> 0.9.0)
|
|
77
79
|
faraday_middleware (>= 0.9.0, < 0.11.0)
|
|
78
|
-
gettext-setup (
|
|
80
|
+
gettext-setup (~> 0.11)
|
|
79
81
|
minitar
|
|
80
82
|
semantic_puppet (~> 0.1.0)
|
|
81
|
-
r10k (2.3.
|
|
83
|
+
r10k (2.3.1)
|
|
82
84
|
colored (= 1.2)
|
|
83
85
|
cri (~> 2.6.1)
|
|
84
86
|
log4r (= 1.1.10)
|
|
@@ -86,26 +88,28 @@ GEM
|
|
|
86
88
|
multi_json (~> 1.10)
|
|
87
89
|
puppet_forge (~> 2.2)
|
|
88
90
|
semantic_puppet (~> 0.1.0)
|
|
89
|
-
rainbow (2.
|
|
91
|
+
rainbow (2.2.2)
|
|
92
|
+
rake
|
|
90
93
|
rake (10.5.0)
|
|
91
|
-
rb-fsevent (0.
|
|
92
|
-
rb-inotify (0.9.
|
|
93
|
-
ffi (>= 0.5.0)
|
|
94
|
-
rspec (3.
|
|
95
|
-
rspec-core (~> 3.
|
|
96
|
-
rspec-expectations (~> 3.
|
|
97
|
-
rspec-mocks (~> 3.
|
|
98
|
-
rspec-core (3.
|
|
99
|
-
rspec-support (~> 3.
|
|
100
|
-
rspec-expectations (3.
|
|
94
|
+
rb-fsevent (0.10.2)
|
|
95
|
+
rb-inotify (0.9.10)
|
|
96
|
+
ffi (>= 0.5.0, < 2)
|
|
97
|
+
rspec (3.6.0)
|
|
98
|
+
rspec-core (~> 3.6.0)
|
|
99
|
+
rspec-expectations (~> 3.6.0)
|
|
100
|
+
rspec-mocks (~> 3.6.0)
|
|
101
|
+
rspec-core (3.6.0)
|
|
102
|
+
rspec-support (~> 3.6.0)
|
|
103
|
+
rspec-expectations (3.6.0)
|
|
101
104
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
102
|
-
rspec-support (~> 3.
|
|
103
|
-
rspec-mocks (3.
|
|
105
|
+
rspec-support (~> 3.6.0)
|
|
106
|
+
rspec-mocks (3.6.0)
|
|
104
107
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
105
|
-
rspec-support (~> 3.
|
|
106
|
-
rspec-support (3.
|
|
107
|
-
rubocop (0.
|
|
108
|
-
|
|
108
|
+
rspec-support (~> 3.6.0)
|
|
109
|
+
rspec-support (3.6.0)
|
|
110
|
+
rubocop (0.49.1)
|
|
111
|
+
parallel (~> 1.10)
|
|
112
|
+
parser (>= 2.3.3.1, < 3.0)
|
|
109
113
|
powerpack (~> 0.1)
|
|
110
114
|
rainbow (>= 1.99.1, < 3.0)
|
|
111
115
|
ruby-progressbar (~> 1.7)
|
|
@@ -114,20 +118,20 @@ GEM
|
|
|
114
118
|
semantic_puppet (0.1.4)
|
|
115
119
|
gettext-setup (>= 0.3)
|
|
116
120
|
shellany (0.0.1)
|
|
117
|
-
simplecov (0.
|
|
121
|
+
simplecov (0.14.1)
|
|
118
122
|
docile (~> 1.1.0)
|
|
119
123
|
json (>= 1.8, < 3)
|
|
120
124
|
simplecov-html (~> 0.10.0)
|
|
121
|
-
simplecov-html (0.10.
|
|
125
|
+
simplecov-html (0.10.1)
|
|
122
126
|
slop (3.6.0)
|
|
123
|
-
term-ansicolor (1.
|
|
127
|
+
term-ansicolor (1.6.0)
|
|
124
128
|
tins (~> 1.0)
|
|
125
129
|
text (1.3.1)
|
|
126
|
-
thor (0.19.
|
|
127
|
-
tins (1.
|
|
130
|
+
thor (0.19.4)
|
|
131
|
+
tins (1.15.0)
|
|
128
132
|
trollop (2.1.2)
|
|
129
|
-
unicode-display_width (1.
|
|
130
|
-
yard (0.9.
|
|
133
|
+
unicode-display_width (1.3.0)
|
|
134
|
+
yard (0.9.9)
|
|
131
135
|
|
|
132
136
|
PLATFORMS
|
|
133
137
|
ruby
|
|
@@ -145,4 +149,4 @@ DEPENDENCIES
|
|
|
145
149
|
yard (~> 0.8)
|
|
146
150
|
|
|
147
151
|
BUNDLED WITH
|
|
148
|
-
1.
|
|
152
|
+
1.15.1
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
[](https://travis-ci.org/thejandroman/puppetfile_fixtures_generator)
|
|
2
|
+
[](https://coveralls.io/github/thejandroman/puppetfile_fixtures_generator?branch=master)
|
|
3
3
|
[](https://badge.fury.io/rb/puppetfile_fixtures_generator)
|
|
4
|
-
[](http://inch-ci.org/github/thejandroman/puppetfile_fixtures_generator)
|
|
5
5
|
|
|
6
6
|
# PuppetfileFixturesGenerator
|
|
7
7
|
|
|
@@ -48,7 +48,7 @@ dependencies. Then, run `bundle exec rake` to run the tests.
|
|
|
48
48
|
## Contributing
|
|
49
49
|
|
|
50
50
|
Bug reports and pull requests are welcome on GitHub at
|
|
51
|
-
https://github.com/
|
|
51
|
+
https://github.com/thejandroman/puppetfile_fixtures_generator. This
|
|
52
52
|
project is intended to be a safe, welcoming space for collaboration,
|
|
53
53
|
and contributors are expected to adhere to the
|
|
54
54
|
[Contributor Covenant](contributor-covenant.org) code of conduct.
|
data/Rakefile
CHANGED
|
@@ -4,7 +4,7 @@ require 'puppetfile_fixtures_generator'
|
|
|
4
4
|
require 'trollop'
|
|
5
5
|
require 'highline/import'
|
|
6
6
|
|
|
7
|
-
opts = Trollop.options do
|
|
7
|
+
opts = Trollop.options do # rubocop:disable Metrics/BlockLength
|
|
8
8
|
version PuppetfileFixturesGenerator::VERSION
|
|
9
9
|
banner <<-EOS
|
|
10
10
|
Writes a YAML file conforming to puppetlabs_spec_helper's fixtures file format
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
|
+
|
|
2
3
|
lib = File.expand_path('../lib', __FILE__)
|
|
3
4
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
5
|
require 'puppetfile_fixtures_generator/version'
|
|
@@ -10,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
10
11
|
s.email = ['alejandro@ideasftw.com']
|
|
11
12
|
s.executables << 'puppetfile_fixtures_generator'
|
|
12
13
|
s.files = Dir['lib/**/*.rb'] + Dir['bin/*'] + Dir['[A-Z]*'] + Dir['spec/**/*']
|
|
13
|
-
s.homepage = 'https://github.com/
|
|
14
|
+
s.homepage = 'https://github.com/thejandroman/puppetfile_fixtures_generator'
|
|
14
15
|
s.license = 'MIT'
|
|
15
16
|
s.name = 'puppetfile_fixtures_generator'
|
|
16
17
|
s.summary = 'Create a .fixtures.yml file from a Puppetfile.'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppetfile_fixtures_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alejandro Figueroa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: highline
|
|
@@ -205,7 +205,7 @@ files:
|
|
|
205
205
|
- spec/fixtures/Puppetfile
|
|
206
206
|
- spec/puppetfile_fixtures_generator_spec.rb
|
|
207
207
|
- spec/spec_helper.rb
|
|
208
|
-
homepage: https://github.com/
|
|
208
|
+
homepage: https://github.com/thejandroman/puppetfile_fixtures_generator
|
|
209
209
|
licenses:
|
|
210
210
|
- MIT
|
|
211
211
|
metadata: {}
|
|
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
225
225
|
version: '0'
|
|
226
226
|
requirements: []
|
|
227
227
|
rubyforge_project:
|
|
228
|
-
rubygems_version: 2.4.
|
|
228
|
+
rubygems_version: 2.4.5.1
|
|
229
229
|
signing_key:
|
|
230
230
|
specification_version: 4
|
|
231
231
|
summary: Create a .fixtures.yml file from a Puppetfile.
|