i18n-inflector-rails 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/Rakefile CHANGED
@@ -24,7 +24,9 @@ end
24
24
 
25
25
  ### Gem
26
26
 
27
- YAML::ENGINE.yamler = 'syck'
27
+ if !defined?(YAML::ENGINE).nil? && YAML::ENGINE.respond_to?(:yamler)
28
+ YAML::ENGINE.yamler = 'syck'
29
+ end
28
30
 
29
31
  Hoe.plugin :bundler
30
32
  Hoe.plugin :yard
@@ -7,7 +7,9 @@ lib = File.expand_path('../lib/', __FILE__)
7
7
  $:.unshift lib unless $:.include?(lib)
8
8
  require 'i18n-inflector-rails/version'
9
9
 
10
- YAML::ENGINE.yamler = 'syck'
10
+ if !defined?(YAML::ENGINE).nil? && YAML::ENGINE.respond_to?(:yamler)
11
+ YAML::ENGINE.yamler = 'syck'
12
+ end
11
13
 
12
14
  Gem::Specification.new do |s|
13
15
  s.name = I18n::Inflector::Rails::NAME
@@ -15,7 +15,7 @@ module I18n
15
15
  # @private
16
16
  EMAIL = 'pw@gnu.org'
17
17
  # @private
18
- VERSION = '1.0.5'
18
+ VERSION = '1.0.6'
19
19
  # @private
20
20
  NAME = 'i18n-inflector-rails'
21
21
  # @private
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: i18n-inflector-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.5
5
+ version: 1.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Pawe\xC5\x82 Wilk"
@@ -192,7 +192,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
192
192
  requirements:
193
193
  - - ">="
194
194
  - !ruby/object:Gem::Version
195
- hash: 3774068861946400772
195
+ hash: -4022217839564024347
196
196
  segments:
197
197
  - 0
198
198
  version: "0"
metadata.gz.sig CHANGED
Binary file