paygate-ruby 0.1.11 → 0.2.0

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: 3f62ca50ef8ce0c2229225331534a3b9406e4b1b31e0803b9b38c00399df5d79
4
- data.tar.gz: 9ffe0525b61ae0862f83bf7b371308cc0be363ad89820b488797381cb9ae6621
3
+ metadata.gz: cc96b203160cf2fa57d2b27b19085ee0cdff34baea3590fb964fd41b7c5e31fb
4
+ data.tar.gz: aa26d42416921f5c5f8b4d33b5d83cd35ce214b6517e94cdecc9fc6134dc2198
5
5
  SHA512:
6
- metadata.gz: 965ac46bfeadfb8fcb85241f3d6680eef5707746d97c1fef27a0f3870dcd14996c77444b12a0bab741cd26c0596e9cb060823670aa1bd57da9b0bd3a41905fa9
7
- data.tar.gz: 2cc994cb985232fffd7be030547edad079c9ab3d91a0ce00eab2ce28339a12df2638f7729d9860478c9d061d2d96d88cc4abf2e1bb46a63c2bdb70078590c257
6
+ metadata.gz: 39d8a1447e89945d39f9fc29061ef59f96fcb75e057e43a21b475365336978f3e18b5a684991592c1b251f21122b4274c2a79fff7cb6dc29e5edf0350cf21702
7
+ data.tar.gz: 167b0dde36de872c6f8608333194c108f3753d48aade42af1415f25087894bc05ddd7983386ac80efcd5befd3ad1cb0055032f724618ddb01a9a4a41b6f89b00
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Next
4
4
 
5
+ ## 0.2.0 - 2023-04-26
6
+
7
+ - [PR#9](https://github.com/tablecheck/paygate-ruby/pull/9) Rename Paygate::FormHelper to Paygate::Rails::FormHelper. ([johnnyshields](https://github.com/johnnyshields))
8
+ - [PR#9](https://github.com/tablecheck/paygate-ruby/pull/9) Do not include Paygate::FormHelper in ActionView::Base. ([johnnyshields](https://github.com/johnnyshields))
9
+ - [PR#9](https://github.com/tablecheck/paygate-ruby/pull/9) Update BIN list. Note BINs can now be a flexible number of digits. ([johnnyshields](https://github.com/johnnyshields))
10
+ - [PR#9](https://github.com/tablecheck/paygate-ruby/pull/9) Rename data config YAML keys. ([johnnyshields](https://github.com/johnnyshields))
11
+ - [PR#10](https://github.com/tablecheck/paygate-ruby/pull/10) Add Rubocop and fix compliance issues. ([johnnyshields](https://github.com/johnnyshields))
12
+
5
13
  ## 0.1.11 - 2022-05-13
6
14
 
7
15
  - [PR#7](https://github.com/tablecheck/paygate-ruby/pull/7) Fix missed files in gem package. ([johnnyshields](https://github.com/johnnyshields))
data/Rakefile CHANGED
@@ -1,3 +1,3 @@
1
- require 'bundler/gem_tasks'
1
+ # frozen_string_literal: true
2
2
 
3
- task default: :spec
3
+ require 'bundler/gem_tasks'
Binary file