naught.gemspec in naught-1.0.0 vs naught.gemspec in naught-1.1.0

- old
+ new

@@ -6,17 +6,17 @@ Gem::Specification.new do |spec| spec.name = 'naught' spec.version = Naught::VERSION spec.authors = ['Avdi Grimm'] spec.email = ['avdi@avdi.org'] - spec.description = %q{Naught is a toolkit for building Null Objects} + spec.description = 'Naught is a toolkit for building Null Objects' spec.summary = spec.description spec.homepage = 'https://github.com/avdi/naught' spec.license = 'MIT' spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) - spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) } - spec.test_files = spec.files.grep(/^(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.3' end