Skip to content

Commit

Permalink
include the server in the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Sep 21, 2011
1 parent 60d4eee commit 3293cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulcan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.description = gem.summary
gem.executables = "vulcan"

gem.files = Dir["**/*"].select { |d| d =~ %r{^(README|bin/|data/|ext/|lib/|spec/|test/)} }
gem.files = Dir["**/*"].select { |d| d =~ %r{^(README|bin/|data/|ext/|lib/|server/|spec/|test/)} }

gem.add_dependency "multipart-post", "~> 1.1.3"
gem.add_dependency "rest-client", "~> 1.6.7"
Expand Down

0 comments on commit 3293cc5

Please sign in to comment.