# -*- encoding: utf-8 -*- # stub: contextr 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "contextr".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["schmidt".freeze] s.date = "2007-05-10" s.description = "The goal is to equip Ruby with an API to allow context-oriented programming.".freeze s.email = "ruby@schmidtwisser.de".freeze s.files = ["COPYING.txt".freeze, "History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "examples/education.rb".freeze, "examples/fibonacci.rb".freeze, "lib/contextr.rb".freeze, "lib/contextr/contextr.rb".freeze, "lib/contextr/layer.rb".freeze, "lib/contextr/version.rb".freeze, "lib/core_ext/class.rb".freeze, "lib/core_ext/module.rb".freeze, "lib/core_ext/proc.rb".freeze, "lib/ext/dynamic.rb".freeze, "lib/ext/method_nature.rb".freeze, "rake/group_spec_task.rb".freeze, "rake/specific_group_spec_task.rb".freeze, "scripts/txt2html".freeze, "setup.rb".freeze, "spec/contextr/contextr_api_spec.rb".freeze, "spec/contextr/contextr_functional_spec.rb".freeze, "spec/core_ext/module_spec.rb".freeze, "spec/core_ext/proc_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/annotations.rb".freeze, "test/contextr/test_contextr.rb".freeze, "test/test_helper.rb".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.rhtml".freeze] s.homepage = "http://contextr.rubyforge.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "The goal is to equip Ruby with an API to allow context-oriented programming.".freeze s.test_files = ["test/contextr/test_contextr.rb".freeze, "test/test_helper.rb".freeze] end