i18n-inflector 2.6.2 → 2.6.3

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/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ commit dd71d4a5d82417a09393d6aa936f5e59e4c495e5
2
+ Author: Paweł Wilk <siefca@gnu.org>
3
+ Date: Tue Aug 9 17:13:15 2011 +0200
4
+
5
+ Release 2.6.3
6
+
7
+ commit f328167d491eb77b346e0d62d56e52397981c729
8
+ Author: Paweł Wilk <siefca@gnu.org>
9
+ Date: Tue Aug 9 17:12:41 2011 +0200
10
+
11
+ Release 2.6.3
12
+
1
13
  commit 93cc55bdae5c466b22999e11c0cc020e8bc04a23
2
14
  Author: Paweł Wilk <siefca@gnu.org>
3
15
  Date: Mon Aug 8 00:13:10 2011 +0200
data/Rakefile CHANGED
@@ -44,7 +44,9 @@ end
44
44
 
45
45
  ### Gem
46
46
 
47
- YAML::ENGINE.yamler = 'syck'
47
+ if !defined?(YAML::ENGINE).nil? && YAML::ENGINE.respond_to?(:yamler)
48
+ YAML::ENGINE.yamler = 'syck'
49
+ end
48
50
 
49
51
  Hoe.plugin :bundler
50
52
  Hoe.plugin :yard
@@ -5,7 +5,9 @@ $:.unshift lib unless $:.include?(lib)
5
5
 
6
6
  require 'i18n-inflector/version'
7
7
 
8
- YAML::ENGINE.yamler = 'syck'
8
+ if !defined?(YAML::ENGINE).nil? && YAML::ENGINE.respond_to?(:yamler)
9
+ YAML::ENGINE.yamler = 'syck'
10
+ end
9
11
 
10
12
  Gem::Specification.new do |s|
11
13
  s.name = I18n::Inflector::NAME
@@ -14,7 +14,7 @@ module I18n
14
14
  # @private
15
15
  EMAIL = 'pw@gnu.org'
16
16
  # @private
17
- VERSION = '2.6.2'
17
+ VERSION = '2.6.3'
18
18
  # @private
19
19
  NAME = 'i18n-inflector'
20
20
  # @private
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: i18n-inflector
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.6.2
5
+ version: 2.6.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Pawe\xC5\x82 Wilk"
@@ -182,7 +182,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
182
182
  requirements:
183
183
  - - ">="
184
184
  - !ruby/object:Gem::Version
185
- hash: -747167138821627206
185
+ hash: 1304913144607687004
186
186
  segments:
187
187
  - 0
188
188
  version: "0"
metadata.gz.sig CHANGED
Binary file