diff --git a/Gemfile b/Gemfile index b5a3e08c..3aaebd78 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,7 @@ gem 'thread' gem 'scrypt' gem 'rack-cache' gem 'rest-client' +gem 'geoip' platform :mri, :rbx do gem 'magic' # sudo apt-get install file, For OSX: brew install libmagic diff --git a/Gemfile.lock b/Gemfile.lock index e726b123..b3d69511 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,6 +62,7 @@ GEM ffi (>= 1.0.0) rake filesize (0.0.3) + geoip (1.5.0) google-api-client (0.7.1) addressable (>= 2.3.2) autoparse (>= 0.3.3) @@ -242,6 +243,7 @@ DEPENDENCIES fabrication faker filesize + geoip google-api-client hiredis jdbc-postgres diff --git a/views/plan/_pricing.erb b/views/plan/_pricing.erb index 2a4b2ca9..a6ffac10 100644 --- a/views/plan/_pricing.erb +++ b/views/plan/_pricing.erb @@ -134,7 +134,7 @@ It's safe. We use Stripe for payments, and never store your credit card information directly.
  • - It's affordable, only $<%= Site::PLAN_FEATURES[:supporter][:price] %> per month. + It's affordable. Only $<%= Site::PLAN_FEATURES[:supporter][:price] %> per month.
  • You can cancel or change plans anytime. If you do, we'll refund or credit the amount you didn't use.