Sha256: 969820cfdcf45c881a8bf65f93dd8c8a839d610abc76e9c81485e6baa6178de1
Contents?: true
Size: 1.1 KB
Versions: 2
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 Travis CI.} spec.description = %q{Create GitHub PullRequest of bundle update in Travis CI.} 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
travisci-bundle-update-pr-0.0.10 | travisci-bundle-update-pr.gemspec |
travisci-bundle-update-pr-0.0.9 | travisci-bundle-update-pr.gemspec |