# -*- encoding: utf-8 -*- # stub: introspection 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "introspection".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["James Mead".freeze] s.date = "2014-01-26" s.description = "".freeze s.email = ["james@floehopper.org".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "COPYING.txt".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "introspection.gemspec".freeze, "lib/introspection.rb".freeze, "lib/introspection/assertions.rb".freeze, "lib/introspection/change_detector.rb".freeze, "lib/introspection/core_ext.rb".freeze, "lib/introspection/core_ext/symbol.rb".freeze, "lib/introspection/method.rb".freeze, "lib/introspection/receivers.rb".freeze, "lib/introspection/snapshot.rb".freeze, "lib/introspection/version.rb".freeze, "samples/class.rb".freeze, "samples/instance.rb".freeze, "samples/module.rb".freeze, "test/class_snapshot_test.rb".freeze, "test/instance_snapshot_test.rb".freeze, "test/module_snapshot_test.rb".freeze, "test/snapshot_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://jamesmead.org".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Dynamic inspection of the hierarchy of method definitions on a Ruby object.".freeze s.test_files = ["test/class_snapshot_test.rb".freeze, "test/instance_snapshot_test.rb".freeze, "test/module_snapshot_test.rb".freeze, "test/snapshot_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end