dekiru 0.1.5 → 0.1.6

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
  SHA256:
3
- metadata.gz: 6b9158fca8d9cc40d5f155f79a890299816aa58d5b6c6d720fdfc3eab25e8e86
4
- data.tar.gz: 8915f77d047f5badca79f90353a21d378e2e4edc2181c8af7a88319648242bb7
3
+ metadata.gz: 645b46b3968939b35e0d81f7af7cb370c9a1120b489081df02cac5de31d9eb22
4
+ data.tar.gz: 87e792def5e10912c14cdd25f002eeb6a4c6db2de08c9d95a0663c2944656a19
5
5
  SHA512:
6
- metadata.gz: b739269eb0c4559f72eeff701a99b98b678f12f482e3f628d71bb260ba44ceab83b92ba97ff7cee966f9da0b3188b76e3e6a51a8a6851892f4b8a428b570908b
7
- data.tar.gz: 0c10cc3b802a98e3de67daa937ac68898600fa4274951ac2f7ac9bbe158c395aa14bf02cbaac4cfef21b80c1d5318a3d12dbe0eec612bd5d59042e9e90a9f15b
6
+ metadata.gz: acd32ab352485b4be6c5fd8ea0277bf06338cfe6cdaade9930fdd81b344ba9a9177b691c1cc55f7b08b443d84530267b805a20347679ec0cc47d367324f3ce2a
7
+ data.tar.gz: b342ebd2a82fafdf44b5776407f502412c8fb541cee51d7c889f7dede805bb5ea4c70f90ea6f0c4826a5710c613b432f6fdb7df2f8925e0cfef7a57139580a2d
@@ -1 +1 @@
1
- 2.5.1
1
+ 2.7.1
@@ -2,6 +2,7 @@ rvm:
2
2
  - 2.4.6
3
3
  - 2.5.5
4
4
  - 2.6.3
5
+ - 2.7.1
5
6
 
6
7
  # NOTE: https://github.com/travis-ci/travis-ci/issues/8978
7
8
  before_install:
@@ -19,8 +19,8 @@ module Dekiru
19
19
  end
20
20
  end
21
21
 
22
- def null_check_localization(*args)
23
- localize(*args) if args.try(:first).present?
22
+ def null_check_localization(object, **options)
23
+ localize(object, **options) if object.present?
24
24
  end
25
25
  alias nl null_check_localization
26
26
 
@@ -1,3 +1,3 @@
1
1
  module Dekiru
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dekiru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akihiro Matsumura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-12 00:00:00.000000000 Z
11
+ date: 2020-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http_accept_language
@@ -164,8 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
- rubyforge_project:
168
- rubygems_version: 2.7.6
167
+ rubygems_version: 3.1.2
169
168
  signing_key:
170
169
  specification_version: 4
171
170
  summary: Usefull helper methods for Ruby on Rails