Sha256: 465435ff96b181bfce3ec214e84b7d3c3d28d5dc3dde4164cc82fa5a28d6df12

Contents?: true

Size: 1013 Bytes

Versions: 21

Compression:

Stored size: 1013 Bytes

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`.split("\x0").reject do |f|
      (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?: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"
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
stigg-api-client-0.457.0 stigg-api-client.gemspec
stigg-api-client-0.456.1 stigg-api-client.gemspec
stigg-api-client-0.456.0 stigg-api-client.gemspec
stigg-api-client-0.455.1 stigg-api-client.gemspec
stigg-api-client-0.448.0 stigg-api-client.gemspec
stigg-api-client-0.446.0 stigg-api-client.gemspec
stigg-api-client-0.445.2 stigg-api-client.gemspec
stigg-api-client-0.445.0 stigg-api-client.gemspec
stigg-api-client-0.444.0 stigg-api-client.gemspec
stigg-api-client-0.442.2 stigg-api-client.gemspec
stigg-api-client-0.442.1 stigg-api-client.gemspec
stigg-api-client-0.442.0 stigg-api-client.gemspec
stigg-api-client-0.441.0 stigg-api-client.gemspec
stigg-api-client-0.439.0 stigg-api-client.gemspec
stigg-api-client-0.431.0 stigg-api-client.gemspec
stigg-api-client-0.429.1 stigg-api-client.gemspec
stigg-api-client-0.429.0 stigg-api-client.gemspec
stigg-api-client-0.0.1.pre.b.4 stigg-api-client.gemspec
stigg-api-client-0.0.1.pre.b.2 stigg-api-client.gemspec
stigg-api-client-0.0.1.pre.b.1 stigg-api-client.gemspec