Sha256: 910977f7c8c39ce8c4be14ef2d481212aab23d8ebfb5d9620f4f2d24765344ca
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
$:.push File.expand_path("../lib", __FILE__) require "grape_entity_matchers/version" Gem::Specification.new do |s| s.name = "grape-entity-matchers" s.version = GrapeEntityMatchers::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Mark Madsen"] s.email = ["mark@agileanimal.com"] s.homepage = "https://github.com/agileanimal/grape-entity-matchers" s.summary = %q{Shoulda-like matchers for Grape Entity.} s.description = %q{Shoulda-like matchers for Grape Entity.} s.license = "MIT" s.rubyforge_project = "grape-entity-matchers" s.add_runtime_dependency 'grape-entity', '0.4.8' s.add_runtime_dependency 'rspec', '>= 3.2.0' s.add_development_dependency 'rake' s.add_development_dependency 'maruku' s.add_development_dependency 'yard' s.add_development_dependency 'bundler' 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"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-entity-matchers-1.2.0 | grape-entity-matchers.gemspec |