Sha256: 081f9619ff092ff656561518d3be0ae4d3cb1a7f83607cacb148a28aaf8757ab
Contents?: true
Size: 1.06 KB
Versions: 2
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.0' s.add_runtime_dependency 'rspec', '~> 2.6' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grape-entity-matchers-0.4.1 | grape-entity-matchers.gemspec |
grape-entity-matchers-0.4.0 | grape-entity-matchers.gemspec |