diff options
| author | mo khan <mo@mokhan.ca> | 2014-10-13 11:02:38 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-10-13 11:02:38 -0600 |
| commit | a8f0c11dd54ca68c3059bc908e61da3b9a83fe74 (patch) | |
| tree | 76f527d709a020469d1e123bcbb1a31628dee058 /Gemfile.lock | |
| parent | d39d9b76a6f1be1bd42209e3a5de2fb0ee6d7fa0 (diff) | |
add amazon product api gems, configuration and initializer.
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f7b6798a..21af0518 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,6 +31,12 @@ GEM activerecord (>= 3, < 5) addressable (2.3.6) arel (5.0.1.20140414130214) + asin (2.0.1) + confiture (>= 0.1) + crack (>= 0.3) + hashie (>= 1.1) + httpi (>= 0.9) + rash (>= 0.4) asset_sync (1.0.0) activemodel fog (>= 1.8.0) @@ -87,6 +93,10 @@ GEM execjs coffee-script-source (1.8.0) colorize (0.7.3) + confiture (0.1.4) + crack (0.4.2) + safe_yaml (~> 1.0.0) + curb (0.8.6) daemons (1.1.9) dalli (2.7.2) database_cleaner (1.3.0) @@ -152,6 +162,7 @@ GEM gibbon (1.1.3) httparty multi_json (>= 1.3.4) + hashie (2.0.5) hike (1.2.3) http (0.6.2) http_parser.rb (~> 0.6.0) @@ -159,6 +170,8 @@ GEM httparty (0.13.1) json (~> 1.8) multi_xml (>= 0.5.2) + httpi (2.2.7) + rack i18n (0.6.11) inflecto (0.0.2) ipaddress (0.8.0) @@ -236,6 +249,8 @@ GEM thor (>= 0.18.1, < 2.0) raindrops (0.13.0) rake (10.3.2) + rash (0.4.0) + hashie (~> 2.0.0) rdoc (4.1.2) json (~> 1.4) rspec-core (3.1.4) @@ -255,6 +270,7 @@ GEM rspec-support (~> 3.1.0) rspec-support (3.1.0) rubyzip (1.1.6) + safe_yaml (1.0.4) sass (3.2.19) sass-rails (4.0.3) railties (>= 4.0.0, < 5.0) @@ -334,6 +350,7 @@ PLATFORMS DEPENDENCIES acts-as-taggable-on (~> 3.3.0) + asin asset_sync (~> 1.0.0) aws-sdk bcrypt-ruby @@ -348,6 +365,7 @@ DEPENDENCIES capistrano-rbenv (~> 2.0) capybara coffee-rails (~> 4.0) + curb daemons (~> 1.1.9) dalli database_cleaner |
