Sha256: 479ef4f577ac60025af9362aff0e5077c84b6a51502cb22821c0787f9aebda33
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'marklogic/version' Gem::Specification.new do |spec| spec.name = 'marklogic' spec.version = MarkLogic::VERSION spec.authors = ['Paxton Hare'] spec.email = ['paxton@greenllama.com'] spec.summary = %q{A Ruby Driver for MarkLogic} spec.description = %q{A Ruby Driver for MarkLogic} spec.homepage = '' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.has_rdoc = 'yard' spec.add_runtime_dependency 'net-http-persistent', '~> 2.9', '>= 2.9.4' spec.add_runtime_dependency 'oj', '~> 2.12', '>= 2.12.2' spec.add_runtime_dependency 'activesupport', '~> 4.2', '>= 4.2.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
marklogic-0.0.5 | marklogic.gemspec |