r18n-core 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 0ea33c3f58da7cf809e599e3f216a4155259b37dd49b715bbff76fad4d36666d
4
- data.tar.gz: da846903d0bdf7a8b27c7c04e330e2d3a45d734ba9b3d56abee226b7ac5148c9
2
+ SHA1:
3
+ metadata.gz: 6c2b5bc9e67ee5b4b0790810e601865dc2082e65
4
+ data.tar.gz: 034de9f18b155603529243ec4700982d30ce2b00
5
5
  SHA512:
6
- metadata.gz: d299186d68ae7104ea0b0ff42f235e41d81e137cc6a55dbb9dea1968b644b6da9f35e0009bca05ce786e9d007eecff0d8c187fc10ea57e65937fb25a3694a4d7
7
- data.tar.gz: 33d44f624b304770bb6a3c43d85e2c3e7cf28d83d2ba9bf152883bb26bbd68093b7d8c72794a40a0ee8523a10bb82eeb4b339a6aa6a2c4569ee5c1a3d9255f14
6
+ metadata.gz: bc910ba240e8aca034b83da0efce3dc0e1fcd293769b95548a3b60f37df0d1151604577174ce6e51958a90f44e13f882bc3420ba0b2118b2fc07067500fff4a7
7
+ data.tar.gz: b0d541ebd712f5246e5720fb563b2c4ae282b319ad32e6ea8e2803488fb09ba4efc0ef1077442bbf9369461ba045193b758ecb9d3bfc04a80f910095e97f692c
data/ChangeLog.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.2 (Ё)
4
+ * Fix `Untranslted.to_s` (by Patrik Rak).
5
+
3
6
  ## 3.0.1 (Brooklyn)
4
7
  * Fix `no` locale deprecation warning.
5
8
 
@@ -37,7 +37,7 @@ module R18n
37
37
  end
38
38
  end
39
39
 
40
- # Shortcut ot process `R18n::Typed`.
40
+ # Shortcut to process `R18n::Typed`.
41
41
  def process_typed(filters_type, typed_value, params)
42
42
  process(filters_type,
43
43
  typed_value.type,
@@ -95,7 +95,7 @@ module R18n
95
95
  @filters.process(
96
96
  :all, Untranslated, path, @locale, path,
97
97
  [@translated_path, @untranslated_path, path]
98
- )
98
+ ).to_s
99
99
  end
100
100
 
101
101
  alias to_str to_s
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Version of R18n Core
4
4
  module R18n
5
- VERSION = '3.0.1'.freeze unless defined? R18n::VERSION
5
+ VERSION = '3.0.2'.freeze unless defined? R18n::VERSION
6
6
  end
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: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-08 00:00:00.000000000 Z
11
+ date: 2018-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.
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  version: '0'
175
175
  requirements: []
176
176
  rubyforge_project:
177
- rubygems_version: 2.7.6
177
+ rubygems_version: 2.5.2.2
178
178
  signing_key:
179
179
  specification_version: 4
180
180
  summary: I18n tool to translate your Ruby application.