mobilepay 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/mobilepay/version.rb +1 -1
- data/mobilepay.gemspec +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ed8cd01478cd62cb2fff164d2462df436e134be
|
4
|
+
data.tar.gz: 169b04892f82143102c62808e200024252243434
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dabc279c9015995637acd75aea52edb3323935bb371323c4f4be839e0dc4da8c32f95a7afd000785fffd599833b164d8c04d58496e50af5e2ee506f5fa07fe73
|
7
|
+
data.tar.gz: d698ae7044f46ec67efef4f26e5c57864aca4389ab32eb36bdf55ac671683e96ade54926f9fc667085e7068a945095da0081f4a2d14e396a2c2fdb87851b908f
|
data/README.md
CHANGED
@@ -225,7 +225,7 @@ Request for canceling previously made reservations is #cancel_reservation.
|
|
225
225
|
|
226
226
|
## Contributing
|
227
227
|
|
228
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
228
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/WebGents/mobilepay.
|
229
229
|
|
230
230
|
## License
|
231
231
|
|
data/lib/mobilepay/version.rb
CHANGED
data/mobilepay.gemspec
CHANGED
@@ -6,12 +6,12 @@ require 'mobilepay/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'mobilepay'
|
8
8
|
spec.version = Mobilepay::VERSION
|
9
|
-
spec.authors = ['Anton Bogdanov']
|
9
|
+
spec.authors = ['JungleCoders', 'Anton Bogdanov']
|
10
10
|
spec.email = ['kortirso@gmail.com']
|
11
11
|
|
12
12
|
spec.summary = 'Gem for interaction with MobilePay API'
|
13
13
|
spec.description = 'Actions with payments in MobilePay system'
|
14
|
-
spec.homepage = 'https://github.com/
|
14
|
+
spec.homepage = 'https://github.com/WebGents/mobilepay'
|
15
15
|
spec.license = 'MIT'
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mobilepay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
+
- JungleCoders
|
7
8
|
- Anton Bogdanov
|
8
9
|
autorequire:
|
9
10
|
bindir: exe
|
10
11
|
cert_chain: []
|
11
|
-
date: 2017-
|
12
|
+
date: 2017-12-22 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: bundler
|
@@ -82,7 +83,7 @@ files:
|
|
82
83
|
- lib/mobilepay/security/public_key.rb
|
83
84
|
- lib/mobilepay/version.rb
|
84
85
|
- mobilepay.gemspec
|
85
|
-
homepage: https://github.com/
|
86
|
+
homepage: https://github.com/WebGents/mobilepay
|
86
87
|
licenses:
|
87
88
|
- MIT
|
88
89
|
metadata: {}
|
@@ -102,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
103
|
version: '0'
|
103
104
|
requirements: []
|
104
105
|
rubyforge_project:
|
105
|
-
rubygems_version: 2.6.
|
106
|
+
rubygems_version: 2.6.14
|
106
107
|
signing_key:
|
107
108
|
specification_version: 4
|
108
109
|
summary: Gem for interaction with MobilePay API
|