Sha256: cbf72b8d882da765868f351e92acdea3432a175b19ef420dbf6bb6db151cdc5c
Contents?: true
Size: 1023 Bytes
Versions: 1
Compression:
Stored size: 1023 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_runtime_dependency 'octokit', '>= 2' gem.add_runtime_dependency 'thor' gem.add_development_dependency "bundler", "~> 1.11" gem.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github-commit-status-updater-1.1.0 | github-commit-status-updater.gemspec |