morph.gemspec in morph-0.3.6 vs morph.gemspec in morph-0.3.7
- old
+ new
@@ -1,27 +1,27 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "morph"
- s.version = "0.3.6"
+ s.version = "0.3.7"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Rob McKinnon"]
- s.date = "2013-06-03"
+ s.date = "2014-02-24"
s.description = "Morph mixin allows you to emerge Ruby class definitions from data via calling assignment methods.\n"
s.email = ["rob ~@nospam@~ rubyforge.org"]
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README"]
s.files = ["CHANGELOG", "lib/morph.rb", "LICENSE", "README", "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.23"
+ s.rubygems_version = "2.0.3"
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
+ s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 2.0.2"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<echoe>, [">= 0"])