Skip to content

Commit

Permalink
Remove some references to old rdoc files
Browse files Browse the repository at this point in the history
  • Loading branch information
jim committed Feb 23, 2012
1 parent 2eff016 commit 2b074b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions briefcase.gemspec
Expand Up @@ -10,15 +10,13 @@ Gem::Specification.new do |s|
s.default_executable = %q{briefcase}
s.email = %q{jim@autonomousmachine.com}
s.executables = ["briefcase"]
s.extra_rdoc_files = %w{README.rdoc LICENSE}
s.files = Dir['lib/**/*.rb'] + # library
Dir['bin/*'] + # executable
Dir['spec/**/*.rb'] + # spec files
Dir['spec/bin/editor'] + # spec editor
%w{README.rdoc LICENSE briefcase.gemspec Rakefile} # misc
%w{README.md LICENSE briefcase.gemspec Rakefile} # misc

s.homepage = %q{http://github.com/jim/briefcase}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.test_files = Dir['spec/*.rb']
Expand Down

0 comments on commit 2b074b5

Please sign in to comment.