wysihtml5-rails 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Wysihtml5
2
2
  module Rails
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -180,7 +180,7 @@ var wysihtml5ParserRules = {
180
180
  },
181
181
  "a": {
182
182
  "check_attributes": {
183
- "href": "href"
183
+ "href": "url" // if you compiled master manually then change this from 'url' to 'href'
184
184
  },
185
185
  "set_attributes": {
186
186
  "rel": "nofollow",
@@ -191,7 +191,7 @@ var wysihtml5ParserRules = {
191
191
  "check_attributes": {
192
192
  "width": "numbers",
193
193
  "alt": "alt",
194
- "src": "src",
194
+ "src": "url", // if you compiled master manually then change this from 'url' to 'src'
195
195
  "height": "numbers"
196
196
  },
197
197
  "add_class": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wysihtml5-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-04 00:00:00.000000000 Z
12
+ date: 2012-10-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -60,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  segments:
62
62
  - 0
63
- hash: 4575436841338202155
63
+ hash: 2867219246863589025
64
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  none: false
66
66
  requirements:
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  segments:
71
71
  - 0
72
- hash: 4575436841338202155
72
+ hash: 2867219246863589025
73
73
  requirements: []
74
74
  rubyforge_project:
75
75
  rubygems_version: 1.8.24