Sha256: 235473583496becc81f917f44553d5c933352e60c3e531c51bfe7ea0a7380618
Contents?: true
Size: 1.93 KB
Versions: 0
Compression: gzip
Compressed size: 730 Bytes
Stored size: 730 Bytes
Contents
--- !ruby/object:Gem::Specification name: method_info version: !ruby/object:Gem::Version version: 0.0.0 platform: ruby authors: - Tom ten Thij autorequire: bindir: bin cert_chain: [] date: 2010-02-10 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.9 version: - !ruby/object:Gem::Dependency name: cucumber type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: Defines a method_info method on every Object instance which provides information about methods that are defined on the object and the location where they were defined email: method_info@tomtenthij.nl executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - features/method_info.feature - features/step_definitions/method_info_steps.rb - features/support/env.rb - lib/method_info.rb - spec/method_info_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/tomtt/method_info licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Get info about an object's methods test_files: - spec/method_info_spec.rb - spec/spec_helper.rb