Sha256: b9ee20b689d0553ebd012008f699b0578af5e3b83a6f7b8346918ee451b3a26b
Contents?: true
Size: 794 Bytes
Versions: 1
Compression:
Stored size: 794 Bytes
Contents
Gem::Specification.new do |s| s.name = "ohm-contrib" s.version = "2.0.0.alpha5" 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.specification_version = 2 if s.respond_to? :specification_version= s.files = Dir[ "LICENSE", "README.markdown", "rakefile", "lib/**/*.rb", "*.gemspec", "test/*.*", ] 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 "override" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ohm-contrib-2.0.0.alpha5 | ohm-contrib.gemspec |