Sha256: 78539554012c0abe1bd26e2523a33d6eeccd7b011e8aebf5db791b8e53330dc0
Contents?: true
Size: 1.69 KB
Versions: 0
Compression: gzip
Compressed size: 680 Bytes
Stored size: 680 Bytes
Contents
--- !ruby/object:Gem::Specification name: method_locator version: !ruby/object:Gem::Version version: 0.0.1 prerelease: platform: ruby authors: - Ryan LeCompte autorequire: bindir: bin cert_chain: [] date: 2011-09-21 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: &70159058806000 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.5.0 type: :development prerelease: false version_requirements: *70159058806000 description: Method Locator provides a way to traverse an object's method lookup path to find all places where a method may be defined. email: - lecompte@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - lib/method_locator.rb - lib/method_locator/version.rb - method_locator.gemspec - spec/method_locator/method_locator_spec.rb - spec/spec_helper.rb homepage: http://github.com/ryanlecompte/method_locator licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: method_locator rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Method Locator provides a way to traverse an object's method lookup path to find all places where a method may be defined. test_files: - spec/method_locator/method_locator_spec.rb - spec/spec_helper.rb