Skip to content

Commit

Permalink
Whoops, add bin/bitcask to rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Jun 29, 2011
1 parent 12ff8b0 commit 1a89a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile.rb
Expand Up @@ -22,8 +22,8 @@
s.platform = Gem::Platform::RUBY
s.summary = 'An (incomplete) interface to the Bitcask storage system'

s.files = FileList['{lib}/**/*', 'LICENSE', 'README.markdown'].to_a
s.executables = []
s.files = FileList['{bin,lib}/**/*', 'LICENSE', 'README.markdown'].to_a
s.executables = ['bitcask']
s.require_path = 'lib'
s.has_rdoc = true

Expand Down

0 comments on commit 1a89a8e

Please sign in to comment.