mailr/Gemfile.lock

82 lines
1.8 KiB
Plaintext
Raw Normal View History

2011-06-24 23:48:08 +02:00
GEM
remote: http://rubygems.org/
specs:
2011-08-16 21:18:57 +02:00
actionmailer (3.0.9)
actionpack (= 3.0.9)
mail (~> 2.2.19)
actionpack (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
2011-06-24 23:48:08 +02:00
builder (~> 2.1.2)
erubis (>= 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
2011-08-16 21:18:57 +02:00
rack-mount (~> 0.6.14)
2011-06-24 23:48:08 +02:00
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
2011-08-16 21:18:57 +02:00
activemodel (3.0.9)
activesupport (= 3.0.9)
2011-06-24 23:48:08 +02:00
builder (~> 2.1.2)
i18n (~> 0.5.0)
2011-08-16 21:18:57 +02:00
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
arel (~> 2.0.10)
2011-06-24 23:48:08 +02:00
tzinfo (~> 0.3.23)
2011-08-16 21:18:57 +02:00
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
2011-07-21 20:20:15 +02:00
arel (2.0.10)
2011-06-24 23:48:08 +02:00
builder (2.1.2)
erubis (2.7.0)
2011-07-24 22:22:13 +02:00
ezcrypto (0.7.2)
2011-06-24 23:48:08 +02:00
i18n (0.5.0)
2011-07-21 20:20:15 +02:00
mail (2.2.19)
2011-06-24 23:48:08 +02:00
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
2011-07-21 20:20:15 +02:00
mime-types (~> 1.16)
treetop (~> 1.4.8)
2011-06-24 23:48:08 +02:00
mime-types (1.16)
mysql2 (0.2.7)
polyglot (0.3.1)
2011-07-21 20:20:15 +02:00
rack (1.2.3)
2011-08-16 21:18:57 +02:00
rack-mount (0.6.14)
2011-07-21 20:20:15 +02:00
rack (>= 1.0.0)
2011-06-24 23:48:08 +02:00
rack-test (0.5.7)
rack (>= 1.0)
2011-08-16 21:18:57 +02: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-24 23:48:08 +02:00
bundler (~> 1.0)
2011-08-16 21:18:57 +02:00
railties (= 3.0.9)
railties (3.0.9)
actionpack (= 3.0.9)
activesupport (= 3.0.9)
2011-06-24 23:48:08 +02:00
rake (>= 0.8.7)
2011-08-16 21:18:57 +02:00
rdoc (~> 3.4)
2011-06-24 23:48:08 +02:00
thor (~> 0.14.4)
2011-07-21 20:20:15 +02:00
rake (0.9.2)
2011-08-16 21:18:57 +02:00
rdoc (3.6.1)
themes_for_rails (0.4.2)
rails (~> 3.0.0)
themes_for_rails
2011-06-24 23:48:08 +02:00
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
2011-07-21 20:20:15 +02:00
tzinfo (0.3.29)
2011-08-02 23:12:17 +02:00
will_paginate (3.0.pre4)
2011-06-24 23:48:08 +02:00
PLATFORMS
ruby
DEPENDENCIES
2011-07-24 22:22:13 +02:00
ezcrypto (~> 0.7.2)
2011-08-16 21:18:57 +02:00
mysql2 (~> 0.2.7)
rails (~> 3.0.7)
themes_for_rails
2011-08-02 23:12:17 +02:00
will_paginate (~> 3.0.beta)