workarea-product_documents 1.0.0 → 1.0.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/.eslintrc.json +35 -0
- data/.gitignore +1 -0
- data/CHANGELOG.md +10 -0
- data/Gemfile +1 -1
- data/README.md +2 -2
- data/Rakefile +6 -63
- data/config/routes.rb +6 -4
- data/lib/workarea/product_documents/version.rb +1 -1
- data/package.json +9 -0
- data/yarn.lock +3312 -0
- metadata +6 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workarea-product_documents
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeff Yucis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: workarea
|
@@ -33,6 +33,7 @@ extensions: []
|
|
33
33
|
extra_rdoc_files: []
|
34
34
|
files:
|
35
35
|
- ".editorconfig"
|
36
|
+
- ".eslintrc.json"
|
36
37
|
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
37
38
|
- ".github/ISSUE_TEMPLATE/documentation-request.md"
|
38
39
|
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
@@ -68,6 +69,7 @@ files:
|
|
68
69
|
- lib/workarea/product_documents.rb
|
69
70
|
- lib/workarea/product_documents/engine.rb
|
70
71
|
- lib/workarea/product_documents/version.rb
|
72
|
+
- package.json
|
71
73
|
- test/dummy/Rakefile
|
72
74
|
- test/dummy/app/assets/config/manifest.js
|
73
75
|
- test/dummy/app/assets/images/.keep
|
@@ -119,6 +121,7 @@ files:
|
|
119
121
|
- test/test_helper.rb
|
120
122
|
- test/view_models/workarea/admin/product_view_model_test.decorator
|
121
123
|
- workarea-product_documents.gemspec
|
124
|
+
- yarn.lock
|
122
125
|
homepage: https://github.com/workarea-commerce/workarea-product-documents
|
123
126
|
licenses: []
|
124
127
|
metadata: {}
|
@@ -137,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
140
|
- !ruby/object:Gem::Version
|
138
141
|
version: '0'
|
139
142
|
requirements: []
|
140
|
-
rubygems_version: 3.0.
|
143
|
+
rubygems_version: 3.0.3
|
141
144
|
signing_key:
|
142
145
|
specification_version: 4
|
143
146
|
summary: workarea product documents plugin
|