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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/rubyplat/version.rb +1 -1
- data/rubyplat.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a29146c6e84b89d37d0c4d26a56f97a015478688797dac44e660b30c551c1bb
|
4
|
+
data.tar.gz: 664bc14c687411a69018f938bcd052317426751917fdbfe703d2a9eb821d3fca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 671f559014060e9536ffe1db5e5a78e77373e81dd5ba5e8a15f3b53a4f17285c9ccb76ddeac58d7a90c260457c791b4976f593836bb85901068e567362dd0130
|
7
|
+
data.tar.gz: a22b8a30a01a7ee0c6720e510e76efca5c9a5a260a2d88b4d3608efa2c44a833b80920924c86d2ea2b043f41b9c18950c4c999e7ea0b4da56d3f72d14b8a27e7
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/lib/rubyplat/version.rb
CHANGED
data/rubyplat.gemspec
CHANGED
@@ -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.
|
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:
|