allpay 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5c5de6c0bfeba05a57aa62acd2e33ba30d91550
4
- data.tar.gz: 655f3756c3df731791fe860293d434ed1c365a5f
3
+ metadata.gz: 326669a2d3123e2434681621ee46ce51770182ea
4
+ data.tar.gz: 908adbe9eadd938f0de10c0fadf5d2d6d8b450a3
5
5
  SHA512:
6
- metadata.gz: 76942ba4cd80d73847a273fa65cf6f5368f8f13a639ed41d038fb12002bf55a34182e97c931ab99464cb6ee1b1b0186a50611a2ffb7fb18d169c5075ebe04195
7
- data.tar.gz: 892d0d6a2a24d832d8d14a9482033e2f3b56b821b9bcff43dc569a56cb5e09fed060fcca8e11c4b6abd31ae072b26c562bfc445c91e82b5dad5d4984eb3e3cb2
6
+ metadata.gz: bece412c4aa1f93bed5c4f56dca964a745b87f5b90e11ddcedf4633237f264be4786a0f325ec9b0fa0a281f13cb730a2cfa310f8e81b9ceb79e4b5f1c2d88f59
7
+ data.tar.gz: 1e3890bb5824bf33f81ea2c197b654b5d8f3ec33b134b29be38bd04db063dedc0ba718874ca0cb022886f35c4ff9ac75d86ae3cf6fa08826263c7b7bfd2b08d9
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Allpay::VERSION
9
9
  spec.authors = ["odin1in"]
10
10
  spec.email = ["odin@pwn.so"]
11
- spec.summary = %q{Write a short summary. Required.}
12
- spec.description = %q{Write a longer description. Optional.}
11
+ spec.summary = %q{Allpay API}
12
+ spec.description = %q{Allpay vAccount API}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Allpay
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: allpay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - odin1in
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Write a longer description. Optional.
41
+ description: Allpay vAccount API
42
42
  email:
43
43
  - odin@pwn.so
44
44
  executables: []
@@ -76,5 +76,5 @@ rubyforge_project:
76
76
  rubygems_version: 2.2.2
77
77
  signing_key:
78
78
  specification_version: 4
79
- summary: Write a short summary. Required.
79
+ summary: Allpay API
80
80
  test_files: []