tinymce-rails 5.6.2 → 5.6.2.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/lib/tinymce/rails/configuration.rb +1 -1
- data/lib/tinymce/rails/version.rb +1 -1
- 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: '07884171bafd72dbe196a0c4c3a09b5dd856a9c4a916c81acb2ca47c8b3d0173'
|
4
|
+
data.tar.gz: 60839fc89a4f102bc700bd3e36063e13851279ac610b1dc9005b6d7750b769cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d637fc1e06bf1b28140cf7555bedb1873bcb994fb272cd5a348c61cafbfd1e6d66cccfb881f03e6774037d3d500b2928a69993c25057949118e49c555172e7d
|
7
|
+
data.tar.gz: 17fb09a8ec00b69764a1e3174bf61ea6637a564250ece124172ebb27f488ca83571ada96fe2c9253237fe77b682d726a1ca5db2da674301eb819fe0e855b9ff0
|
@@ -48,7 +48,7 @@ module TinyMCE::Rails
|
|
48
48
|
# Check for files provided in the content_css option to replace them with their actual path.
|
49
49
|
# If no corresponding stylesheet is found for a file, it will remain unchanged.
|
50
50
|
"content_css" => ->(value) {
|
51
|
-
helpers = ActionView::Base.new(ActionView::LookupContext.new([]))
|
51
|
+
helpers = ActionView::Base.new(ActionView::LookupContext.new([]), {}, nil)
|
52
52
|
separator = OPTION_SEPARATORS["content_css"]
|
53
53
|
|
54
54
|
value.split(separator).map { |file|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tinymce-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.6.2
|
4
|
+
version: 5.6.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam Pohlenz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-12-
|
11
|
+
date: 2020-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
161
|
- !ruby/object:Gem::Version
|
162
162
|
version: '0'
|
163
163
|
requirements: []
|
164
|
-
rubygems_version: 3.
|
164
|
+
rubygems_version: 3.1.2
|
165
165
|
signing_key:
|
166
166
|
specification_version: 4
|
167
167
|
summary: Rails asset pipeline integration for TinyMCE.
|