# -*- encoding: utf-8 -*- # stub: exemplor 2.2.0 ruby lib Gem::Specification.new do |s| s.name = "exemplor".freeze s.version = "2.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Myles Byrne".freeze] s.date = "2009-10-12" s.email = "myles@myles.id.au".freeze s.extra_rdoc_files = ["README".freeze] s.files = [".gitignore".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION".freeze, "examples.rb".freeze, "examples/an_error.rb".freeze, "examples/assertion_failure.rb".freeze, "examples/assertion_success.rb".freeze, "examples/assertion_success_and_failure.rb".freeze, "examples/check_with_disambiguation.rb".freeze, "examples/helpers.rb".freeze, "examples/no_checks.rb".freeze, "examples/no_checks_non_string.rb".freeze, "examples/oneliner.rb".freeze, "examples/with_checks.rb".freeze, "examples/with_setup.rb".freeze, "exemplor.gemspec".freeze, "lib/exemplor.rb".freeze] s.homepage = "http://github.com/quackingduck/exemplor".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A light-weight, low-fi way to provide executable usage examples or your code.".freeze s.test_files = ["examples/an_error.rb".freeze, "examples/assertion_failure.rb".freeze, "examples/assertion_success.rb".freeze, "examples/assertion_success_and_failure.rb".freeze, "examples/check_with_disambiguation.rb".freeze, "examples/helpers.rb".freeze, "examples/no_checks.rb".freeze, "examples/no_checks_non_string.rb".freeze, "examples/oneliner.rb".freeze, "examples/with_checks.rb".freeze, "examples/with_setup.rb".freeze] end