puppet-moddeps 0.3.2 → 0.3.3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjIxM2VhN2NhN2MxNzJiN2QzZjBiYmJhODIwNTAyZTQ2OTA0ZjcwYQ==
4
+ NTdlODViYmZiNjUxOWE1ZGJhOGZkNzJlZjdlNTYyZjVlM2Q1NWZmMQ==
5
5
  data.tar.gz: !binary |-
6
- OTAwYWQ0N2Y3MjNhMzE1MzliZmM3MmQ2NGNiODBlZTViYzEwZWJmMQ==
6
+ MTYyMjI5M2M3NTY4Mjc4ZWY0N2FkOGIyYzQ3Y2JlMjdkYWQwNGYwMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- M2I2OTlhNTA3OGViZjNkYmNiOWQ1ZTA4YTY5ZmUyOTIxZGJlMmE2ZDAzODVj
10
- ODYwMGU3MjYyODIxZmFiMWU5MzVhNTc2ZWZhNWZjYmYzMmY0NzJjMTJiNDUy
11
- MjI2NDQxZTJlNmMxN2M3ZTZjZWE4YzFhNTVhOTNlN2M5M2RlYTg=
9
+ ODJhMzg0NTA0NDM5NjY5ZmEyODA4Njc3ZWE4ZTQ4ODNiNjZkODJjYWYyODJi
10
+ ZjBlNmM5MjZiNDExMmZhM2Q4OTA0MmFmMjlmYzNhM2FjN2MyMmE0NzQ2MmQ5
11
+ MjQxNzRhZDAyMTVkZTk5ZTJkNDAyN2Y2MGY1MmVlN2I3N2JmODA=
12
12
  data.tar.gz: !binary |-
13
- YzMzYWUxZDU3YTBjYzk0MWM4NjY1NzY4NWI3Yzc2OTU0ZjcwNWE1NjMwZDU3
14
- MzA1ZGQ4MzU0YWNhMzE0YjQ2YzZlMmZhNWE1YTY4MjkxYmViNTkzOGZjOTI5
15
- MGE3ODYwN2UwYjM5OTMzMDM4MTI3ZGExYzQ3MzFjMjc5MDAwZDQ=
13
+ Y2E5MTdjMzUxNmU0NjQ2NTA5ZjE3ZDk3MDRjM2NmMTZkNjgxN2NjZWFlYTU3
14
+ N2Y5NWQxNDdmZjZlMzBjNjUxOTE2YzJiODNhYzYwMjc4ZGQwMzRlMTM2MjRl
15
+ Mzc1ODU0ODc1NDM5NWZhMjFjNjRmZTkwMTZkNTA2MjMwNWYyYWY=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- puppet-moddeps (0.3.2)
4
+ puppet-moddeps (0.3.3)
5
5
  json (~> 1.8, >= 1.8.1)
6
6
 
7
7
  GEM
@@ -1,7 +1,6 @@
1
1
  require 'puppet/moddeps/version'
2
2
  require 'rubygems'
3
3
  require 'json'
4
- require 'thor'
5
4
 
6
5
  module Puppet
7
6
  module Moddeps
@@ -1,5 +1,5 @@
1
1
  module Puppet
2
2
  module Moddeps
3
- VERSION = "0.3.2"
3
+ VERSION = "0.3.3"
4
4
  end
5
5
  end
@@ -1,21 +1,21 @@
1
- #!/bin/bash
2
-
3
- ## This script should be executed as the vagrant user
4
-
5
- if [ -f '/vagrant/GitConfig' ]; then
6
- cp /vagrant/GitConfig ~/.gitconfig
7
- fi
8
-
9
- # Setup RVM
10
- gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
11
- curl -L get.rvm.io | bash -s stable
12
- source ~/.profile
13
-
14
- # Setup Ruby 1.9.3
15
- rvm install 1.9.3
16
- rvm use 1.9.3
17
-
18
- # Setup project
19
- gem install bundler --no-ri --no-rdoc
20
- cd puppet-moddeps
21
- bundle install
1
+ #!/bin/bash
2
+
3
+ ## This script should be executed as the vagrant user
4
+
5
+ if [ -f '/vagrant/GitConfig' ]; then
6
+ cp /vagrant/GitConfig ~/.gitconfig
7
+ fi
8
+
9
+ # Setup RVM
10
+ gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
11
+ curl -L get.rvm.io | bash -s stable
12
+ source ~/.profile
13
+
14
+ # Setup Ruby 1.9.3
15
+ rvm install 1.9.3
16
+ rvm use 1.9.3
17
+
18
+ # Setup project
19
+ gem install bundler --no-ri --no-rdoc
20
+ cd puppet-moddeps
21
+ bundle install
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-moddeps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - GeneBean