diff --git a/Gemfile b/Gemfile index 4ef96dc9..69ed4826 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,6 @@ gem 'filesize' gem 'thread' gem 'scrypt' gem 'rack-cache' -gem 'namecheap' 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 d069ea45..fd90fb5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,9 +74,6 @@ GEM uuidtools (>= 2.1.0) hashie (2.0.5) hiredis (0.5.0) - httparty (0.13.3) - json (~> 1.8) - multi_xml (>= 0.5.2) i18n (0.6.9) jimson-temp (0.9.5) blankslate (>= 3.1.2) @@ -107,11 +104,7 @@ GEM mocha (1.0.0) metaclass (~> 0.0.1) multi_json (1.10.1) - multi_xml (0.5.5) multipart-post (2.0.0) - namecheap (0.3.0) - activesupport (>= 3.0.0) - httparty netrc (0.7.7) nokogiri (1.6.3.1) mini_portile (= 0.6.0) @@ -252,7 +245,6 @@ DEPENDENCIES minitest minitest-reporters mocha - namecheap pg poltergeist pry diff --git a/environment.rb b/environment.rb index 2a64f0ff..ccff05f4 100644 --- a/environment.rb +++ b/environment.rb @@ -131,9 +131,3 @@ if ENV['RACK_ENV'] != 'development' # Sass::Plugin.options[:never_update] = true Sass::Plugin.options[:full_exception] = false end - -Namecheap.configure do |config| - config.key = $config['namecheap_api_key'] - config.username = $config['namecheap_api_username'] - config.client_ip = '67.139.65.163' -end