Sha256: 7eea234148eb8aae394eb4afc25c67cc543bbb2c1980f8a95ca7894055e2f28f

Contents?: true

Size: 887 Bytes

Versions: 1

Compression:

Stored size: 887 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "with_model/version"

Gem::Specification.new do |s|
  s.name        = "with_model"
  s.version     = WithModel::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Case Commons, LLC", "Grant Hutchins"]
  s.email       = ["casecommons-dev@googlegroups.com", "gems@nertzy.com"]
  s.homepage    = "https://github.com/Casecommons/with_model"
  s.summary     = %q{Dynamically build a model within an RSpec context}
  s.description = s.summary
  s.licenses    = ["MIT"]

  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_dependency 'activerecord', '>=2.3.5', '<5.0.0'
  s.add_dependency 'rspec', "~>2.11"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
with_model-0.3.2 with_model.gemspec