Sha256: 8985d2dc346f60c4e224d9af96a27f4358488f9069d66714d57cbeee586f70d4
Contents?: true
Size: 777 Bytes
Versions: 2
Compression:
Stored size: 777 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "kosher/version" Gem::Specification.new do |s| s.name = "kosher" s.version = Kosher::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Paper Cavalier"] s.email = ["code@papercvalier.com"] s.homepage = "" s.summary = %q{Kosher validates descriptions} s.description = %q{Have you ever wondered if you should buy a book?} s.rubyforge_project = "kosher" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency("rspec", ["~> 2.4.0"]) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kosher-0.0.3 | kosher.gemspec |
kosher-0.0.2 | kosher.gemspec |