Sha256: 65e507665018909cfd931f3fe96a40fae1aa5df6ba52db9f6d548df71839e4dc
Contents?: true
Size: 964 Bytes
Versions: 3
Compression:
Stored size: 964 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rex/arch/version' Gem::Specification.new do |spec| spec.name = "rex-arch" spec.version = Rex::Arch::VERSION spec.authors = ['Metasploit Hackers'] spec.email = ['msfdev@metasploit.com'] spec.license = "BSD-3-Clause" spec.summary = %q{Ruby Exploitation Library - rex-arch} spec.description = %q{This library contains architecture specific information such as registers, opcodes, and stack manipulation routines.} spec.homepage = "https://github.com/rapid7/rex-arch" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } 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-text" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rex-arch-0.1.16 | rex-arch.gemspec |
rex-arch-0.1.15 | rex-arch.gemspec |
rex-arch-0.1.14 | rex-arch.gemspec |