fast_gettext 0.4.16 → 0.4.17
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/fast_gettext.gemspec +2 -1
- data/rdoc/README.rdoc +1 -0
- metadata +2 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.17
|
data/fast_gettext.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{fast_gettext}
|
8
|
-
s.version = "0.4.
|
8
|
+
s.version = "0.4.17"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Michael Grosser"]
|
@@ -48,6 +48,7 @@ Gem::Specification.new do |s|
|
|
48
48
|
"lib/fast_gettext/translation_repository/logger.rb",
|
49
49
|
"lib/fast_gettext/translation_repository/mo.rb",
|
50
50
|
"lib/fast_gettext/translation_repository/po.rb",
|
51
|
+
"rdoc/README.rdoc",
|
51
52
|
"spec/aa_unconfigued_spec.rb",
|
52
53
|
"spec/fast_gettext/mo_file_spec.rb",
|
53
54
|
"spec/fast_gettext/storage_spec.rb",
|
data/rdoc/README.rdoc
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
documentation is at http://github.com/grosser/fast_gettext
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fast_gettext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Grosser
|
@@ -55,6 +55,7 @@ files:
|
|
55
55
|
- lib/fast_gettext/translation_repository/logger.rb
|
56
56
|
- lib/fast_gettext/translation_repository/mo.rb
|
57
57
|
- lib/fast_gettext/translation_repository/po.rb
|
58
|
+
- rdoc/README.rdoc
|
58
59
|
- spec/aa_unconfigued_spec.rb
|
59
60
|
- spec/fast_gettext/mo_file_spec.rb
|
60
61
|
- spec/fast_gettext/storage_spec.rb
|