All pastes #2118446 Raw Edit

Someone

public text v1 · immutable
#2118446 ·published 2012-02-17 10:41 UTC
rendered paste body
commit 9de84d052a6e2c2a56c9dae396d693ee169da79d
Author: Robert Knight <robert.knight@mendeley.com>
alans-imac:utilities robert$ git diff HEAD
diff --git a/utilities/Gemfile b/utilities/Gemfile
new file mode 100644
index 0000000..3b8a590
--- /dev/null
+++ b/utilities/Gemfile
@@ -0,0 +1,10 @@
+# Rubygems required by desktop utility ruby scripts.
+# 
+# Run 'gem install bundler'
+# and 'bundle install' to install the required gems
+
+source :rubygems
+
+gem "aws-sdk"
+gem "json"
+
diff --git a/utilities/Gemfile.lock b/utilities/Gemfile.lock
new file mode 100644
index 0000000..25f0c56
--- /dev/null
+++ b/utilities/Gemfile.lock
@@ -0,0 +1,23 @@
+GEM
+  remote: http://rubygems.org/
+  specs:
+    aws-sdk (1.3.4)
+      httparty (~> 0.7)
+      json (~> 1.4)
+      nokogiri (>= 1.4.4)
+      uuidtools (~> 2.1)
+    httparty (0.8.1)
+      multi_json
+      multi_xml
+    json (1.6.5)
+    multi_json (1.0.4)
+    multi_xml (0.4.1)
+    nokogiri (1.5.0)
+    uuidtools (2.1.2)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  aws-sdk
+  json