Sha256: dba11160c0e572bd71283281f8728a94908a0eff0cee0c2a1e5be39f2f596e79
Contents?: true
Size: 815 Bytes
Versions: 1
Compression:
Stored size: 815 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"] s.email = ["casecommons-dev@googlegroups.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 'mixico' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
with_model-0.1.1 | with_model.gemspec |