Skip to content

Commit

Permalink
don't include the rspec binstub into the gem package
Browse files Browse the repository at this point in the history
  • Loading branch information
7even committed Oct 9, 2014
1 parent b94475f commit e2b6a94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vkontakte_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']

s.required_ruby_version = '>= 1.9.2'
Expand Down

0 comments on commit e2b6a94

Please sign in to comment.