[Groonga-commit] groonga/gcs [master] Pin aws-sdk's version

Back to archive index

Yoji SHIDARA null+****@clear*****
Wed Nov 7 18:01:57 JST 2012


Yoji SHIDARA	2012-11-07 18:01:57 +0900 (Wed, 07 Nov 2012)

  New Revision: 363a59c6193658255f01d2f82fbb73cdaa0dfe57
  https://github.com/groonga/gcs/commit/363a59c6193658255f01d2f82fbb73cdaa0dfe57

  Log:
    Pin aws-sdk's version

  Added files:
    tools/Gemfile
    tools/Gemfile.lock
  Modified files:
    tools/describe-domains.rb

  Added: tools/Gemfile (+3 -0) 100644
===================================================================
--- /dev/null
+++ tools/Gemfile    2012-11-07 18:01:57 +0900 (338ee8d)
@@ -0,0 +1,3 @@
+source 'http://rubygems.org'
+
+gem 'aws-sdk', '1.6.0'

  Added: tools/Gemfile.lock (+22 -0) 100644
===================================================================
--- /dev/null
+++ tools/Gemfile.lock    2012-11-07 18:01:57 +0900 (831172b)
@@ -0,0 +1,22 @@
+GEM
+  remote: http://rubygems.org/
+  specs:
+    aws-sdk (1.6.0)
+      httparty (~> 0.7)
+      json (~> 1.4)
+      nokogiri (>= 1.4.4)
+      uuidtools (~> 2.1)
+    httparty (0.9.0)
+      multi_json (~> 1.0)
+      multi_xml
+    json (1.7.5)
+    multi_json (1.3.7)
+    multi_xml (0.5.1)
+    nokogiri (1.5.5)
+    uuidtools (2.1.3)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  aws-sdk (= 1.6.0)

  Modified: tools/describe-domains.rb (+2 -1)
===================================================================
--- tools/describe-domains.rb    2012-11-05 16:36:27 +0900 (d148db6)
+++ tools/describe-domains.rb    2012-11-07 18:01:57 +0900 (82022cb)
@@ -1,7 +1,8 @@
 #!/usr/bin/env ruby
 
 require 'json'
-require 'aws-sdk'
+require 'bundler'
+Bundler.require
 
 # Set these environment variables:
 # * AWS_ACCESS_KEY_ID
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index