spree_bank_transfer_payment 2.1.3 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c0e3d6a7678e4f3188c512d607be118b6fbe4bcffb9a46b27f1f8b526c2dcf3
4
- data.tar.gz: eb1c66fa3fcef5387fff2fd535ae684ec43498afda004f7aa0fa74a218756472
3
+ metadata.gz: 3aa1be781cd1543d99d423a9651322363f5cfce3777e5a6cddb21c16ce1a310f
4
+ data.tar.gz: 6b3c34645177b6990ef478d0e4807ff8a1adee65802f058384767ef35e2b76f6
5
5
  SHA512:
6
- metadata.gz: 052f30484161ebb4c78008d71c8110bd608b740d971d168e7d4fb57d5ccd4900ea131a691e58b51635883583c12fc5a63ed1157eba25d8797424e78304bb73d7
7
- data.tar.gz: 3950659b7c4d89b647f46dc4c297d2ac04d9f3ecb628e3f3190ebcd688686c09d89a6ecc358239ecc8744898072c2aad865eaa62f5d9eef80aa47b6a1cfcf858
6
+ metadata.gz: 02a19d886c19edb8b8b5359daed9c5190e34ba87d8f180d6667923464c6a44be3a1268d02e0b7dbc450108fc73eedbba9a6d55be0d1a44f07ae21f4d8acf99a0
7
+ data.tar.gz: 64436b211e7906c1d6b137f9eae98a9f8d258e2b862a56bd72f1c8d1d71db222f8b8c148b88278bcf0efd5081c1068a8d4b4187541430e802d1061ae7b502fc2
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 OlympusOne
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.
data/README.md CHANGED
@@ -61,4 +61,4 @@ If you'd like to contribute, please take a look at the
61
61
  [instructions](CONTRIBUTING.md) for installing dependencies and crafting a good
62
62
  pull request.
63
63
 
64
- Copyright (c) 2025 OlympusOne, released under the AGPL-3.0 or later.
64
+ Copyright (c) 2026 OlympusOne, released under the MIT License.
@@ -50,6 +50,10 @@ module Spree
50
50
  simulated_successful_billing_response
51
51
  end
52
52
 
53
+ def void(*)
54
+ simulated_successful_billing_response
55
+ end
56
+
53
57
  private
54
58
 
55
59
  def simulated_successful_billing_response
@@ -1,5 +1,5 @@
1
1
  module SpreeBankTransferPayment
2
- VERSION = '2.1.3'.freeze
2
+ VERSION = '2.1.5'.freeze
3
3
 
4
4
  def gem_version
5
5
  Gem::Version.new(VERSION)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_bank_transfer_payment
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - OlympusOne
@@ -85,7 +85,7 @@ executables: []
85
85
  extensions: []
86
86
  extra_rdoc_files: []
87
87
  files:
88
- - LICENSE.md
88
+ - LICENSE
89
89
  - README.md
90
90
  - Rakefile
91
91
  - app/models/spree/payment_method/bank_transfer.rb
@@ -108,13 +108,13 @@ files:
108
108
  - lib/spree_bank_transfer_payment/version.rb
109
109
  homepage: https://github.com/olympusone/spree_bank_transfer_payment
110
110
  licenses:
111
- - AGPL-3.0-or-later
111
+ - MIT
112
112
  metadata:
113
113
  bug_tracker_uri: https://github.com/olympusone/spree_bank_transfer_payment/issues
114
- changelog_uri: https://github.com/olympusone/spree_bank_transfer_payment/releases/tag/v2.1.3
114
+ changelog_uri: https://github.com/olympusone/spree_bank_transfer_payment/releases/tag/v2.1.5
115
115
  documentation_uri: https://github.com/olympusone/spree_bank_transfer_payment
116
116
  homepage_uri: https://github.com/olympusone/spree_bank_transfer_payment
117
- source_code_uri: https://github.com/olympusone/spree_bank_transfer_payment/tree/v2.1.3
117
+ source_code_uri: https://github.com/olympusone/spree_bank_transfer_payment/tree/v2.1.5
118
118
  rdoc_options: []
119
119
  require_paths:
120
120
  - lib
data/LICENSE.md DELETED
@@ -1,15 +0,0 @@
1
- # LICENSE
2
-
3
- Copyright (c) 2025 OlympusOne. All rights reserved.
4
-
5
- This program is free software: you can redistribute it and/or modify it under the terms of the
6
- GNU Affero General Public License as published by the Free Software Foundation, either
7
- version 3 of the License, or any later version.
8
-
9
- This program is distributed in the hope that it will be useful,
10
- but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- GNU Affero General Public License for more details.
13
-
14
- You should have received a copy of the GNU Affero General Public License
15
- along with this program. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).