Sha256: 4635d6881a5081cf2c16c0529a9a8860adf04fa84b634b13a1bfee37cc2abd2a

Contents?: true

Size: 659 Bytes

Versions: 7

Compression:

Stored size: 659 Bytes

Contents

require './lib/minitest/around/version'

Gem::Specification.new "minitest-around", MinitestAround::VERSION do |s|
  s.authors     = ["Peter Leitzen"]
  s.email       = ["peter-minitest-around@suschlik.de"]
  s.homepage    = "https://github.com/splattael/minitest-around"
  s.summary     = "Around block for minitest."
  s.description = "Alternative for setup/teardown dance."
  s.license     = 'MIT'
  s.files       = `git ls-files`.split("\n")

  s.add_dependency 'minitest', '~> 5.0'

  s.add_development_dependency 'rdoc'
  s.add_development_dependency 'rake'
  s.add_development_dependency 'cucumber', '~> 2.4.0'
  s.add_development_dependency 'bump'
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
plaid-14.13.0 vendor/bundle/ruby/3.0.0/gems/minitest-around-0.5.0/minitest-around.gemspec
plaid-14.12.1 vendor/bundle/ruby/3.0.0/gems/minitest-around-0.5.0/minitest-around.gemspec
plaid-14.12.0 vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/minitest-around.gemspec
plaid-14.11.1 vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/minitest-around.gemspec
plaid-14.10.0 vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/minitest-around.gemspec
plaid-14.7.0 vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/minitest-around.gemspec
minitest-around-0.5.0 minitest-around.gemspec