bundleup 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -1
- data/LICENSE.txt +1 -1
- data/README.md +1 -0
- data/lib/bundleup/gem_status.rb +2 -2
- data/lib/bundleup/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 245fefcb714dea09da4249386faf7d427c4042f1
|
4
|
+
data.tar.gz: fb6a1589a8253f9db5bcb85d036b795581f572ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2a63df2aee21d9a55cf8173c1becf3e897cf23ed4d0547849676c1c2ec36c4dec450d03bc055054f5579baeb60503726ca6099265c8836fdbe90e087e404481
|
7
|
+
data.tar.gz: 952d65e4e3a7a5fb023022fe017933e9d7295da1697e5d7102cc1bf400c1657161426fd9325042c906c1e491164b404d6ce9f5ce69fa3073265a4ab563666fe0
|
data/CHANGELOG.md
CHANGED
@@ -8,6 +8,13 @@ bundleup is in a pre-1.0 state. This means that its APIs and behavior are subjec
|
|
8
8
|
|
9
9
|
* Your contribution here!
|
10
10
|
|
11
|
+
## [0.3.0][] (2016-01-08)
|
12
|
+
|
13
|
+
* Always show SHA changes in red. If a dependency is tracking a
|
14
|
+
Git branch, and running `bundle update` would cause that branch
|
15
|
+
to updated and point to a new ref, that is something that
|
16
|
+
warrants attention.
|
17
|
+
|
11
18
|
## [0.2.0][] (2015-12-26)
|
12
19
|
|
13
20
|
* Animated spinner during long-running bundler commands
|
@@ -20,5 +27,6 @@ bundleup is in a pre-1.0 state. This means that its APIs and behavior are subjec
|
|
20
27
|
* Initial release
|
21
28
|
|
22
29
|
[Semver]: http://semver.org
|
23
|
-
[Unreleased]: https://github.com/mattbrictson/bundleup/compare/v0.
|
30
|
+
[Unreleased]: https://github.com/mattbrictson/bundleup/compare/v0.3.0...HEAD
|
31
|
+
[0.3.0]: https://github.com/mattbrictson/bundleup/compare/v0.2.0...v0.3.0
|
24
32
|
[0.2.0]: https://github.com/mattbrictson/bundleup/compare/v0.1.0...v0.2.0
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/bundleup.svg)](http://badge.fury.io/rb/bundleup)
|
4
4
|
[![Build Status](https://travis-ci.org/mattbrictson/bundleup.svg?branch=master)](https://travis-ci.org/mattbrictson/bundleup)
|
5
|
+
[![Coverage Status](https://coveralls.io/repos/mattbrictson/bundleup/badge.svg?branch=master&service=github)](https://coveralls.io/github/mattbrictson/bundleup?branch=master)
|
5
6
|
|
6
7
|
**Run `bundleup` on a Ruby project containing a Gemfile to see what gem dependencies need updating.** It is a friendlier command-line interface to [Bundler’s][bundler] `bundle update` and `bundle outdated`.
|
7
8
|
|
data/lib/bundleup/gem_status.rb
CHANGED
data/lib/bundleup/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundleup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|