# -*- encoding: utf-8 -*- # stub: dissociated_introspection 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "dissociated_introspection".freeze s.version = "0.7.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 = ["Dustin Zeisler".freeze] s.bindir = "exe".freeze s.date = "2016-10-20" s.description = "Introspect methods, parameters, class macros, and constants without loading a parent class or any other dependencies.".freeze s.email = ["dustin@zeisler.net".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "dissociated_introspection.gemspec".freeze, "lib/dissociated_introspection.rb".freeze, "lib/dissociated_introspection/eval_sandbox.rb".freeze, "lib/dissociated_introspection/inspection.rb".freeze, "lib/dissociated_introspection/recording_parent.rb".freeze, "lib/dissociated_introspection/ruby_class.rb".freeze, "lib/dissociated_introspection/ruby_class/def.rb".freeze, "lib/dissociated_introspection/ruby_code.rb".freeze, "lib/dissociated_introspection/try.rb".freeze, "lib/dissociated_introspection/version.rb".freeze, "lib/dissociated_introspection/wrap_in_modules.rb".freeze] s.homepage = "https://github.com/zeisler/dissociated_introspection".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Introspect methods, parameters, class macros, and constants without loading a parent class or any other dependencies.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.3".freeze]) end