ohm-contrib.gemspec in ohm-contrib-2.0.0.alpha5 vs ohm-contrib.gemspec in ohm-contrib-2.0.0.rc1

- old
+ new

@@ -1,28 +1,18 @@ Gem::Specification.new do |s| s.name = "ohm-contrib" - s.version = "2.0.0.alpha5" + s.version = "2.0.0.rc1" s.summary = %{A collection of decoupled drop-in modules for Ohm.} s.description = %{Includes a couple of core functions such as callbacks, timestamping, typecasting and lots of generic validation routines.} s.author = "Cyril David" s.email = "cyx@cyx.is" s.homepage = "http://github.com/cyx/ohm-contrib" + s.license = "MIT" - s.specification_version = 2 if s.respond_to? :specification_version= + s.files = `git ls-files`.split("\n") - s.files = Dir[ - "LICENSE", - "README.markdown", - "rakefile", - "lib/**/*.rb", - "*.gemspec", - "test/*.*", - ] + s.add_dependency "ohm", "~> 2.0.0.rc1" - s.require_paths = ["lib"] - s.rubyforge_project = "ohm-contrib" - - s.add_dependency "ohm", "2.0.0.alpha5" - s.add_development_dependency "cutest" + s.add_development_dependency "iconv" s.add_development_dependency "override" end