Skip to content

Commit

Permalink
Updated GemSpec to work for mswin32 and to include rubyforge project …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
jgarber committed Jul 24, 2008
1 parent 8f767de commit 63de4b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Expand Up @@ -88,7 +88,8 @@ spec =
s.author = "Jason Garber"
s.email = 'redcloth-upwards@rubyforge.org'
s.homepage = 'http://redcloth.org/'

s.rubyforge_project = 'redcloth'

s.files = PKG_FILES

s.require_path = "lib"
Expand Down Expand Up @@ -149,14 +150,15 @@ end
Win32Spec = Gem::Specification.new do |s|
s.name = NAME
s.version = VERS
s.platform = 'mswin32'
s.platform = 'x86-mswin32-60'
s.has_rdoc = false
s.extra_rdoc_files = ["README", "CHANGELOG", "COPYING"]
s.summary = SUMMARY
s.description = s.summary
s.author = "Jason Garber"
s.email = 'redcloth-upwards@rubyforge.org'
s.homepage = 'http://redcloth.org/'
s.rubyforge_project = 'redcloth'

s.files = PKG_FILES + ["lib/redcloth_scan.so"]

Expand Down

0 comments on commit 63de4b3

Please sign in to comment.