referthis 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,8 @@
1
+ ActionMailer::Base.smtp_settings = {
2
+ :address => 'smtp.gmail.com',
3
+ :port => 587,
4
+ :authentication => :plain,
5
+ :domain => 'mail.google.com',
6
+ :user_name => 'adoptahydrantsyracuse@gmail.com',
7
+ :password => 'Drewby!23'
8
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: referthis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -23,6 +23,7 @@ files:
23
23
  - lib/db/migrate/20120621004835_create_referrals.rb
24
24
  - lib/db/migrate/20120621004904_create_referees.rb
25
25
  - lib/db/migrate/20120621215402_add_keys.rb
26
+ - lib/initializers/smtp_settings.rb
26
27
  homepage: http://github.com/ahcarpenter/referthis
27
28
  licenses: []
28
29
  post_install_message: