dannysmith_coolpay 0.1.0 → 0.1.1

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: 02e7d7194f5e7ce5e13984ea0019452f92c9ec92
4
- data.tar.gz: 84f0f6790ba8f87467803ec61711e83daaa2e735
3
+ metadata.gz: 04c5f74d56d46fc4e04c173c3c91c7429917e099
4
+ data.tar.gz: 7a30d0ae6b028b114d15ef9cbf52a07143f45ed2
5
5
  SHA512:
6
- metadata.gz: 94bfb32fd22072f69a96c0985598c5ce65661d36636714184d39ea49282c015e902cd08b1ec3419155b6170aa195a877f5294cad45491edf2489a4377b36ad16
7
- data.tar.gz: 4156009a45ad05ae851ec0c7152cbcd7e7b24b6a52c30316323908ad9ad14ca65e908c88a08740253f7636764016b0d05740399832ca2a1a6026ce480915bcfa
6
+ metadata.gz: 9530c95cb1c4a25cd5ef39ffdcbb60d5c3cbda41101234072bf23e8b1a912402ea302ab97a5be1fbb9c11c05f8c8fa9e8d4755e06f0535393c923f71ad0df81d
7
+ data.tar.gz: 842c6e0009e3ed4dafb1e146868f022656c812667e2c00f97da0e3dcd2b3117f7d06af975e8bc8e0876f438d9ecf4b4a5c74f9aedf9d8dd19795483f2e6cab7f
data/coolpay.gemspec CHANGED
@@ -8,10 +8,10 @@ Gem::Specification.new do |spec|
8
8
  spec.name = 'dannysmith_coolpay'
9
9
  spec.version = Coolpay::VERSION
10
10
  spec.authors = ['Danny Smith']
11
- spec.email = ['hi@danny.is']
11
+ spec.email = ['danny@dasmith.co.uk']
12
12
 
13
13
  spec.summary = 'Gem to wrap the Coolpay API.'
14
- spec.description = 'Gem to wrap the Coolpay API.'
14
+ spec.description = 'Gem to wrap the Coolpay API and have a play with VCR for testing'
15
15
  spec.homepage = 'http://github.com/dannysmith/coolpay'
16
16
  spec.license = 'MIT'
17
17
 
@@ -1,3 +1,3 @@
1
1
  module Coolpay
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dannysmith_coolpay
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
  - Danny Smith
@@ -150,9 +150,9 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description: Gem to wrap the Coolpay API.
153
+ description: Gem to wrap the Coolpay API and have a play with VCR for testing
154
154
  email:
155
- - hi@danny.is
155
+ - danny@dasmith.co.uk
156
156
  executables: []
157
157
  extensions: []
158
158
  extra_rdoc_files: []