wysihtml5x-rails 0.4.1 → 0.4.4

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: 9424f54d0115eae293ef07ac71d6f548c36dfb00
4
- data.tar.gz: 7eea79e6d54c46e0cf9eecc395dad8bb44cfa8bb
3
+ metadata.gz: 8b463d38c7bd8f05ba4cc2558391bdb09cfb3a8f
4
+ data.tar.gz: f2bc4dec1f4c06f8c114d0690b4d817900475e87
5
5
  SHA512:
6
- metadata.gz: 69c08bcac2de3d424ff0adc0aeb59ba7cfa04ccd6639ce86e584eb52c30b3affd8a5edd83709a4e75534471665bf573cbae65e66d1b25691098cfeaa2f149a54
7
- data.tar.gz: 2bee77db9729c1b9cb6191281b1b0ca0bfba2d93d77b6005cfa5165f0a53329c010de56851bf227cf78411e459ae6f22330c47bc587eefff3f7d2e052f992692
6
+ metadata.gz: b7d98694366510c2f9e9e8daebc50810f02b00e8773790159fedf95c598c698b41180caef0f32f942ab67939b646079aa9cccf4c182df064d12b80bc8b3bf114
7
+ data.tar.gz: 2efd2971f78efcc1f8d7c92b59b84eca368b0422043949414fb5d2706c0b1f096ff9515930585ad569f2b27c195201b5dbce470234f812ae39188484eb445118
@@ -1,5 +1,5 @@
1
1
  module Wysihtml5x
2
2
  module Rails
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.4"
4
4
  end
5
5
  end
@@ -252,11 +252,11 @@ var wysihtml5ParserRules = {
252
252
  },
253
253
  "a": {
254
254
  "check_attributes": {
255
- "href": "href" // if you compiled master manually then change this from 'url' to 'href'
255
+ "href": "href", // if you compiled master manually then change this from 'url' to 'href'
256
+ "target": "any"
256
257
  },
257
258
  "set_attributes": {
258
- "rel": "nofollow",
259
- "target": "_blank"
259
+ "rel": "nofollow"
260
260
  }
261
261
  },
262
262
  "img": {
@@ -649,4 +649,4 @@ var wysihtml5ParserRules = {
649
649
  "rename_tag": "div"
650
650
  }
651
651
  }
652
- };
652
+ };