effective_form_inputs 0.9.2 → 0.9.3
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0873e8f75cb59e2a58fe998e6b8a06aea8312fdf
|
4
|
+
data.tar.gz: 30a47fc759584af54ff322cfc3ded0f931866450
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f11b80d3ee6e464ed2ee3e5ef3300f18c82a2d4eed253536add3cae758e0ad3cae9ad916c8c2e1cae452a0489a876628f71a0a58b1cc28966ef8ba1620cdb1d
|
7
|
+
data.tar.gz: 8682fa12cca48d297c8c3fb2682a53b9784663618e4d69cbc603bf923bd40947f84071eb975f6f4e7560d832d932eb9fd0cf7628eee63197dccf65b7839a1e98
|
@@ -8,7 +8,7 @@ module Inputs
|
|
8
8
|
effective_assets: defined?(EffectiveAssets).present?,
|
9
9
|
effective_ckeditor_js_path: asset_path('effective_ckeditor.js'),
|
10
10
|
effective_ckeditor_css_path: asset_path('effective_ckeditor.css'),
|
11
|
-
contentsCss: (options[:contentCss] ||
|
11
|
+
contentsCss: (options[:contentCss] || asset_path('application.css')),
|
12
12
|
toolbar: options[:toolbar],
|
13
13
|
height: options[:height],
|
14
14
|
width: options[:width]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_form_inputs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|