morph.gemspec in morph-0.2.0 vs morph.gemspec in morph-0.2.1

- old
+ new

@@ -1,53 +1,83 @@ -# Gem::Specification for Morph-0.2.0 +# Gem::Specification for Morph-0.2.1 # Originally generated by Echoe -Gem::Specification.new do |s| - s.name = %q{morph} - s.version = "0.2.0" +--- !ruby/object:Gem::Specification +name: morph +version: !ruby/object:Gem::Version + version: 0.2.1 +platform: ruby +authors: +- Rob McKinnon +autorequire: +bindir: bin - s.specification_version = 2 if s.respond_to? :specification_version= +date: 2008-08-05 00:00:00 +01:00 +default_executable: +dependencies: +- !ruby/object:Gem::Dependency + name: echoe + type: :development + version_requirement: + version_requirements: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +description: Morph allows you to emerge class definitions via calling assignment methods; mix with Hpricot for screen scrapping fun. +email: +- rob ~@nospam@~ rubyforge.org +executables: [] - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Rob McKinnon"] - s.date = %q{2008-05-01} - 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 +extensions: [] +extra_rdoc_files: +- CHANGELOG +- LICENSE +- README +files: +- CHANGELOG +- examples/forger.rb +- examples/hubbit.rb +- lib/morph.rb +- LICENSE +- README +- spec/morph_spec.rb +- spec/morph_spec_helper.rb +- spec/spec.opts +- Manifest +- morph.gemspec +- Rakefile +has_rdoc: true +homepage: "" +post_install_message: +rdoc_options: +- --line-numbers +- --inline-source +- --title +- Morph +- --main +- README +- --inline-source +require_paths: +- lib +required_ruby_version: !ruby/object:Gem::Requirement + requirements: + - - ">=" + - !ruby/object:Gem::Version + version: "0" + version: +required_rubygems_version: !ruby/object:Gem::Requirement + requirements: + - - "=" + - !ruby/object:Gem::Version + version: "1.2" + version: +requirements: [] -# # 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 +rubyforge_project: morph +rubygems_version: 1.2.0 +specification_version: 2 +summary: Morph allows you to emerge class definitions via calling assignment methods; mix with Hpricot for screen scrapping fun. +test_files: []