Sha256: 03e2d66e62a51585bb2bc2f4207ee2383ffdbeb48c0cdad1253c165b71cc2a5a

Contents?: true

Size: 752 Bytes

Versions: 5

Compression:

Stored size: 752 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.4'
  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

5 entries across 5 versions & 1 rubygems

Version Path
couch_potato-1.12.1 couch_potato-rspec.gemspec
couch_potato-1.12.0 couch_potato-rspec.gemspec
couch_potato-1.11.0 couch_potato-rspec.gemspec
couch_potato-1.10.1 couch_potato-rspec.gemspec
couch_potato-1.10.0 couch_potato-rspec.gemspec