Sha256: 66ad02ca0f15697a67bc3542c6b36508b9bf636919148b141a52dd9c628f1052

Contents?: true

Size: 1.65 KB

Versions: 14

Compression:

Stored size: 1.65 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "sct"
  spec.version       = Sct::VERSION
  spec.authors       = ["Reshad Farid"]
  spec.email         = ["reshad.farid@visma.com"]

  spec.summary       = %q{Spend Cloud Tool.}
  spec.description   = %q{Spend Cloud Tool enables to setup a local development environment for the Spend Cloud.}
  spec.homepage      = "https://gitlab.com/proactive-software/packages/sct"
  spec.license       = "MIT"

  # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://gitlab.com/proactive-software/packages/sct"
  spec.metadata["changelog_uri"] = "https://gitlab.com/proactive-software/packages/sct"

  # 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        = "bin"
  spec.executables   = ["sct"]
  spec.require_paths = ["lib"]

  spec.add_dependency "class_interface", "~> 0.1.1"
  spec.add_dependency "colored", "~> 1.2"
  spec.add_dependency "hosts", "~> 0.1.1"
  spec.add_dependency "commander", "~> 4.4.7"
  spec.add_dependency "highline", ">= 1.7.2"

  spec.add_development_dependency "bundler", "~> 2.0"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
sct-0.1.15 sct.gemspec
sct-0.1.14 sct.gemspec
sct-0.1.13 sct.gemspec
sct-0.1.12 sct.gemspec
sct-0.1.11 sct.gemspec
sct-0.1.10 sct.gemspec
sct-0.1.9 sct.gemspec
sct-0.1.8 sct.gemspec
sct-0.1.7 sct.gemspec
sct-0.1.6 sct.gemspec
sct-0.1.5 sct.gemspec
sct-0.1.4 sct.gemspec
sct-0.1.2 sct.gemspec
sct-0.1.1 sct.gemspec