Sha256: fc134af939c49c4ebfce1fc870599ffc732087a9b353be8d95421b77bb68dc8d

Contents?: true

Size: 731 Bytes

Versions: 3

Compression:

Stored size: 731 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.0'
  s.add_development_dependency 'rake'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
couch_potato-1.6.5 couch_potato-rspec.gemspec
couch_potato-1.6.4 couch_potato-rspec.gemspec
couch_potato-1.6.3 couch_potato-rspec.gemspec