spree_emails 4.9.0 → 4.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +57 -0
  3. data/spree_emails.gemspec +2 -2
  4. metadata +10 -8
  5. data/LICENSE +0 -26
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1afface08169c7095a5f803b7b88ecf448c4fe5cbb925d58359a7d66bb223c72
4
- data.tar.gz: efa5cb8c5e9053935c3dea13d68eb66b99c30ff94290896577d9a7e0989a022b
3
+ metadata.gz: 518aea2239981aa709e43f95ac5788984522650d5ce4bc5c2c3987a69c84a1ca
4
+ data.tar.gz: 72fd5604a7edbc21a45e657ba3aa9cf55a61ca09fac92f1b06d43b37f573c3cf
5
5
  SHA512:
6
- metadata.gz: 33533553c400e8ca55f542d46f1186f7c66f353290799d45bbd9925683830bf178a21514dae2f2d9e166778000f33d5d79bad01d8caa4b3c58ab858228dcb7bc
7
- data.tar.gz: fe0407b3b3d08b60d22ecc9bc2afb74272a8b791e789a4edbd9480ed36c90d6ceb397a93b55c7c9a28108bfca17001c58e5eb8f75023f840ac7ad971a849e71d
6
+ metadata.gz: dfb957aa6cd704d569591caa246ce69d56aa9e3f5c8e7d09372fa6089242db7e39586e8c38876445297739fad3d4b6ab51ee7120f657e9a41daa2c55dc70f3c0
7
+ data.tar.gz: 88bd8c96fdb7918671755ff2f0f9abeb72f314dea9680475027d2fc2b497bc1da64133d1fa842f55b20748560f3834cd0ad23c4f4ceb5a2426a0d492e4affd9b
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.
data/spree_emails.gemspec CHANGED
@@ -6,12 +6,12 @@ Gem::Specification.new do |s|
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.name = 'spree_emails'
8
8
  s.version = Spree.version
9
- s.authors = ['Sean Schofield', 'Spark Solutions']
9
+ s.authors = ['Sean Schofield', 'Spark Solutions Sp. z o.o.', 'Vendo Connect Inc.']
10
10
  s.email = 'hello@spreecommerce.org'
11
11
  s.summary = 'Transactional emails for Spree eCommerce platform'
12
12
  s.description = 'Optional transactional emails for Spree such as Order placed or Shipment notification emails'
13
13
  s.homepage = 'https://spreecommerce.org'
14
- s.license = 'BSD-3-Clause'
14
+ s.licenses = ['AGPL-3.0-or-later', 'BSD-3-Clause']
15
15
 
16
16
  s.metadata = {
17
17
  "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_emails
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
  - Sean Schofield
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: spree_core
@@ -17,14 +18,14 @@ dependencies:
17
18
  requirements:
18
19
  - - ">="
19
20
  - !ruby/object:Gem::Version
20
- version: 4.9.0
21
+ version: 4.10.0
21
22
  type: :runtime
22
23
  prerelease: false
23
24
  version_requirements: !ruby/object:Gem::Requirement
24
25
  requirements:
25
26
  - - ">="
26
27
  - !ruby/object:Gem::Version
27
- version: 4.9.0
28
+ version: 4.10.0
28
29
  - !ruby/object:Gem::Dependency
29
30
  name: actionmailer
30
31
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +76,7 @@ extensions: []
75
76
  extra_rdoc_files: []
76
77
  files:
77
78
  - Gemfile
78
- - LICENSE
79
+ - LICENSE.md
79
80
  - Rakefile
80
81
  - app/assets/config/spree_emails_manifest.js
81
82
  - app/assets/images/logo/spree_50.png
@@ -131,12 +132,13 @@ files:
131
132
  - spree_emails.gemspec
132
133
  homepage: https://spreecommerce.org
133
134
  licenses:
135
+ - AGPL-3.0-or-later
134
136
  - BSD-3-Clause
135
137
  metadata:
136
138
  bug_tracker_uri: https://github.com/spree/spree/issues
137
- changelog_uri: https://github.com/spree/spree/releases/tag/v4.9.0
139
+ changelog_uri: https://github.com/spree/spree/releases/tag/v4.10.0
138
140
  documentation_uri: https://docs.spreecommerce.org/
139
- source_code_uri: https://github.com/spree/spree/tree/v4.9.0
141
+ source_code_uri: https://github.com/spree/spree/tree/v4.10.0
140
142
  post_install_message:
141
143
  rdoc_options: []
142
144
  require_paths:
data/LICENSE DELETED
@@ -1,26 +0,0 @@
1
- Copyright (c) 2007-2021, Spree Commerce, Inc., Spark Solutions 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.