bard_static 1.5.4 → 1.5.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,7 @@ module BardStatic
|
|
32
32
|
@context = context
|
33
33
|
@name = name
|
34
34
|
@options = options || {}
|
35
|
-
@html_options = html_options
|
35
|
+
@html_options = HashWithIndifferentAccess.new(html_options)
|
36
36
|
@html_options = @context.send(:convert_options_to_data_attributes, @options, @html_options)
|
37
37
|
yield self if block_given?
|
38
38
|
end
|
data/lib/bard_static/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bard_static
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 1.5.
|
9
|
+
- 5
|
10
|
+
version: 1.5.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Micah Geisel
|
@@ -21,7 +21,7 @@ autorequire:
|
|
21
21
|
bindir: bin
|
22
22
|
cert_chain: []
|
23
23
|
|
24
|
-
date: 2013-
|
24
|
+
date: 2013-09-26 00:00:00 Z
|
25
25
|
dependencies: []
|
26
26
|
|
27
27
|
description: Handcrafted prototypes for Rails.
|