Sha256: 730b692d8c8a907e6689a99a354f972e1263b88a20bdb5263e28dbd331c9f745

Contents?: true

Size: 1.17 KB

Versions: 33

Compression:

Stored size: 1.17 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       = ['Metasploit Hackers']
  spec.email         = ['msfdev@metasploit.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 "rake"
  spec.add_development_dependency "rspec"

  spec.add_runtime_dependency "rex-core"
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
rex-socket-0.1.57 rex-socket.gemspec
rex-socket-0.1.56 rex-socket.gemspec
rex-socket-0.1.55 rex-socket.gemspec
rex-socket-0.1.54 rex-socket.gemspec
rex-socket-0.1.53 rex-socket.gemspec
rex-socket-0.1.52 rex-socket.gemspec
rex-socket-0.1.51 rex-socket.gemspec
rex-socket-0.1.50 rex-socket.gemspec
rex-socket-0.1.49 rex-socket.gemspec
rex-socket-0.1.48 rex-socket.gemspec
rex-socket-0.1.47 rex-socket.gemspec
rex-socket-0.1.46 rex-socket.gemspec
rex-socket-0.1.45 rex-socket.gemspec
rex-socket-0.1.44 rex-socket.gemspec
rex-socket-0.1.43 rex-socket.gemspec
rex-socket-0.1.42 rex-socket.gemspec
rex-socket-0.1.41 rex-socket.gemspec
rex-socket-0.1.40 rex-socket.gemspec
rex-socket-0.1.39 rex-socket.gemspec
rex-socket-0.1.38 rex-socket.gemspec