netpayclient 0.1.4 → 0.1.5

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: f7c8c6b879f5d2e49737676bf61b544eb555b719
4
- data.tar.gz: 388e8b5dde5f1bfcb51dd75dce3c3723bdffa562
3
+ metadata.gz: bfc007f57c9708aad3c797838c826184245df8d6
4
+ data.tar.gz: b554da21067e2d7304f855232b14302da01b1b5e
5
5
  SHA512:
6
- metadata.gz: 473fdb42efc9265581f848a643e73ad5b4e6d8a08fa969b8900daff669f71444baacbe294e1cbe229da63973d09955499570788daaee8db201f5951920cdde46
7
- data.tar.gz: 1ef1b990c9c552cdcb22201a5db1f17e0690860c35e9e02e3f13f9bd9ed1bbaed7fad2a0c16705c0e0e201e053fca83d50365b3bbeb8bbf2a071cad9b5479399
6
+ metadata.gz: 4995d7a2ed65d7f5e42d6f50a213f4a8c2303b90f0c7314fba6f78c2055250767d7cac9180f258a777cc812ba0ea31534b231ee1b41fb2249c0745352e4ea51c
7
+ data.tar.gz: 575d8922ed01a655f2e36f0a41371af247c1f668ea44b40f5ccb761efee6d426a5c100a07185d0f47d273048e79d47f000f7e21e3c40782fd00bd3b74f759185
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Weirong Xu
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module Netpayclient
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netpayclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Weirong Xu
@@ -90,6 +90,7 @@ files:
90
90
  - ".gitignore"
91
91
  - ".travis.yml"
92
92
  - Gemfile
93
+ - LICENSE.txt
93
94
  - README.md
94
95
  - Rakefile
95
96
  - bin/console