Sha256: 14cb3de169e3a9ad4ed6d65aecb68bde3e6194fc2f6f4b10bb05ba9dd561dc78

Contents?: true

Size: 1.24 KB

Versions: 19

Compression:

Stored size: 1.24 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "rex-socket"
  spec.version       = Rex::Socket::VERSION
  spec.authors       = ["David Maloney"]
  spec.email         = ["DMaloney@rapid7.com"]

  spec.summary       = %q{The Ruby Exploitation (Rex) Socket Abstraction Library.}
  spec.description   = %q{The Ruby Exploitation (Rex) Socket Abstraction Library. This library
                          includes all of the code needed to turn sockets into Rex::Sockets with the functionality
                          for things like L3 pivoting used by Metasploit. }
  spec.homepage      = "https://github.com/rapid7/rex-socket"



  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.required_ruby_version = '>= 2.2.0'

  spec.add_development_dependency "bundler", "~> 1.12"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"

  spec.add_runtime_dependency "rex-core"
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
rex-socket-0.1.24 rex-socket.gemspec
rex-socket-0.1.23 rex-socket.gemspec
rex-socket-0.1.22 rex-socket.gemspec
rex-socket-0.1.21 rex-socket.gemspec
rex-socket-0.1.20 rex-socket.gemspec
rex-socket-0.1.19 rex-socket.gemspec
rex-socket-0.1.18 rex-socket.gemspec
rex-socket-0.1.17 rex-socket.gemspec
rex-socket-0.1.16 rex-socket.gemspec
rex-socket-0.1.15 rex-socket.gemspec
rex-socket-0.1.14 rex-socket.gemspec
rex-socket-0.1.13 rex-socket.gemspec
rex-socket-0.1.12 rex-socket.gemspec
rex-socket-0.1.11 rex-socket.gemspec
rex-socket-0.1.10 rex-socket.gemspec
rex-socket-0.1.9 rex-socket.gemspec
rex-socket-0.1.8 rex-socket.gemspec
rex-socket-0.1.7 rex-socket.gemspec
rex-socket-0.1.6 rex-socket.gemspec