Commit 24f1da61463cd4d5ca0ab90e2feaa1d52e1b2b55

Authored by Will Farrington
1 parent 582fc6ef70

module bumps for various fixes

Showing 10 changed files with 13 additions and 10 deletions Side-by-side Diff

... ... @@ -7,13 +7,16 @@
7 7 # Includes many of our custom types and providers, as well as global
8 8 # config. Required.
9 9  
10   -mod "boxen", "0.0.8", :github_tarball => "boxen/puppet-boxen"
  10 +mod "boxen", "0.0.9", :github_tarball => "boxen/puppet-boxen"
  11 +mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
11 12 mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew"
12 13 mod "nvm", "0.0.2", :github_tarball => "boxen/puppet-nvm"
  14 +mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
  15 +mod "ruby", "0.0.2", :github_tarball => "boxen/puppet-ruby"
13 16  
14 17 # Core modules for a basic development environment.
15 18 # You can replace some/most of those if you want, but it's not recommended.
16   -%w(ruby rbenv nodejs git hub inifile sudo).each do |modulename|
  19 +%w(nodejs hub inifile sudo).each do |modulename|
17 20 mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
18 21 end
19 22  
1 1 GITHUBTARBALL
2 2 remote: boxen/puppet-boxen
3 3 specs:
4   - boxen (0.0.8)
  4 + boxen (0.0.9)
5 5  
6 6 GITHUBTARBALL
7 7 remote: boxen/puppet-git
8 8 specs:
9   - git (0.0.1)
  9 + git (0.0.2)
10 10  
11 11 GITHUBTARBALL
12 12 remote: boxen/puppet-homebrew
13 13  
... ... @@ -36,12 +36,12 @@
36 36 GITHUBTARBALL
37 37 remote: boxen/puppet-rbenv
38 38 specs:
39   - rbenv (0.0.1)
  39 + rbenv (0.0.2)
40 40  
41 41 GITHUBTARBALL
42 42 remote: boxen/puppet-ruby
43 43 specs:
44   - ruby (0.0.1)
  44 + ruby (0.0.2)
45 45  
46 46 GITHUBTARBALL
47 47 remote: boxen/puppet-sudo
48 48  
... ... @@ -49,14 +49,14 @@
49 49 sudo (0.0.1)
50 50  
51 51 DEPENDENCIES
52   - boxen (= 0.0.8)
53   - git (= 0.0.1)
  52 + boxen (= 0.0.9)
  53 + git (= 0.0.2)
54 54 homebrew (= 0.0.3)
55 55 hub (= 0.0.1)
56 56 inifile (= 0.0.1)
57 57 nodejs (= 0.0.1)
58 58 nvm (= 0.0.2)
59   - rbenv (= 0.0.1)
60   - ruby (= 0.0.1)
  59 + rbenv (= 0.0.2)
  60 + ruby (= 0.0.2)
61 61 sudo (= 0.0.1)
vendor/puppet/cache/boxen-puppet-boxen-0.0.8.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-boxen-0.0.9.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-git-0.0.2.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-rbenv-0.0.2.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-ruby-0.0.2.tar.gz
No preview for this file type