# -*- encoding: utf-8 -*- # stub: indis-core 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "indis-core".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vladimir Pouzanov".freeze] s.date = "2012-04-16" s.description = "Core components of indis, the intelligent disassembler framework".freeze s.email = ["farcaller@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.ci".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "indis-core.gemspec".freeze, "lib/indis-core.rb".freeze, "lib/indis-core/binary_format.rb".freeze, "lib/indis-core/binaryops_string.rb".freeze, "lib/indis-core/data_entity.rb".freeze, "lib/indis-core/entity.rb".freeze, "lib/indis-core/section.rb".freeze, "lib/indis-core/segment.rb".freeze, "lib/indis-core/symbol.rb".freeze, "lib/indis-core/target.rb".freeze, "lib/indis-core/version.rb".freeze, "lib/indis-core/vmmap.rb".freeze, "spec/fixtures/single-object.o".freeze, "spec/indis-core/binary_format_spec.rb".freeze, "spec/indis-core/binaryops_string_spec.rb".freeze, "spec/indis-core/data_entity_spec.rb".freeze, "spec/indis-core/section_spec.rb".freeze, "spec/indis-core/segment_spec.rb".freeze, "spec/indis-core/symbol_spec.rb".freeze, "spec/indis-core/target_spec.rb".freeze, "spec/indis-core/vmmap_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://www.indis.org/".freeze s.licenses = ["GPL-3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Core indis components".freeze s.test_files = ["spec/fixtures/single-object.o".freeze, "spec/indis-core/binary_format_spec.rb".freeze, "spec/indis-core/binaryops_string_spec.rb".freeze, "spec/indis-core/data_entity_spec.rb".freeze, "spec/indis-core/section_spec.rb".freeze, "spec/indis-core/segment_spec.rb".freeze, "spec/indis-core/symbol_spec.rb".freeze, "spec/indis-core/target_spec.rb".freeze, "spec/indis-core/vmmap_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end