Sha256: fc145deb6dcf789eb2612759ae2d8facdadc51d39d71dbffd5342026b836e0d5

Contents?: true

Size: 1.86 KB

Versions: 11

Compression:

Stored size: 1.86 KB

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "et_full_system/version"

Gem::Specification.new do |spec|
  spec.name          = "et_full_system"
  spec.version       = EtFullSystem::VERSION
  spec.authors       = ["Gary Taylor"]
  spec.email         = ["gary.taylor@hmcts.net"]

  spec.summary       = %q{Runs the employment tribunals system - all services and background jobs}
  spec.description   = %q{Runs the employment tribunals system - all services and background jobs}
  spec.homepage      = "https://github.com/ministryofjustice/et-full-system"
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
  # to allow pushing to a single host or delete this section to allow pushing to any host.
  if spec.respond_to?(:metadata)
    spec.metadata["allowed_push_host"] = "http://mygemserver.com"
  else
    raise "RubyGems 2.0 or newer is required to protect against " \
      "public gem pushes."
  end

  # 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('..', __FILE__)) 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 'thor', '~> 0.20'
  spec.add_dependency 'httparty', '~> 0.16'
  spec.add_dependency 'aws-sdk-s3', '~> 1.9'
  spec.add_dependency 'azure-storage', '~> 0.15.0.preview'
  spec.add_dependency 'dotenv', '~> 2.7', '>= 2.7.2'
  spec.add_dependency 'et_fake_acas_server', '~> 0.1'

  spec.add_development_dependency "bundler", "~> 1.16"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
et_full_system-0.1.50 et_full_system.gemspec
et_full_system-0.1.49 et_full_system.gemspec
et_full_system-0.1.47 et_full_system.gemspec
et_full_system-0.1.45 et_full_system.gemspec
et_full_system-0.1.44 et_full_system.gemspec
et_full_system-0.1.43 et_full_system.gemspec
et_full_system-0.1.42 et_full_system.gemspec
et_full_system-0.1.41 et_full_system.gemspec
et_full_system-0.1.40 et_full_system.gemspec
et_full_system-0.1.39 et_full_system.gemspec
et_full_system-0.1.38 et_full_system.gemspec