Sha256: c6978629a9346e9ef91cf322685c10c0af88f7825c3e6106f82a05087ef4d8c0
Contents?: true
Size: 755 Bytes
Versions: 7
Compression:
Stored size: 755 Bytes
Contents
# frozen_string_literal: true # Define constant to this gem module RspecJunitFormatterBitbucket module Info # Define version VERSION = '0.2.0' # Define Name GEM_NAME = 'rspec_junit_formatter_bitbucket' # Authors AUTHORS = ['VAILLANT Jeremy'].freeze # Emails EMAILS = ['jeremy@dazzl.tv'].freeze # Licence LICENSE = 'MIT' # Define a summary description to gem SUMMARY = 'RSpec Junit Formatter' # Define a long description to gem DESCRIPTION = <<-DESC RSpec Junit Formatter results that your CI can read in Bitbucket Pipeline. Use convention http://reflex.gforge.inria.fr DESC # Define homepage HOMEPAGE = 'https://github.com/dazzl-tv/rspec_junit_formatter' end end
Version data entries
7 entries across 7 versions & 1 rubygems