# -*- encoding: utf-8 -*- # stub: eurydice 1.2.4 java lib Gem::Specification.new do |s| s.name = "eurydice".freeze s.version = "1.2.4".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 = ["Theo Hultberg".freeze] s.date = "2013-05-13" s.description = "".freeze s.email = ["theo@burtcorp.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.mdown".freeze, "Rakefile".freeze, "eurydice.gemspec".freeze, "examples/01_connect.rb".freeze, "examples/02_create_keyspace.rb".freeze, "examples/03_create_column_family.rb".freeze, "examples/04_storing_data.rb".freeze, "examples/05_loading_data.rb".freeze, "examples/06_cluster_info.rb".freeze, "examples/common.rb".freeze, "lib/cassandra.rb".freeze, "lib/eurydice.rb".freeze, "lib/eurydice/column_enumerator.rb".freeze, "lib/eurydice/column_page.rb".freeze, "lib/eurydice/pelops.rb".freeze, "lib/eurydice/pelops/cluster.rb".freeze, "lib/eurydice/pelops/column_family.rb".freeze, "lib/eurydice/pelops/keyspace.rb".freeze, "lib/eurydice/pelops/mutator.rb".freeze, "lib/eurydice/version.rb".freeze, "spec/eurydice/column_enumerator_spec.rb".freeze, "spec/eurydice/column_page_spec.rb".freeze, "spec/eurydice/pelops/cluster_spec.rb".freeze, "spec/eurydice/pelops/column_family_spec.rb".freeze, "spec/eurydice/pelops/keyspace_spec.rb".freeze, "spec/eurydice/support/cluster.rb".freeze, "spec/eurydice/support/column_family.rb".freeze, "spec/eurydice/support/keyspace.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/iconara/eurydice".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper for the Pelops library".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.3.0".freeze]) end