# -*- encoding: utf-8 -*- # stub: contextify 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "contextify".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Postmodern".freeze] s.date = "2009-01-17" s.description = "Load Objects from Ruby files without having to use YAML or define classes named like the file.".freeze s.email = ["postmodern.mod3@gmail.com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "lib/contextify.rb".freeze, "lib/contextify/contextify.rb".freeze, "lib/contextify/exceptions.rb".freeze, "lib/contextify/exceptions/context_not_found.rb".freeze, "lib/contextify/exceptions/unknown_context.rb".freeze, "lib/contextify/extensions.rb".freeze, "lib/contextify/extensions/meta.rb".freeze, "lib/contextify/extensions/meta/object.rb".freeze, "lib/contextify/pending_context.rb".freeze, "lib/contextify/version.rb".freeze, "spec/contextify_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/spec.rb".freeze] s.homepage = "http://contextify.rubyforge.org/".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Load Objects from Ruby files without having to use YAML or define classes named like the file.".freeze s.specification_version = 2 s.add_development_dependency(%q.freeze, [">= 1.8.2".freeze]) end