refile.gemspec in refile-0.2.4 vs refile.gemspec in refile-0.2.5

- old
+ new

@@ -13,10 +13,10 @@ spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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.require_paths = ["lib", "spec"] spec.required_ruby_version = ">= 2.1.0" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake"