i18n_routing 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 (2) hide show
  1. data/CHANGELOG.rdoc +4 -0
  2. metadata +18 -5
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ 0.2.2 (Apr 09, 2010)
2
+
3
+ * Add I18n gem dependency
4
+
1
5
  0.2.1 (Apr 09, 2010)
2
6
 
3
7
  * Minor Rails3 modification, added gemspec and pushed gem on gemcutter
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Guillaume Luccisano
@@ -14,10 +14,23 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-09 00:00:00 +02:00
17
+ date: 2010-04-21 00:00:00 +02:00
18
18
  default_executable:
19
- dependencies: []
20
-
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: i18n
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">"
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 0
29
+ - 3
30
+ - 5
31
+ version: 0.3.5
32
+ type: :runtime
33
+ version_requirements: *id001
21
34
  description: I18n_routing is a plugin for Ruby on Rails that lets you easily translate your routes trough the I18n api included in Rails since version 2.2
22
35
  email: guillaume.luccisano@gmail.com
23
36
  executables: []