custom-attributes 0.2.25 → 0.2.26

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.25
1
+ 0.2.26
@@ -63,7 +63,7 @@ module Formtastic
63
63
  @supported_attribute_templates << content_tag(
64
64
  :fieldset, content_tag(
65
65
  :legend, self.label(:custom_attributes, :label => ::I18n.t(attribute_type, :count => 2,
66
- :scope => i18n_scope + [:attribute_names]).capitalize), :class => 'label'
66
+ :scope => i18n_scope + [:attribute_names]).capitalize), :class => 'label custom-attribute-group'
67
67
  ) << content_tag(:ol, Formtastic::Util.html_safe(value_fields.join)),
68
68
  :'data-attribute-type' => attribute_type
69
69
  )
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: custom-attributes
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.25
5
+ version: 0.2.26
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matthijs Groen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-09-21 00:00:00 Z
13
+ date: 2011-10-03 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails