Skip to content

Commit

Permalink
updating gemspec, removing README - again
Browse files Browse the repository at this point in the history
  • Loading branch information
brasten committed Jan 1, 2011
1 parent bb7b02c commit d9e4207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed README
Empty file.
4 changes: 2 additions & 2 deletions scruffy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Gem::Specification.new do |s|
s.description = "Scruffy is a library for outputting graphs to image or SVG"

s.files = Dir.glob("{lib,spec}/**/*") + %w(README.txt History.txt)
s.extra_rdoc_files = ["README.rdoc"]

s.homepage = "http://github.com/brasten/scruffy"
s.rdoc_options = ["--main", "README.txt"]
Expand All @@ -21,7 +20,8 @@ Gem::Specification.new do |s|
s.summary = "Scruffy is a library for outputting graphs to image or SVG"

s.add_dependency 'builder', '~> 2.0'
# This shouldn't be a dependency, as it's possible to use Scruffy without it.
# s.add_dependency 'rmagick', '~> 2.0'
s.add_development_dependency 'rspec', '~> 1.1'
s.add_development_dependency 'rspec', '~> 2.3'

end

0 comments on commit d9e4207

Please sign in to comment.