number_to_words_ru 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ require "i18n/backend/pluralization"
2
+ I18n::Backend::Simple.send(:include, I18n::Backend::Pluralization)
@@ -1,5 +1,6 @@
1
1
  require 'rubygems'
2
2
  require 'i18n'
3
+ require 'initializers/i18n'
3
4
  require 'active_support/inflector'
4
5
 
5
6
  require 'number_to_words_ru/translations_helpers'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: number_to_words_ru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire: number_to_words_ru
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-24 00:00:00.000000000Z
12
+ date: 2011-12-14 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Simple convert number to russian words using I18N.
15
15
  email: k.s.lazarev@gmail.com
@@ -17,6 +17,7 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - lib/initializers/i18n.rb
20
21
  - lib/locales/numbers.en.yml
21
22
  - lib/locales/numbers.ru.yml
22
23
  - lib/locales/plurals.rb
@@ -54,7 +55,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
55
  version: '0'
55
56
  segments:
56
57
  - 0
57
- hash: -3335539547606838716
58
+ hash: -459699541414322395
58
59
  required_rubygems_version: !ruby/object:Gem::Requirement
59
60
  none: false
60
61
  requirements:
@@ -63,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
64
  version: '0'
64
65
  requirements: []
65
66
  rubyforge_project:
66
- rubygems_version: 1.8.11
67
+ rubygems_version: 1.8.10
67
68
  signing_key:
68
69
  specification_version: 3
69
70
  summary: Simple convert number to russian words using I18N.