Sha256: cbfb14dc52ace4bcd9d1842faab6152d3647b1e9d82e4b6e44202e2cbcd921c1
Contents?: true
Size: 973 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
marklogic-0.0.4 | marklogic.gemspec |
marklogic-0.0.3 | marklogic.gemspec |