squire-rails 0.0.4 → 0.0.5

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: 71603b368ec71fe5cf214adf46464eef336023dd
4
- data.tar.gz: 6b4dbbce99f7fbae8a142e1d67ae121028d04265
3
+ metadata.gz: bc774f3097ba40fe542618ae0163b2605dc5ff44
4
+ data.tar.gz: 148b39313c4ae8d8097c7a822e1a96149deeb517
5
5
  SHA512:
6
- metadata.gz: 10e4d50c2b1eb393e8edff64c94e9ed1b12a4a7551b1b684a3b0027253a6d2a83c341cd501ab3df05f8cde4c08143f3e754fea7ef84c180c3c34dcd1b4ae0ece
7
- data.tar.gz: 98162dbf3641b1a433f249c14d1548deb8eb1a8ee652b05f6730db7534c6b9cb10440acbef87e7c8fd0df30bdb7e31e3518f16de330fb1b88596362ac45d6182
6
+ metadata.gz: c872dfc8685f0265f8f045688d548c17127843910e6c80cc573e5f17adde6e2ef82785e94d608f8b7ae0b58570bdc2de07380b1e4499e2978f33e77a2e00a40e
7
+ data.tar.gz: adfc5c4ab4f97467ed0a7f4d850cc13c063318afb5e3f12d673c522ae5e9b832289759935b94f097aeda1ace405360cd27fa6c2c4589485dd70447d2e4faceee
@@ -42,7 +42,7 @@ $(document).ready(function() {
42
42
  });
43
43
 
44
44
  this.linkDrop.on('open', function () {
45
- $('.quit').click(function () {
45
+ $('.squire-quit').click(function () {
46
46
  $(this).parent().parent().removeClass('drop-open');
47
47
  });
48
48
 
@@ -62,7 +62,7 @@ $(document).ready(function() {
62
62
  });
63
63
 
64
64
  this.imageDrop.on('open', function () {
65
- $('.quit').unbind().click(function () {
65
+ $('.squire-quit').unbind().click(function () {
66
66
  $(this).parent().parent().removeClass('drop-open');
67
67
  });
68
68
 
@@ -85,7 +85,7 @@ $(document).ready(function() {
85
85
  });
86
86
 
87
87
  this.fontDrop.on('open', function () {
88
- $('.quit').click(function () {
88
+ $('.squire-quit').click(function () {
89
89
  $(this).parent().parent().removeClass('drop-open');
90
90
  });
91
91
 
@@ -1,3 +1,3 @@
1
1
  module SquireRails
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: squire-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - candle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-20 00:00:00.000000000 Z
11
+ date: 2015-04-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Squire Editor for rails
14
14
  email: