Commit f4cad7de3054427bc58ed56d235ccafcbfb6ac08

Authored by Will Farrington
1 parent 9963359218

add librarian-puppet with 100% more amazing

Showing 2 changed files with 9 additions and 1 deletions Side-by-side Diff

... ... @@ -2,4 +2,6 @@
2 2  
3 3 gem "boxen", "0.0.0", # FIX: just during extraction/porting
4 4 :path => File.expand_path("../../boxen", __FILE__)
  5 +
  6 +gem "librarian-puppet", "0.9.5"
1 1 PATH
2   - remote: /Users/jbarnette/boxen/boxen
  2 + remote: /Users/wfarr/boxen/boxen
3 3 specs:
4 4 boxen (0.0.0)
5 5 ansi
... ... @@ -24,6 +24,10 @@
24 24 highline (1.6.15)
25 25 json (1.7.5)
26 26 json_pure (1.7.5)
  27 + librarian-puppet (0.9.5)
  28 + json
  29 + puppet
  30 + thor (~> 0.15)
27 31 multi_json (1.3.6)
28 32 multipart-post (1.1.5)
29 33 octokit (1.15.1)
30 34  
... ... @@ -35,10 +39,12 @@
35 39 puppet (3.0.0)
36 40 facter (>= 1.6.11)
37 41 hiera (>= 1.0.0rc)
  42 + thor (0.16.0)
38 43  
39 44 PLATFORMS
40 45 ruby
41 46  
42 47 DEPENDENCIES
43 48 boxen (= 0.0.0)!
  49 + librarian-puppet (= 0.9.5)