Sha256: 9c831a79897042e1968e43da00b828a20eab6b80be018f93fc4bc929a3b7fc05

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# -*- encoding: utf-8 -*-

=begin
This is an automatically generated file. DO NOT EDIT.

Generated from version 2.1.81 of the OpenAPI specification at
https://github.com/athenianco/api-spec/releases/tag/2.1.81.
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.4.0
=end

$:.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

1 entries across 1 versions & 1 rubygems

Version Path
athenian-2.1.81 athenian.gemspec