Skip to content

Commit

Permalink
gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Apr 23, 2012
1 parent 2c28f5a commit dacbe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fnord-client.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.test_files = gem.files.grep(%r{^(spec)/})
gem.name = "fnord-client"
gem.require_paths = ["lib"]
gem.version = Fnord::VERSION
Expand Down

0 comments on commit dacbe55

Please sign in to comment.