bundleup 2.4.1 → 2.4.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 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ad14a98f80b8d991d57b415cca1cbf5025d23310d35b6853ddfaec532cfb25b
|
4
|
+
data.tar.gz: 795e6ffa7e5b4b4d4eb2ff82bd8679e8ca53c2015b1902ddee57378d7ac5d871
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7817aa75985bd95f47059839b69374de7994a40f1942b62986c933c7c9221665db3aadcdbd326675e80dbddc5211e43d0403bf4c3cdfc0057394a150d3c42c9a
|
7
|
+
data.tar.gz: 2d025f59330c814a8e5811dfaccbfe36783e6d07cd7a5db3a93f45f15f9cd71b6b03a41476737eb7784d7a25a3b05f9ae6ee696b98c9b27aefaab51cec2c9e74
|
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.4.
|
4
|
+
version: 2.4.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: 2024-03-10 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.
|
66
|
+
rubygems_version: 3.5.6
|
67
67
|
signing_key:
|
68
68
|
specification_version: 4
|
69
69
|
summary: A friendlier command-line interface for Bundler’s `update` and `outdated`
|