Sha256: 8a9992f4b10cef62083e29b64f6b5c912d39789274885734ff31745e9f101955

Contents?: true

Size: 1.08 KB

Versions: 106

Compression:

Stored size: 1.08 KB

Contents

# frozen_string_literal: true

require_relative "lib/stigg/version"

Gem::Specification.new do |spec|
  spec.name = "stigg-api-client"
  spec.version = Stigg::VERSION
  spec.authors = ["Stigg"]
  spec.email = ["support@stigg.io"]

  spec.summary = "Stigg API Client"
  spec.description = "Stigg API Client for Ruby"
  spec.homepage = "https://stigg.io"
  spec.license = "MIT"
  spec.required_ruby_version = ">= 3.0.0"
  spec.metadata["homepage_uri"] = spec.homepage

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files = Dir.chdir(__dir__) do
    `git ls-files -z ; find lib/stigg/generated -print0`.split("\x0").reject do |f|
      (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|scripts)/|\.(?:git|travis|circleci)|appveyor)})
    end
  end
  spec.bindir = "exe"
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "graphlient", "~> 0.7.0"
  spec.add_dependency "graphql-client", "~> 0.19"
end

Version data entries

106 entries across 106 versions & 1 rubygems

Version Path
stigg-api-client-1.160.2 stigg-api-client.gemspec
stigg-api-client-1.160.1 stigg-api-client.gemspec
stigg-api-client-1.158.0 stigg-api-client.gemspec
stigg-api-client-1.157.0 stigg-api-client.gemspec
stigg-api-client-1.156.0 stigg-api-client.gemspec
stigg-api-client-1.151.0 stigg-api-client.gemspec
stigg-api-client-1.150.1 stigg-api-client.gemspec
stigg-api-client-1.148.0 stigg-api-client.gemspec
stigg-api-client-1.147.0 stigg-api-client.gemspec
stigg-api-client-1.146.0 stigg-api-client.gemspec
stigg-api-client-1.142.0 stigg-api-client.gemspec
stigg-api-client-1.141.0 stigg-api-client.gemspec
stigg-api-client-1.139.2 stigg-api-client.gemspec
stigg-api-client-1.135.0 stigg-api-client.gemspec
stigg-api-client-1.134.0 stigg-api-client.gemspec
stigg-api-client-1.132.0 stigg-api-client.gemspec
stigg-api-client-1.128.0 stigg-api-client.gemspec
stigg-api-client-1.126.0 stigg-api-client.gemspec
stigg-api-client-1.125.0 stigg-api-client.gemspec
stigg-api-client-1.124.0 stigg-api-client.gemspec