# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "morph" s.version = "0.3.4" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Rob McKinnon"] s.date = "2012-06-15" s.description = "Morph mixin allows you to emerge class definitions via calling assignment methods; mix with Nokogiri for screen scraping fun.\n" s.email = ["rob ~@nospam@~ rubyforge.org"] s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README"] s.files = ["CHANGELOG", "examples/forger.rb", "examples/hubbit.rb", "lib/morph.rb", "LICENSE", "README", "spec/lib/morph_spec.rb", "spec/morph_spec_helper.rb", "spec/spec_helper.rb", "Manifest", "morph.gemspec", "Rakefile"] s.homepage = "https://github.com/robmckinnon/morph" s.post_install_message = "Read usage examples at: https://github.com/robmckinnon/morph#readme" s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Morph", "--main", "README", "--inline-source"] s.require_paths = ["lib"] s.rubyforge_project = "morph" s.rubygems_version = "1.8.18" s.summary = "Morph mixin allows you to emerge class definitions via calling assignment methods." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 2.0.2"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 2.0.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 2.0.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end