# -*- encoding: utf-8 -*- # stub: embulk-parser-jsonpath 0.4.0 java lib Gem::Specification.new do |s| s.name = "embulk-parser-jsonpath".freeze s.version = "0.4.0".freeze s.platform = "java".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hiroyuki Sato".freeze, "Takuma kanari".freeze] s.date = "2021-06-27" s.description = "Parses JSON files with JSONPath read by other file input plugins.".freeze s.email = ["hiroysato@gmail.com".freeze, "chemtrails.t@gmail.com".freeze] s.files = ["classpath/accessors-smart-1.2.jar".freeze, "classpath/asm-5.0.4.jar".freeze, "classpath/embulk-parser-jsonpath-0.4.0.jar".freeze, "classpath/embulk-util-config-0.3.1.jar".freeze, "classpath/embulk-util-file-0.1.3.jar".freeze, "classpath/embulk-util-json-0.1.1.jar".freeze, "classpath/embulk-util-rubytime-0.3.2.jar".freeze, "classpath/embulk-util-timestamp-0.2.1.jar".freeze, "classpath/jackson-annotations-2.6.7.jar".freeze, "classpath/jackson-core-2.6.7.jar".freeze, "classpath/jackson-databind-2.6.7.jar".freeze, "classpath/jackson-datatype-jdk8-2.6.7.jar".freeze, "classpath/json-path-2.4.0.jar".freeze, "classpath/json-smart-2.3.jar".freeze, "classpath/validation-api-1.1.0.Final.jar".freeze, "lib/embulk/guess/jsonpath.rb".freeze, "lib/embulk/parser/jsonpath.rb".freeze] s.homepage = "https://github.com/hiroyuki-sato/embulk-parser-jsonpath".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "JSON parser with JSONPath plugin for Embulk".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end