r18n-desktop 0.4.7.1 → 0.4.8

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 (2) hide show
  1. data/spec/r18n-desktop_spec.rb +1 -1
  2. metadata +7 -9
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- require File.join(File.dirname(__FILE__), 'spec_helper')
2
+ require File.expand_path('../spec_helper', __FILE__)
3
3
 
4
4
  describe "r18n-desktop" do
5
5
  include R18n::Helpers
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r18n-desktop
3
3
  version: !ruby/object:Gem::Version
4
- hash: 113
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 7
10
- - 1
11
- version: 0.4.7.1
9
+ - 8
10
+ version: 0.4.8
12
11
  platform: ruby
13
12
  authors:
14
13
  - Andrey "A.I." Sitnik
@@ -16,7 +15,7 @@ autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2010-08-08 00:00:00 +04:00
18
+ date: 2010-09-22 00:00:00 +04:00
20
19
  default_executable:
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
@@ -27,13 +26,12 @@ dependencies:
27
26
  requirements:
28
27
  - - "="
29
28
  - !ruby/object:Gem::Version
30
- hash: 113
29
+ hash: 31
31
30
  segments:
32
31
  - 0
33
32
  - 4
34
- - 7
35
- - 1
36
- version: 0.4.7.1
33
+ - 8
34
+ version: 0.4.8
37
35
  type: :runtime
38
36
  version_requirements: *id001
39
37
  description: " A i18n tool to translate your desktop application in several languages.\n It is just a wrapper for R18n core library.\n It has nice Ruby-style syntax, filters, flexible locales, custom loaders,\n translation support for any classes, time and number localization, several\n user language support, agnostic core package with out-of-box support for\n Rails, Sinatra, Merb and desktop applications.\n"