Sha256: e00c55f6b2fbd7348a16e4058c81bc6755064dd5fd6ea11e645328391b6a90d2

Contents?: true

Size: 544 Bytes

Versions: 6

Compression:

Stored size: 544 Bytes

Contents

# -*- ruby -*-

require 'rubygems'
require 'hoe'

Hoe.plugin :git
Hoe.plugin :minitest
Hoe.plugin :travis

Hoe.spec 'net-http-persistent' do
  developer 'Eric Hodel', 'drbrain@segment7.net'

  self.readme_file      = 'README.rdoc'
  self.extra_rdoc_files += Dir['*.rdoc']

  self.require_ruby_version '~> 2.1'

  license 'MIT'

  rdoc_locations <<
    'docs.seattlerb.org:/data/www/docs.seattlerb.org/net-http-persistent/'

  dependency 'connection_pool', '~> 2.2'
  dependency 'minitest',        '~> 5.2', :development
end

# vim: syntax=Ruby

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
logstash-output-scalyr-0.1.5 vendor/bundle/jruby/2.5.0/gems/net-http-persistent-3.0.1/Rakefile
logstash-output-scalyr-0.1.4 vendor/bundle/jruby/2.5.0/gems/net-http-persistent-3.0.1/Rakefile
logstash-output-scalyr-0.1.3 vendor/bundle/jruby/2.5.0/gems/net-http-persistent-3.0.1/Rakefile
logstash-output-scalyr-0.1.2 vendor/bundle/jruby/2.5.0/gems/net-http-persistent-3.0.1/Rakefile
net-http-persistent-3.0.1 Rakefile
net-http-persistent-3.0.0 Rakefile