fair-gettext 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/gettext.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{fair-gettext}
5
- s.version = "2.0.4"
5
+ s.version = "2.0.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.date = %q{2009-02-06}
@@ -101,7 +101,7 @@ TITLE
101
101
  unless target.to_po_str.include? "[private]"
102
102
  str << target.to_po_str
103
103
  else
104
- private_str << target.to_po_str
104
+ private_str << target.to_po_str.gsub('[private]', '')
105
105
  end
106
106
  end
107
107
  [str, private_str]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 4
9
- version: 2.0.4
8
+ - 5
9
+ version: 2.0.5
10
10
  platform: ruby
11
11
  authors: []
12
12