Sha256: e0cee1236b315e23a1229171e7aaf63c6e27fa9af6aa072358859c562cfa83dd

Contents?: true

Size: 1.18 KB

Versions: 19

Compression:

Stored size: 1.18 KB

Contents

require_relative 'lib/YkLib/version'

Gem::Specification.new do |spec|
  spec.name          = "YkLib"
  spec.version       = YkLib::VERSION
  spec.authors       = ["yougain"]
  spec.email         = ["from-github@you.dix.asia"]

  spec.summary       = %q{Yk support library}
  spec.description   = %q{Yk support library}
  spec.homepage      = "https://github.com/Yougain/YkLib"
  spec.license       = "MIT"
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

  spec.metadata["allowed_push_host"] = "https://rubygems.org"

  spec.metadata["homepage_uri"] = "https://github.com/Yougain/YkLib"
  spec.metadata["source_code_uri"] = "https://github.com/Yougain/YkLib"
  spec.metadata["changelog_uri"] = "https://github.com/Yougain/YkLib"

  # 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"]
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
YkLib-0.1.8.9 YkLib.gemspec
YkLib-0.1.8.8 YkLib.gemspec
YkLib-0.1.8.7 YkLib.gemspec
YkLib-0.1.8.6 YkLib.gemspec
YkLib-0.1.8.5 YkLib.gemspec
YkLib-0.1.8.4 YkLib.gemspec
YkLib-0.1.8.3 YkLib.gemspec
YkLib-0.1.8.2 YkLib.gemspec
YkLib-0.1.8.1 YkLib.gemspec
YkLib-0.1.8 YkLib.gemspec
YkLib-0.1.7.1 YkLib.gemspec
YkLib-0.1.7 YkLib.gemspec
YkLib-0.1.6 YkLib.gemspec
YkLib-0.1.5 YkLib.gemspec
YkLib-0.1.4 YkLib.gemspec
YkLib-0.1.3 YkLib.gemspec
YkLib-0.1.2 YkLib.gemspec
YkLib-0.1.1 YkLib.gemspec
YkLib-0.1.0 YkLib.gemspec