globalize3_helpers 0.2.3 → 0.2.4

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.3
1
+ 0.2.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "globalize3_helpers"
8
- s.version = "0.2.3"
8
+ s.version = "0.2.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Lefteris Georgatos"]
@@ -14,12 +14,10 @@ module ActionView::Helpers
14
14
  @template.concat @template.fields_for(object_name, object, *args, &proc)
15
15
  end
16
16
  end
17
-
18
- alias_method :globalize_fields_for_locale, :globalize_fields_for_locales
19
-
17
+
20
18
  def globalize_fields_for_locales(locales = [], *args, &proc)
21
19
  locales.each do |locale|
22
- super(locale, *args, &proc)
20
+ globalize_fields_for_locale(locale, *args, &proc)
23
21
  end
24
22
  end
25
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: globalize3_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -154,7 +154,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  segments:
156
156
  - 0
157
- hash: 117857083895256392
157
+ hash: 281599227258860891
158
158
  required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  none: false
160
160
  requirements: