translation 1.22 → 1.23

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
2
  SHA256:
3
- metadata.gz: d45218917c9c922310e60826327cd83f9537b07ece00d855a36a83327e04f8ef
4
- data.tar.gz: '009b17548c9e57c0a696d7910cd9a75a4e1329049406a45449e1a17382c94b72'
3
+ metadata.gz: 0046f449c37be1ceabd2d200b2cd017e5434e483c2accf142abd28ce13fabdab
4
+ data.tar.gz: 7389645271366da1d14069303e473305138a055e952d100fea1f75198abaf1c6
5
5
  SHA512:
6
- metadata.gz: b438efc2955b5db716b73e8d4ae1044135c6296f57ea829b8f5bc3ba8734ec0f7ff73678842b8a88a0826cc3d8ade340a9dc18ea66e874690ce932b2f9f8c849
7
- data.tar.gz: e46d5e83c77b4f3f7fc0b0496c753ca6634b39f0043992b77f83ce604163a4e5433730cff5b3c77318df698a98d936f99a9986fc7b643da1d87c6f009b9b1fbb
6
+ metadata.gz: bab9f0e545e1278a80ebaa8394d32529b0939f482c352b5aa2c6d82ffdc9362d73dcd36fdb5c1b42022179ad10a75e69b5f7b7018eb8e107f0a1169a74fa6816
7
+ data.tar.gz: 7e2f84421230950705eaaff50248b9a23178a1d1095e1da1ee202b2c6a7d23a68cbdd4c173bb4512d7fff6ab2c7bf5386326843a90ea790fa4d8e3fdb0c41dc3
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # [Translation.io](https://translation.io) client for Ruby on Rails
2
2
 
3
- [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
4
- [![Build Status](https://img.shields.io/travis/translation/rails/master.svg?style=flat-square)](https://travis-ci.org/translation/rails)
5
- [![Test Coverage](https://codeclimate.com/github/translation/rails/badges/coverage.svg)](https://codeclimate.com/github/translation/rails/coverage)
6
- [![Gem Version](https://badge.fury.io/rb/translation.svg)](https://badge.fury.io/rb/translation)
3
+ [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
4
+ [![Build Status](https://travis-ci.org/translation/rails.svg?branch=master)](https://travis-ci.org/translation/rails)
5
+ [![Test Coverage](https://codeclimate.com/github/translation/rails/badges/coverage.svg)](https://codeclimate.com/github/translation/rails/test_coverage)
6
+ [![Gem Version](https://badgen.net/rubygems/v/translation)](https://rubygems.org/gems/translation)
7
7
  [![Downloads](https://img.shields.io/gem/dt/translation.svg)](https://rubygems.org/gems/translation)
8
8
 
9
9
  Add this gem to localize your Ruby on Rails application.
@@ -124,7 +124,7 @@ module TranslationIO
124
124
  end
125
125
 
126
126
  def yaml_file_paths
127
- I18n.load_path.select do |p|
127
+ I18n.load_path.collect(&:to_s).uniq.select do |p|
128
128
  File.exist?(p) && (File.extname(p) == '.yml' || File.extname(p) == '.yaml')
129
129
  end
130
130
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translation
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.22'
4
+ version: '1.23'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hoste
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-07-27 00:00:00.000000000 Z
12
+ date: 2021-01-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gettext
@@ -143,8 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
145
  requirements: []
146
- rubyforge_project:
147
- rubygems_version: 2.7.6
146
+ rubygems_version: 3.1.4
148
147
  signing_key:
149
148
  specification_version: 4
150
149
  summary: Localize your app with YAML or GetText. Synchronize with your translators