waterfall_bourbon_neat_rails 1.9.9.7 → 1.9.9.8

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: 87e3dd25d729d6c23937a8b0c6a3db79ba263144
4
- data.tar.gz: bb6470fa85ae92fc348b3193dd3ab33c2a5e52c6
3
+ metadata.gz: 60ad2716121ec62a85dec1e528dcba6700c97688
4
+ data.tar.gz: a5081eb1a5925736d2a63a209b9948f6379e36a1
5
5
  SHA512:
6
- metadata.gz: 7250a2d317bca70ccf27c43e64b8edd7eb80a77a061dbfbcfbcdd1029a831c610069d569a9d9e99dabdc9d8008c34408b834214db6bf57943f3a04fcfcc9da76
7
- data.tar.gz: ef45a5ad62c7f15d6b1037c96370118936f20e603d139b7442747ad5ad4e68cbfe393a3eb06242ce8162b4779e5c035260fe123c679340f65fcf9ca4beaf587b
6
+ metadata.gz: e920a8493fafd39ad9a73f69c90ce7799051d2837e7b85f12c155ea0071542fc32c980bdb64d7ab0668e9be751dff18a66b7d88b59325598eed8c455933602da
7
+ data.tar.gz: 375ee5c0d657cfeb25e843bda678fb10e8ba85ce313ba96dfc09cb96390cb5924f282b8957b3e313d6327e44c1c51c160784b60c1a1a6c32987eb357543ff0aa
@@ -37,7 +37,7 @@ var Modal = function(options){
37
37
 
38
38
  Modal.prototype.setContentText = function(text){
39
39
  // can set a text for the content section, we can have some details for it
40
- this.$content_text.text(text);
40
+ this.$content_text.html(text);
41
41
 
42
42
  return this;
43
43
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.9.9.7".freeze
2
+ VERSION = "1.9.9.8".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.9.7
4
+ version: 1.9.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.