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 | 14 | config.action_mailer.delivery_method = :smtp |
| 15 | 15 | |
| 16 | 16 | config.gem "ambethia-smtp-tls", |
| 17 | + :lib => "smtp-tls", | |
| 17 | 18 | :version => "1.1.2", |
| 18 | 19 | :source => "http://gems.github.com" |
| 19 | 20 | config.gem "tobi-delayed_job", |
| ... | ... | @@ -25,9 +26,11 @@ Rails::Initializer.run do |config| |
| 25 | 26 | config.gem "right_aws", |
| 26 | 27 | :version => "1.10.0" |
| 27 | 28 | config.gem "rubaidh-google_analytics", |
| 29 | + :lib => "rubaidh/google_analytics", | |
| 28 | 30 | :version => "1.1.4", |
| 29 | 31 | :source => "http://gems.github.com" |
| 30 | 32 | config.gem "yfactorial-utility_scopes", |
| 33 | + :lib => "utility_scopes", | |
| 31 | 34 | :version => "0.2.2", |
| 32 | 35 | :source => "http://gems.github.com" |
| 33 | 36 | end | ... | ... |