Sha256: 4750e4a096d393e590f8f35157395b0221fd6a2fad037221139c3aba5acf2f3b
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 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', '>= 3.0.0.beta' 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.0.0 | grape-entity-matchers.gemspec |