# -*- encoding: utf-8 -*- # stub: jsonpath 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "jsonpath".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Joshua Hull".freeze] s.date = "2010-01-20" s.description = "Ruby implementation of http://goessner.net/articles/JsonPath/".freeze s.email = "joshbuddy@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/jsonpath.rb".freeze, "lib/jsonpath/expression.rb".freeze, "lib/jsonpath/wrapper.rb".freeze, "spec/jsonpath_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/joshbuddy/jsonpath".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby implementation of http://goessner.net/articles/JsonPath/".freeze s.test_files = ["spec/jsonpath_spec.rb".freeze, "spec/spec_helper.rb".freeze] end