merb_r18n 0.2.1 → 0.2.2

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.
Files changed (1) hide show
  1. metadata +13 -13
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb_r18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey "A.I." Sitnik
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-18 00:00:00 +03:00
12
+ date: 2009-06-25 00:00:00 +04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - "="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.2.1
33
+ version: 0.2.2
34
34
  version:
35
35
  description: A plugin for the Merb framework that provides i18n support to translate your site in several languages. It is just a wrap for R18n core library. It can format numbers and time to the rules of the user locale, has translation for common words, storage translation in YAML format with pluralization and procedures and has special support for countries with two official languages.
36
36
  email: andrey@sitnik.ru
@@ -73,21 +73,21 @@ specification_version: 2
73
73
  summary: A plugin for the Merb framework that provides i18n support to translate your site.
74
74
  test_files:
75
75
  - spec/spec_helper.rb
76
+ - spec/merb_r18n_spec.rb
76
77
  - spec/app
77
78
  - spec/app/i18n
78
79
  - spec/app/i18n/ru.yml
79
80
  - spec/app/i18n/en.yml
80
- - spec/app/slice
81
- - spec/app/slice/app
82
- - spec/app/slice/app/i18n
83
- - spec/app/slice/app/i18n/en.yml
84
- - spec/app/slice/lib
85
- - spec/app/slice/lib/slice.rb
86
- - spec/app/slice/application.rb
81
+ - spec/app/controllers
82
+ - spec/app/controllers/i18n.rb
87
83
  - spec/app/views
88
84
  - spec/app/views/i18n
89
85
  - spec/app/views/i18n/index.html.erb
90
86
  - spec/app/views/i18n/code.html.erb
91
- - spec/app/controllers
92
- - spec/app/controllers/i18n.rb
93
- - spec/merb_r18n_spec.rb
87
+ - spec/app/slice
88
+ - spec/app/slice/application.rb
89
+ - spec/app/slice/lib
90
+ - spec/app/slice/lib/slice.rb
91
+ - spec/app/slice/app
92
+ - spec/app/slice/app/i18n
93
+ - spec/app/slice/app/i18n/en.yml