Sha256: b3a9f2307b4b3fc7f133920cc033166cde7e56010a17fc2d4a3855e68709f2b8

Contents?: true

Size: 1.1 KB

Versions: 14

Compression:

Stored size: 1.1 KB

Contents

# frozen_string_literal: true

require_relative 'lib/stytch/version'

Gem::Specification.new do |spec|
  spec.name          = 'stytch'
  spec.version       = Stytch::VERSION
  spec.authors       = ['stytch']
  spec.email         = ['support@stytch.com']

  spec.summary       = 'Stytch Ruby Gem'
  spec.homepage      = 'https://stytch.com'
  spec.license       = 'MIT'
  spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')

  spec.metadata['homepage_uri'] = spec.homepage
  spec.metadata['source_code_uri'] = 'https://github.com/stytchauth/stytch-ruby'

  # 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(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_dependency 'faraday', '>= 0.17.0', '< 2.0'
  spec.add_dependency 'faraday_middleware', '>= 0.14.0', '< 2.0'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
stytch-2.11.0 stytch.gemspec
stytch-2.10.1 stytch.gemspec
stytch-2.10.0 stytch.gemspec
stytch-2.9.0 stytch.gemspec
stytch-2.8.0 stytch.gemspec
stytch-2.7.0 stytch.gemspec
stytch-2.6.0 stytch.gemspec
stytch-2.5.0 stytch.gemspec
stytch-2.4.0 stytch.gemspec
stytch-2.3.0 stytch.gemspec
stytch-2.2.0 stytch.gemspec
stytch-2.1.1 stytch.gemspec
stytch-2.1.0 stytch.gemspec
stytch-2.0.0 stytch.gemspec