From 5573b3c2672a04d58a91ce1c74f9c543e14fb423 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 1 Dec 2010 00:18:06 -0700 Subject: Gemfile.lock y nuevas revisiones. yadda yadda yadda. --- Gemfile.lock | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Gemfile.lock (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..2edb464 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,46 @@ +GEM + remote: http://rubygems.org/ + specs: + addressable (2.2.2) + data_objects (0.10.2) + addressable (~> 2.1) + dm-core (1.0.2) + addressable (~> 2.2) + extlib (~> 0.9.15) + dm-do-adapter (1.0.2) + data_objects (~> 0.10.2) + dm-core (~> 1.0.2) + dm-mysql-adapter (1.0.2) + dm-do-adapter (~> 1.0.2) + do_mysql (~> 0.10.2) + dm-timestamps (1.0.2) + dm-core (~> 1.0.2) + do_mysql (0.10.2) + data_objects (= 0.10.2) + extlib (0.9.15) + haml (3.0.24) + less (1.2.21) + mutter (>= 0.4.2) + treetop (>= 1.4.2) + mutter (0.5.3) + polyglot (0.3.1) + rack (1.2.1) + rdiscount (1.6.5) + sinatra (1.1.0) + rack (~> 1.1) + tilt (~> 1.1) + tilt (1.1) + treetop (1.4.9) + polyglot (>= 0.3.1) + +PLATFORMS + ruby + +DEPENDENCIES + dm-core (>= 1.0) + dm-mysql-adapter (>= 1.0) + dm-timestamps (>= 1.0) + haml (>= 3.0.0) + less (>= 1.2.0) + rdiscount (>= 1.6.5) + sinatra (>= 1.1.0) -- cgit