Skip to content

Commit

Permalink
+ gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Feb 27, 2011
1 parent 4788c1a commit 1983206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/picky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Gem::Specification.new do |s|
s.executables = ['picky']
s.default_executable = "picky"

s.files = Dir["lib/**/*.rb", "lib/tasks/*.rake", "lib/picky/ext/ruby19/performant.c"]
s.files = Dir["lib/**/*.rb", "lib/tasks/*.rake", "lib/picky/internals/ext/ruby19/performant.c"]
s.test_files = Dir["spec/**/*_spec.rb"]

s.extensions << 'lib/picky/ext/ruby19/extconf.rb'
s.extensions << 'lib/picky/internals/ext/ruby19/extconf.rb'

s.add_development_dependency 'rspec'
end

0 comments on commit 1983206

Please sign in to comment.