-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
16 lines (16 loc) · 888 Bytes
/
Copy pathGemfile
File metadata and controls
16 lines (16 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source 'http://rubygems.org'
gem 'mechanize'
gem 'tweetstream'
gem 'bson_ext'
gem 'mongo'
gem 'xml-simple', :require => 'xmlsimple'
gem 'dm-mongo-adapter', :git => 'git://github.com/solnic/dm-mongo-adapter.git'
gem 'dm-core', :git => 'git://github.com/datamapper/dm-core.git'
gem 'dm-aggregates', :git => 'git://github.com/datamapper/dm-aggregates.git'
gem 'dm-do-adapter', :git => 'git://github.com/datamapper/dm-do-adapter.git'
gem 'dm-migrations', :git => 'git://github.com/datamapper/dm-migrations.git'
gem 'dm-serializer', :git => 'git://github.com/datamapper/dm-serializer.git'
gem 'dm-timestamps', :git => 'git://github.com/datamapper/dm-timestamps.git'
gem 'dm-transactions', :git => 'git://github.com/datamapper/dm-transactions.git'
gem 'dm-types', :git => 'git://github.com/datamapper/dm-types.git'
gem 'dm-validations', :git => 'git://github.com/datamapper/dm-validations.git'