Skip to content

Commit

Permalink
Rename README in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilden committed Nov 1, 2011
1 parent 485f833 commit 318b575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions citrus.gemspec
Expand Up @@ -20,15 +20,15 @@ Gem::Specification.new do |s|
Dir['extras/**'] +
Dir['lib/**/*.rb'] +
Dir['test/**/*'] +
%w< citrus.gemspec Rakefile README CHANGES >
%w< citrus.gemspec Rakefile README.md CHANGES >

s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/ }

s.add_development_dependency('rake')

s.has_rdoc = true
s.rdoc_options = %w< --line-numbers --inline-source --title Citrus --main Citrus >
s.extra_rdoc_files = %w< README CHANGES >
s.extra_rdoc_files = %w< README.md CHANGES >

s.homepage = 'http://mjijackson.com/citrus'
end

0 comments on commit 318b575

Please sign in to comment.