--- !ruby/object:Gem::Specification name: jsonpath version: !ruby/object:Gem::Version hash: 23 prerelease: false segments: - 0 - 2 - 0 version: 0.2.0 platform: ruby authors: - Joshua Hull autorequire: bindir: bin cert_chain: [] date: 2011-03-17 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: code_stats prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - < - !ruby/object:Gem::Version hash: 15 segments: - 2 - 0 - 0 version: 2.0.0 type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: bundler prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 23 segments: - 1 - 0 - 0 version: 1.0.0 type: :development version_requirements: *id005 description: Ruby implementation of http://goessner.net/articles/JsonPath/. email: joshbuddy@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.md files: - README.md - Rakefile - VERSION - bin/jsonpath - jsonpath.gemspec - lib/jsonpath.rb - lib/jsonpath/enumerable.rb - lib/jsonpath/version.rb - spec/jsonpath_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/joshbuddy/jsonpath licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: jsonpath rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Ruby implementation of http://goessner.net/articles/JsonPath/ test_files: - spec/jsonpath_spec.rb - spec/spec.opts - spec/spec_helper.rb