Sha256: e4847d99d7c2bfc9815a1d41c2eb462c272fce61e3f4a13b38ab3f4a4bfedfb8
Contents?: true
Size: 803 Bytes
Versions: 2
Compression:
Stored size: 803 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{I filter stuff.} s.description = %q{I filter stuff.} { 'activemodel' => '~> 3.0', 'certainty' => '~> 0.2', 'money' => '~> 3.7', 'structure' => '~> 0.19' }.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kosher-0.14.2 | kosher.gemspec |
kosher-0.14.1 | kosher.gemspec |