rubyplat 0.1.5 → 0.1.6

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
  SHA256:
3
- metadata.gz: 1c853ff96312da19bae67a827ac343ad139e4a895dbbd7af191932d7522c5ee6
4
- data.tar.gz: 624b0d170470384c14b76f514daa7f3ef05cfedc6ffcf8829e2ff5845a411efa
3
+ metadata.gz: 8a29146c6e84b89d37d0c4d26a56f97a015478688797dac44e660b30c551c1bb
4
+ data.tar.gz: 664bc14c687411a69018f938bcd052317426751917fdbfe703d2a9eb821d3fca
5
5
  SHA512:
6
- metadata.gz: 9ef074e4634b521deb146d389a74eb70c2afd04cfb8472344699e2d156a325f6ac429baa58115b5ae4b0f26e8e1e3dc5a6c561684eaec967aef08409056afac4
7
- data.tar.gz: 9ef1e382bb458c5c98efbbb53b89c231962a94d5c765381702a4160db30095d0a6863843a73a0f97f6eec1ac92c7a0d25f755fc8242ad32358510236f29cb32b
6
+ metadata.gz: 671f559014060e9536ffe1db5e5a78e77373e81dd5ba5e8a15f3b53a4f17285c9ccb76ddeac58d7a90c260457c791b4976f593836bb85901068e567362dd0130
7
+ data.tar.gz: a22b8a30a01a7ee0c6720e510e76efca5c9a5a260a2d88b4d3608efa2c44a833b80920924c86d2ea2b043f41b9c18950c4c999e7ea0b4da56d3f72d14b8a27e7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubyplat (0.1.5)
4
+ rubyplat (0.1.6)
5
5
  cyberplat_pki_patched (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -34,7 +34,7 @@ In your initializer configure keys for signing and verifying requests
34
34
 
35
35
  Perform request
36
36
 
37
- ```
37
+ ```ruby
38
38
  client = Rubyplat::Client.new
39
39
 
40
40
  params = {
@@ -1,3 +1,3 @@
1
1
  module Rubyplat
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Gem for creating Cyberplat Payment System Requests}
13
13
  spec.description = %q{Cyberplat wrapper}
14
- spec.homepage = ""
14
+ spec.homepage = "https://github.com/creepycheese/rubyplat"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
17
  f.match(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyplat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeniy Burdaev
@@ -120,7 +120,7 @@ files:
120
120
  - lib/rubyplat/utils/parser.rb
121
121
  - lib/rubyplat/version.rb
122
122
  - rubyplat.gemspec
123
- homepage: ''
123
+ homepage: https://github.com/creepycheese/rubyplat
124
124
  licenses: []
125
125
  metadata: {}
126
126
  post_install_message: