Sha256: 45ae3fd0abcbb0dc21a78ff54b20afd1c979d07e52efebd4e9f660beeab5827e

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

Gem::Specification.new do |spec|
  spec.authors       = ['Tom Johnson']
  spec.email         = ['johnson.tom@gmail.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       = '3.0.2'
  spec.license       = 'Apache-2.0'

  spec.add_dependency 'rubocop', '0.85.1'
  # Added to prevent downstream breakage; When we update the above
  # Rubocop version, we will want to revisit this dependency.  Either
  # changing the version range OR removing it.
  spec.add_dependency 'rubocop-ast', '~> 0.3.0'
  spec.add_dependency 'rubocop-performance'
  spec.add_dependency 'rubocop-rails'
  spec.add_dependency 'rubocop-rspec'

  spec.add_development_dependency 'github_changelog_generator'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bixby-3.0.2 bixby.gemspec