gmxcheckout 0.1.0 → 0.2.0
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/gmxcheckout.gemspec +1 -1
- data/lib/gmxcheckout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 749065be54baeed2669f0833f8a392beab39b696
|
|
4
|
+
data.tar.gz: fcd9dd181bf9de579461e5197e19f0489d7d68eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35f0eb547fd34d4380a67a31051d8404258aa783596795e7273b69b22a7eacede371c67bd4d3b4ac2d6e48b1fb5f49eed6cef3ab342ebf7fb0bdbbee8dd97343
|
|
7
|
+
data.tar.gz: 402010964cdef2971df590dd4e83658080033ce775c6e493eb5431f7cbb21e0b25637fe56930810e541a43a3f8941fea732862665f3cbd1cf3782038b3eab3a4
|
data/gmxcheckout.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Charge your customers in a monthly basis using gmxCheckout'
|
|
13
13
|
spec.description = 'A simple and easy to use library to integrate with gmxCheckout'
|
|
14
|
-
spec.homepage = 'https://github.com/rainerborene/
|
|
14
|
+
spec.homepage = 'https://github.com/rainerborene/gmxcheckout'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
data/lib/gmxcheckout/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gmxcheckout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rainer Borene
|
|
@@ -134,7 +134,7 @@ files:
|
|
|
134
134
|
- lib/gmxcheckout/response.rb
|
|
135
135
|
- lib/gmxcheckout/subscriptions.rb
|
|
136
136
|
- lib/gmxcheckout/version.rb
|
|
137
|
-
homepage: https://github.com/rainerborene/
|
|
137
|
+
homepage: https://github.com/rainerborene/gmxcheckout
|
|
138
138
|
licenses:
|
|
139
139
|
- MIT
|
|
140
140
|
metadata: {}
|