outoftime-vagrant-librarian-puppet 0.7.1 → 0.7.1.1416968000
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc311395a8747690b178a29dcc8f355ece4ec4c6
|
4
|
+
data.tar.gz: de608d77da0620d59249b3c2625c6ea500987376
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9beaa4273fc309d3136d1be94e8806b47221c1259d2ec0c69e60e623729d5f2729f60f405a3549d92db42558cf67f1beac515d11c9751287833603104c6d17ba
|
7
|
+
data.tar.gz: 6cbc3d6214dfe33eb7c2fed244fdc81b2334bd530bafbb8062b5ce728011e172c3106d1a5ead1c9a1af8f0265d39fccf31732d48bf0b48741f20eb39d74b4156
|
File without changes
|
@@ -5,7 +5,7 @@ require 'vagrant-librarian-puppet/version'
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "outoftime-vagrant-librarian-puppet"
|
8
|
-
spec.version = VagrantPlugins::LibrarianPuppet::VERSION
|
8
|
+
spec.version = "#{VagrantPlugins::LibrarianPuppet::VERSION}.#{Time.now.to_i}"
|
9
9
|
spec.authors = ["Michael Hahn"]
|
10
10
|
spec.email = ["mwhahn@gmail.com"]
|
11
11
|
spec.description = %q{A Vagrant plugin to install Puppet modules using Librarian-Puppet.}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: outoftime-vagrant-librarian-puppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.1
|
4
|
+
version: 0.7.1.1416968000
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Hahn
|
@@ -121,7 +121,7 @@ files:
|
|
121
121
|
- README.md
|
122
122
|
- Rakefile
|
123
123
|
- Vagrantfile
|
124
|
-
- lib/vagrant-librarian-puppet.rb
|
124
|
+
- lib/outoftime-vagrant-librarian-puppet.rb
|
125
125
|
- lib/vagrant-librarian-puppet/action/librarian_puppet.rb
|
126
126
|
- lib/vagrant-librarian-puppet/config.rb
|
127
127
|
- lib/vagrant-librarian-puppet/plugin.rb
|