paygate-ruby 0.1.11 → 0.2.1

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: 867c69bb85ba649dad9ea824991ca04590144909b2a6a6ee0fc084ff5ba72ba8
4
+ data.tar.gz: 85c7e574a2dcd7dc3adb2e9e111628eec9c199cf45727aebec9b48ebf6217f62
5
5
  SHA512:
6
- metadata.gz: 965ac46bfeadfb8fcb85241f3d6680eef5707746d97c1fef27a0f3870dcd14996c77444b12a0bab741cd26c0596e9cb060823670aa1bd57da9b0bd3a41905fa9
7
- data.tar.gz: 2cc994cb985232fffd7be030547edad079c9ab3d91a0ce00eab2ce28339a12df2638f7729d9860478c9d061d2d96d88cc4abf2e1bb46a63c2bdb70078590c257
6
+ metadata.gz: c889a068601299a78a9c20d2eeccb96c397ad4acde7d396f5c0d6412f69526ac3b9a4abe62c8dfaea2053b92a878dcde81b7ca2b2c9cd17c42ed8c3c85bbbcb7
7
+ data.tar.gz: ef08826c863b4f9bbef90fc9020193ee200457f7675b2734d3482c1c689ed43e0fba82eeb70592155a087cb4520c2330024dd065bd1db1972ccd7d151defcf88
data/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  ## Next
4
4
 
5
+ ## 0.2.1 - 2023-04-26
6
+
7
+ - [PR#11](https://github.com/tablecheck/paygate-ruby/pull/11) Deep freeze constants. ([johnnyshields](https://github.com/johnnyshields))
8
+
9
+ ## 0.2.0 - 2023-04-26
10
+
11
+ - [PR#9](https://github.com/tablecheck/paygate-ruby/pull/9) Rename Paygate::FormHelper to Paygate::Rails::FormHelper. ([johnnyshields](https://github.com/johnnyshields))
12
+ - [PR#9](https://github.com/tablecheck/paygate-ruby/pull/9) Do not include Paygate::FormHelper in ActionView::Base. ([johnnyshields](https://github.com/johnnyshields))
13
+ - [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))
14
+ - [PR#9](https://github.com/tablecheck/paygate-ruby/pull/9) Rename data config YAML keys. ([johnnyshields](https://github.com/johnnyshields))
15
+ - [PR#10](https://github.com/tablecheck/paygate-ruby/pull/10) Add Rubocop and fix compliance issues. ([johnnyshields](https://github.com/johnnyshields))
16
+
5
17
  ## 0.1.11 - 2022-05-13
6
18
 
7
19
  - [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