Skip to content

Commit

Permalink
adding Gemfile.lock to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hessler committed Mar 6, 2011
1 parent 25db402 commit 3678a00
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,98 @@
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.0.beta3)
actionpack (= 3.0.0.beta3)
mail (~> 2.2.0)
text-format (~> 1.0.0)
actionpack (3.0.0.beta3)
activemodel (= 3.0.0.beta3)
activesupport (= 3.0.0.beta3)
erubis (~> 2.6.5)
rack (~> 1.1.0)
rack-mount (~> 0.6.0)
rack-test (~> 0.5.0)
activemodel (3.0.0.beta3)
activesupport (= 3.0.0.beta3)
activerecord (3.0.0.beta3)
activemodel (= 3.0.0.beta3)
activesupport (= 3.0.0.beta3)
arel (~> 0.3.3)
activeresource (3.0.0.beta3)
activemodel (= 3.0.0.beta3)
activesupport (= 3.0.0.beta3)
activesupport (3.0.0.beta3)
builder (~> 2.1.2)
i18n (~> 0.3.6)
memcache-client (>= 1.7.5)
tzinfo (~> 0.3.16)
arel (0.3.3)
activesupport (>= 3.0.0.beta)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
git (1.2.5)
i18n (0.3.7)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
mail (2.2.7)
activesupport (>= 2.3.6)
mime-types
treetop (>= 1.4.5)
memcache-client (1.8.5)
mime-types (1.16)
mysql (2.8.1)
pg (0.10.1)
polyglot (0.3.1)
rack (1.1.1)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.0.beta3)
actionmailer (= 3.0.0.beta3)
actionpack (= 3.0.0.beta3)
activerecord (= 3.0.0.beta3)
activeresource (= 3.0.0.beta3)
activesupport (= 3.0.0.beta3)
bundler (>= 0.9.19)
railties (= 3.0.0.beta3)
railties (3.0.0.beta3)
actionpack (= 3.0.0.beta3)
activesupport (= 3.0.0.beta3)
rake (>= 0.8.3)
thor (~> 0.13.4)
rake (0.8.7)
rcov (0.9.9)
rspec (2.0.0.beta.8)
rspec-core (= 2.0.0.beta.8)
rspec-expectations (= 2.0.0.beta.8)
rspec-mocks (= 2.0.0.beta.8)
rspec-core (2.0.0.beta.8)
rspec-expectations (2.0.0.beta.8)
rspec-mocks (2.0.0.beta.8)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
text-format (1.0.0)
text-hyphen (~> 1.0.0)
text-hyphen (1.0.2)
thor (0.13.8)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.24)

PLATFORMS
ruby

DEPENDENCIES
jeweler
mysql
pg
rails (= 3.0.0.beta3)
rcov
rspec (= 2.0.0.beta.8)
sqlite3-ruby

0 comments on commit 3678a00

Please sign in to comment.