caseadilla 0.0.2 → 0.0.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 +4 -4
- data/app/helpers/caseadilla/caseadilla_helper.rb +1 -1
- data/lib/caseadilla/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b839cd8a509cd3a1a30e19f8d0932e0bb6f2402
|
|
4
|
+
data.tar.gz: 065ac7040b4a5d2496ca47bfa08e3fd19ecb05fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f714b2ae74fd6a179474adb800664b0de73af573effb3086d6a657a4913eb1eee50348bc3f0a4319a73b0609f75818a041571801b17e29f046360f776959f084
|
|
7
|
+
data.tar.gz: 7fff59d18123da03045a6b868cfd3921dc97df92fac78628749121905156f9562feb34e51fd2ad3ee377b6f5359796f643c287f1db20d01c84886bb42cf1c6de
|
|
@@ -177,7 +177,7 @@ module Caseadilla
|
|
|
177
177
|
end
|
|
178
178
|
|
|
179
179
|
def caseadilla_collection_check_boxes form, obj, attribute, collection, value_method, text_method, options = {}
|
|
180
|
-
caseadilla_form_tag_wrapper(collection_check_boxes(obj, attribute, collection, value_method, text_method, strip_caseadilla_options(options), merged_class_hash(options, 'form-control')), form, obj, attribute, options).html_safe
|
|
180
|
+
caseadilla_form_tag_wrapper(collection_check_boxes(obj.class.name.downcase.to_sym, attribute, collection, value_method, text_method, strip_caseadilla_options(options), merged_class_hash(options, 'form-control')), form, obj, attribute, options).html_safe
|
|
181
181
|
end
|
|
182
182
|
|
|
183
183
|
def caseadilla_date_select form, obj, attribute, options = {}
|
data/lib/caseadilla/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caseadilla
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Xavier Bick
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|