spree_google_merchant_feed 1.1.3 → 1.1.4
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/app/assets/config/spree_google_merchant_feed_manifest.js +0 -1
- data/lib/spree_google_merchant_feed/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: 21b303d025d3202e7d3299255d0e1ae95fcdaafc4d48d69dd162a3e807e2e65c
|
|
4
|
+
data.tar.gz: a07ace2a6fbe8aa1f805e67b0171de932b8fabbdca622576b4cb2a62fa0d2689
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f78399f057b8e7ac066399d169132c42252a0fa7eaadecc05ebd2b8879a469a933ea819df74c1525620fce1179c802b72b5083cf7ae4a67c24cc26e7db793eaa
|
|
7
|
+
data.tar.gz: d7882d5fec1ff131e2e7849b2549458671e3a84b2922085303d11c05f3d2d510d984640984174136976ac2c7f98f4cbb970ece38e6d12d88250e2fdc033c48be
|
data/README.md
CHANGED
|
@@ -77,4 +77,4 @@ If you'd like to contribute, please take a look at the
|
|
|
77
77
|
[instructions](CONTRIBUTING.md) for installing dependencies and crafting a good
|
|
78
78
|
pull request.
|
|
79
79
|
|
|
80
|
-
Copyright (c)
|
|
80
|
+
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_google_merchant_feed
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OlympusOne
|
|
@@ -85,7 +85,6 @@ executables: []
|
|
|
85
85
|
extensions: []
|
|
86
86
|
extra_rdoc_files: []
|
|
87
87
|
files:
|
|
88
|
-
- LICENSE.md
|
|
89
88
|
- README.md
|
|
90
89
|
- Rakefile
|
|
91
90
|
- app/assets/config/spree_google_merchant_feed_manifest.js
|
|
@@ -105,13 +104,13 @@ files:
|
|
|
105
104
|
- lib/spree_google_merchant_feed/version.rb
|
|
106
105
|
homepage: https://github.com/olympusone/spree_google_merchant_feed
|
|
107
106
|
licenses:
|
|
108
|
-
-
|
|
107
|
+
- MIT
|
|
109
108
|
metadata:
|
|
110
109
|
bug_tracker_uri: https://github.com/olympusone/spree_google_merchant_feed/issues
|
|
111
|
-
changelog_uri: https://github.com/olympusone/spree_google_merchant_feed/releases/tag/v1.1.
|
|
110
|
+
changelog_uri: https://github.com/olympusone/spree_google_merchant_feed/releases/tag/v1.1.4
|
|
112
111
|
documentation_uri: https://github.com/olympusone/spree_google_merchant_feed
|
|
113
112
|
homepage_uri: https://github.com/olympusone/spree_google_merchant_feed
|
|
114
|
-
source_code_uri: https://github.com/olympusone/spree_google_merchant_feed/tree/v1.1.
|
|
113
|
+
source_code_uri: https://github.com/olympusone/spree_google_merchant_feed/tree/v1.1.4
|
|
115
114
|
rdoc_options: []
|
|
116
115
|
require_paths:
|
|
117
116
|
- 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/).
|