Sha256: 59211119acf5aee2a19ba7f78912b18d5ea58386a10b25be545815c8a8337c25

Contents?: true

Size: 857 Bytes

Versions: 3

Compression:

Stored size: 857 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.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', '<4.0.0'
  s.add_dependency 'rspec', "<3"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
with_model-0.2.6 with_model.gemspec
with_model-0.2.5 with_model.gemspec
with_model-0.2.4 with_model.gemspec