Sha256: 7e597744a846188d949c00d40bd6612c6eb4d13903075863070ff5734bfc3ad6

Contents?: true

Size: 861 Bytes

Versions: 2

Compression:

Stored size: 861 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', "~>2.11"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
with_model-0.3.1 with_model.gemspec
with_model-0.3 with_model.gemspec