rostra 0.1.10 → 0.1.12
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.
@@ -37,7 +37,7 @@ $(document).ready(function() {
|
|
37
37
|
preFill: prefill
|
38
38
|
});
|
39
39
|
|
40
|
-
$('input.as-values').attr('name', name); // force name to not
|
40
|
+
$('input.as-values').attr('name', name); // force name to not
|
41
41
|
});
|
42
42
|
|
43
43
|
|
@@ -70,7 +70,7 @@ $(document).ready(function() {
|
|
70
70
|
theme_advanced_buttons3 : "",
|
71
71
|
theme_advanced_toolbar_location : "top",
|
72
72
|
theme_advanced_toolbar_align : "left",
|
73
|
-
plugins: 'paste',
|
73
|
+
plugins: 'paste,autoresize',
|
74
74
|
paste_remove_styles: true,
|
75
75
|
paste_remove_spans: true,
|
76
76
|
setup: function (ed) {
|
data/lib/rostra/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: rostra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.12
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Cory Schires
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-10-27 00:00:00 -
|
13
|
+
date: 2011-10-27 00:00:00 -05:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|