Skip to content

Commit

Permalink
update .gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Jan 2, 2014
1 parent f37d210 commit e911022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mocha', '~> 0.12.1'
s.add_development_dependency 'mocha-on-bacon', '~> 0.2.1'
s.add_development_dependency 'bacon-bits'
s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc}]) + %w{Rakefile .gemspec .travis.yml}
s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc,md}]) + %w{Rakefile .gemspec .travis.yml}
if ENV['GEM_PLATFORM'] != 'java'
s.files += Dir.glob("ext/**/*.{rb,c}")
s.extensions = ["ext/readline_line_buffer/extconf.rb"]
Expand Down

0 comments on commit e911022

Please sign in to comment.