grosser-fast_gettext 0.3.1 → 0.3.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.
- data/README.markdown +1 -1
- data/VERSION.yml +1 -1
- data/vendor/string.rb +2 -2
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -112,6 +112,6 @@ Author
|
|
|
112
112
|
======
|
|
113
113
|
Mo/Po-file parsing from Masao Mutoh, see vendor/README
|
|
114
114
|
|
|
115
|
-
Michael Grosser
|
|
115
|
+
[Michael Grosser](http://pragmatig.wordpress.com)
|
|
116
116
|
grosser.michael@gmail.com
|
|
117
117
|
Hereby placed under public domain, do what you want, just do not hold me accountable...
|
data/VERSION.yml
CHANGED
data/vendor/string.rb
CHANGED
|
@@ -13,7 +13,7 @@ begin
|
|
|
13
13
|
raise unless ("a %{x}" % {:x=>'b'}) == 'a b'
|
|
14
14
|
rescue ArgumentError
|
|
15
15
|
class String
|
|
16
|
-
alias :
|
|
16
|
+
alias :_fast_gettext_old_format_m :% # :nodoc:
|
|
17
17
|
|
|
18
18
|
# call-seq:
|
|
19
19
|
# %(hash)
|
|
@@ -30,7 +30,7 @@ rescue ArgumentError
|
|
|
30
30
|
ret
|
|
31
31
|
else
|
|
32
32
|
ret = gsub(/%\{/, '%%{')
|
|
33
|
-
ret.
|
|
33
|
+
ret._fast_gettext_old_format_m(args)
|
|
34
34
|
end
|
|
35
35
|
end
|
|
36
36
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grosser-fast_gettext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Grosser
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-03-
|
|
12
|
+
date: 2009-03-20 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|