0
0
Fork 0

add gems to Gemfile

This commit is contained in:
Gibheer 2011-06-24 10:04:48 +02:00
parent 1b045ee929
commit 69c82591c4
2 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,4 @@
source :rubygems
gem 'sinatra'
gem 'data_mapper'

56
Gemfile.lock Normal file
View File

@ -0,0 +1,56 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
bcrypt-ruby (2.1.4)
data_mapper (1.1.0)
dm-aggregates (= 1.1.0)
dm-constraints (= 1.1.0)
dm-core (= 1.1.0)
dm-migrations (= 1.1.0)
dm-serializer (= 1.1.0)
dm-timestamps (= 1.1.0)
dm-transactions (= 1.1.0)
dm-types (= 1.1.0)
dm-validations (= 1.1.0)
dm-aggregates (1.1.0)
dm-core (~> 1.1.0)
dm-constraints (1.1.0)
dm-core (~> 1.1.0)
dm-core (1.1.0)
addressable (~> 2.2.4)
dm-migrations (1.1.0)
dm-core (~> 1.1.0)
dm-serializer (1.1.0)
dm-core (~> 1.1.0)
fastercsv (~> 1.5.4)
json (~> 1.4.6)
dm-timestamps (1.1.0)
dm-core (~> 1.1.0)
dm-transactions (1.1.0)
dm-core (~> 1.1.0)
dm-types (1.1.0)
bcrypt-ruby (~> 2.1.4)
dm-core (~> 1.1.0)
fastercsv (~> 1.5.4)
json (~> 1.4.6)
stringex (~> 1.2.0)
uuidtools (~> 2.1.2)
dm-validations (1.1.0)
dm-core (~> 1.1.0)
fastercsv (1.5.4)
json (1.4.6)
rack (1.3.0)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
stringex (1.2.1)
tilt (1.3.2)
uuidtools (2.1.2)
PLATFORMS
ruby
DEPENDENCIES
data_mapper
sinatra