r18n-desktop 0.4.5 → 0.4.6

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.rdoc CHANGED
@@ -13,7 +13,7 @@ information.
13
13
  * Custom translations loaders.
14
14
  * Translation support for any classes.
15
15
  * Time and number localization.
16
- * Several user language support.
16
+ * Several user languages support.
17
17
 
18
18
  == How To
19
19
 
@@ -38,7 +38,7 @@ information.
38
38
 
39
39
  R18n.from_env 'i18n/'
40
40
 
41
- Or, if user can optional set locale manually:
41
+ User can set the locale manually:
42
42
 
43
43
  R18n.from_env 'i18n/', manual_locale
44
44
 
data/lib/r18n-desktop.rb CHANGED
@@ -18,8 +18,6 @@ You should have received a copy of the GNU Lesser General Public License
18
18
  along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
  =end
20
20
 
21
- require 'rubygems'
22
- gem 'r18n-core', '~>0.1'
23
21
  require 'r18n-core'
24
22
 
25
23
  require 'pathname'
data/spec/spec_helper.rb CHANGED
@@ -1,2 +1,3 @@
1
1
  # encoding: utf-8
2
+ require 'rubygems'
2
3
  require File.join(File.dirname(__FILE__), '../lib/r18n-desktop')
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 5
9
- version: 0.4.5
8
+ - 6
9
+ version: 0.4.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andrey "A.I." Sitnik
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-19 00:00:00 +04:00
17
+ date: 2010-06-22 00:00:00 +04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -27,8 +27,8 @@ dependencies:
27
27
  segments:
28
28
  - 0
29
29
  - 4
30
- - 5
31
- version: 0.4.5
30
+ - 6
31
+ version: 0.4.6
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
34
  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"
@@ -41,10 +41,10 @@ extra_rdoc_files:
41
41
  - README.rdoc
42
42
  - LICENSE
43
43
  files:
44
+ - lib/r18n-desktop.rb
44
45
  - lib/r18n-desktop/posix.rb
45
46
  - lib/r18n-desktop/java.rb
46
47
  - lib/r18n-desktop/win32.rb
47
- - lib/r18n-desktop.rb
48
48
  - LICENSE
49
49
  - README.rdoc
50
50
  has_rdoc: true