jstree_rails 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ == v0.1.4
2
+ * Set html_safe on content string of javascript tag to prevent escaping
3
+
1
4
  == v0.1.3
2
5
  * Add data type for ajax helper
3
6
 
@@ -14,5 +14,5 @@ module JsTreeRails
14
14
  end
15
15
  end
16
16
 
17
- VERSION = Version.new('0.1.3')
17
+ VERSION = Version.new('0.1.4')
18
18
  end
@@ -11,7 +11,7 @@ module JsTreeRails
11
11
  #{format_type_to_js(options)}
12
12
  );
13
13
  });
14
- "
14
+ ".html_safe
15
15
  }).html_safe
16
16
  end
17
17
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jstree_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Roberts
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-18 00:00:00 -07:00
18
+ date: 2011-12-13 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency