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 +0 -0
- data/Rakefile +3 -1
- data/i18n-inflector-rails.gemspec +3 -1
- data/lib/i18n-inflector-rails/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/Rakefile
CHANGED
@@ -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.
|
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
|
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
|
+
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:
|
195
|
+
hash: -4022217839564024347
|
196
196
|
segments:
|
197
197
|
- 0
|
198
198
|
version: "0"
|
metadata.gz.sig
CHANGED
Binary file
|