Sha256: ca093580484296ee73c54e3ec84f0c30b90e38762619be5f06a5d1e27c98a889

Contents?: true

Size: 1.1 KB

Versions: 8

Compression:

Stored size: 1.1 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'travisci/bundle/update/pr/version'

Gem::Specification.new do |spec|
  spec.name          = "travisci-bundle-update-pr"
  spec.version       = Travisci::Bundle::Update::Pr::VERSION
  spec.authors       = ["Yasufumi Moritake"]
  spec.email         = ["moritake@mediba.jp"]

  spec.summary       = %q{Create GitHub PullRequest of bundle update in TravisCI.}
  spec.description   = %q{A script for continues bundle update. Use in TravisCI.}
  spec.homepage      = "https://github.com/mediba-moritake/travisci-bundle-update-pr"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency 'octokit', "~> 4.0"

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
travisci-bundle-update-pr-0.0.8 travisci-bundle-update-pr.gemspec
travisci-bundle-update-pr-0.0.7 travisci-bundle-update-pr.gemspec
travisci-bundle-update-pr-0.0.6 travisci-bundle-update-pr.gemspec
travisci-bundle-update-pr-0.0.5 travisci-bundle-update-pr.gemspec
travisci-bundle-update-pr-0.0.4 travisci-bundle-update-pr.gemspec
travisci-bundle-update-pr-0.0.3 travisci-bundle-update-pr.gemspec
travisci-bundle-update-pr-0.0.2 travisci-bundle-update-pr.gemspec
travisci-bundle-update-pr-0.0.1 travisci-bundle-update-pr.gemspec