# -*- encoding: utf-8 -*- # stub: embulk-output-aerospike 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "embulk-output-aerospike".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Takeru Sato".freeze] s.date = "2015-10-19" s.description = "Dumps records to Aerospike.".freeze s.email = ["midium.size@gmail.com".freeze] s.files = [".gitignore".freeze, "LICENSE.txt".freeze, "README.md".freeze, "build.gradle".freeze, "classpath/aerospike-client-3.1.4.jar".freeze, "classpath/aerospiker-core_2.11-0.4.0-SNAPSHOT.jar".freeze, "classpath/aerospiker-msgpack_2.11-0.4.0-SNAPSHOT.jar".freeze, "classpath/aerospiker-task_2.11-0.4.0-SNAPSHOT.jar".freeze, "classpath/algebra-laws_2.11-0.2.1.jar".freeze, "classpath/algebra-std_2.11-0.2.1.jar".freeze, "classpath/algebra_2.11-0.2.1.jar".freeze, "classpath/asm-5.0.3.jar".freeze, "classpath/cats-core_2.11-0.1.2.jar".freeze, "classpath/cats-free_2.11-0.1.2.jar".freeze, "classpath/cats-laws_2.11-0.1.2.jar".freeze, "classpath/cats-macros_2.11-0.1.2.jar".freeze, "classpath/cats-state_2.11-0.1.2.jar".freeze, "classpath/cats-std_2.11-0.1.2.jar".freeze, "classpath/cats_2.11-0.1.2.jar".freeze, "classpath/circe-core_2.11-0.1.1.jar".freeze, "classpath/circe-generic_2.11-0.1.1.jar".freeze, "classpath/circe-jawn_2.11-0.1.1.jar".freeze, "classpath/commons-math3-3.2.jar".freeze, "classpath/discipline_2.11-0.3.jar".freeze, "classpath/embulk-output-aerospike-0.3.0.jar".freeze, "classpath/gnu-crypto-2.0.1.jar".freeze, "classpath/jawn-parser_2.11-0.8.0.jar".freeze, "classpath/jbcrypt-0.3m.jar".freeze, "classpath/jmh-core-1.9.1.jar".freeze, "classpath/jmh-generator-asm-1.9.1.jar".freeze, "classpath/jmh-generator-bytecode-1.9.1.jar".freeze, "classpath/jmh-generator-reflection-1.9.1.jar".freeze, "classpath/jopt-simple-4.6.jar".freeze, "classpath/luaj-jse-3.0.jar".freeze, "classpath/machinist_2.11-0.3.0.jar".freeze, "classpath/scala-library-2.11.7.jar".freeze, "classpath/scala-logging_2.11-3.1.0.jar".freeze, "classpath/scala-parser-combinators_2.11-1.0.4.jar".freeze, "classpath/scala-reflect-2.11.2.jar".freeze, "classpath/scala-xml_2.11-1.0.4.jar".freeze, "classpath/scalacheck_2.11-1.12.4.jar".freeze, "classpath/scalaz-concurrent_2.11-7.1.4.jar".freeze, "classpath/scalaz-core_2.11-7.1.4.jar".freeze, "classpath/scalaz-effect_2.11-7.1.4.jar".freeze, "classpath/scalaz-stream_2.11-0.8.jar".freeze, "classpath/scodec-bits_2.11-1.0.9.jar".freeze, "classpath/shapeless_2.11-2.2.5.jar".freeze, "classpath/simulacrum_2.11-0.3.0.jar".freeze, "classpath/test-interface-1.0.jar".freeze, "gradle/wrapper/gradle-wrapper.jar".freeze, "gradle/wrapper/gradle-wrapper.properties".freeze, "gradlew".freeze, "gradlew.bat".freeze, "lib/embulk/output/aerospike.rb".freeze, "src/main/scala/org/embulk/output/aerospike/AerospikeOutputPlugin.scala".freeze, "src/main/scala/org/embulk/output/aerospike/AerospikePageOutput.scala".freeze, "src/test/java/org/embulk/output/aerospike/TestAerospikeOutputPlugin.java".freeze] s.homepage = "https://github.com/tkrs/embulk-output-aerospike".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Aerospike output plugin for Embulk".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 10.0".freeze]) end