spree_store_pickup 1.1.4 → 1.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 +4 -4
- data/README.md +1 -1
- data/lib/spree_store_pickup/version.rb +1 -1
- metadata +4 -5
- data/LICENSE.md +0 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e40d419a0b23912c84cd1c8ff11d46ae8bf5ddf566c25f250629076a3e83f779
|
|
4
|
+
data.tar.gz: eaa9863c7a6ad98622b09d663cd2252e22e7e349cc73f28da0dd5f5325465c23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6499218bb5a4c85565ae7d068497ad5e7cacb533a6725a1819b8d9689349b5a38f393fae3dcc54ada5e746f29211b305e8f8517b7f9efcfb261b963e93930910
|
|
7
|
+
data.tar.gz: df3dce901b9da21c1b06500003c4b8789e79939999b50ba21d064ef838b6131969c30a51abc935490b338a6f429fab1b18841f5242bed6a49586e54d8c844fa4
|
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)
|
|
103
|
+
Copyright (c) 2026 OlympusOne, released under the MIT License.
|
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
|
+
version: 1.1.5
|
|
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
|
-
-
|
|
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.
|
|
120
|
+
changelog_uri: https://github.com/olympusone/spree_store_pickup/releases/tag/v1.1.5
|
|
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.
|
|
123
|
+
source_code_uri: https://github.com/olympusone/spree_store_pickup/tree/v1.1.5
|
|
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/).
|