Sha256: 65227a967ca33b39ee749f1932ea68ea442dd5379c8d7779d5eb86aa78b7810a

Contents?: true

Size: 753 Bytes

Versions: 6

Compression:

Stored size: 753 Bytes

Contents

$LOAD_PATH.push File.expand_path('../lib', __FILE__)
require 'couch_potato/version'

Gem::Specification.new do |s|
  s.name = 'couch_potato-rspec'
  s.summary = 'RSpec matchers for Couch Potato'
  s.email = 'alex@upstre.am'
  s.homepage = 'http://github.com/langalex/couch_potato'
  s.description = 'RSpec matchers for Couch Potato'
  s.authors = ['Alexander Lang']
  s.version     = CouchPotato::RSPEC_VERSION
  s.platform    = Gem::Platform::RUBY

  s.add_dependency 'rspec', '~>3.12'
  s.add_development_dependency 'rake'
  s.add_dependency 'execjs', '~>2.7'

  s.files         = `git ls-files | grep "lib/couch_potato/rspec"`.split("\n")
  s.test_files    = `git ls-files -- spec/* | grep rspec_matchers`.split("\n")
  s.require_paths = ['lib']
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
couch_potato-1.18.0 couch_potato-rspec.gemspec
couch_potato-1.17.0 couch_potato-rspec.gemspec
couch_potato-1.16.0 couch_potato-rspec.gemspec
couch_potato-1.15.0 couch_potato-rspec.gemspec
couch_potato-1.14.0 couch_potato-rspec.gemspec
couch_potato-1.13.0 couch_potato-rspec.gemspec