bundleup 2.5.1 → 2.5.2
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/lib/bundleup/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76a75ee06b820eee49ff820c406594ccc5d6a9bd0e016ca7bedb5b0eccf09e83
|
4
|
+
data.tar.gz: '06873b9d3d19cbc0440483a6d7bff2f3e79baf3ba63ac2edaa0c83eb799abf8d'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21e27fc724c08b542593e4d916a938c5929afdb42a0da366ef74e6e736f54bfec9730bb247000307fc632b4806f194c33953d31e689e5062f198e6964901ba09
|
7
|
+
data.tar.gz: 2bc3e23885f5e290f826b959294db63ffb22d2900b31e3d196ee1eac5ce50ea8d6ed56c66d273bc37df56e4fdcba612159aa969f9b8f8efd588706b17703d69f
|
data/LICENSE.txt
CHANGED
data/lib/bundleup/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundleup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-02-08 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: Use `bundleup` whenever you want to update the locked Gemfile dependencies
|
14
13
|
of a Ruby project. It shows exactly what gems will be updated with color output
|
@@ -48,7 +47,6 @@ metadata:
|
|
48
47
|
source_code_uri: https://github.com/mattbrictson/bundleup
|
49
48
|
homepage_uri: https://github.com/mattbrictson/bundleup
|
50
49
|
rubygems_mfa_required: 'true'
|
51
|
-
post_install_message:
|
52
50
|
rdoc_options: []
|
53
51
|
require_paths:
|
54
52
|
- lib
|
@@ -63,8 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
61
|
- !ruby/object:Gem::Version
|
64
62
|
version: '0'
|
65
63
|
requirements: []
|
66
|
-
rubygems_version: 3.
|
67
|
-
signing_key:
|
64
|
+
rubygems_version: 3.6.3
|
68
65
|
specification_version: 4
|
69
66
|
summary: A friendlier command-line interface for Bundler’s `update` and `outdated`
|
70
67
|
commands.
|