gettext_i18n_rails 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/Readme.md CHANGED
@@ -216,6 +216,8 @@ lib/tasks/gettext.rake:
216
216
  - [Ben Tucker](http://btucker.net/)
217
217
  - [Kamil Śliwak](https://github.com/cameel)
218
218
  - [Paul McMahon](https://github.com/pwim)
219
+ - [Rainux Luo](https://github.com/rainux)
220
+ - [Lucas Hills](https://github.com/2potatocakes)
219
221
 
220
222
  [Michael Grosser](http://grosser.it)<br/>
221
223
  grosser.michael@gmail.com<br/>
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "gettext_i18n_rails"
8
- s.version = "0.4.1"
8
+ s.version = "0.4.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Grosser"]
12
- s.date = "2012-01-10"
12
+ s.date = "2012-01-12"
13
13
  s.email = "grosser.michael@gmail.com"
14
14
  s.files = [
15
15
  "Gemfile",
@@ -13,8 +13,6 @@ module GettextI18nRails::ActiveRecord
13
13
  self.to_s.underscore.gsub('_',' ')
14
14
  end
15
15
 
16
- private
17
-
18
16
  def gettext_translation_for_attribute_name(attribute)
19
17
  "#{self}|#{attribute.to_s.split('.').map! {|a| a.gsub('_',' ').capitalize }.join('|')}"
20
18
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext_i18n_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-10 00:00:00 Z
18
+ date: 2012-01-12 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  prerelease: false