r18n-desktop 0.2.2 → 0.2.3

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.
Files changed (1) hide show
  1. metadata +5 -5
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.2.2
4
+ version: 0.2.3
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-06-25 00:00:00 +04:00
12
+ date: 2009-07-22 00:00:00 +08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.2.2
23
+ version: 0.2.3
24
24
  version:
25
25
  description: A tool to translate your desktop application in several languages. It is just a wrap for R18n core library. It can format numbers and time to the rules of the user locale, has translation for common words, storage translation in YAML format with pluralization and procedures and has special support for countries with two official languages.
26
26
  email: andrey@sitnik.ru
@@ -33,8 +33,8 @@ extra_rdoc_files:
33
33
  - LICENSE
34
34
  files:
35
35
  - lib/r18n-desktop
36
- - lib/r18n-desktop/java.rb
37
36
  - lib/r18n-desktop/win32.rb
37
+ - lib/r18n-desktop/java.rb
38
38
  - lib/r18n-desktop/posix.rb
39
39
  - lib/r18n-desktop.rb
40
40
  - LICENSE
@@ -66,5 +66,5 @@ signing_key:
66
66
  specification_version: 2
67
67
  summary: A tool to translate your Ruby desktop application.
68
68
  test_files:
69
- - spec/spec_helper.rb
70
69
  - spec/r18n-desktop_spec.rb
70
+ - spec/spec_helper.rb