json-stream-path.gemspec in json-stream-path-0.0.3 vs json-stream-path.gemspec in json-stream-path-0.1.0
- old
+ new
@@ -14,11 +14,12 @@
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
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_path = "lib"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "pry"
+ spec.required_ruby_version = '>= 1.9.2'
end