# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{orientdb} s.version = "0.0.22" s.platform = %q{jruby} s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version= s.authors = [%q{Adrian Madrid}] s.date = %q{2012-01-12} s.description = %q{Simple JRuby wrapper for the OrientDB.} s.email = [%q{aemadrid@gmail.com}] s.executables = [%q{orientdb_console}] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", ".rvmrc", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "bin/orientdb_console", "lib/jars/orient-commons-1.0rc7.jar", "lib/jars/orientdb-client-1.0rc7.jar", "lib/jars/orientdb-core-1.0rc7.jar", "lib/jars/orientdb-enterprise-1.0rc7.jar", "lib/jars/orientdb-server-1.0rc7.jar", "lib/jars/orientdb-tools-1.0rc7.jar", "lib/jars/persistence-api-1.0.jar", "lib/orientdb.rb", "lib/orientdb/constants.rb", "lib/orientdb/database.rb", "lib/orientdb/document.rb", "lib/orientdb/ext.rb", "lib/orientdb/oclass.rb", "lib/orientdb/property.rb", "lib/orientdb/record.rb", "lib/orientdb/rid.rb", "lib/orientdb/schema.rb", "lib/orientdb/sql.rb", "lib/orientdb/sql/common.rb", "lib/orientdb/sql/delete.rb", "lib/orientdb/sql/ext.rb", "lib/orientdb/sql/insert.rb", "lib/orientdb/sql/query.rb", "lib/orientdb/sql/update.rb", "lib/orientdb/storage.rb", "lib/orientdb/version.rb", "orientdb.gemspec", "spec/database_spec.rb", "spec/document_spec.rb", "spec/orientdb_spec.rb", "spec/spec.opts", "spec/spec_basic_helper.rb", "spec/spec_helper.rb", "spec/sql_spec.rb" ] s.homepage = %q{http://rubygems.org/gems/orientdb} s.require_paths = [%q{lib}] s.rubyforge_project = %q{orientdb} s.rubygems_version = %q{1.8.9} s.summary = %q{JRuby wrapper for OrientDB} if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 2.4"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 2.4"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 2.4"]) end end