Skip to content

Commit

Permalink
Rename back to 'tidy' for sake of dependencies, fix gemspec errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Butler committed May 6, 2009
1 parent 7f1c191 commit bad2fbc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tidy-fork.gemspec → tidy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ MANIFEST
README.txt.en
test
test/usage.rb
tidy-fork-1.1.3.gem
tidy-fork.gemspec
tidy.gemspec
VERSION
)

spec = Gem::Specification.new do |s|
s.name = 'tidy-fork'
s.name = 'tidy'
s.version = "1.1.3"
s.author = 'Kevin Howe'
s.email = 'kh@newclear.ca'
s.homepage = 'github.com/railsmonk/tidy-fork'
s.homepage = 'http://github.com/railsmonk/tidy-fork'
s.platform = Gem::Platform::RUBY
s.summary = 'Forked Ruby interface to HTML Tidy Library Project with important bugfixes'
s.files = MANIFEST
Expand Down

0 comments on commit bad2fbc

Please sign in to comment.