i18n 0.8.0.beta1 → 0.8.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '06029cd6886cf5d01ec5c508ee83ec2e5f3ef8c8'
4
- data.tar.gz: 8b359de40823d4a14757157320c3496d671e8900
3
+ metadata.gz: 9b6433e5959dd59f7cbc749fe2cf4ab553282d59
4
+ data.tar.gz: 56e4232a2598aacbfde0803866c8dbf0f7b65715
5
5
  SHA512:
6
- metadata.gz: 1bf61e5f2cd5d4af1f4665eb61fcb67b15313480248697fd15a54a314ab512c0880d785c3b3b8ddcbd8d8d5b6af1b1d8cbe65e797f22fabc8821aa661bb871a1
7
- data.tar.gz: '06319f0d7005c3db6cdc12885f9f319cdde28dec8c132f8746ac03cf180df5c85590d3dd34057de1cbd60874c3192c96120dbb15cc0d1dd7e551dc5024947c01'
6
+ metadata.gz: 9f853f9dbcaf818c62134260296b9daad5885c5e68c5cacf87e13d5526d41ab982ff5387c9037d988b97bfec87b5854666088683157979af7dabcbf21f7e9714
7
+ data.tar.gz: 2baa498d60d117129803c04336c7f1bc77d11a497890d2e68035bfe080d5b8827b52d7f04973339e90d9fc80e8025ae480b8e5f32f111465e523c551dffcee63
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  Ruby Internationalization and localization solution.
6
6
 
7
+ [See the Rails Guide](http://guides.rubyonrails.org/i18n.html) for an example of its usage. (Note: This library can be used independently from Rails.)
8
+
7
9
  Features:
8
10
 
9
11
  * translation and localization
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- i18n (0.7.0)
4
+ i18n (0.8.0.beta1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -29,4 +29,4 @@ DEPENDENCIES
29
29
  test_declarative
30
30
 
31
31
  BUNDLED WITH
32
- 1.13.5
32
+ 1.13.7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- i18n (0.7.0)
4
+ i18n (0.8.0.beta1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -34,4 +34,4 @@ DEPENDENCIES
34
34
  test_declarative
35
35
 
36
36
  BUNDLED WITH
37
- 1.13.5
37
+ 1.13.7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- i18n (0.7.0)
4
+ i18n (0.8.0.beta1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -35,4 +35,4 @@ DEPENDENCIES
35
35
  test_declarative
36
36
 
37
37
  BUNDLED WITH
38
- 1.13.5
38
+ 1.13.7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- i18n (0.7.0)
4
+ i18n (0.8.0.beta1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -35,4 +35,4 @@ DEPENDENCIES
35
35
  test_declarative
36
36
 
37
37
  BUNDLED WITH
38
- 1.13.5
38
+ 1.13.7
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- i18n (0.7.0)
4
+ i18n (0.8.0.beta1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -34,4 +34,4 @@ DEPENDENCIES
34
34
  test_declarative
35
35
 
36
36
  BUNDLED WITH
37
- 1.13.6
37
+ 1.13.7
@@ -12,7 +12,7 @@ GIT
12
12
  PATH
13
13
  remote: ..
14
14
  specs:
15
- i18n (0.7.0)
15
+ i18n (0.8.0.beta1)
16
16
 
17
17
  GEM
18
18
  remote: https://rubygems.org/
@@ -40,4 +40,4 @@ DEPENDENCIES
40
40
  test_declarative
41
41
 
42
42
  BUNDLED WITH
43
- 1.13.6
43
+ 1.13.7
@@ -1,3 +1,3 @@
1
1
  module I18n
2
- VERSION = "0.8.0.beta1"
2
+ VERSION = "0.8.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.beta1
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Fuchs
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2016-11-21 00:00:00.000000000 Z
15
+ date: 2017-01-31 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description: New wave Internationalization support for Ruby.
18
18
  email: rails-i18n@googlegroups.com
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  version: 1.3.5
139
139
  requirements: []
140
140
  rubyforge_project: "[none]"
141
- rubygems_version: 2.5.1
141
+ rubygems_version: 2.6.8
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: New wave Internationalization support for Ruby