--- !ruby/object:Gem::Specification name: contextify version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 5 version: 0.1.5 platform: ruby authors: - Postmodern autorequire: bindir: bin cert_chain: [] date: 2010-04-02 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 3 - 0 version: 1.3.0 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: yard prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 5 - 3 version: 0.5.3 type: :development version_requirements: *id002 description: Contextify can load Ruby Objects containing methods and procs from Ruby files without having to use YAML or define classes named like the file. email: postmodern.mod3@gmail.com executables: [] extensions: [] extra_rdoc_files: - ChangeLog.md - LICENSE.txt - README.md files: - .gitignore - .specopts - .yardopts - ChangeLog.md - LICENSE.txt - README.md - Rakefile - contextify.gemspec - lib/contextify.rb - lib/contextify/class_methods.rb - lib/contextify/contextify.rb - lib/contextify/exceptions.rb - lib/contextify/exceptions/context_not_found.rb - lib/contextify/exceptions/unknown_context.rb - lib/contextify/extensions.rb - lib/contextify/extensions/meta.rb - lib/contextify/extensions/meta/object.rb - lib/contextify/pending_context.rb - lib/contextify/version.rb - lib/contextify/yard.rb - lib/contextify/yard/handlers.rb - lib/contextify/yard/handlers/ruby.rb - lib/contextify/yard/handlers/ruby/contextify_handler.rb - lib/contextify/yard/handlers/ruby/legacy.rb - lib/contextify/yard/handlers/ruby/legacy/contextify_handler.rb - spec/contextify_spec.rb - spec/helpers/book_context.rb - spec/helpers/book_review_context.rb - spec/helpers/contexts.rb - spec/helpers/contexts/load_error.rb - spec/helpers/contexts/neuromancer_review.rb - spec/helpers/contexts/no_method_error.rb - spec/helpers/contexts/snow_crash.rb - spec/helpers/contexts/syntax_error.rb - spec/spec_helper.rb has_rdoc: yard homepage: http://github.com/postmodern/contextify licenses: - MIT post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Loads Ruby Objects containing methods and procs from Ruby files. test_files: - spec/spec_helper.rb - spec/helpers/book_context.rb - spec/helpers/book_review_context.rb - spec/helpers/contexts/neuromancer_review.rb - spec/helpers/contexts/snow_crash.rb - spec/helpers/contexts/no_method_error.rb - spec/helpers/contexts/syntax_error.rb - spec/helpers/contexts/load_error.rb - spec/helpers/contexts.rb - spec/contextify_spec.rb