mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
mistakenly committed namecheap test code, removing
This commit is contained in:
parent
69f8bf9232
commit
4319bfde05
3 changed files with 0 additions and 15 deletions
1
Gemfile
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue