bundleup 2.2.5 → 2.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/bundleup/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d633cb6200635213774865fe88464625ff9b188e4d7c1b4dcdb5292862c65190
|
4
|
+
data.tar.gz: e5f6aa5b85222fd8de48c7458716fd778f3d3a20250ecef42a4b7ea1da219b43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 654e562a603bf7bb574e27c312c29ed431881778063725f61a81441b9d954aae3da55b8c178e4623f32e89553a707e3a754e6982fed642e983438acbca6bbd15
|
7
|
+
data.tar.gz: 64144a6e753bfdf47ff113981f072fb7d1a87c0208ac83e02186db1d6ce3f700505311a655d1e0be241d598d5ac239af15ba74bbe4491110c32b05aa36aaeb95
|
data/LICENSE.txt
CHANGED
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://
|
4
|
+
[![Build Status](https://mattbrictson.semaphoreci.com/badges/bundleup/branches/main.svg?style=shields)](https://mattbrictson.semaphoreci.com/projects/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.2.
|
4
|
+
version: 2.2.6
|
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: 2023-03-21 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
|
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
63
|
- !ruby/object:Gem::Version
|
64
64
|
version: '0'
|
65
65
|
requirements: []
|
66
|
-
rubygems_version: 3.4.
|
66
|
+
rubygems_version: 3.4.7
|
67
67
|
signing_key:
|
68
68
|
specification_version: 4
|
69
69
|
summary: A friendlier command-line interface for Bundler’s `update` and `outdated`
|