Sha256: a0f3988753f285c4515f157c22b7a9923e8e9f31392f4cbe5657b04f60639543

Contents?: true

Size: 858 Bytes

Versions: 1

Compression:

Stored size: 858 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{Online selling, abstracted}
  s.description = %q{Online selling, abstracted}

  {
    'activesupport' => '~> 3.0',
    'activemodel'   => '~> 3.0',
    'certainty'     => '~> 0.2',
    'money'         => '~> 3.7',
    'structure'     => '~> 0.18'
  }.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

1 entries across 1 versions & 1 rubygems

Version Path
kosher-0.11.0 kosher.gemspec