morph.gemspec in morph-0.2.7 vs morph.gemspec in morph-0.2.8
- old
+ new
@@ -1,28 +1,28 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{morph}
- s.version = "0.2.7"
+ s.version = "0.2.8"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Rob McKinnon"]
- s.date = %q{2009-04-13}
- s.description = %q{Morph allows you to emerge class definitions via calling assignment methods; mix with Hpricot for screen scrapping fun.}
+ s.date = %q{2010-02-09}
+ 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/lib/morph_spec.rb", "spec/morph_spec_helper.rb", "spec/spec.opts", "Manifest", "morph.gemspec", "Rakefile"]
- 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.3.1}
+ s.rubygems_version = %q{1.3.5}
s.summary = %q{Morph allows you to emerge class definitions via calling assignment methods; mix with Hpricot for screen scrapping fun.}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
- s.specification_version = 2
+ s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 2.0.2"])
else
s.add_dependency(%q<activesupport>, [">= 2.0.2"])