Skip to content

Commit

Permalink
update extra_rdoc_files definition in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fjuan committed Jun 26, 2016
1 parent a7889a7 commit e071ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts_as_tokenizable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.summary = 'Acts as tokenizable'
gem.homepage = 'https://github.com/fjuan/acts_as_tokenizable'
gem.license = 'MIT'
gem.extra_rdoc_files = ['README']
gem.extra_rdoc_files = ['README.rdoc']

gem.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
Expand Down

0 comments on commit e071ed9

Please sign in to comment.