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 +4 -4
- data/coolpay.gemspec +2 -2
- data/lib/coolpay/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04c5f74d56d46fc4e04c173c3c91c7429917e099
|
|
4
|
+
data.tar.gz: 7a30d0ae6b028b114d15ef9cbf52a07143f45ed2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 = ['
|
|
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
|
|
data/lib/coolpay/version.rb
CHANGED
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.
|
|
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
|
-
-
|
|
155
|
+
- danny@dasmith.co.uk
|
|
156
156
|
executables: []
|
|
157
157
|
extensions: []
|
|
158
158
|
extra_rdoc_files: []
|