i18n_scope 0.1.1 → 0.1.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.
- data/Rakefile +2 -2
- metadata +18 -5
data/Rakefile
CHANGED
|
@@ -45,7 +45,7 @@ spec = Gem::Specification.new do |s|
|
|
|
45
45
|
|
|
46
46
|
# Change these as appropriate
|
|
47
47
|
s.name = "i18n_scope"
|
|
48
|
-
s.version = "0.1.
|
|
48
|
+
s.version = "0.1.2"
|
|
49
49
|
s.summary = "Magic scoping for I18n"
|
|
50
50
|
s.author = "Matthew Rudy Jacobs"
|
|
51
51
|
s.email = "MatthewRudyJacobs@gmail.com"
|
|
@@ -63,7 +63,7 @@ spec = Gem::Specification.new do |s|
|
|
|
63
63
|
|
|
64
64
|
# If you want to depend on other gems, add them here, along with any
|
|
65
65
|
# relevant versions
|
|
66
|
-
|
|
66
|
+
s.add_dependency("i18n")
|
|
67
67
|
|
|
68
68
|
# If your tests use any gems, include them here
|
|
69
69
|
# s.add_development_dependency("mocha") # for example
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: i18n_scope
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matthew Rudy Jacobs
|
|
@@ -17,8 +17,21 @@ cert_chain: []
|
|
|
17
17
|
|
|
18
18
|
date: 2010-10-27 00:00:00 +08:00
|
|
19
19
|
default_executable:
|
|
20
|
-
dependencies:
|
|
21
|
-
|
|
20
|
+
dependencies:
|
|
21
|
+
- !ruby/object:Gem::Dependency
|
|
22
|
+
name: i18n
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 3
|
|
30
|
+
segments:
|
|
31
|
+
- 0
|
|
32
|
+
version: "0"
|
|
33
|
+
type: :runtime
|
|
34
|
+
version_requirements: *id001
|
|
22
35
|
description:
|
|
23
36
|
email: MatthewRudyJacobs@gmail.com
|
|
24
37
|
executables: []
|