r18n-core 1.1.8 → 1.1.9

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: f07e28c0af5c9c852ee329fa462399b4b864b722
4
- data.tar.gz: d7ff096547b52b3d123873b216f9e53289be5855
3
+ metadata.gz: b27aff155978b5573d2b9f1efa28658f40a6488c
4
+ data.tar.gz: 528f24daec68b0276ab9cfd921626c13da73ece0
5
5
  SHA512:
6
- metadata.gz: f32d5e2aac16e20d0c185e953e91e9885df22f691e927347d1581b42855dfad95b8196449e335f27a7e198260d1bd47178fd9af0e3629221cdc46e285e37c75e
7
- data.tar.gz: 7306bcfd36a393dfe1f6ad39b5fac691d06be377f56562359884c085c0543d3a57b5b9cc02651d6d48752faf064b93851db36ce932396e7ea88d350522fe65d1
6
+ metadata.gz: 75f8aac795cb0f205e2c2a9b72a2f838bfc356844e6cd406bba479caac02c39dcc728661ba1dced4c6658d44339c4e4f06b02dac5604ab4b005cfd5570f99733
7
+ data.tar.gz: a2790167cf88885d16df4d81fe746582d9dc1a634bdee3c31693b25ff2946796d32a9c8b0ab3b77d47eccd9d69a3e3a24c44fe97f077a780520189c23d4dc7d3
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ == 1.1.9 (Не знайдено)
2
+ * Fix Rails 4.0.4 support. Prevent loop on enforce_available_locales.
3
+
1
4
  == 1.1.8 (Osam)
2
5
  * Add Croatian locale (by Dino Kovač).
3
6
  * Add Serbian latin locale (by Dino Kovač).
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module R18n
3
- VERSION = '1.1.8'.freeze unless defined? R18n::VERSION
3
+ VERSION = '1.1.9'.freeze unless defined? R18n::VERSION
4
4
  end
data/r18n-core.gemspec CHANGED
@@ -1,4 +1,4 @@
1
- require '../r18n-core/lib/r18n-core/version'
1
+ require File.expand_path('../lib/r18n-core/version', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.platform = Gem::Platform::RUBY
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.extra_rdoc_files = ['README.md', 'LICENSE', 'ChangeLog']
20
20
  s.require_path = 'lib'
21
21
 
22
- s.author = 'Andrey "A.I." Sitnik'
22
+ s.author = 'Andrey Sitnik'
23
23
  s.email = 'andrey@sitnik.ru'
24
24
  s.homepage = 'https://github.com/ai/r18n'
25
25
  s.license = 'LGPL-3'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r18n-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
- - Andrey "A.I." Sitnik
7
+ - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-27 00:00:00.000000000 Z
11
+ date: 2014-03-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  R18n is a i18n tool to translate your Ruby application.
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubyforge_project:
164
- rubygems_version: 2.2.0
164
+ rubygems_version: 2.2.2
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: I18n tool to translate your Ruby application.