Commit 019e189

mo khan <mo@mokhan.ca>
2014-09-30 02:54:26
install bunny gem.
Changed files (2)
Gemfile
@@ -0,0 +1,4 @@
+# A sample Gemfile
+source "https://rubygems.org"
+
+gem "bunny"
Gemfile.lock
@@ -0,0 +1,12 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    amq-protocol (1.9.2)
+    bunny (1.4.1)
+      amq-protocol (>= 1.9.2)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  bunny