Skip to content

Commit

Permalink
-cutables
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jul 1, 2011
1 parent 43acee5 commit 0f55f0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions rspec-core.gemspec
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|

s.files = `git ls-files -- lib/*`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
s.bindir = 'executables'
s.executables = `git ls-files -- executables/*`.split("\n").map{ |f| File.basename(f) }
s.bindir = 'exe'
s.executables = `git ls-files -- exe/*`.split("\n").map{ |f| File.basename(f) }
s.extra_rdoc_files = [ "README.md" ]
s.rdoc_options = ["--charset=UTF-8"]
s.require_path = "lib"
Expand Down

0 comments on commit 0f55f0f

Please sign in to comment.