Skip to content

Commit

Permalink
Regenerate gemspec for version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chilian committed Apr 22, 2014
1 parent 660525f commit fa56a11
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions acts_as_sanitizable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: acts_as_sanitizable 0.4.0 ruby lib
# stub: acts_as_sanitizable 0.4.1 ruby lib

Gem::Specification.new do |s|
s.name = "acts_as_sanitizable"
s.version = "0.4.0"
s.version = "0.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Christoph Chilian"]
s.date = "2014-04-22"
s.description = "Sanitizable concern to sanitize attributes the way you like"
s.email = "christoph@chilian.de"
s.required_ruby_version = '>= 1.9.3'
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
Expand Down Expand Up @@ -62,6 +61,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<simplecov>, [">= 0"])
s.add_development_dependency(%q<activerecord>, [">= 2.3.5"])
s.add_development_dependency(%q<activemodel>, [">= 3.0.0"])
s.add_development_dependency(%q<coveralls>, [">= 0"])
else
s.add_dependency(%q<rails>, ["< 5", ">= 3.2.0"])
s.add_dependency(%q<sqlite3>, [">= 0"])
Expand All @@ -74,6 +74,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<simplecov>, [">= 0"])
s.add_dependency(%q<activerecord>, [">= 2.3.5"])
s.add_dependency(%q<activemodel>, [">= 3.0.0"])
s.add_dependency(%q<coveralls>, [">= 0"])
end
else
s.add_dependency(%q<rails>, ["< 5", ">= 3.2.0"])
Expand All @@ -87,6 +88,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<simplecov>, [">= 0"])
s.add_dependency(%q<activerecord>, [">= 2.3.5"])
s.add_dependency(%q<activemodel>, [">= 3.0.0"])
s.add_dependency(%q<coveralls>, [">= 0"])
end
end

0 comments on commit fa56a11

Please sign in to comment.