Sha256: b93aa2c8a0c146e2c6b06313baeef0a8191c5d2779fdd4571ac73df2a3bba0e7

Contents?: true

Size: 1.17 KB

Versions: 10

Compression:

Stored size: 1.17 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'notifications/client/version'

Gem::Specification.new do |spec|
  spec.name          = "notifications-ruby-client"
  spec.version       = Notifications::Client::VERSION
  spec.authors       = [
    "Government Digital Service"
  ]

  spec.email         = ["notify@digital.cabinet-office.gov.uk"]

  spec.summary       = "Ruby client for GOV.UK Notifications API"
  spec.homepage      = "https://github.com/alphagov/notifications-ruby-client"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency "jwt", ">= 1.5", "< 3"

  spec.add_development_dependency "bundler", "~> 1.13"
  spec.add_development_dependency "rake", "~> 12.3"
  spec.add_development_dependency "rspec", "~> 3.7"
  spec.add_development_dependency "webmock", "~> 3.4"
  spec.add_development_dependency "factory_bot", "~> 4.10"
  spec.add_development_dependency "govuk-lint", "~> 3.8"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
notifications-ruby-client-5.1.2 notifications-ruby-client.gemspec
notifications-ruby-client-5.1.1 notifications-ruby-client.gemspec
notifications-ruby-client-5.1.0 notifications-ruby-client.gemspec
notifications-ruby-client-4.0.0 notifications-ruby-client.gemspec
notifications-ruby-client-3.1.0 notifications-ruby-client.gemspec
notifications-ruby-client-3.0.0 notifications-ruby-client.gemspec
notifications-ruby-client-2.10.0 notifications-ruby-client.gemspec
notifications-ruby-client-2.9.0 notifications-ruby-client.gemspec
notifications-ruby-client-2.8.0 notifications-ruby-client.gemspec
notifications-ruby-client-2.7.0 notifications-ruby-client.gemspec