spree_cli 4.9.0 → 4.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 110f205939c21411faccefabff4b91d6b5a3b9b9b102110c6cc83c37aabc3d01
4
- data.tar.gz: d5494796c42b1b824ec423e47007c2b5defb0fd027fd5f552b04a7e63bc5b812
3
+ metadata.gz: 24a4e5457a076600c0718d79a9fbb029bd1266e11ad94433243adf44e03f238a
4
+ data.tar.gz: a269e712bdc744e8fd6d1d0b959cd7bcdd46055b4c2ba563a0cfe70a52cd52f6
5
5
  SHA512:
6
- metadata.gz: ebd2c6521468291f6907149b6f229ace7f7bb8f2f990bc1012d4753f1e2df34c5ceedddfd3e7ca16c050a40578ab4253542bf2632d6658be514536996c6f8e5b
7
- data.tar.gz: 0edbf639d4f8c848b72858da8becd2b618d876713cb82d891f2c435b079b448d3fb9924fd42f9ec4a3b82cb2c8a1158fed61c512768c26c18e967092902c671c
6
+ metadata.gz: a12e47474b91248d9d414d81467c52db86f43ba8b90607eb633e451db9ffc58d703fe671a5e864a0dc2b96e580b7f39f004e9bc7186af989d4388625ccc644e8
7
+ data.tar.gz: 6ceefe1071d31a8abe75cf5a1dfc10db7c88db23442b87145c71a31de307ebc5e8451991d5c851b30f435ada157ed6331d97cf08e95640bd1375761e55815210
data/LICENSE.md ADDED
@@ -0,0 +1,57 @@
1
+ # License
2
+
3
+ Copyright © 2024-present, Vendo Connect Inc.
4
+
5
+ Copyright © 2015-2024, Spark Solutions Sp. z o.o.
6
+
7
+ Copyright © 2007-2015, Spree Commerce Inc.
8
+
9
+ Spree Commerce is a free, open-source eCommerce framework giving you full control and customizability.
10
+
11
+ For **Spree Commerce versions 4.10** and later in the [spree/spree](https://github.com/spree/spree) repository two licenses apply simultaneously and users are required to comply with the terms of these two licenses at the same time:
12
+
13
+ * [AGPL-3.0](https://opensource.org/license/agpl-v3) - for all contributions from version 4.10 onwards
14
+
15
+ * [BSD-3-Clause](https://opensource.org/license/bsd-3-clause) - for all other contributions predating version 4.10
16
+ Effectively, for versions 4.10 and upwards **AGPL-3.0** license applies.
17
+
18
+ **Spree Commerce versions 4.9** and earlier in the [spree/spree](https://github.com/spree/spree) repository are available under the **BSD-3-Clause** license and users are required to comply with its terms.
19
+
20
+ If you’d like to use Spree Commerce without the AGPL-3.0 restrictions e.g. for a **SaaS** business, please talk to us about obtaining a [Commercial License](#commercial-license).
21
+
22
+ All third party components incorporated into this software are licensed under the original license provided by the owner of the applicable component.
23
+
24
+ Please refer to our [Licensing FAQ](https://spreecommerce.org/why-spree-is-changing-its-open-source-license-to-agpl-3-0-and-introducing-a-commercial-license/) in case of questions.
25
+
26
+ ## AGPL-3.0 License - Spree 4.10 upwards
27
+
28
+ If you decide to accept the AGPL-3.0 license by using Spree Commerce version 4.10 or later, you must comply with the following terms:
29
+
30
+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
31
+
32
+ This program is distributed in the hope that it will be useful,
33
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
34
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35
+ GNU Affero General Public License for more details.
36
+
37
+ You should have received a copy of the GNU Affero General Public License
38
+ along with this program. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).
39
+
40
+ ## BSD 3-Clause License
41
+
42
+ If you decide to accept the BSD-3-Clause license by using Spree Commerce, you must comply with the following terms:
43
+
44
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
45
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
46
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
47
+ Neither the name of Spree Commerce Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
48
+
49
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50
+
51
+ ## Commercial License
52
+
53
+ Should you decide to use Spree Commerce version 4.10 or later for commercial redistribution (eg. SaaS) - also known as Commercial Distribution - you must do so in accordance with the terms and conditions contained in a separate written agreement between you and [Vendo Connect Inc.](https://www.getvendo.com/).
54
+
55
+ For more information about the Commercial License (CL) please contact [sales@getvendo.com](mailto:sales@getvendo.com).
56
+
57
+ Please refer to our [Licensing FAQ](https://spreecommerce.org/why-spree-is-changing-its-open-source-license-to-agpl-3-0-and-introducing-a-commercial-license/) in case of questions.
@@ -0,0 +1,12 @@
1
+ Copyright (c) <%= Time.now.year %> [name of plugin creator]
2
+ All rights reserved.
3
+
4
+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
5
+
6
+ This program is distributed in the hope that it will be useful,
7
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
8
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9
+ GNU Affero General Public License for more details.
10
+
11
+ You should have received a copy of the GNU Affero General Public License
12
+ along with this program. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.author = 'You'
15
15
  s.email = 'you@example.com'
16
16
  s.homepage = 'https://github.com/your-github-handle/<%= file_name %>'
17
- s.license = 'BSD-3-Clause'
17
+ s.license = 'AGPL-3.0-or-later'
18
18
 
19
19
  s.files = `git ls-files`.split("\n").reject { |f| f.match(/^spec/) && !f.match(/^spec\/fixtures/) }
20
20
  s.require_path = 'lib'
data/spree_cli.gemspec CHANGED
@@ -5,12 +5,12 @@ require_relative '../core/lib/spree/core/version.rb'
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "spree_cli"
7
7
  s.version = Spree.version
8
- s.authors = ['Chris Mar', 'Spark Solutions']
8
+ s.authors = ['Chris Mar', 'Spark Solutions Sp. z o.o.', 'Vendo Connect Inc.']
9
9
  s.email = ['hello@spreecommerce.org']
10
10
  s.summary = 'Spree Commerce CLI'
11
11
  s.description = 'Spree Commerce command line interface'
12
12
  s.homepage = 'https://spreecommerce.org'
13
- s.license = 'BSD-3-Clause'
13
+ s.licenses = ['AGPL-3.0-or-later', 'BSD-3-Clause']
14
14
 
15
15
  s.metadata = {
16
16
  "bug_tracker_uri" => "https://github.com/spree/spree/issues",
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.0
4
+ version: 4.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Mar
8
- - Spark Solutions
8
+ - Spark Solutions Sp. z o.o.
9
+ - Vendo Connect Inc.
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2024-08-14 00:00:00.000000000 Z
13
+ date: 2024-09-06 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: thor
@@ -34,7 +35,7 @@ executables:
34
35
  extensions: []
35
36
  extra_rdoc_files: []
36
37
  files:
37
- - LICENSE
38
+ - LICENSE.md
38
39
  - README.md
39
40
  - Rakefile
40
41
  - bin/spree
@@ -47,7 +48,7 @@ files:
47
48
  - lib/spree_cli/templates/extension/.rubocop.yml
48
49
  - lib/spree_cli/templates/extension/CONTRIBUTING.md
49
50
  - lib/spree_cli/templates/extension/Gemfile
50
- - lib/spree_cli/templates/extension/LICENSE
51
+ - lib/spree_cli/templates/extension/LICENSE.md
51
52
  - lib/spree_cli/templates/extension/README.md
52
53
  - lib/spree_cli/templates/extension/Rakefile
53
54
  - lib/spree_cli/templates/extension/app/.gitkeep
@@ -72,12 +73,13 @@ files:
72
73
  - spree_cli.gemspec
73
74
  homepage: https://spreecommerce.org
74
75
  licenses:
76
+ - AGPL-3.0-or-later
75
77
  - BSD-3-Clause
76
78
  metadata:
77
79
  bug_tracker_uri: https://github.com/spree/spree/issues
78
- changelog_uri: https://github.com/spree/spree/releases/tag/v4.9.0
80
+ changelog_uri: https://github.com/spree/spree/releases/tag/v4.10.0
79
81
  documentation_uri: https://docs.spreecommerce.org/
80
- source_code_uri: https://github.com/spree/spree/tree/v4.9.0
82
+ source_code_uri: https://github.com/spree/spree/tree/v4.10.0
81
83
  post_install_message:
82
84
  rdoc_options: []
83
85
  require_paths:
data/LICENSE DELETED
@@ -1,26 +0,0 @@
1
- Copyright (c) 2007-2024, Spree Commerce, Inc., Spark Solutuons Sp. z o.o. and other contributors
2
- All rights reserved.
3
-
4
- Redistribution and use in source and binary forms, with or without modification,
5
- are permitted provided that the following conditions are met:
6
-
7
- * Redistributions of source code must retain the above copyright notice,
8
- this list of conditions and the following disclaimer.
9
- * Redistributions in binary form must reproduce the above copyright notice,
10
- this list of conditions and the following disclaimer in the documentation
11
- and/or other materials provided with the distribution.
12
- * Neither the name Spree nor the names of its contributors may be used to
13
- endorse or promote products derived from this software without specific
14
- prior written permission.
15
-
16
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
20
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
21
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
22
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
23
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
24
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,26 +0,0 @@
1
- Copyright (c) <%= Time.now.year %> [name of plugin creator]
2
- All rights reserved.
3
-
4
- Redistribution and use in source and binary forms, with or without modification,
5
- are permitted provided that the following conditions are met:
6
-
7
- * Redistributions of source code must retain the above copyright notice,
8
- this list of conditions and the following disclaimer.
9
- * Redistributions in binary form must reproduce the above copyright notice,
10
- this list of conditions and the following disclaimer in the documentation
11
- and/or other materials provided with the distribution.
12
- * Neither the name Spree nor the names of its contributors may be used to
13
- endorse or promote products derived from this software without specific
14
- prior written permission.
15
-
16
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
20
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
21
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
22
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
23
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
24
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.