bitcoinpay 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 761c90e7124150b97ed205d500e664ad048635c6
4
- data.tar.gz: d1087b03d1fd93a7c06e3afb89e57776e85cea4f
3
+ metadata.gz: adf14742148d1e5cf3a0fc5f33ac3b1b60ef715b
4
+ data.tar.gz: 6efe74eac009db6814400564d673d523fdbbae0a
5
5
  SHA512:
6
- metadata.gz: ba20f0c1c9979596c3cf169bbcdbc07f8be399df086009e60da084e05a9842e1e4c863ab9e34670fd3a179b20345cb9655ff779ef13c201e2e27c8fd38a5f883
7
- data.tar.gz: 2ca13127dd75fc8d5b3ff408b1a5919abecca1b5cf2b2bbd50cb56ee5014306ee794010097027c4f7a36f6f51ccd0489c0150e26da5042fe5a16222fa96e2366
6
+ metadata.gz: 22e41275e56cb5463bcfae1963aa3cb012a7d4ab2cc7af8743e13817a3f21569250ce7407c857106cf755a859287a55a0a1176d02239ac0e65a20d2017f0858f
7
+ data.tar.gz: b64d90b96275a529c6f6899d09688460d3f311684b6ec1d739ae5a1543a651a48b270b6ae246ec85e0e4310921d478fa1b6c612c275e6a926249fdb0d7ccada3
data/README.md CHANGED
@@ -23,6 +23,8 @@ Or install it yourself as:
23
23
  It's so easy:
24
24
 
25
25
  ```ruby
26
+ require 'bitcoinpay'
27
+
26
28
  client = Bitcoinpay::Client.new(ENV['BITCOINPAY_API_KEY'])
27
29
  # => #<Bitcoinpay::Client:0x0055bfeac145d0 @api_key="nUISn79Sndsa36f64L">
28
30
 
data/bitcoinpay.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["vladislav.faust@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Bitcoinpay.com API client for Ruby}
13
- spec.homepage = "https://github.com/vladfaust/bitcoinpay"
13
+ spec.homepage = "https://github.com/vladfaust/bitcoinpay-client"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module Bitcoinpay
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitcoinpay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlad Faust
@@ -71,7 +71,7 @@ files:
71
71
  - lib/bitcoinpay.rb
72
72
  - lib/bitcoinpay/client.rb
73
73
  - lib/bitcoinpay/version.rb
74
- homepage: https://github.com/vladfaust/bitcoinpay
74
+ homepage: https://github.com/vladfaust/bitcoinpay-client
75
75
  licenses:
76
76
  - MIT
77
77
  metadata: {}