./p4util.gemspec in p4util-0.0.1 vs ./p4util.gemspec in p4util-0.0.2

- old
+ new

@@ -12,11 +12,11 @@ spec.description = %q{The p4util command itself provides other commands, see 'p4util help' after install. This allows you to things like download a p4d, start it, kill it, etc mostly for quick setup of testing systems.} spec.homepage = 'http://perforce.com' spec.license = 'MIT' spec.files = `find . -type f -not -path '*/\.*' -not -name '*.lock'`.split - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } - spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) + spec.executables = spec.files.grep(%r{^./bin/}) { |f| File.basename(f) } + spec.test_files = spec.files.grep(%r{^(./test|./spec|./features)/}) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.7' spec.add_development_dependency 'rake', '~> 10.0'