r18n-desktop 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.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: r18n-desktop
|
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
|
- Andrey "A.I." Sitnik
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-11-29 00:00:00 +03:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,9 +20,9 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - "="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.3.
|
23
|
+
version: 0.3.2
|
24
24
|
version:
|
25
|
-
description: A tool to translate your desktop application in several languages
|
25
|
+
description: " A tool to translate your desktop application in several languages.\n It is just a wrap for R18n core library.\n It can format numbers and time to the rules of the user locale,\n has translation for common words, storage translation in YAML format with\n pluralization, procedures and user filters and has special support for\n countries with two official languages.\n"
|
26
26
|
email: andrey@sitnik.ru
|
27
27
|
executables: []
|
28
28
|
|
@@ -32,15 +32,16 @@ extra_rdoc_files:
|
|
32
32
|
- README.rdoc
|
33
33
|
- LICENSE
|
34
34
|
files:
|
35
|
-
- lib/r18n-desktop
|
35
|
+
- lib/r18n-desktop/posix.rb
|
36
36
|
- lib/r18n-desktop/java.rb
|
37
37
|
- lib/r18n-desktop/win32.rb
|
38
|
-
- lib/r18n-desktop/posix.rb
|
39
38
|
- lib/r18n-desktop.rb
|
40
39
|
- LICENSE
|
41
40
|
- README.rdoc
|
42
41
|
has_rdoc: true
|
43
42
|
homepage: http://r18n.rubyforge.org/
|
43
|
+
licenses: []
|
44
|
+
|
44
45
|
post_install_message:
|
45
46
|
rdoc_options: []
|
46
47
|
|
@@ -61,10 +62,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
62
|
requirements: []
|
62
63
|
|
63
64
|
rubyforge_project: r18n-desktop
|
64
|
-
rubygems_version: 1.3.
|
65
|
+
rubygems_version: 1.3.5
|
65
66
|
signing_key:
|
66
|
-
specification_version:
|
67
|
+
specification_version: 3
|
67
68
|
summary: A tool to translate your Ruby desktop application.
|
68
69
|
test_files:
|
69
|
-
- spec/spec_helper.rb
|
70
70
|
- spec/r18n-desktop_spec.rb
|
71
|
+
- spec/spec_helper.rb
|