workarea-product_badges 1.4.0 → 1.4.1
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/CHANGELOG.md +11 -0
- data/Gemfile +1 -1
- data/Rakefile +4 -5
- data/lib/workarea/product_badges/version.rb +1 -1
- data/test/integration/workarea/admin/products_badging_integration_test.rb +5 -1
- data/yarn.lock +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df7f7673cbbb11c598b3561a14982d9ff17c7dd50f01b4706d2059fde0fa6145
|
|
4
|
+
data.tar.gz: 11b35f4ec4af8af404dab3c798ce9d219642ce10b40ddd19d03fb7aa7ba28bcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0aa0e32930b027e27eddfcd0bffaeaa2cd683e06b62b3dbc6ad4c88a5293715f12b12fa0d57030084109f17f0bfc445b62186aa169b6cc20184de1dc68d2954
|
|
7
|
+
data.tar.gz: 83e135c1de7b21b5ead3708ca8eb3cebe85c21a17e7a505b36c6d496ae47493eb7746aa78b74a09d826a36cb126902cfdcd1c84244f6c1d78dfeb42c95a2e0f0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
Workarea Product Badges 1.4.1 (2020-05-06)
|
|
2
|
+
--------------------------------------------------------------------------------
|
|
3
|
+
|
|
4
|
+
* Add necessary require, inheritance and include so test runs properly
|
|
5
|
+
|
|
6
|
+
Co-authored-by: Luis Mercado <luis.mercado@sleepnumber.com>
|
|
7
|
+
|
|
8
|
+
Luis Mercado
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
Workarea Product Badges 1.3.3 (2019-08-22)
|
|
2
13
|
--------------------------------------------------------------------------------
|
|
3
14
|
|
data/Gemfile
CHANGED
data/Rakefile
CHANGED
|
@@ -37,13 +37,12 @@ desc "Release version #{Workarea::ProductBadges::VERSION} of the gem"
|
|
|
37
37
|
task :release do
|
|
38
38
|
host = "https://#{ENV['BUNDLE_GEMS__WEBLINC__COM']}@gems.weblinc.com"
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
#system 'git push origin HEAD'
|
|
40
|
+
Rake::Task['workarea:changelog'].execute
|
|
41
|
+
system 'git add CHANGELOG.md'
|
|
42
|
+
system 'git commit -m "Update CHANGELOG"'
|
|
44
43
|
|
|
45
44
|
system "git tag -a v#{Workarea::ProductBadges::VERSION} -m 'Tagging #{Workarea::ProductBadges::VERSION}'"
|
|
46
|
-
system "git push --tags"
|
|
45
|
+
system "git push origin HEAD --follow-tags"
|
|
47
46
|
|
|
48
47
|
system "gem build workarea-product_badges.gemspec"
|
|
49
48
|
system "gem push workarea-product_badges-#{Workarea::ProductBadges::VERSION}.gem"
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
require "test_helper"
|
|
2
|
+
|
|
1
3
|
module Workarea
|
|
2
4
|
module Admin
|
|
3
|
-
class ProductsBadgingIntegrationTest
|
|
5
|
+
class ProductsBadgingIntegrationTest < Workarea::IntegrationTest
|
|
6
|
+
include Admin::IntegrationTest
|
|
7
|
+
|
|
4
8
|
def test_updates_a_product_with_custom_badges
|
|
5
9
|
product = create_product(variants: [])
|
|
6
10
|
|
data/yarn.lock
CHANGED
|
@@ -184,9 +184,9 @@ acorn-jsx@^5.0.0:
|
|
|
184
184
|
integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
|
|
185
185
|
|
|
186
186
|
acorn@^6.0.7:
|
|
187
|
-
version "6.
|
|
188
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.
|
|
189
|
-
integrity sha512
|
|
187
|
+
version "6.4.1"
|
|
188
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
|
|
189
|
+
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
|
|
190
190
|
|
|
191
191
|
ajv@^6.10.2, ajv@^6.9.1:
|
|
192
192
|
version "6.10.2"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: workarea-product_badges
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Curt Howard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: workarea
|
|
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
144
|
version: '0'
|
|
145
145
|
requirements: []
|
|
146
|
-
rubygems_version: 3.0.
|
|
146
|
+
rubygems_version: 3.0.3
|
|
147
147
|
signing_key:
|
|
148
148
|
specification_version: 4
|
|
149
149
|
summary: Product badges for the workarea ecommerce platform
|