bootsy 2.0.0 → 2.0.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edc79757791fa92f311c59caaf76b49998c99fee
|
|
4
|
+
data.tar.gz: 3138ca749d7471c9d7d0fc6528d04f6172f502f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cba53f817bc82a6dd2191b54f0dc810a34307799541b089d2bc32d91227c94482128529e3bcaf936e32fc8a22d70f19138e5a188955bbdeae493536311704f0
|
|
7
|
+
data.tar.gz: 4ebd73d2da5cee9c7d801f3003e9fdcb6157353aae1f61d15ee3aadcc4e5fe7c88c403bdd946e43c6919b118f363e7f3a5c7c8fbe18306b73eed6456c56bf51f
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
var size = (options && options.size) ? ' btn-'+options.size : '';
|
|
7
7
|
return "<li class='dropdown'>" +
|
|
8
8
|
"<a class='btn btn-default dropdown-toggle" + size + "' data-toggle='dropdown' href='#' title='" + locale.font_styles.title + "'>" +
|
|
9
|
-
"<i class='
|
|
9
|
+
"<i class='glyphicon glyphicon-font'></i> <span class='current-font'>" + locale.font_styles.normal + "</span> <b class='caret'></b>" +
|
|
10
10
|
"</a>" +
|
|
11
11
|
"<ul class='dropdown-menu'>" +
|
|
12
12
|
"<li><a data-wysihtml5-command='formatBlock' data-wysihtml5-command-value='div' tabindex='-1' role='menuitem'>" + locale.font_styles.normal + "</a></li>" +
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
var size = (options && options.size) ? ' btn-'+options.size : '';
|
|
33
33
|
return "<li>" +
|
|
34
34
|
"<div class='btn-group'>" +
|
|
35
|
-
"<a class='btn btn-default " + size + "' data-wysihtml5-command='insertUnorderedList' title='" + locale.lists.unordered + "' tabindex='-1'><i class='
|
|
36
|
-
"<a class='btn btn-default " + size + "' data-wysihtml5-command='insertOrderedList' title='" + locale.lists.ordered + "' tabindex='-1'><i class='
|
|
37
|
-
"<a class='btn btn-default " + size + "' data-wysihtml5-command='Outdent' title='" + locale.lists.outdent + "' tabindex='-1'><i class='
|
|
38
|
-
"<a class='btn btn-default " + size + "' data-wysihtml5-command='Indent' title='" + locale.lists.indent + "' tabindex='-1'><i class='
|
|
35
|
+
"<a class='btn btn-default " + size + "' data-wysihtml5-command='insertUnorderedList' title='" + locale.lists.unordered + "' tabindex='-1'><i class='glyphicon glyphicon-list'></i></a>" +
|
|
36
|
+
"<a class='btn btn-default " + size + "' data-wysihtml5-command='insertOrderedList' title='" + locale.lists.ordered + "' tabindex='-1'><i class='glyphicon glyphicon-th-list'></i></a>" +
|
|
37
|
+
"<a class='btn btn-default " + size + "' data-wysihtml5-command='Outdent' title='" + locale.lists.outdent + "' tabindex='-1'><i class='glyphicon glyphicon-indent-left'></i></a>" +
|
|
38
|
+
"<a class='btn btn-default " + size + "' data-wysihtml5-command='Indent' title='" + locale.lists.indent + "' tabindex='-1'><i class='glyphicon glyphicon-indent-right'></i></a>" +
|
|
39
39
|
"</div>" +
|
|
40
40
|
"</li>";
|
|
41
41
|
},
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"</div>" +
|
|
61
61
|
"</div>" +
|
|
62
62
|
"</div>" +
|
|
63
|
-
"<a class='btn btn-default " + size + "' data-wysihtml5-command='createLink' title='" + locale.link.insert + "' tabindex='-1'><i class='
|
|
63
|
+
"<a class='btn btn-default " + size + "' data-wysihtml5-command='createLink' title='" + locale.link.insert + "' tabindex='-1'><i class='glyphicon glyphicon-share'></i></a>" +
|
|
64
64
|
"</li>";
|
|
65
65
|
},
|
|
66
66
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"</div>" +
|
|
85
85
|
"</div>" +
|
|
86
86
|
"</div>" +
|
|
87
|
-
"<a class='btn btn-default " + size + "' data-wysihtml5-command='insertImage' title='" + locale.image.insert + "' tabindex='-1'><i class='
|
|
87
|
+
"<a class='btn btn-default " + size + "' data-wysihtml5-command='insertImage' title='" + locale.image.insert + "' tabindex='-1'><i class='glyphicon glyphicon-picture'></i></a>" +
|
|
88
88
|
"</li>";
|
|
89
89
|
},
|
|
90
90
|
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
var size = (options && options.size) ? ' btn-'+options.size : '';
|
|
93
93
|
return "<li>" +
|
|
94
94
|
"<div class='btn-group'>" +
|
|
95
|
-
"<a class='btn btn-default " + size + "' data-wysihtml5-action='change_view' title='" + locale.html.edit + "' tabindex='-1'><i class='
|
|
95
|
+
"<a class='btn btn-default " + size + "' data-wysihtml5-action='change_view' title='" + locale.html.edit + "' tabindex='-1'><i class='glyphicon glyphicon-pencil'></i></a>" +
|
|
96
96
|
"</div>" +
|
|
97
97
|
"</li>";
|
|
98
98
|
},
|
|
@@ -222,7 +222,7 @@ Bootsy.Area.prototype.init = function() {
|
|
|
222
222
|
|
|
223
223
|
return '<li>' +
|
|
224
224
|
'<a class="btn btn-default ' + size + '" data-wysihtml5-command="customCommand" title="' + locale.image.insert + '" tabindex="-1">' +
|
|
225
|
-
'<
|
|
225
|
+
'<span class="glyphicon glyphicon-picture"></span>' +
|
|
226
226
|
'</a>' +
|
|
227
227
|
'</li>';
|
|
228
228
|
}
|
data/lib/bootsy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootsy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Volmer Soares
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mini_magick
|
|
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
209
209
|
version: '0'
|
|
210
210
|
requirements: []
|
|
211
211
|
rubyforge_project:
|
|
212
|
-
rubygems_version: 2.1.
|
|
212
|
+
rubygems_version: 2.1.10
|
|
213
213
|
signing_key:
|
|
214
214
|
specification_version: 4
|
|
215
215
|
summary: A beautiful WYSIWYG editor with image uploads for Rails.
|