Sha256: fec93b9e8a2dcfe3a696666b8666e90b3e3cb06f854299e992434d4b5f56d335

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 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.required_ruby_version = '>= 2.5'

  s.add_runtime_dependency 'grape-entity', '>= 0.5.0'
  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.3.0 grape-entity-matchers.gemspec