bundleup 2.2.1 → 2.2.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 +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90900280e56ac6b5f06de3ff3e2abd50c793f6983bc26311834c42b0ce539e0a
|
4
|
+
data.tar.gz: 56cfe6367e27a4d004fb23b0a8aec8d80bc3f790509a75da9fef1597891e12f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b805fc9edd1a175b4a24490e5f2a4c873b4f287284d57ca7cbee68a86f5c212c063536f3b4da471da9b8800a809eecc7a0821f107115840aaf2457b630a87666
|
7
|
+
data.tar.gz: 07de7fb2b55a42175874132cee04bc6ffc4ec9e6122a7f4861c62fbc6e8c591c212029364226ecbcc611ea0cfc2653f114305b701d500b54cef30252182ef547
|
data/LICENSE.txt
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: 2.2.
|
4
|
+
version: 2.2.2
|
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: 2022-02-26 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
|
@@ -47,6 +47,7 @@ metadata:
|
|
47
47
|
changelog_uri: https://github.com/mattbrictson/bundleup/releases
|
48
48
|
source_code_uri: https://github.com/mattbrictson/bundleup
|
49
49
|
homepage_uri: https://github.com/mattbrictson/bundleup
|
50
|
+
rubygems_mfa_required: 'true'
|
50
51
|
post_install_message:
|
51
52
|
rdoc_options: []
|
52
53
|
require_paths:
|
@@ -62,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
63
|
- !ruby/object:Gem::Version
|
63
64
|
version: '0'
|
64
65
|
requirements: []
|
65
|
-
rubygems_version: 3.
|
66
|
+
rubygems_version: 3.3.7
|
66
67
|
signing_key:
|
67
68
|
specification_version: 4
|
68
69
|
summary: A friendlier command-line interface for Bundler’s `update` and `outdated`
|