simple_form_extension 1.2.2 → 1.2.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61c0c901f77313d4994125503b41485d4d73110d
|
|
4
|
+
data.tar.gz: b9195dec83b06e0c2381d553308afe21ffc2001e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d0f105067cf002348b383c07ca61a3c0f33c0cc456bb9e115b6508f971fdd2ae3959a66c9c6ab624fb041b7e61a21eb7e49c387ea96aabc2b0c4dfccaca00b1
|
|
7
|
+
data.tar.gz: 9d9f8d0a464183ce41d859a9b2e9d729667903ccf88c6ab6c55eb6578479c71fb72788be38e8d7dafd85956b209119319872db97a2024fe479b3dc23bc973ce8
|
|
@@ -25,7 +25,7 @@ module SimpleFormExtension
|
|
|
25
25
|
@builder.text_field(attribute_name, input_html_options) +
|
|
26
26
|
|
|
27
27
|
content_tag(:span, class: 'input-group-btn') do
|
|
28
|
-
content_tag(:button, class: 'btn btn-default datetimepicker-trigger') do
|
|
28
|
+
content_tag(:button, type: 'button', class: 'btn btn-default datetimepicker-trigger') do
|
|
29
29
|
content_tag(:i, '', class: 'fa fa-calendar')
|
|
30
30
|
end
|
|
31
31
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_form_extension
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexandre Vasseur
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
version: '0'
|
|
168
168
|
requirements: []
|
|
169
169
|
rubyforge_project:
|
|
170
|
-
rubygems_version: 2.
|
|
170
|
+
rubygems_version: 2.4.4
|
|
171
171
|
signing_key:
|
|
172
172
|
specification_version: 4
|
|
173
173
|
summary: A simple extention for simple_form with, colorpiker, icon, fileupload, image
|