cortex-plugins-core 3.0.0 → 3.1.0
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 +5 -5
- data/.babelrc +18 -0
- data/.postcssrc.yml +3 -0
- data/Gemfile.lock +82 -68
- data/app/cells/plugins/core/asset_cell.rb +3 -1
- data/app/transactions/get_field_tree_list_transaction.rb +2 -2
- data/app/transactions/new_tag_field_item_transaction.rb +1 -1
- data/app/transactions/new_user_field_item_transaction.rb +1 -1
- data/app/transactions/update_tag_field_item_transaction.rb +1 -1
- data/app/widgets/plugins/core/media_widget_parser.rb +53 -0
- data/config/initializers/tag_parsers.rb +1 -0
- data/cortex-plugins-core.gemspec +4 -4
- data/lib/cortex/plugins/core/version.rb +1 -1
- data/package.json +3 -2
- data/yarn.lock +1568 -793
- metadata +15 -11
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cortex-plugins-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- CareerBuilder Employer Site & Content Products
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -86,28 +86,28 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '2.
|
|
89
|
+
version: '2.11'
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: '2.
|
|
96
|
+
version: '2.11'
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: aws-sdk-s3
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
101
|
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '1.
|
|
103
|
+
version: '1.17'
|
|
104
104
|
type: :runtime
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '1.
|
|
110
|
+
version: '1.17'
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: mimemagic
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: '
|
|
131
|
+
version: '1.6'
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: '
|
|
138
|
+
version: '1.6'
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: mini_magick
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -170,14 +170,14 @@ dependencies:
|
|
|
170
170
|
requirements:
|
|
171
171
|
- - "~>"
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: '0.
|
|
173
|
+
version: '0.26'
|
|
174
174
|
type: :runtime
|
|
175
175
|
prerelease: false
|
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
178
|
- - "~>"
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: '0.
|
|
180
|
+
version: '0.26'
|
|
181
181
|
- !ruby/object:Gem::Dependency
|
|
182
182
|
name: image_optim_pack
|
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -198,10 +198,12 @@ executables: []
|
|
|
198
198
|
extensions: []
|
|
199
199
|
extra_rdoc_files: []
|
|
200
200
|
files:
|
|
201
|
+
- ".babelrc"
|
|
201
202
|
- ".editorconfig"
|
|
202
203
|
- ".github/PULL_REQUEST_TEMPLATE.md"
|
|
203
204
|
- ".gitignore"
|
|
204
205
|
- ".npmignore"
|
|
206
|
+
- ".postcssrc.yml"
|
|
205
207
|
- ".rspec"
|
|
206
208
|
- CODE_OF_CONDUCT.md
|
|
207
209
|
- Gemfile
|
|
@@ -279,8 +281,10 @@ files:
|
|
|
279
281
|
- app/transactions/update_tag_field_item_transaction.rb
|
|
280
282
|
- app/uploaders/asset_uploader.rb
|
|
281
283
|
- app/uploaders/concerns/imageable.rb
|
|
284
|
+
- app/widgets/plugins/core/media_widget_parser.rb
|
|
282
285
|
- bin/rails
|
|
283
286
|
- config/initializers/shrine.rb
|
|
287
|
+
- config/initializers/tag_parsers.rb
|
|
284
288
|
- cortex-plugins-core.gemspec
|
|
285
289
|
- lib/cortex/plugins/core.rb
|
|
286
290
|
- lib/cortex/plugins/core/engine.rb
|
|
@@ -323,7 +327,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
323
327
|
version: '0'
|
|
324
328
|
requirements: []
|
|
325
329
|
rubyforge_project:
|
|
326
|
-
rubygems_version: 2.6
|
|
330
|
+
rubygems_version: 2.7.6
|
|
327
331
|
signing_key:
|
|
328
332
|
specification_version: 4
|
|
329
333
|
summary: The combined set of Core FieldTypes for the Cortex CMS platform
|