mongoid_i18n.gemspec in mongoid_i18n-0.4.0 vs mongoid_i18n.gemspec in mongoid_i18n-0.5.0
- old
+ new
@@ -2,18 +2,21 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
- s.name = "mongoid_i18n"
- s.version = "0.4.0"
+ s.name = %q{mongoid_i18n}
+ s.version = "0.5.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Rodrigo \303\201lvarez"]
- s.date = "2011-10-06"
- s.description = "This gem aims to be a transparent way to deal with localizable fields.\n Basically use localized_field() instead of field() and that's it.\n It will take care of locales for you when using find or criteria.\n "
- s.email = "papipo@gmail.com"
+ s.authors = [%q{Rodrigo Álvarez}]
+ s.date = %q{2011-10-08}
+ s.description = %q{This gem aims to be a transparent way to deal with localizable fields.
+ Basically use localized_field() instead of field() and that's it.
+ It will take care of locales for you when using find or criteria.
+ }
+ s.email = %q{papipo@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
@@ -33,13 +36,13 @@
"mongoid_i18n.gemspec",
"spec/.rspec",
"spec/integration/mongoid/i18n_spec.rb",
"spec/spec_helper.rb"
]
- s.homepage = "http://github.com/Papipo/mongoid_i18n"
- s.require_paths = ["lib"]
- s.rubygems_version = "1.8.10"
- s.summary = "Mongoid plugin to deal with localizable fields"
+ s.homepage = %q{http://github.com/Papipo/mongoid_i18n}
+ s.require_paths = [%q{lib}]
+ s.rubygems_version = %q{1.8.6}
+ s.summary = %q{Mongoid plugin to deal with localizable fields}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then