spree_store_pickup 1.1.4 → 1.1.6

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: d02ed985c2068cff724a0e6f46d67839695b2b61d34200955475959e5a27719f
4
- data.tar.gz: 6710d56720b1beab6a6876549ee05f89d24ad9969cfa5c3e7ab1e25cf378d31f
3
+ metadata.gz: 9ef59ccecf7d3ea10401f92d1b8c9ed2f8304e85f622fa9aba93a76799aa769d
4
+ data.tar.gz: aac3af281b52503fa254f50b87ddb17b58daf44af81e850d2814e6f09501869f
5
5
  SHA512:
6
- metadata.gz: 85d9824885ed2706e53b8dd0916a51070609b808597de131a1d649a2d02ab708ad99cecefd47d9dad8e28d8ce060db0626e808e6da22dfa2ec7c43aa6f32ed41
7
- data.tar.gz: 44c0ff744bcdc62683045652a3d020422ec80b2db76bfbb6e6f970d4c06a1ecb14e2bc77d82a772c225c225b1e2ea6bbb46cb729dfa40f220e0ad5fcec4715ef
6
+ metadata.gz: b9f999dffb5ca74a05c69eb2fce54a639d74c5ccd07edc3dc7ade0161ec0761a8fff053dc57f7d8e3848be9dc0fa42a5dd94994007fa380230d92ac1e559e2d0
7
+ data.tar.gz: 0a479d0818715421e4913c3c02f73051dd1cbc3be9cc4f5f5cd192f1bf4161e34456455f6b755506501b93f59b2737704e09df32596962c09df98d19d0167545
data/README.md CHANGED
@@ -100,4 +100,4 @@ If you'd like to contribute, please take a look at the
100
100
  [instructions](CONTRIBUTING.md) for installing dependencies and crafting a good
101
101
  pull request.
102
102
 
103
- Copyright (c) 2025 OlympusOne, released under the AGPL-3.0 or later.
103
+ Copyright (c) 2026 OlympusOne, released under the MIT License.
@@ -42,6 +42,10 @@ module Spree
42
42
  simulated_successful_billing_response
43
43
  end
44
44
 
45
+ def void(*)
46
+ simulated_successful_billing_response
47
+ end
48
+
45
49
  def credit(*)
46
50
  simulated_successful_billing_response
47
51
  end
@@ -1,5 +1,5 @@
1
1
  module SpreeStorePickup
2
- VERSION = '1.1.4'.freeze
2
+ VERSION = '1.1.6'.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_store_pickup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - OlympusOne
@@ -86,7 +86,6 @@ executables: []
86
86
  extensions: []
87
87
  extra_rdoc_files: []
88
88
  files:
89
- - LICENSE.md
90
89
  - README.md
91
90
  - Rakefile
92
91
  - app/assets/config/spree_store_pickup_manifest.js
@@ -115,13 +114,13 @@ files:
115
114
  - lib/spree_store_pickup/version.rb
116
115
  homepage: https://github.com/olympusone/spree_store_pickup
117
116
  licenses:
118
- - AGPL-3.0-or-later
117
+ - MIT
119
118
  metadata:
120
119
  bug_tracker_uri: https://github.com/olympusone/spree_store_pickup/issues
121
- changelog_uri: https://github.com/olympusone/spree_store_pickup/releases/tag/v1.1.4
120
+ changelog_uri: https://github.com/olympusone/spree_store_pickup/releases/tag/v1.1.6
122
121
  documentation_uri: https://github.com/olympusone/spree_store_pickup
123
122
  homepage_uri: https://github.com/olympusone/spree_store_pickup
124
- source_code_uri: https://github.com/olympusone/spree_store_pickup/tree/v1.1.4
123
+ source_code_uri: https://github.com/olympusone/spree_store_pickup/tree/v1.1.6
125
124
  rdoc_options: []
126
125
  require_paths:
127
126
  - 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/).