workarea-product_badges 1.3.3 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
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.3.3
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Curt Howard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-22 00:00:00.000000000 Z
11
+ date: 2019-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: workarea
@@ -39,20 +39,22 @@ extra_rdoc_files: []
39
39
  files:
40
40
  - ".editorconfig"
41
41
  - ".eslintrc"
42
+ - ".eslintrc.json"
42
43
  - ".github/ISSUE_TEMPLATE/bug_report.md"
43
44
  - ".github/ISSUE_TEMPLATE/documentation-request.md"
44
45
  - ".github/ISSUE_TEMPLATE/feature_request.md"
46
+ - ".github/workflows/ci.yml"
45
47
  - ".gitignore"
46
48
  - ".markdownlint.json"
47
49
  - ".rails-rubocop.yml"
48
50
  - ".rubocop.yml"
49
51
  - ".scss-lint.yml"
52
+ - ".stylelintrc.json"
50
53
  - CHANGELOG.md
51
54
  - CODE_OF_CONDUCT.md
52
55
  - CONTRIBUTING.md
53
56
  - Gemfile
54
57
  - LICENSE
55
- - LICENSE.md
56
58
  - README.md
57
59
  - Rakefile
58
60
  - app/assets/stylesheets/workarea/product_badges/components/_badges.scss
@@ -67,6 +69,7 @@ files:
67
69
  - lib/workarea/product_badges.rb
68
70
  - lib/workarea/product_badges/engine.rb
69
71
  - lib/workarea/product_badges/version.rb
72
+ - package.json
70
73
  - test/dummy/Rakefile
71
74
  - test/dummy/app/assets/config/manifest.js
72
75
  - test/dummy/app/assets/images/.keep
@@ -120,6 +123,7 @@ files:
120
123
  - test/test_helper.rb
121
124
  - test/view_models/workarea/storefront/product_view_model_badging_test.rb
122
125
  - workarea-product_badges.gemspec
126
+ - yarn.lock
123
127
  homepage: https://github.com/workarea-commerce/workarea-product_badges
124
128
  licenses:
125
129
  - Business Software License
@@ -139,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
143
  - !ruby/object:Gem::Version
140
144
  version: '0'
141
145
  requirements: []
142
- rubygems_version: 3.0.4
146
+ rubygems_version: 3.0.6
143
147
  signing_key:
144
148
  specification_version: 4
145
149
  summary: Product badges for the workarea ecommerce platform
data/LICENSE.md DELETED
@@ -1,3 +0,0 @@
1
- View this plugin's license here:
2
-
3
- <https://github.com/workarea-commerce/workarea/blob/master/LICENSE.md>