Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
Update repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gtd committed Aug 17, 2012
1 parent a0bc6c5 commit 7d000f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.1.6(2011-07-03)
* Fix specs under Rails 3 where ActiveSupport features need to be explicitly required.
* Remove explicit rubygems require
* Fix Rails 3.0.9 issue with modifying strings in place [Randy Schmidt]
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ begin
gem.summary = %Q{Automatically textiles and/or sanitizes ActiveRecord columns}
gem.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.}
gem.email = "[email protected]"
gem.homepage = "http://github.com/dasil003/acts_as_sanitiled"
gem.homepage = "http://github.com/gtd/acts_as_sanitiled"
gem.authors = ["Gabe da Silveira"]

gem.add_dependency('sanitize', '>= 1.1.0', '< 3.0.0')
Expand Down
14 changes: 7 additions & 7 deletions acts_as_sanitiled.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Gabe da Silveira"]
s.date = %q{2011-07-03}
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{[email protected]}
s.date = "2012-08-17"
s.description = "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 = "[email protected]"
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
Expand All @@ -28,10 +28,10 @@ Gem::Specification.new do |s|
"spec/sanitiled_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/dasil003/acts_as_sanitiled}
s.homepage = "http://github.com/gtd/acts_as_sanitiled"
s.require_paths = ["lib"]
s.rubygems_version = %q{1.7.2}
s.summary = %q{Automatically textiles and/or sanitizes ActiveRecord columns}
s.rubygems_version = "1.8.24"
s.summary = "Automatically textiles and/or sanitizes ActiveRecord columns"

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit 7d000f7

Please sign in to comment.