Sha256: a5aaf61490256d824292ccffee4d453186308e21626ddc7fcfabf12e8fdf5532

Contents?: true

Size: 738 Bytes

Versions: 7

Compression:

Stored size: 738 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)
require "rspec_candy/version"

Gem::Specification.new do |s|
  s.name = 'rspec_candy'
  s.version = RSpecCandy::VERSION
  s.authors = ["Henning Koch", "Tobias Kraze"]
  s.email = 'henning.koch@makandra.de'
  s.homepage = 'https://github.com/makandra/rspec_candy'
  s.summary = 'RSpec helpers and matchers we use in our daily work at makandra. '
  s.description = s.summary
  s.license = 'MIT'

  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"]

  s.add_dependency('rspec')
  s.add_dependency('sneaky-save')
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rspec_candy-0.5.1 rspec_candy.gemspec
rspec_candy-0.5.0 rspec_candy.gemspec
rspec_candy-0.4.1 rspec_candy.gemspec
rspec_candy-0.4.0 rspec_candy.gemspec
rspec_candy-0.3.1 rspec_candy.gemspec
rspec_candy-0.3.0 rspec_candy.gemspec
rspec_candy-0.2.10 rspec_candy.gemspec