bundleup 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/bundleup/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73c79a4ab3ab80dc2b0cc6f0ed3bf395668164f45da633c986499fad0a99cee3
|
4
|
+
data.tar.gz: 814185883cbdfe1b562a8dbe2bc71168dbc077b63d2cddb4fd816d10b5b7ec4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33542babb9e1178c43e0dc24c525bc2a43bc7d47cd889568265f1c7d8110605a9705769122cdbe29f6109cea1b6a153ddc82456ff2e3dbc0d73904a640c480f0
|
7
|
+
data.tar.gz: 9fc8b7aeec1a01853dcc4799fdf289674167e1e6487609ca8095f80e40978c099fa9c6e5882b92fb81d667e76a83646812c552dce9a94e204e9cec949872b6de
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# bundleup
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/bundleup.svg)](http://badge.fury.io/rb/bundleup)
|
4
|
-
[![Build Status](https://travis-ci.
|
4
|
+
[![Build Status](https://travis-ci.com/mattbrictson/bundleup.svg?branch=main)](https://travis-ci.com/github/mattbrictson/bundleup)
|
5
5
|
|
6
6
|
**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
7
|
|
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: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Use `bundleup` whenever you want to update the locked Gemfile dependencies
|
14
14
|
of a Ruby project. It shows exactly what gems will be updated with color output
|