From 7d000f70da234ca6835b9b8b868d24ff651bcf74 Mon Sep 17 00:00:00 2001 From: Gabe da Silveira Date: Fri, 17 Aug 2012 23:23:19 +0100 Subject: [PATCH] Update repo URL --- CHANGELOG | 1 + Rakefile | 2 +- acts_as_sanitiled.gemspec | 14 +++++++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 15a8997..1f26fcf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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] diff --git a/Rakefile b/Rakefile index 8633f17..cd9260e 100644 --- a/Rakefile +++ b/Rakefile @@ -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 = "gabe@websaviour.com" - 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') diff --git a/acts_as_sanitiled.gemspec b/acts_as_sanitiled.gemspec index 4149dad..0f84367 100644 --- a/acts_as_sanitiled.gemspec +++ b/acts_as_sanitiled.gemspec @@ -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{gabe@websaviour.com} + 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 = "gabe@websaviour.com" s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -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