mobilepay 1.1.4 → 1.1.5

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: 12cc0dcb6e0ea4953fd848675240243327d0e196
4
- data.tar.gz: 9ef6567003bc4c4dbe47478288f89116a4d328d3
3
+ metadata.gz: 0ed8cd01478cd62cb2fff164d2462df436e134be
4
+ data.tar.gz: 169b04892f82143102c62808e200024252243434
5
5
  SHA512:
6
- metadata.gz: 7166ef5969414f7ba82928c2640cd7f51b6fb2d8e6b92f87c30ebd016d801ee7bb810dc6f29e29e4a36167eb0798c4958cf9d8d5d7cade05dc4c2ea7263c24a4
7
- data.tar.gz: 8a506ba4c932ae18e5637aa68a13ffd3603caccb6670e1bab81b4e10ddfb504f3457f863cc85c73598898ae1e4dafdc9ac005834f10fa5e8d8ed8b71fe48093f
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/kortirso/mobilepay.
228
+ Bug reports and pull requests are welcome on GitHub at https://github.com/WebGents/mobilepay.
229
229
 
230
230
  ## License
231
231
 
@@ -1,3 +1,3 @@
1
1
  module Mobilepay
2
- VERSION = '1.1.4'
2
+ VERSION = '1.1.5'
3
3
  end
@@ -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/kortirso/mobilepay'
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
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-08-23 00:00:00.000000000 Z
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/kortirso/mobilepay
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.11
106
+ rubygems_version: 2.6.14
106
107
  signing_key:
107
108
  specification_version: 4
108
109
  summary: Gem for interaction with MobilePay API