File: rspec-instafail.gemspec

package info (click to toggle)
ruby-rspec-instafail 1.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 164 kB
  • sloc: ruby: 242; makefile: 2
file content (12 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
name = 'rspec-instafail'
require './lib/rspec/instafail/version'

Gem::Specification.new name, RSpec::Instafail::VERSION do |s|
  s.summary = "Show failing specs instantly"
  s.authors = ["Michael Grosser"]
  s.email = "michael@grosser.it"
  s.homepage = "https://github.com/grosser/#{name}"
  s.files = Dir['**/*'].reject { |f| f =~ %r{^debian/} }
  s.license = "MIT"
  s.add_runtime_dependency "rspec"
end