Sha256: 37dc26c49af4ddd29d57a0eb3807d5057d352ebeae029eaf22b3c3c8a7b80f9f
Contents?: true
Size: 879 Bytes
Versions: 6
Compression:
Stored size: 879 Bytes
Contents
# Circleci::Bundle::Update::Pr [![Gem Version][gem-badge]][gem-link] circleci-bundle-update-pr is a script for continues bundle update. Use in CircleCI ## Installation Add this line to your application's Gemfile: ```ruby gem 'circleci-bundle-update-pr' ``` And then execute: $ bundle Or install it yourself as: $ gem install circleci-bundle-update-pr ## Usage $ circleci-bundle-update-pr 'Git Usename' 'Git email address' ## Contributing 1. Fork it ( https://github.com/masutaka/circleci-bundle-update-pr/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request [gem-badge]: https://badge.fury.io/rb/circleci-bundle-update-pr.svg [gem-link]: http://badge.fury.io/rb/circleci-bundle-update-pr
Version data entries
6 entries across 6 versions & 1 rubygems