experteer-gettext 2.0.4 → 2.0.4.1

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/VERSION CHANGED
@@ -1,2 +1,3 @@
1
- 2.0.4
1
+ 2.0.4.1
2
+
2
3
 
data/gettext.gemspec CHANGED
@@ -3,10 +3,9 @@
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
-
7
6
  Gem::Specification.new do |s|
8
7
  s.name = %q{gettext}
9
- s.version = "2.0.4"
8
+ s.version = "2.0.4.1"
10
9
 
11
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
11
  s.authors = ["Masao Mutoh"]
@@ -9,4 +9,5 @@
9
9
  =end
10
10
  module GetText
11
11
  VERSION = "2.0.4"
12
+ EXPERTEER_SUB_VERSION="1"
12
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: experteer-gettext
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masao Mutoh
@@ -460,6 +460,7 @@ files:
460
460
  - test/tools/test_tools.rb
461
461
  has_rdoc: false
462
462
  homepage: http://gettext.rubyforge.org/
463
+ licenses:
463
464
  post_install_message:
464
465
  rdoc_options:
465
466
  - --charset=UTF-8
@@ -480,7 +481,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
480
481
  requirements: []
481
482
 
482
483
  rubyforge_project: gettext
483
- rubygems_version: 1.2.0
484
+ rubygems_version: 1.3.5
484
485
  signing_key:
485
486
  specification_version: 3
486
487
  summary: Ruby-GetText-Package is a library and tools to localize messages.