pin-ruby 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10451e99848a72485de75f1a067cfec66258cf2b
4
- data.tar.gz: c6fc3a9faf980cf884a63370221584b6839cdb0f
3
+ metadata.gz: ef6026d3b852d6ee89457f5ffa667240e8afeed4
4
+ data.tar.gz: 6f6a1d08ac02ff4be018f5db73d37651f29d80d7
5
5
  SHA512:
6
- metadata.gz: 6613afaf1c0acafcc46be6215616ebaf32424097cb8911370d8d6a394ce959a41663c71edd5548a8a70fb0a70f20114149fa0b2c3048e8ba05883c102a6c5f84
7
- data.tar.gz: 7ae82e3e032a9114f7b4fcec891e73ef60576a8da68ec24c4eb647f2d8ac71f3ea180f0c4bb507a55ffe2e24cd2406852e97cee77da95a09053e0fd216e6ac43
6
+ metadata.gz: 0bbf4aa9eec9d2378c714558dbf2c0ae207615ac805df66f0d30012022781d035b3730f0a22c54e688bcd5846bc310cfb4f9e92b3c6793bee7c4bcf0e067ab13
7
+ data.tar.gz: 546e874080efdd509125e49e2f8a725dca8f42b0822ed31e01bc3e8f560b81ef6fc163b208cb34a97f427fbf8d0668a6bedfc36e838bff120fca35c126ae6c22
@@ -1,3 +1,3 @@
1
1
  module Pin
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["michael.shimmins@gmail.com"]
11
11
  spec.description = %q{A Ruby library for interacting with v1 of the Pin Payments API}
12
12
  spec.summary = spec.description
13
- spec.homepage = 'https://bitbucket.org/redsquirrel/pin-ruby'
13
+ spec.homepage = 'https://bitbucket.org/shimms/pin-ruby'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pin-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Shimmins
@@ -157,7 +157,7 @@ files:
157
157
  - pin-ruby.gemspec
158
158
  - spec/configuration_spec.rb
159
159
  - spec/spec_helper.rb
160
- homepage: https://bitbucket.org/redsquirrel/pin-ruby
160
+ homepage: https://bitbucket.org/shimms/pin-ruby
161
161
  licenses:
162
162
  - MIT
163
163
  metadata: {}