puppetfiler 0.1.1 → 0.1.2
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/.travis.yml +11 -2
- data/README.rst +57 -0
- data/lib/puppetfiler/version.rb +1 -1
- data/puppetfiler.gemspec +3 -0
- metadata +3 -3
- data/README.md +0 -41
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72bb5dbc926cb8024b65dff3573a27112e99e68a
|
4
|
+
data.tar.gz: 3a822b5184db3bc8542d829d8296e11fb5aae35f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 711c16cd68c5f8e94ee8df7911830cc40c5357fc26cdfb7bf87a5d091e1e0794e24c354cf570aec8876bf3288071842129318621515f9a44deb836a62c50afed
|
7
|
+
data.tar.gz: ef6264f1187fad42e8b0b9dac675dc986f2b50c4290d01cb26dc75c484e34d02afb2be3fc6a5c3d122cc2deb9ad5182f0a6602039556341fdce59ee845e62a00
|
data/.travis.yml
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
sudo: false
|
2
2
|
language: ruby
|
3
3
|
rvm:
|
4
|
-
- 2.1
|
5
|
-
|
4
|
+
- 2.1
|
5
|
+
- 2.2
|
6
|
+
before_install: gem install bundler
|
7
|
+
deploy:
|
8
|
+
provider: rubygems
|
9
|
+
api_key:
|
10
|
+
secure: ow3iUH0yPcp6W9Gd3sUE3KDCpt/n+TpYQlJqnvEXPqPY/3uY1Lya+GXadBUJJmuJcwTY0yPvG3pOBXzqoeUxeCD/iCMaMOtmzHNyX8Jun3s0o235uxBumQjJm8yhgSAGGJynY1jp8m5Z45GM7SiBSfwj3S5/eOepY+Dw0PqU4PD0iEqFK2zOKsEH9uAyywkA3zIhl2wJ+LvPyXRoBLku1+8VDdOSa++w8YtpHOYb14qdfNbCRKn9dR+13nVb4cqq7cHppcUV70lk0n3mgP7bo28kjXZh5Dir9EvMt3/dqpRlWD6Hmw13wcMxPfvMN2/VbEvJl8aTOVXLcEbRlUx56vd7AaOSkkdXVqK6koC9xR8GZBhjUoKx9QPS0k2wETXJVA5Bhy7MCf4g26Ao7pfA1HZW6iCE4CQYXBk5oaifPqaTyBUuDqolgqfte+PwkaaL/Mv2uh3As/kb8twHb7HarL+Hc1jMXDmDlLadopovT7Tab6GYGYOvqeaH79NfNlY+J8Q3f14oZAEEwvNU2afQiGnBpB0ye+IqvMn7CFmMsXiLLKjtI1CE06fximPRNbVVP1VGH7G1D/jgArU4BHRYgAZqc/dmhJemEvFjla+7Rm3FsJFXlaK+eS3hUrbMZLzFdsPcQB04+SAcJrBsSkd6cr8t+PQk04gT9cAElkt81J4=
|
11
|
+
gem: puppetfiler
|
12
|
+
on:
|
13
|
+
tags: true
|
14
|
+
repo: ntnn/puppetfiler
|
data/README.rst
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
Puppetfiler
|
2
|
+
===========
|
3
|
+
|
4
|
+
Gem for miscellaneous actions based on Puppetfiles.
|
5
|
+
|
6
|
+
Installation
|
7
|
+
------------
|
8
|
+
|
9
|
+
.. code:: sh
|
10
|
+
|
11
|
+
gem install puppetfiler
|
12
|
+
|
13
|
+
.. code:: ruby
|
14
|
+
|
15
|
+
gem 'puppetfiler'
|
16
|
+
|
17
|
+
|
18
|
+
Usage
|
19
|
+
=====
|
20
|
+
|
21
|
+
If no Puppetfile has been specified puppetfiler uses the Puppetfile in
|
22
|
+
the current directory.
|
23
|
+
|
24
|
+
check
|
25
|
+
-----
|
26
|
+
Check puppet forge for newer versions of used forge modules.
|
27
|
+
|
28
|
+
.. code:: sh
|
29
|
+
|
30
|
+
$ puppetfiler check
|
31
|
+
module current newest
|
32
|
+
puppetlabs/stdlib 4.13.1 4.15.0
|
33
|
+
puppetlabs/firewall 1.8.1 1.8.2
|
34
|
+
|
35
|
+
Be aware that the check command may take a while, since each module has
|
36
|
+
to be queried from the forge.
|
37
|
+
|
38
|
+
fixture
|
39
|
+
-------
|
40
|
+
Create puppetlabs_spec_helper_ compatible ``.fixtures.yml`` from
|
41
|
+
Puppetfile.
|
42
|
+
|
43
|
+
.. code:: sh
|
44
|
+
|
45
|
+
$ puppetfiler fixture
|
46
|
+
$ cat .fixtures.yml
|
47
|
+
---
|
48
|
+
fixtures:
|
49
|
+
forge_modules:
|
50
|
+
stdlib:
|
51
|
+
repo: puppetlabs/stdlib
|
52
|
+
ref: 4.13.1
|
53
|
+
firewall:
|
54
|
+
repo: puppetlabs/firewall
|
55
|
+
ref: 1.8.1
|
56
|
+
|
57
|
+
.. _puppetlabs_spec_helper: https://github.com/puppetlabs/puppetlabs_spec_helper
|
data/lib/puppetfiler/version.rb
CHANGED
data/puppetfiler.gemspec
CHANGED
@@ -20,6 +20,9 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
21
21
|
spec.require_paths = ['lib']
|
22
22
|
|
23
|
+
|
24
|
+
spec.required_ruby_version = '>= 2.1.0'
|
25
|
+
|
23
26
|
spec.add_development_dependency 'bundler', '~> 1.13'
|
24
27
|
spec.add_development_dependency 'rake', '~> 10.0'
|
25
28
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppetfiler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nelo-T. Wallus
|
@@ -149,7 +149,7 @@ files:
|
|
149
149
|
- ".travis.yml"
|
150
150
|
- Gemfile
|
151
151
|
- LICENSE.txt
|
152
|
-
- README.
|
152
|
+
- README.rst
|
153
153
|
- Rakefile
|
154
154
|
- TODO
|
155
155
|
- bin/console
|
@@ -173,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
173
173
|
requirements:
|
174
174
|
- - ">="
|
175
175
|
- !ruby/object:Gem::Version
|
176
|
-
version:
|
176
|
+
version: 2.1.0
|
177
177
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
178
178
|
requirements:
|
179
179
|
- - ">="
|
data/README.md
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
# Puppetfiler
|
2
|
-
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/puppetfiler`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
6
|
-
|
7
|
-
## Installation
|
8
|
-
|
9
|
-
Add this line to your application's Gemfile:
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
gem 'puppetfiler'
|
13
|
-
```
|
14
|
-
|
15
|
-
And then execute:
|
16
|
-
|
17
|
-
$ bundle
|
18
|
-
|
19
|
-
Or install it yourself as:
|
20
|
-
|
21
|
-
$ gem install puppetfiler
|
22
|
-
|
23
|
-
## Usage
|
24
|
-
|
25
|
-
TODO: Write usage instructions here
|
26
|
-
|
27
|
-
## Development
|
28
|
-
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
|
-
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
32
|
-
|
33
|
-
## Contributing
|
34
|
-
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/puppetfiler.
|
36
|
-
|
37
|
-
|
38
|
-
## License
|
39
|
-
|
40
|
-
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
41
|
-
|