fullstack-admin 0.1.55 → 0.1.56
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/assets/javascripts/support/forms.js.coffee +0 -8
- data/fullstack-admin.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.56
|
@@ -52,14 +52,6 @@ $(document).ready ->
|
|
52
52
|
|
53
53
|
$('input.slider').sliderInput()
|
54
54
|
|
55
|
-
$("textarea.markup").wysihtml5
|
56
|
-
'font-styles' : false
|
57
|
-
emphasis: true
|
58
|
-
lists: false
|
59
|
-
html: false
|
60
|
-
link: false
|
61
|
-
image: false
|
62
|
-
|
63
55
|
$(".on-focus-help").each ->
|
64
56
|
self = $(this)
|
65
57
|
input = self.parent().find("input")
|
data/fullstack-admin.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fullstack-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.56
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -1273,7 +1273,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1273
1273
|
version: '0'
|
1274
1274
|
segments:
|
1275
1275
|
- 0
|
1276
|
-
hash: -
|
1276
|
+
hash: -1233107733094197871
|
1277
1277
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1278
1278
|
none: false
|
1279
1279
|
requirements:
|