Skip to content

Commit

Permalink
Merge pull request #84 from jgarber/remove-redcloth-org
Browse files Browse the repository at this point in the history
Update maintainer, scrub redcloth.org
  • Loading branch information
heliocola authored Jan 19, 2024
2 parents cca8842 + ea582ff commit 2180f81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
= RedCloth - Textile parser for Ruby

Homepage:: http://redcloth.org
Maintainer:: Joshua Siler https://github.com/joshuasiler
Homepage:: https://github.com/jgarber/redcloth
Maintainer:: Helio Cola https://github.com/heliocola
Author:: Jason Garber
Copyright:: (c) 2011 Jason Garber
License:: MIT

{<img src="https://travis-ci.org/jgarber/redcloth.svg" />}[https://travis-ci.org/jgarber/redcloth] {<img src="https://codeclimate.com/github/jgarber/redcloth/badges/gpa.svg" />}[https://codeclimate.com/github/jgarber/redcloth]

(See http://redcloth.org/textile/ for a Textile reference.)
{rdoc-image:https://codeclimate.com/github/jgarber/redcloth/badges/gpa.svg}[https://codeclimate.com/github/jgarber/redcloth]

= RedCloth

Expand Down
2 changes: 1 addition & 1 deletion lib/redcloth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def ==(arg)

NAME = "RedCloth"
GEM_NAME = NAME
URL = "http://redcloth.org/"
URL = "https://github.com/jgarber/redcloth"
description = "Textile parser for Ruby."

if RedCloth.const_defined?(:EXTENSION_LANGUAGE)
Expand Down
2 changes: 1 addition & 1 deletion redcloth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.description = "Textile parser for Ruby."
s.summary = RedCloth::SUMMARY
s.email = "[email protected]"
s.homepage = "http://redcloth.org"
s.homepage = "https://github.com/jgarber/redcloth"
s.rubyforge_project = "redcloth"

s.rubygems_version = "1.3.7"
Expand Down

0 comments on commit 2180f81

Please sign in to comment.