Sha256: 017b3509825c8c558e556ef67ddd4a6283b9a5d022e4b2dee9f0225c7d6cd912

Contents?: true

Size: 929 Bytes

Versions: 2

Compression:

Stored size: 929 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)
require 'athenian/version'

Gem::Specification.new do |s|
  s.name        = 'athenian'
  s.version     = Athenian::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['duffn']
  s.email       = ['3457341+duffn@users.noreply.github.com']
  s.homepage    = 'https://github.com/duffn/athenian'
  s.summary     = 'A library for working with the Athenian API.'
  s.description = 'Learn about engineering metrics and improve your software delivery performance with the Athenian API.'
  s.license     = 'MIT'
  s.required_ruby_version = '>= 2.7'

  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'

  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
  s.add_development_dependency 'rubocop', '~> 0.66.0'

  s.files         = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
  s.test_files    = `find spec/*`.split("\n")
  s.require_paths = ['lib']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
athenian-2.1.86 athenian.gemspec
athenian-2.1.85 athenian.gemspec