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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5efb0498b40ed2ac2d6dd0de0b4a1a39cec1c87f19b20f86135c271a9ac880ee
4
- data.tar.gz: a5d8a1d76d0278aff9e3c33657fba0ab7e0b8ca3e1d5de7c36b9743dc0ba4090
3
+ metadata.gz: 21b303d025d3202e7d3299255d0e1ae95fcdaafc4d48d69dd162a3e807e2e65c
4
+ data.tar.gz: a07ace2a6fbe8aa1f805e67b0171de932b8fabbdca622576b4cb2a62fa0d2689
5
5
  SHA512:
6
- metadata.gz: b2a55cfbbb48f038d50960b7a9968820c02b0641fbfdd69ef3f0bc4b28865e27fdab15dbca6be91114d0030cbdbcd8bb0d6c11bbe6496d52a3dc4de50bfdb130
7
- data.tar.gz: 15b4c0046671c511205b980581569f4028e35a44f6c29c4b5a0716959994d9474539275001d3c007dcd1ac1ff9eabe68c663b3a079f00b6a06f932ca1377f74e
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) 2025 OlympusOne, released under the AGPL-3.0 or later.
80
+ Copyright (c) 2026 OlympusOne, released under the MIT License.
@@ -1,2 +1 @@
1
1
  //= link_tree ../images
2
-
@@ -1,5 +1,5 @@
1
1
  module SpreeGoogleMerchantFeed
2
- VERSION = '1.1.3'.freeze
2
+ VERSION = '1.1.4'.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_google_merchant_feed
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
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
- - AGPL-3.0-or-later
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.3
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.3
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/).