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: 8b7b61a6335378da2590cdd884b0f7b5b7aa5840
4
- data.tar.gz: c1f5549e531f7e423576602a0f611fb0ff96bb26
3
+ metadata.gz: edc79757791fa92f311c59caaf76b49998c99fee
4
+ data.tar.gz: 3138ca749d7471c9d7d0fc6528d04f6172f502f2
5
5
  SHA512:
6
- metadata.gz: 6e9ff624b3d22b75b597c461b0161cbfc6346448a0e04dd2f21dc7c9b5ebb10c813ae780d8c00e2c477134c4b7cbbfe1736bad339991bc4e91db0df578ab3ecc
7
- data.tar.gz: 02ac8fd962645345fac9236095a6ba41a64029706b13e467e1978318f0401356bb254100c56f78b3fbd9de2e0aaf636d15e6a2b3e8f907e2dac297fb8495c390
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='icon-font'></i>&nbsp;<span class='current-font'>" + locale.font_styles.normal + "</span>&nbsp;<b class='caret'></b>" +
9
+ "<i class='glyphicon glyphicon-font'></i>&nbsp;<span class='current-font'>" + locale.font_styles.normal + "</span>&nbsp;<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='icon-list'></i></a>" +
36
- "<a class='btn btn-default " + size + "' data-wysihtml5-command='insertOrderedList' title='" + locale.lists.ordered + "' tabindex='-1'><i class='icon-th-list'></i></a>" +
37
- "<a class='btn btn-default " + size + "' data-wysihtml5-command='Outdent' title='" + locale.lists.outdent + "' tabindex='-1'><i class='icon-indent-left'></i></a>" +
38
- "<a class='btn btn-default " + size + "' data-wysihtml5-command='Indent' title='" + locale.lists.indent + "' tabindex='-1'><i class='icon-indent-right'></i></a>" +
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='icon-share'></i></a>" +
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='icon-picture'></i></a>" +
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='icon-pencil'></i></a>" +
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
- '<i class="icon-picture"></i>' +
225
+ '<span class="glyphicon glyphicon-picture"></span>' +
226
226
  '</a>' +
227
227
  '</li>';
228
228
  }
@@ -1,3 +1,3 @@
1
1
  module Bootsy
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
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.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-10-19 00:00:00.000000000 Z
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.3
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.