Sha256: 67568afac2e79f65cd80a6d85819cc6c08aa4ab49a952981eb53f2e2fa042e7c
Contents?: true
Size: 973 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
marklogic-0.0.10 | marklogic.gemspec |
marklogic-0.0.9 | marklogic.gemspec |
marklogic-0.0.8 | marklogic.gemspec |
marklogic-0.0.7 | marklogic.gemspec |
marklogic-0.0.6 | marklogic.gemspec |