# -*- encoding: utf-8 -*- # stub: haxor 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "haxor".freeze s.version = "0.3.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 = ["Krzysztof Magosa".freeze] s.date = "2016-01-02" s.description = "Please follow to GitHub repository for more information.".freeze s.email = ["krzysztof@magosa.pl".freeze] s.executables = ["hcc".freeze, "hld".freeze, "hvm".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/hcc".freeze, "bin/hld".freeze, "bin/hvm".freeze, "examples/build.sh".freeze, "examples/guess-the-number.hax".freeze, "haxor.gemspec".freeze, "lib/haxor.rb".freeze, "lib/haxor/compiler/component/arithmetic.rb".freeze, "lib/haxor/compiler/component/base.rb".freeze, "lib/haxor/compiler/component/data.rb".freeze, "lib/haxor/compiler/component/jumps.rb".freeze, "lib/haxor/compiler/component/logical.rb".freeze, "lib/haxor/compiler/component/other.rb".freeze, "lib/haxor/compiler/component/transfer.rb".freeze, "lib/haxor/compiler/component/various.rb".freeze, "lib/haxor/compiler/core.rb".freeze, "lib/haxor/compiler/section.rb".freeze, "lib/haxor/compiler/unit.rb".freeze, "lib/haxor/consts.rb".freeze, "lib/haxor/header.rb".freeze, "lib/haxor/linker.rb".freeze, "lib/haxor/token/base.rb".freeze, "lib/haxor/token/cmd.rb".freeze, "lib/haxor/token/data.rb".freeze, "lib/haxor/token/int64.rb".freeze, "lib/haxor/token/label.rb".freeze, "lib/haxor/token/pointer.rb".freeze, "lib/haxor/vm/core.rb".freeze, "lib/haxor/vm/cpu/core.rb".freeze, "lib/haxor/vm/cpu/unit/arithmetic.rb".freeze, "lib/haxor/vm/cpu/unit/base.rb".freeze, "lib/haxor/vm/cpu/unit/jumps.rb".freeze, "lib/haxor/vm/cpu/unit/logical.rb".freeze, "lib/haxor/vm/cpu/unit/transfer.rb".freeze, "lib/haxor/vm/cpu/unit/various.rb".freeze, "lib/haxor/vm/mem.rb".freeze, "lib/haxor/vm/os.rb".freeze, "lib/haxor/vm/registers.rb".freeze, "lib/haxor/vm/stack.rb".freeze, "lib/haxor/vm/subsystem.rb".freeze, "media/memory.png".freeze, "media/vm.png".freeze] s.homepage = "https://github.com/krzysztof-magosa/haxor".freeze s.licenses = ["BSD-3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Educational Assembly Language running on custom VM".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end