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 +4 -4
- data/ChangeLog +3 -0
- data/lib/r18n-core/version.rb +1 -1
- data/r18n-core.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b27aff155978b5573d2b9f1efa28658f40a6488c
|
|
4
|
+
data.tar.gz: 528f24daec68b0276ab9cfd921626c13da73ece0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75f8aac795cb0f205e2c2a9b72a2f838bfc356844e6cd406bba479caac02c39dcc728661ba1dced4c6658d44339c4e4f06b02dac5604ab4b005cfd5570f99733
|
|
7
|
+
data.tar.gz: a2790167cf88885d16df4d81fe746582d9dc1a634bdee3c31693b25ff2946796d32a9c8b0ab3b77d47eccd9d69a3e3a24c44fe97f077a780520189c23d4dc7d3
|
data/ChangeLog
CHANGED
data/lib/r18n-core/version.rb
CHANGED
data/r18n-core.gemspec
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
require '../
|
|
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
|
|
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.
|
|
4
|
+
version: 1.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Andrey
|
|
7
|
+
- Andrey Sitnik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
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.
|
|
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.
|