e9s 2.2.1 → 2.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 (5) hide show
  1. data/CHANGELOG +6 -0
  2. data/Rakefile +2 -2
  3. data/VERSION +1 -1
  4. data/e9s.gemspec +8 -8
  5. metadata +10 -10
data/CHANGELOG CHANGED
@@ -1,5 +1,11 @@
1
1
  = E9s CHANGELOG
2
2
 
3
+ == Version 2.2.2 (November 10, 2010)
4
+
5
+ * Fixed the bugs in the previously released versions (yay!)
6
+ * Using Rich-CMS v2.1.3 and higher
7
+ * Using Rich-i18n v1.3.3 and higher
8
+
3
9
  == Version 2.2.1 (November 9, 2010)
4
10
 
5
11
  * Fixed the Rails generators
data/Rakefile CHANGED
@@ -12,8 +12,8 @@ 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.2"
16
- gemspec.add_dependency "rich_i18n" , ">= 1.3.2"
15
+ gemspec.add_dependency "rich_cms" , ">= 2.1.3"
16
+ gemspec.add_dependency "rich_i18n" , ">= 1.3.3"
17
17
  gemspec.add_dependency "rich_pluralization", ">= 1.0.6"
18
18
  end
19
19
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.1
1
+ 2.2.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{e9s}
8
- s.version = "2.2.1"
8
+ s.version = "2.2.2"
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-09}
12
+ s.date = %q{2010-11-10}
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,17 +50,17 @@ 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.2"])
54
- s.add_runtime_dependency(%q<rich_i18n>, [">= 1.3.2"])
53
+ s.add_runtime_dependency(%q<rich_cms>, [">= 2.1.3"])
54
+ s.add_runtime_dependency(%q<rich_i18n>, [">= 1.3.3"])
55
55
  s.add_runtime_dependency(%q<rich_pluralization>, [">= 1.0.6"])
56
56
  else
57
- s.add_dependency(%q<rich_cms>, [">= 2.1.2"])
58
- s.add_dependency(%q<rich_i18n>, [">= 1.3.2"])
57
+ s.add_dependency(%q<rich_cms>, [">= 2.1.3"])
58
+ s.add_dependency(%q<rich_i18n>, [">= 1.3.3"])
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.2"])
63
- s.add_dependency(%q<rich_i18n>, [">= 1.3.2"])
62
+ s.add_dependency(%q<rich_cms>, [">= 2.1.3"])
63
+ s.add_dependency(%q<rich_i18n>, [">= 1.3.3"])
64
64
  s.add_dependency(%q<rich_pluralization>, [">= 1.0.6"])
65
65
  end
66
66
  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: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
- - 1
10
- version: 2.2.1
9
+ - 2
10
+ version: 2.2.2
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-09 00:00:00 +01:00
18
+ date: 2010-11-10 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: 15
29
+ hash: 13
30
30
  segments:
31
31
  - 2
32
32
  - 1
33
- - 2
34
- version: 2.1.2
33
+ - 3
34
+ version: 2.1.3
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency
@@ -42,12 +42,12 @@ dependencies:
42
42
  requirements:
43
43
  - - ">="
44
44
  - !ruby/object:Gem::Version
45
- hash: 31
45
+ hash: 29
46
46
  segments:
47
47
  - 1
48
48
  - 3
49
- - 2
50
- version: 1.3.2
49
+ - 3
50
+ version: 1.3.3
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
53
  - !ruby/object:Gem::Dependency