Sha256: 1789a9f5d132b0e4a4127f8162b12995b9ff2431d4c4ea06b6a356589d7faaac
Contents?: true
Size: 725 Bytes
Versions: 3
Compression:
Stored size: 725 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 = ['Hakan Ensari'] s.email = 'code@papercavalier.com' s.homepage = 'https://github.com/hakanensari/kosher' s.summary = %q{A filter} { 'certainty' => '~> 0.2', 'money' => '~> 4.0', 'structure' => '~> 0.24' }.each do |lib, version| s.add_runtime_dependency lib, version end s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ['lib'] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kosher-0.17.2 | kosher.gemspec |
kosher-0.17.1 | kosher.gemspec |
kosher-0.17.0 | kosher.gemspec |