diff options
| author | Ben Beltran <ben@nsovocal.com> | 2010-12-01 00:18:06 -0700 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2010-12-01 00:18:06 -0700 |
| commit | 5573b3c2672a04d58a91ce1c74f9c543e14fb423 (patch) | |
| tree | 89f6333c33044c69ec1a96f2cfe2240d36e2f7cf /Gemfile.lock | |
| parent | a7ac2194708c39f02fa20ad4edff78fc4f24ea91 (diff) | |
Gemfile.lock y nuevas revisiones.
yadda yadda yadda.
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 46 |
1 files changed, 46 insertions, 0 deletions
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) |