summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock52
1 files changed, 52 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..3b42431
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,52 @@
+PATH
+ remote: .
+ specs:
+ tapicero (0.1.0)
+ couchrest (~> 1.1.3)
+ couchrest_model (~> 2.0.0.beta2)
+ daemons
+ yajl-ruby
+
+GEM
+ remote: http://rubygems.org/
+ specs:
+ activemodel (3.2.14)
+ activesupport (= 3.2.14)
+ builder (~> 3.0.0)
+ activesupport (3.2.14)
+ i18n (~> 0.6, >= 0.6.4)
+ multi_json (~> 1.0)
+ builder (3.0.4)
+ couchrest (1.1.3)
+ mime-types (~> 1.15)
+ multi_json (~> 1.0)
+ rest-client (~> 1.6.1)
+ couchrest_model (2.0.0.beta2)
+ activemodel (~> 3.0)
+ couchrest (~> 1.1.3)
+ mime-types (~> 1.15)
+ tzinfo (~> 0.3.22)
+ daemons (1.1.9)
+ highline (1.6.19)
+ i18n (0.6.5)
+ metaclass (0.0.1)
+ mime-types (1.25)
+ minitest (3.2.0)
+ mocha (0.14.0)
+ metaclass (~> 0.0.1)
+ multi_json (1.8.0)
+ rake (10.1.0)
+ rest-client (1.6.7)
+ mime-types (>= 1.16)
+ tzinfo (0.3.37)
+ yajl-ruby (1.1.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ highline
+ minitest (~> 3.2.0)
+ mocha
+ rake
+ tapicero!