paygate-ruby 0.1.6 → 0.1.11

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
  SHA256:
3
- metadata.gz: fe525281570590612a46efc5ee2ff6b63110b2850f1663c4661f18e49a10677d
4
- data.tar.gz: a1c62cc1b1d5ecacb74162c37874a05145552bcef49ad96b5ef8c8997fd788d1
3
+ metadata.gz: 3f62ca50ef8ce0c2229225331534a3b9406e4b1b31e0803b9b38c00399df5d79
4
+ data.tar.gz: 9ffe0525b61ae0862f83bf7b371308cc0be363ad89820b488797381cb9ae6621
5
5
  SHA512:
6
- metadata.gz: 144d8b197f2c5abab2301d9a97fabc196b0b359d8e851279503c60b4c204697e9cb0f5b178226e0337fb15a623a134c1fb83a178988f1b07aa1a1fe116fc88ff
7
- data.tar.gz: d369e96b7f056e4c2718f0041591565b370c24705d1e0eaec4e12451ce857e7f80a7d3a5d27eeccce164172c67109d09756a4cd79bf6649b2a4d252df179c16d
6
+ metadata.gz: 965ac46bfeadfb8fcb85241f3d6680eef5707746d97c1fef27a0f3870dcd14996c77444b12a0bab741cd26c0596e9cb060823670aa1bd57da9b0bd3a41905fa9
7
+ data.tar.gz: 2cc994cb985232fffd7be030547edad079c9ab3d91a0ce00eab2ce28339a12df2638f7729d9860478c9d061d2d96d88cc4abf2e1bb46a63c2bdb70078590c257
data/CHANGELOG.md CHANGED
@@ -1,28 +1,45 @@
1
- # CHANGELOG
2
-
3
- ## 0.1.6 - 2019-02-01
4
-
5
- - Update BIN numbers for Korean domestic cards (Feb 2019). ([jagdeepsingh](https://github.com/jagdeepsingh))
6
-
7
- ## 0.1.5 - 2019-01-21
8
-
9
- - Update BIN numbers for Korean domestic cards (Jan 2019). ([jagdeepsingh](https://github.com/jagdeepsingh))
10
-
11
- ## 0.1.4 - 2018-04-20
12
-
13
- - [PR#3](https://github.com/jagdeepsingh/paygate-ruby/pull/3) Make `Paygate` configurable with the help of a block. ([jagdeepsingh](https://github.com/jagdeepsingh))
14
-
15
- ## 0.1.2 - 2018-03-16
16
-
17
- - Fix Bug - Pass correct value of _amount_ for full refund of a transaction. ([jagdeepsingh](https://github.com/jagdeepsingh))
18
-
19
- ## 0.1.1 - 2018-03-09
20
-
21
- - [PR#1](https://github.com/jagdeepsingh/paygate-ruby/pull/1) Add raw info to the response of refund transaction. ([jagdeepsingh](https://github.com/jagdeepsingh))
22
-
23
- ## 0.1.0 - 2017-11-29
24
-
25
- - Add view helper for rendering OpenPayAPI payment form with default values. ([jagdeepsingh](https://github.com/jagdeepsingh))
26
- - Add Javascript helpers for accessing OpenPayAPI payment form and payment screen. ([jagdeepsingh](https://github.com/jagdeepsingh))
27
- - Support full refund of a transaction using CancelAPI. ([jagdeepsingh](https://github.com/jagdeepsingh))
28
- - Support future payments (Profile Pay) for existing customers. ([jagdeepsingh](https://github.com/jagdeepsingh))
1
+ # CHANGELOG
2
+
3
+ ## Next
4
+
5
+ ## 0.1.11 - 2022-05-13
6
+
7
+ - [PR#7](https://github.com/tablecheck/paygate-ruby/pull/7) Fix missed files in gem package. ([johnnyshields](https://github.com/johnnyshields))
8
+ - [PR#6](https://github.com/jagdeepsingh/paygate-ruby/pull/6) Support Ruby 3.1. ([johnnyshields](https://github.com/johnnyshields))
9
+ - [PR#6](https://github.com/jagdeepsingh/paygate-ruby/pull/6) Change repo attribution to TableCheck. ([johnnyshields](https://github.com/johnnyshields))
10
+ - [PR#6](https://github.com/jagdeepsingh/paygate-ruby/pull/6) Add rudimentary CI test. ([johnnyshields](https://github.com/johnnyshields))
11
+
12
+ ## 0.1.8 - 2020-02-11
13
+
14
+ - [PR#5](https://github.com/jagdeepsingh/paygate-ruby/pull/5) Add `verify` method to Transaction class and more meta fields to the payment form. ([jagdeepsingh](https://github.com/jagdeepsingh))
15
+
16
+ ## 0.1.7 - 2019-11-01
17
+
18
+ - [PR#4](https://github.com/jagdeepsingh/paygate-ruby/pull/4) Update BIN numbers for Korean domestic cards (Oct 2019). ([jagdeepsingh](https://github.com/jagdeepsingh))
19
+
20
+ ## 0.1.6 - 2019-02-01
21
+
22
+ - Update BIN numbers for Korean domestic cards (Feb 2019). ([jagdeepsingh](https://github.com/jagdeepsingh))
23
+
24
+ ## 0.1.5 - 2019-01-21
25
+
26
+ - Update BIN numbers for Korean domestic cards (Jan 2019). ([jagdeepsingh](https://github.com/jagdeepsingh))
27
+
28
+ ## 0.1.4 - 2018-04-20
29
+
30
+ - [PR#3](https://github.com/jagdeepsingh/paygate-ruby/pull/3) Make `Paygate` configurable with the help of a block. ([jagdeepsingh](https://github.com/jagdeepsingh))
31
+
32
+ ## 0.1.2 - 2018-03-16
33
+
34
+ - Fix Bug - Pass correct value of _amount_ for full refund of a transaction. ([jagdeepsingh](https://github.com/jagdeepsingh))
35
+
36
+ ## 0.1.1 - 2018-03-09
37
+
38
+ - [PR#1](https://github.com/jagdeepsingh/paygate-ruby/pull/1) Add raw info to the response of refund transaction. ([jagdeepsingh](https://github.com/jagdeepsingh))
39
+
40
+ ## 0.1.0 - 2017-11-29
41
+
42
+ - Add view helper for rendering OpenPayAPI payment form with default values. ([jagdeepsingh](https://github.com/jagdeepsingh))
43
+ - Add Javascript helpers for accessing OpenPayAPI payment form and payment screen. ([jagdeepsingh](https://github.com/jagdeepsingh))
44
+ - Support full refund of a transaction using CancelAPI. ([jagdeepsingh](https://github.com/jagdeepsingh))
45
+ - Support future payments (Profile Pay) for existing customers. ([jagdeepsingh](https://github.com/jagdeepsingh))
data/LICENSE.txt CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 jagdeepsingh
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
13
- all 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
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Jagdeep Singh and TableCheck Inc.
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
13
+ all 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
21
+ THE SOFTWARE.