parent
94b10f220b
commit
f5cbb66bc6
6 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,9 +1,10 @@
|
||||||
/.bundle
|
/.bundle
|
||||||
/.librarian
|
/.librarian
|
||||||
|
/.ruby-version
|
||||||
/.tmp
|
/.tmp
|
||||||
/bin
|
/bin
|
||||||
/config/local.rb
|
/config/local.rb
|
||||||
/log
|
/log
|
||||||
/tmp
|
|
||||||
/shared/*
|
/shared/*
|
||||||
!/shared/README.md
|
!/shared/README.md
|
||||||
|
/tmp
|
||||||
|
|
|
@ -3,7 +3,7 @@ GEM
|
||||||
specs:
|
specs:
|
||||||
addressable (2.3.2)
|
addressable (2.3.2)
|
||||||
ansi (1.4.3)
|
ansi (1.4.3)
|
||||||
aws-sdk (1.8.1.2)
|
aws-sdk (1.8.1.3)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
nokogiri (>= 1.4.4)
|
nokogiri (>= 1.4.4)
|
||||||
uuidtools (~> 2.1)
|
uuidtools (~> 2.1)
|
||||||
|
@ -24,7 +24,7 @@ GEM
|
||||||
hashie (1.2.0)
|
hashie (1.2.0)
|
||||||
hiera (1.0.0)
|
hiera (1.0.0)
|
||||||
highline (1.6.15)
|
highline (1.6.15)
|
||||||
json (1.7.6)
|
json (1.7.7)
|
||||||
json_pure (1.7.7)
|
json_pure (1.7.7)
|
||||||
librarian-puppet (0.9.7)
|
librarian-puppet (0.9.7)
|
||||||
json
|
json
|
||||||
|
|
BIN
vendor/cache/aws-sdk-1.8.1.2.gem
vendored
BIN
vendor/cache/aws-sdk-1.8.1.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/aws-sdk-1.8.1.3.gem
vendored
Normal file
BIN
vendor/cache/aws-sdk-1.8.1.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/json-1.7.6.gem
vendored
BIN
vendor/cache/json-1.7.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/json-1.7.7.gem
vendored
Normal file
BIN
vendor/cache/json-1.7.7.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue