# Gem::Specification for Morph-0.1.4 # Originally generated by Echoe Gem::Specification.new do |s| s.name = %q{morph} s.version = "0.1.4" s.specification_version = 2 if s.respond_to? :specification_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Rob McKinnon"] s.date = %q{2008-04-10} s.description = %q{Morph allows you to emerge class definitions via calling assignment methods; mix with Hpricot for screen scrapping fun.} 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/morph_spec.rb", "spec/spec.opts", "Manifest", "morph.gemspec"] s.has_rdoc = true s.homepage = %q{} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Morph", "--main", "README", "--inline-source"] s.require_paths = ["lib"] s.rubyforge_project = %q{morph} s.rubygems_version = %q{1.1.0} s.summary = %q{Morph allows you to emerge class definitions via calling assignment methods; mix with Hpricot for screen scrapping fun.} end # # Original Rakefile source (requires the Echoe gem): # # require 'rubygems' # require 'spec' # require 'lib/morph' # # begin # require 'echoe' # # Echoe.new("morph", Morph::VERSION) do |m| # m.author = ["Rob McKinnon"] # m.email = ["rob ~@nospam@~ rubyforge.org"] # m.description = File.readlines("README").first # m.rubyforge_name = "morph" # m.rdoc_options << '--inline-source' # m.rdoc_pattern = ["README", "CHANGELOG", "LICENSE"] # end # # rescue LoadError # puts "You need to install the echoe gem to perform meta operations on this gem" # end # # desc "Open an irb session preloaded with this library" # task :console do # sh "irb -rubygems -r ./lib/morph.rb" # end