i18n-inflector 2.6.2 → 2.6.3
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.
- data.tar.gz.sig +0 -0
- data/ChangeLog +12 -0
- data/Rakefile +3 -1
- data/ci/i18n-inflector.gemspec +3 -1
- data/lib/i18n-inflector/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
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
data/ci/i18n-inflector.gemspec
CHANGED
|
@@ -5,7 +5,9 @@ $:.unshift lib unless $:.include?(lib)
|
|
|
5
5
|
|
|
6
6
|
require 'i18n-inflector/version'
|
|
7
7
|
|
|
8
|
-
YAML::ENGINE.
|
|
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
|
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.
|
|
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:
|
|
185
|
+
hash: 1304913144607687004
|
|
186
186
|
segments:
|
|
187
187
|
- 0
|
|
188
188
|
version: "0"
|
metadata.gz.sig
CHANGED
|
Binary file
|