Sha256: d4439a23aedd5a23c6d34abd54adb7445d82679725d338aed2ade3bfe71d4a30

Contents?: true

Size: 893 Bytes

Versions: 3

Compression:

Stored size: 893 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'github-commit-status-updater/version'

Gem::Specification.new do |gem|
  gem.name          = "github-commit-status-updater"
  gem.version       = Github::Commit::Status::Updater::VERSION
  gem.authors       = ["joker1007"]
  gem.email         = ["kakyoin.hierophant@gmail.com"]
  gem.description   = %q{Github commit status api helper}
  gem.summary       = %q{Github commit status api helper}
  gem.homepage      = "https://github.com/joker1007/github-commit-status-updater"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_dependency 'octokit'
  gem.add_dependency 'thor'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
github-commit-status-updater-1.0.3 github-commit-status-updater.gemspec
github-commit-status-updater-1.0.2 github-commit-status-updater.gemspec
github-commit-status-updater-1.0.1 github-commit-status-updater.gemspec