# -*- encoding: utf-8 -*- # stub: ronin-asm 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "ronin-asm".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Postmodern".freeze] s.date = "2012-08-27" s.description = "ronin-asm is a Ruby DSL for crafting Assmebly programs and Shellcode.".freeze s.email = "postmodern.mod3@gmail.com".freeze s.extra_rdoc_files = ["COPYING.txt".freeze, "ChangeLog.md".freeze, "README.md".freeze] s.files = [".document".freeze, ".gemtest".freeze, ".gitignore".freeze, ".rspec".freeze, ".yardopts".freeze, "COPYING.txt".freeze, "ChangeLog.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "data/ronin/asm/freebsd/amd64/syscalls.yml".freeze, "data/ronin/asm/freebsd/x86/syscalls.yml".freeze, "data/ronin/asm/linux/amd64/syscalls.yml".freeze, "data/ronin/asm/linux/x86/syscalls.yml".freeze, "data/ronin/gen/asm/source_file.s.erb".freeze, "gemspec.yml".freeze, "lib/ronin/asm.rb".freeze, "lib/ronin/asm/archs.rb".freeze, "lib/ronin/asm/archs/amd64.rb".freeze, "lib/ronin/asm/archs/x86.rb".freeze, "lib/ronin/asm/asm.rb".freeze, "lib/ronin/asm/config.rb".freeze, "lib/ronin/asm/immediate_operand.rb".freeze, "lib/ronin/asm/instruction.rb".freeze, "lib/ronin/asm/memory_operand.rb".freeze, "lib/ronin/asm/os.rb".freeze, "lib/ronin/asm/os/freebsd.rb".freeze, "lib/ronin/asm/os/linux.rb".freeze, "lib/ronin/asm/os/os.rb".freeze, "lib/ronin/asm/program.rb".freeze, "lib/ronin/asm/register.rb".freeze, "lib/ronin/asm/shellcode.rb".freeze, "lib/ronin/asm/syntax.rb".freeze, "lib/ronin/asm/syntax/att.rb".freeze, "lib/ronin/asm/syntax/common.rb".freeze, "lib/ronin/asm/syntax/intel.rb".freeze, "lib/ronin/asm/version.rb".freeze, "ronin-asm.gemspec".freeze, "spec/asm_spec.rb".freeze, "spec/helpers/database.rb".freeze, "spec/immediate_operand_spec.rb".freeze, "spec/instruction_spec.rb".freeze, "spec/memory_operand_spec.rb".freeze, "spec/program_spec.rb".freeze, "spec/register_spec.rb".freeze, "spec/shellcode_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/syntax/att_spec.rb".freeze, "spec/syntax/common_spec.rb".freeze, "spec/syntax/intel_spec.rb".freeze] s.homepage = "https://github.com/ronin-ruby/ronin-asm#readme".freeze s.licenses = ["GPL-3".freeze] s.requirements = ["yasm >= 0.6.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby DSL for crafting Assembly programs and Shellcode.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) end