From df063e35a2d222f612f9eaeb22aaeb7bcd7fe8a0 Mon Sep 17 00:00:00 2001 From: Paul Daigle Date: Mon, 5 Jan 2015 16:04:35 -0500 Subject: [PATCH] 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. --- bitpay-client.gemspec => bitpay-sdk.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bitpay-client.gemspec => bitpay-sdk.gemspec (98%) diff --git a/bitpay-client.gemspec b/bitpay-sdk.gemspec similarity index 98% rename from bitpay-client.gemspec rename to bitpay-sdk.gemspec index 3994d9f..841f797 100644 --- a/bitpay-client.gemspec +++ b/bitpay-sdk.gemspec @@ -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.'