tagsjs-rails 0.1.0 → 0.1.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: 2ec661f403ea9cbb09d44ee4c4c77a5ddc034e39
4
- data.tar.gz: 57f8ab3b8cf9d2056cbc93f55845f228eb4bb352
3
+ metadata.gz: 4fab710b619180f604a51ecadfa20c05d405fc72
4
+ data.tar.gz: d46b0ed0b40813bf0b2001aea553de4242b818b9
5
5
  SHA512:
6
- metadata.gz: 8ca5f91657789869f03d9a0d927eacb88081e6ce3338701a4aefcea6dd2e60d454ba50cc114e53bf85f1f1ff3eddd7eb61030a692d5c274cf97136d37bde0878
7
- data.tar.gz: 16d556e1aba065100aaa848b1f4e5680eed0f424e04715b0671cd3fee0b2f6bffc18ff77ce047f04a22668da3045c1030a60a6648a64e8b4f2ba0048f5489bd8
6
+ metadata.gz: 227451949754a00a9ea29506f5081b6f7a4bfd0d33a01be9aac0b9acfbfb54edc1d1c2e53f98effd89b920d17e81932eb5d76eb57b541af9a26db6151397be78
7
+ data.tar.gz: 4a00df382bee22df4d561e15f9619de19079f993180e6283ab82eb82da7776e5b63442d697ae3ab93853166db7f2363832af2a51db3591988d5ef68ad09d7b96
@@ -52,7 +52,7 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterat
52
52
  }
53
53
 
54
54
  if (typeof content === 'string') {
55
- element.textContent = content;
55
+ element.innerHTML = content;
56
56
  } else if (_typeof(content) === 'object') {
57
57
  if (Array.isArray(content)) {
58
58
  content.forEach(function (c) {
@@ -1,5 +1,5 @@
1
1
  module Tagsjs
2
2
  module Rails
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagsjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Ramirez