gettext 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/ChangeLog +3 -0
  2. data/Rakefile +1 -1
  3. data/lib/gettext/version.rb +1 -1
  4. metadata +2 -2
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ = Ruby-GetText-Package-2.0.3 (2009-05-09)
2
+ * Fixed the dependencies. [Reported by Hans de Graaff]
3
+
1
4
  = Ruby-GetText-Package-2.0.2 (2009-05-04)
2
5
  * Support ruby-1.9.1 style format string such as %<foo>d.
3
6
  * Apply new Locale.set_app_language_tags and Locale.candidates.
data/Rakefile CHANGED
@@ -172,7 +172,7 @@ spec = Gem::Specification.new do |s|
172
172
  s.require_path = 'lib'
173
173
  s.executables = Dir.entries('bin').delete_if {|item| /^\.|CVS|~$/ =~ item }
174
174
  s.bindir = 'bin'
175
- s.add_dependency('locale', '>= 2.0.2')
175
+ s.add_dependency('locale', '>= 2.0.3')
176
176
  s.has_rdoc = true
177
177
  s.description = <<-EOF
178
178
  Ruby-GetText-Package is a GNU GetText-like program for Ruby.
@@ -8,5 +8,5 @@
8
8
  license terms as Ruby.
9
9
  =end
10
10
  module GetText
11
- VERSION = "2.0.2"
11
+ VERSION = "2.0.3"
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masao Mutoh
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 2.0.2
23
+ version: 2.0.3
24
24
  version:
25
25
  description: Ruby-GetText-Package is a GNU GetText-like program for Ruby. The catalog file(po-file) is same format with GNU GetText. So you can use GNU GetText tools for maintaining.
26
26
  email: mutomasa at gmail.com