workarea-package_products 3.3.3 → 3.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-package_products
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.3
4
+ version: 3.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Clarke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-21 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: 3.x
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.4.x
22
+ version: 3.5.x
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,8 +29,8 @@ dependencies:
29
29
  version: 3.x
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.4.x
33
- description: Add support for package products to the Workarea commerce platform
32
+ version: 3.5.x
33
+ description: Add support for package products to the Workarea Commerce Platform
34
34
  email:
35
35
  - adam@revelry.co
36
36
  executables: []
@@ -38,10 +38,14 @@ extensions: []
38
38
  extra_rdoc_files: []
39
39
  files:
40
40
  - ".editorconfig"
41
+ - ".eslintrc.json"
41
42
  - ".github/ISSUE_TEMPLATE/bug_report.md"
42
43
  - ".github/ISSUE_TEMPLATE/documentation-request.md"
43
44
  - ".github/ISSUE_TEMPLATE/feature_request.md"
45
+ - ".github/workflows/ci.yml"
44
46
  - ".gitignore"
47
+ - ".rubocop.yml"
48
+ - ".stylelintrc.json"
45
49
  - CHANGELOG.md
46
50
  - CODE_OF_CONDUCT.md
47
51
  - CONTRIBUTING.md
@@ -92,6 +96,7 @@ files:
92
96
  - lib/workarea/package_products.rb
93
97
  - lib/workarea/package_products/engine.rb
94
98
  - lib/workarea/package_products/version.rb
99
+ - package.json
95
100
  - test/dummy/Rakefile
96
101
  - test/dummy/app/assets/config/manifest.js
97
102
  - test/dummy/app/assets/images/.keep
@@ -163,6 +168,7 @@ files:
163
168
  - test/view_models/workarea/storefront/package_templates/package_view_model_test.rb
164
169
  - test/workers/workarea/update_package_products_test.rb
165
170
  - workarea-package_products.gemspec
171
+ - yarn.lock
166
172
  homepage: https://github.com/workarea-commerce/workarea-package-products
167
173
  licenses:
168
174
  - Business Software License
@@ -182,8 +188,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
188
  - !ruby/object:Gem::Version
183
189
  version: '0'
184
190
  requirements: []
185
- rubygems_version: 3.0.4
191
+ rubygems_version: 3.0.6
186
192
  signing_key:
187
193
  specification_version: 4
188
- summary: Add support for package products to the Workarea commerce platform
194
+ summary: Add support for package products to the Workarea Commerce Platform
189
195
  test_files: []