Commit 71611eb4061ce8a229344f79ac85353fa0d2e092
1 parent
43609bff
Exists in
master
and in
1 other branch
specifying libs
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
config/environment.rb
| @@ -14,6 +14,7 @@ Rails::Initializer.run do |config| | @@ -14,6 +14,7 @@ Rails::Initializer.run do |config| | ||
| 14 | config.action_mailer.delivery_method = :smtp | 14 | config.action_mailer.delivery_method = :smtp |
| 15 | 15 | ||
| 16 | config.gem "ambethia-smtp-tls", | 16 | config.gem "ambethia-smtp-tls", |
| 17 | + :lib => "smtp-tls", | ||
| 17 | :version => "1.1.2", | 18 | :version => "1.1.2", |
| 18 | :source => "http://gems.github.com" | 19 | :source => "http://gems.github.com" |
| 19 | config.gem "tobi-delayed_job", | 20 | config.gem "tobi-delayed_job", |
| @@ -25,9 +26,11 @@ Rails::Initializer.run do |config| | @@ -25,9 +26,11 @@ Rails::Initializer.run do |config| | ||
| 25 | config.gem "right_aws", | 26 | config.gem "right_aws", |
| 26 | :version => "1.10.0" | 27 | :version => "1.10.0" |
| 27 | config.gem "rubaidh-google_analytics", | 28 | config.gem "rubaidh-google_analytics", |
| 29 | + :lib => "rubaidh/google_analytics", | ||
| 28 | :version => "1.1.4", | 30 | :version => "1.1.4", |
| 29 | :source => "http://gems.github.com" | 31 | :source => "http://gems.github.com" |
| 30 | config.gem "yfactorial-utility_scopes", | 32 | config.gem "yfactorial-utility_scopes", |
| 33 | + :lib => "utility_scopes", | ||
| 31 | :version => "0.2.2", | 34 | :version => "0.2.2", |
| 32 | :source => "http://gems.github.com" | 35 | :source => "http://gems.github.com" |
| 33 | end | 36 | end |