Bundler::UpdateStdout
This provides bundle-update_stdout update_stdout, this is not actual update, but this can easily compare with old one!
Installation
Add this line to your application's Gemfile:
gem 'bundler-update_stdout'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bundler-update_stdout
Usage
$ bundle-update_stdout update_stdout
memo:
In the future, I want to provide this as bundle update --stdout.
Then standard out shows below:
PATH
remote: .
specs:
mami (1.0.0)
thor
GEM
remote: https://rubygems.org/
specs:
coderay (1.0.9)
colorize (0.5.8)
coveralls (0.6.7)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.2.4)
method_source (0.8.2)
mime-types (1.25)
multi_json (1.7.9)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rake (10.1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.6)
thor (0.18.1)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.3)
coveralls
mami!
pry
rake
rspec
One More Usage
$ diff Gemfile.lock <(bundle-update_stdout update_stdout)
4,9c4,5
< addressable (2.3.5)
< faraday (0.8.7)
< multipart-post (~> 1.1)
< faraday_middleware (0.9.0)
< faraday (>= 0.7.4, < 0.9)
< hashie (2.0.5)
---
> faraday (0.8.8)
> multipart-post (~> 1.2.0)
11d6
< multi_json (1.7.7)
13,20c8,9
< netrc (0.7.7)
< octokit (1.25.0)
< addressable (~> 2.2)
< faraday (~> 0.8)
< faraday_middleware (~> 0.9)
< hashie (~> 2.0)
< multi_json (~> 1.3)
< netrc (~> 0.7.7)
---
> octokit (2.1.1)
> sawyer (~> 0.3.0)
23,24c12,16
< safe_yaml (0.9.4)
< tachikoma (3.0.5)
---
> safe_yaml (0.9.5)
> sawyer (0.3.0)
> faraday (~> 0.8, < 0.10)
> uri_template (~> 0.5.0)
> tachikoma (3.0.7)
28a21
> uri_template (0.5.3)Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request