safe_attributes.gemspec in safe_attributes-1.0.3 vs safe_attributes.gemspec in safe_attributes-1.0.4
- old
+ new
@@ -3,14 +3,14 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{safe_attributes}
- s.version = "1.0.3"
+ s.version = "1.0.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian Jones"]
- s.date = %q{2011-02-01}
+ s.date = %q{2011-02-04}
s.description = %q{Better support for legacy database schemas for ActiveRecord, such as columns named class, or any other name that conflicts with an instance method of ActiveRecord.}
s.email = %q{cbj@gnu.org}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"