Modified name of gemfile to bitpay-sdk

bitpay-client will be used for the command line tool that requires this
gem, and the name 'bitpay' was already taken by a dead project.
This commit is contained in:
Paul Daigle 2015-01-05 16:04:35 -05:00
parent b7117c65dd
commit df063e35a2

View File

@ -1,6 +1,6 @@
require './lib/bitpay/version.rb'
Gem::Specification.new do |s|
s.name = 'bitpay'
s.name = 'bitpay-sdk'
s.version = BitPay::VERSION
s.licenses = ['MIT']
s.authors = 'Bitpay, Inc.'