Sha256: d3bdd414ab124ba026de4e1df50ef8bab6ab6e468d444362aeaa2306f30d0cd1

Contents?: true

Size: 1.6 KB

Versions: 24

Compression:

Stored size: 1.6 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'manticore/version'

Gem::Specification.new do |spec|
  spec.name          = "manticore"
  spec.version       = Manticore::VERSION
  spec.authors       = ["Chris Heald"]
  spec.email         = ["cheald@mashable.com"]
  spec.description   = %q{Manticore is an HTTP client built on the Apache HttpCore components}
  spec.summary       = %q{Manticore is an HTTP client built on the Apache HttpCore components}
  spec.homepage      = "https://github.com/cheald/manticore"
  spec.license       = "MIT"
  spec.platform      = 'java'

  spec.files         = `git ls-files`.split($/)
  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"]

  private_key = File.expand_path("~/.gemcert/gem-private_key.pem")
  if File.exists? private_key
    spec.signing_key = private_key
    spec.cert_chain  = ['gem-public_cert.pem']
  end

  spec.add_dependency "openssl_pkcs8_pure"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "jar-dependencies"

  spec.requirements << "jar org.apache.httpcomponents:httpclient, '~> 4.5.0'"
  spec.requirements << "jar org.apache.httpcomponents:httpmime,   '~> 4.5.0'"
  spec.requirements << "jar commons-logging:commons-logging,      '~> 1.2'"
  spec.requirements << "jar commons-codec:commons-codec,          '~> 1.9'"
  spec.requirements << "jar org.apache.httpcomponents:httpcore,   '~> 4.4.4'"
end

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
logstash-output-scalyr-0.1.21.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.20.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.19.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.18.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.17.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.16.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.15.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.14.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.13 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.12 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.11.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.10.beta vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.9 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.8 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.7 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.6 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-filter-csharp-0.2.1 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.5 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec
logstash-output-scalyr-0.1.4 vendor/bundle/jruby/2.5.0/gems/manticore-0.6.4-java/manticore.gemspec