1
0
Fork 0
oldhaven/Gemfile.lock

128 lines
2.7 KiB
Plaintext
Raw Normal View History

GIT
remote: git://github.com/magnolia-fan/musicbrainz-ruby.git
revision: 17d743a270b02b77251e10357af3d12cdab5f3a9
specs:
musicbrainz-ruby (0.4.0)
hashie (~> 1.0)
httparty (>= 0.7.3)
2011-06-22 22:56:32 +00:00
GIT
remote: git://github.com/magnolia-fan/ruby-lastfm.git
2011-06-27 11:14:14 +00:00
revision: 024064d52c9fb3996664436a339a4b2ec7541d9d
2011-06-22 22:56:32 +00:00
specs:
lastfm (0.2.0)
activesupport
httparty
xml-simple
2011-06-13 12:59:37 +00:00
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
2011-06-27 11:14:14 +00:00
actionmailer (3.0.9)
actionpack (= 3.0.9)
2011-06-13 12:59:37 +00:00
mail (~> 2.2.19)
2011-06-27 11:14:14 +00:00
actionpack (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
2011-06-13 12:59:37 +00:00
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
2011-06-27 11:14:14 +00:00
activemodel (3.0.9)
activesupport (= 3.0.9)
2011-06-13 12:59:37 +00:00
builder (~> 2.1.2)
i18n (~> 0.5.0)
2011-06-27 11:14:14 +00:00
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
2011-06-13 12:59:37 +00:00
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
2011-06-27 11:14:14 +00:00
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
2011-06-13 12:59:37 +00:00
arel (2.0.10)
2011-06-14 18:06:46 +00:00
awesome_print (0.4.0)
2011-06-27 18:41:36 +00:00
barista (1.2.1)
coffee-script (~> 2.2)
2011-06-13 12:59:37 +00:00
builder (2.1.2)
2011-06-27 11:14:14 +00:00
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.1.1)
2011-06-22 22:56:32 +00:00
crack (0.1.8)
2011-06-19 21:23:22 +00:00
daemons (1.1.4)
delayed_job (2.1.4)
activesupport (~> 3.0)
daemons
2011-06-13 12:59:37 +00:00
erubis (2.6.6)
abstract (>= 1.0.0)
2011-06-27 11:14:14 +00:00
execjs (1.2.0)
multi_json (~> 1.0)
hashie (1.0.0)
2011-06-22 22:56:32 +00:00
httparty (0.7.8)
crack (= 0.1.8)
2011-06-13 12:59:37 +00:00
i18n (0.5.0)
2011-06-27 11:14:14 +00:00
json (1.5.3)
2011-06-27 18:41:36 +00:00
libv8 (3.3.10.2)
2011-06-13 12:59:37 +00:00
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
2011-06-27 11:14:14 +00:00
multi_json (1.0.3)
2011-06-14 16:05:12 +00:00
pg (0.11.0)
2011-06-13 12:59:37 +00:00
polyglot (0.3.1)
rack (1.2.3)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
2011-06-27 11:14:14 +00:00
rails (3.0.9)
actionmailer (= 3.0.9)
actionpack (= 3.0.9)
activerecord (= 3.0.9)
activeresource (= 3.0.9)
activesupport (= 3.0.9)
2011-06-13 12:59:37 +00:00
bundler (~> 1.0)
2011-06-27 11:14:14 +00:00
railties (= 3.0.9)
railties (3.0.9)
actionpack (= 3.0.9)
activesupport (= 3.0.9)
2011-06-13 12:59:37 +00:00
rake (>= 0.8.7)
2011-06-27 11:14:14 +00:00
rdoc (~> 3.4)
2011-06-13 12:59:37 +00:00
thor (~> 0.14.4)
rake (0.9.2)
2011-06-27 11:14:14 +00:00
rdoc (3.6.1)
sass (3.1.3)
2011-06-13 12:59:37 +00:00
sqlite3 (1.3.3)
2011-06-27 18:41:36 +00:00
therubyracer (0.9.2)
libv8 (~> 3.3.10)
2011-06-13 12:59:37 +00:00
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.28)
2011-06-22 22:56:32 +00:00
xml-simple (1.1.0)
2011-06-13 12:59:37 +00:00
PLATFORMS
ruby
DEPENDENCIES
2011-06-14 18:06:46 +00:00
awesome_print
2011-06-27 18:41:36 +00:00
barista
2011-06-27 11:14:14 +00:00
coffee-script
2011-06-19 21:23:22 +00:00
delayed_job
2011-06-27 11:14:14 +00:00
json
2011-06-22 22:56:32 +00:00
lastfm!
musicbrainz-ruby!
2011-06-14 16:05:12 +00:00
pg
2011-06-27 11:14:14 +00:00
rails (= 3.0.9)
sass
2011-06-13 12:59:37 +00:00
sqlite3
2011-06-27 18:41:36 +00:00
therubyracer