e9s 2.2.3 → 2.2.4
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/CHANGELOG +4 -0
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/e9s.gemspec +5 -5
- metadata +7 -7
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
|
@@ -12,7 +12,7 @@ begin
|
|
|
12
12
|
gemspec.homepage = "http://codehero.es/rails_gems_plugins/e9s"
|
|
13
13
|
gemspec.author = "Paul Engel"
|
|
14
14
|
|
|
15
|
-
gemspec.add_dependency "rich_cms" , ">= 2.1.
|
|
15
|
+
gemspec.add_dependency "rich_cms" , ">= 2.1.4"
|
|
16
16
|
gemspec.add_dependency "rich_i18n" , ">= 1.3.4"
|
|
17
17
|
gemspec.add_dependency "rich_pluralization", ">= 1.0.6"
|
|
18
18
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.
|
|
1
|
+
2.2.4
|
data/e9s.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{e9s}
|
|
8
|
-
s.version = "2.2.
|
|
8
|
+
s.version = "2.2.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Paul Engel"]
|
|
12
|
-
s.date = %q{2010-11-
|
|
12
|
+
s.date = %q{2010-11-16}
|
|
13
13
|
s.description = %q{E9s was created due to the need of simply implementing I18n within a Rails application. This simplifies internationalization of your Rails application making a Rails developers life much easier. E9s is divided into modules (as gem and plugin): Rich-CMS (http://github.com/archan937/rich_cms) , Rich-i18n (http://github.com/archan937/rich_i18n) and Rich-pluralization (http://github.com/archan937/rich_pluralization).}
|
|
14
14
|
s.email = %q{paul.engel@holder.nl}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -50,16 +50,16 @@ Gem::Specification.new do |s|
|
|
|
50
50
|
s.specification_version = 3
|
|
51
51
|
|
|
52
52
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
53
|
-
s.add_runtime_dependency(%q<rich_cms>, [">= 2.1.
|
|
53
|
+
s.add_runtime_dependency(%q<rich_cms>, [">= 2.1.4"])
|
|
54
54
|
s.add_runtime_dependency(%q<rich_i18n>, [">= 1.3.4"])
|
|
55
55
|
s.add_runtime_dependency(%q<rich_pluralization>, [">= 1.0.6"])
|
|
56
56
|
else
|
|
57
|
-
s.add_dependency(%q<rich_cms>, [">= 2.1.
|
|
57
|
+
s.add_dependency(%q<rich_cms>, [">= 2.1.4"])
|
|
58
58
|
s.add_dependency(%q<rich_i18n>, [">= 1.3.4"])
|
|
59
59
|
s.add_dependency(%q<rich_pluralization>, [">= 1.0.6"])
|
|
60
60
|
end
|
|
61
61
|
else
|
|
62
|
-
s.add_dependency(%q<rich_cms>, [">= 2.1.
|
|
62
|
+
s.add_dependency(%q<rich_cms>, [">= 2.1.4"])
|
|
63
63
|
s.add_dependency(%q<rich_i18n>, [">= 1.3.4"])
|
|
64
64
|
s.add_dependency(%q<rich_pluralization>, [">= 1.0.6"])
|
|
65
65
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: e9s
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 2.2.
|
|
9
|
+
- 4
|
|
10
|
+
version: 2.2.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Paul Engel
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-11-
|
|
18
|
+
date: 2010-11-16 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,12 +26,12 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash:
|
|
29
|
+
hash: 3
|
|
30
30
|
segments:
|
|
31
31
|
- 2
|
|
32
32
|
- 1
|
|
33
|
-
-
|
|
34
|
-
version: 2.1.
|
|
33
|
+
- 4
|
|
34
|
+
version: 2.1.4
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: *id001
|
|
37
37
|
- !ruby/object:Gem::Dependency
|