Sha256: 6322111fa5cbebc16f10533075cc1702d450b85c0c691cb235ffb845cff4724e

Contents?: true

Size: 1.93 KB

Versions: 1

Compression:

Stored size: 1.93 KB

Contents

# frozen_string_literal: true

require_relative "lib/KCommercialPipeline/version"

Gem::Specification.new do |spec|
  spec.name          = "KCommercialPipeline"
  spec.version       = KCommercialPipeline::VERSION
  spec.authors       = ["huzongxing"]
  spec.email         = ["huzongxing@kuaishou.com"]

  spec.summary       = "kcommercial pipeline tools"
  spec.description   = "kcommercial pipeline tools"
  spec.homepage      = "https://git.corp.kuaishou.com/exploration-client/KCommercialPipeline.git"
  spec.license       = "MIT"

  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
  spec.metadata['homepage_uri'] = spec.homepage
  spec.metadata['source_code_uri'] = 'https://git.corp.kuaishou.com/exploration-client/KCommercialPipeline.git'
  spec.metadata['changelog_uri'] = 'https://rubygems.org'

  spec.required_ruby_version = ">= 2.4.0"


  # 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{\A(?:test|spec|features)/}) }
  end
  spec.bindir        = 'bin'
  spec.executables   = ['KCommercialPipeline']
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'claide'
  spec.add_runtime_dependency 'kwai-core'
  spec.add_runtime_dependency "rest-client"
  spec.add_runtime_dependency "ruby-enum"
  spec.add_runtime_dependency 'git'
  spec.add_runtime_dependency 'markdown-tables'
  spec.add_runtime_dependency 'tty-prompt'
  spec.add_runtime_dependency 'file-utils'
  spec.add_runtime_dependency 'pathname'
  spec.add_runtime_dependency 'liquid'
  spec.add_runtime_dependency 'cocoadepot'
  # Uncomment to register a new dependency of your gem
  # spec.add_dependency "example-gem", "~> 1.0"

  # For more information and examples about making a new gem, checkout our
  # guide at: https://bundler.io/guides/creating_gem.html
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
KCommercialPipeline-0.2.5.1 KCommercialPipeline.gemspec