bundleup 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/bundleup/console.rb +1 -1
- data/lib/bundleup/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 202814f89a8c87f2dcd6c217b4805baa659a15e1
|
4
|
+
data.tar.gz: e0d22b116ff16bb179865422ca3cebee9be72937
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75723dd9479a0473e325255f5610f5f5bf7975e617ec366b8206507ddf0a976fbeebf5bb78918c2223d01631136f2bc9079839ed71a5accc27c433fb6455cdef
|
7
|
+
data.tar.gz: c9ce8cfb723553440529bdfef9cb54e26c1d6095c05d801913efcbc47822adaf374f697f81bfd9fa62302b324646f75b4b621b08a502ac5069dedc4ce844d7d9
|
data/CHANGELOG.md
CHANGED
@@ -8,6 +8,10 @@ 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.6.1][] (2017-11-06)
|
12
|
+
|
13
|
+
* Fix erroneous blank lines in output
|
14
|
+
|
11
15
|
## [0.6.0][] (2017-11-06)
|
12
16
|
|
13
17
|
* [#1](https://github.com/mattbrictson/bundleup/issues/1): If a Gemfile has an inline or prefix comment for a particular gem, and that gem is being held back due to a pin, then print the comment along with the pin information in bundleup's output.
|
@@ -48,7 +52,8 @@ bundleup is in a pre-1.0 state. This means that its APIs and behavior are subjec
|
|
48
52
|
* Initial release
|
49
53
|
|
50
54
|
[Semver]: http://semver.org
|
51
|
-
[Unreleased]: https://github.com/mattbrictson/bundleup/compare/v0.6.
|
55
|
+
[Unreleased]: https://github.com/mattbrictson/bundleup/compare/v0.6.1...HEAD
|
56
|
+
[0.6.1]: https://github.com/mattbrictson/bundleup/compare/v0.6.0...v0.6.1
|
52
57
|
[0.6.0]: https://github.com/mattbrictson/bundleup/compare/v0.5.0...v0.6.0
|
53
58
|
[0.5.0]: https://github.com/mattbrictson/bundleup/compare/v0.4.0...v0.5.0
|
54
59
|
[0.4.0]: https://github.com/mattbrictson/bundleup/compare/v0.3.0...v0.4.0
|
data/lib/bundleup/console.rb
CHANGED
data/lib/bundleup/version.rb
CHANGED