Skip to content

Commit

Permalink
Regenerated gemspec for version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gtd committed May 7, 2010
1 parent 033079c commit 774d433
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions acts_as_sanitiled.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@

Gem::Specification.new do |s|
s.name = %q{acts_as_sanitiled}
s.version = "1.1.1"
s.version = "1.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Gabe da Silveira"]
s.date = %q{2010-01-12}
s.date = %q{2010-05-07}
s.description = %q{A modernized version of Chris Wansthrath's venerable acts_as_textiled. It automatically textiles and then sanitizes columns to your specification. Ryan Grove's excellent Sanitize gem with nokogiri provides the backend for speedy and robust filtering of your output in order to: restrict Textile to a subset of HTML, guarantee well-formedness, and of course prevent XSS.}
s.email = %q{gabe@websaviour.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
"CHANGELOG",
".gitignore",
"CHANGELOG",
"LICENSE",
"README.rdoc",
"Rakefile",
Expand All @@ -31,7 +32,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/dasil003/acts_as_sanitiled}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Automatically textiles and/or sanitizes ActiveRecord columns}
s.test_files = [
"spec/sanitiled_spec.rb",
Expand Down

0 comments on commit 774d433

Please sign in to comment.