Sha256: 604af8aabde97ea5618d89760f49f1791af97906913d2f01913961f969cc8312
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{morph} s.version = "0.3.1" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Rob McKinnon"] s.date = %q{2010-10-18} 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.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.7} 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 = 3 if Gem::Version.new(Gem::VERSION) >= 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"]) end else s.add_dependency(%q<activesupport>, [">= 2.0.2"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
morph-0.3.1 | morph.gemspec |