bootstrap-wysihtml5-rails 0.3.3.1 → 0.3.3.2

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: 9e5bb868c33adfb55bb61b5e35ee8471172ac7b0
4
- data.tar.gz: be2ef74fa2e6425cb8eb438a36c147ab472b5292
3
+ metadata.gz: 20772bfbb2e07f1a7625210102ab73dd158625ff
4
+ data.tar.gz: 44f21786904bcd605b71374645f226350fabda8f
5
5
  SHA512:
6
- metadata.gz: 3d8bb73f653ede6af0734de5ddedc48780ef688d591554ac49cbb61ccbfe6ea42f714a7eeb3cb06a0c04c2e72583c223dcf2cc829d3f10033c6b2a5695f61a83
7
- data.tar.gz: 73fc1c8dc66e3b165ada1e2b1bca9eb83b63d60e9d9249f1c9d4b3db566261ba8f3ffdfc7aa73697f67da67a347591054900fc644f00e043f85f4e2947c38a55
6
+ metadata.gz: 36a1a616f5f3dac2b929d2754abebada90f6b525a5d418c22aaa8127a0c8c04a8fb57a4c790db661ba93f3bcb257d65156700fb4677f5f78cb949ddb739fc71c
7
+ data.tar.gz: 42aec828dfd6d705bfeb0c46e9168df5007dacf21df4c69a2fa4ccefa2bce2fbe71cf125143e155084ec31c84511e032cfa73f397ddb45d1577dc3d785290971
@@ -1,5 +1,5 @@
1
1
  class Wysihtml5Input < SimpleForm::Inputs::TextInput
2
- def input
2
+ def input(wrapper_options)
3
3
  idf = "#{lookup_model_names.join("_")}_#{reflection_or_attribute_name}"
4
4
  script = template.content_tag(:script, type: 'text/javascript') do
5
5
  "$('textarea[id=#{idf}]').wysihtml5();".html_safe
@@ -1,6 +1,5 @@
1
1
  module BootstrapWysihtml5Rails
2
2
  module Rails
3
- # Change to follow bootstrap3-wysihtml5-bower version as soon as they we can.
4
- VERSION = "0.3.3.1"
3
+ VERSION = "0.3.3.2"
5
4
  end
6
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-wysihtml5-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3.1
4
+ version: 0.3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gonzalo Rodríguez-Baltanás Díaz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-08 00:00:00.000000000 Z
11
+ date: 2015-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  version: '0'
128
128
  requirements: []
129
129
  rubyforge_project:
130
- rubygems_version: 2.2.2
130
+ rubygems_version: 2.4.5
131
131
  signing_key:
132
132
  specification_version: 4
133
133
  summary: A wysiwyg text editor for Twitter Bootstrap