Sha256: 6b2cf87ae733ed569d0bb28cb4548bbb13531ad0bd085be514627ec98a0238db

Contents?: true

Size: 688 Bytes

Versions: 1

Compression:

Stored size: 688 Bytes

Contents

Gem::Specification.new do |spec|
  spec.authors       = ['Tom Johnson']
  spec.email         = ['tom@curationexperts.com']
  spec.description   = 'A Style Configuration for RuboCop'
  spec.summary       = 'This is the recommended style configuration for use ' \
                       'by Samvera Community projects.'
  spec.homepage      = 'http://github.com/samvera-labs/bixby'
  spec.files         = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)

  spec.name          = 'bixby'
  spec.require_paths = ['lib']

  spec.version       = '2.0.0-beta1'
  spec.license       = 'Apache-2.0'

  spec.add_dependency 'rubocop',       '0.63.1'
  spec.add_dependency 'rubocop-rspec', '1.31.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bixby-2.0.0.pre.beta1 bixby.gemspec