mongoid_i18n 0.1.4 → 0.1.5
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/Gemfile +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/mongoid_i18n.gemspec +7 -7
- metadata +15 -23
data/Gemfile
CHANGED
data/Rakefile
CHANGED
|
@@ -16,7 +16,7 @@ begin
|
|
|
16
16
|
gem.email = "papipo@gmail.com"
|
|
17
17
|
gem.homepage = "http://github.com/Papipo/mongoid_i18n"
|
|
18
18
|
gem.authors = ["Rodrigo Álvarez"]
|
|
19
|
-
gem.add_dependency "mongoid", '>= 2.0.0.
|
|
19
|
+
gem.add_dependency "mongoid", '>= 2.0.0.beta.9'
|
|
20
20
|
gem.add_development_dependency "rspec", ">= 2.0.0.beta.8"
|
|
21
21
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
22
22
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.5
|
data/mongoid_i18n.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{mongoid_i18n}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Rodrigo \303\201lvarez"]
|
|
12
|
-
s.date = %q{2010-07-
|
|
12
|
+
s.date = %q{2010-07-29}
|
|
13
13
|
s.description = %q{This gem aims to be a transparent way to deal with localizable fields.
|
|
14
14
|
Basically use localized_field() instead of field() and that's it.
|
|
15
15
|
It will take care of locales for you when using find or criteria.
|
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
|
|
|
40
40
|
s.homepage = %q{http://github.com/Papipo/mongoid_i18n}
|
|
41
41
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
42
42
|
s.require_paths = ["lib"]
|
|
43
|
-
s.rubygems_version = %q{1.3.
|
|
43
|
+
s.rubygems_version = %q{1.3.6}
|
|
44
44
|
s.summary = %q{Mongoid plugin to deal with localizable fields}
|
|
45
45
|
s.test_files = [
|
|
46
46
|
"spec/integration/mongoid/i18n_spec.rb",
|
|
@@ -53,15 +53,15 @@ Gem::Specification.new do |s|
|
|
|
53
53
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
54
54
|
s.specification_version = 3
|
|
55
55
|
|
|
56
|
-
if Gem::Version.new(Gem::
|
|
57
|
-
s.add_runtime_dependency(%q<mongoid>, [">= 2.0.0.
|
|
56
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
57
|
+
s.add_runtime_dependency(%q<mongoid>, [">= 2.0.0.beta.9"])
|
|
58
58
|
s.add_development_dependency(%q<rspec>, [">= 2.0.0.beta.8"])
|
|
59
59
|
else
|
|
60
|
-
s.add_dependency(%q<mongoid>, [">= 2.0.0.
|
|
60
|
+
s.add_dependency(%q<mongoid>, [">= 2.0.0.beta.9"])
|
|
61
61
|
s.add_dependency(%q<rspec>, [">= 2.0.0.beta.8"])
|
|
62
62
|
end
|
|
63
63
|
else
|
|
64
|
-
s.add_dependency(%q<mongoid>, [">= 2.0.0.
|
|
64
|
+
s.add_dependency(%q<mongoid>, [">= 2.0.0.beta.9"])
|
|
65
65
|
s.add_dependency(%q<rspec>, [">= 2.0.0.beta.8"])
|
|
66
66
|
end
|
|
67
67
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongoid_i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 19
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
8
|
+
- 5
|
|
9
|
+
version: 0.1.5
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- "Rodrigo \xC3\x81lvarez"
|
|
@@ -15,35 +14,30 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2010-07-
|
|
17
|
+
date: 2010-07-29 00:00:00 +02:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
|
-
|
|
23
|
-
prerelease: false
|
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
21
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
26
22
|
requirements:
|
|
27
23
|
- - ">="
|
|
28
24
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: -1848230043
|
|
30
25
|
segments:
|
|
31
26
|
- 2
|
|
32
27
|
- 0
|
|
33
28
|
- 0
|
|
34
|
-
-
|
|
35
|
-
|
|
29
|
+
- beta
|
|
30
|
+
- 9
|
|
31
|
+
version: 2.0.0.beta.9
|
|
32
|
+
requirement: *id001
|
|
33
|
+
prerelease: false
|
|
36
34
|
type: :runtime
|
|
37
|
-
|
|
35
|
+
name: mongoid
|
|
38
36
|
- !ruby/object:Gem::Dependency
|
|
39
|
-
|
|
40
|
-
prerelease: false
|
|
41
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
37
|
+
version_requirements: &id002 !ruby/object:Gem::Requirement
|
|
43
38
|
requirements:
|
|
44
39
|
- - ">="
|
|
45
40
|
- !ruby/object:Gem::Version
|
|
46
|
-
hash: 62196467
|
|
47
41
|
segments:
|
|
48
42
|
- 2
|
|
49
43
|
- 0
|
|
@@ -51,8 +45,10 @@ dependencies:
|
|
|
51
45
|
- beta
|
|
52
46
|
- 8
|
|
53
47
|
version: 2.0.0.beta.8
|
|
48
|
+
requirement: *id002
|
|
49
|
+
prerelease: false
|
|
54
50
|
type: :development
|
|
55
|
-
|
|
51
|
+
name: rspec
|
|
56
52
|
description: "This gem aims to be a transparent way to deal with localizable fields.\n Basically use localized_field() instead of field() and that's it.\n It will take care of locales for you when using find or criteria.\n "
|
|
57
53
|
email: papipo@gmail.com
|
|
58
54
|
executables: []
|
|
@@ -89,27 +85,23 @@ rdoc_options:
|
|
|
89
85
|
require_paths:
|
|
90
86
|
- lib
|
|
91
87
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
|
-
none: false
|
|
93
88
|
requirements:
|
|
94
89
|
- - ">="
|
|
95
90
|
- !ruby/object:Gem::Version
|
|
96
|
-
hash: 3
|
|
97
91
|
segments:
|
|
98
92
|
- 0
|
|
99
93
|
version: "0"
|
|
100
94
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
|
-
none: false
|
|
102
95
|
requirements:
|
|
103
96
|
- - ">="
|
|
104
97
|
- !ruby/object:Gem::Version
|
|
105
|
-
hash: 3
|
|
106
98
|
segments:
|
|
107
99
|
- 0
|
|
108
100
|
version: "0"
|
|
109
101
|
requirements: []
|
|
110
102
|
|
|
111
103
|
rubyforge_project:
|
|
112
|
-
rubygems_version: 1.3.
|
|
104
|
+
rubygems_version: 1.3.6
|
|
113
105
|
signing_key:
|
|
114
106
|
specification_version: 3
|
|
115
107
|
summary: Mongoid plugin to deal with localizable fields
|