tinymce-rails 5.6.2 → 5.6.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d491e52271301e60ad19c3140e88cdd34db8683e2da56daa8f590f507f20659
4
- data.tar.gz: e5b165b06bf8abb9cced34b26939ff34a52916b91f72af836c724c719858899a
3
+ metadata.gz: '07884171bafd72dbe196a0c4c3a09b5dd856a9c4a916c81acb2ca47c8b3d0173'
4
+ data.tar.gz: 60839fc89a4f102bc700bd3e36063e13851279ac610b1dc9005b6d7750b769cd
5
5
  SHA512:
6
- metadata.gz: 9e86eae512a802233e70ecc5e9de00265f2fdf3110d6a94f72bb423689f26612ded4d266ec277a388c0d2f300caa14a91efb1783ca39f9e6b854e7b28c4b440e
7
- data.tar.gz: e4e18abd76b8f984d1364003eab9671d800c3c487f4766a257a70e710b8d8ef9b6f6f26c9e2d55a792201c7b022dae9a4c9f50255df7d1ce62408b62fd693f8e
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|
@@ -1,6 +1,6 @@
1
1
  module TinyMCE
2
2
  module Rails
3
- VERSION = "5.6.2"
3
+ VERSION = "5.6.2.1"
4
4
  TINYMCE_VERSION = "5.6.2"
5
5
  end
6
6
  end
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-08 00:00:00.000000000 Z
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.0.8
164
+ rubygems_version: 3.1.2
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: Rails asset pipeline integration for TinyMCE.