bundleup 2.5.2 → 2.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- 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: 44304ff755f6f8da1bcb6e38b0ef8466a8d6fceefbc186f8e8c345c4fcdd7cf2
|
4
|
+
data.tar.gz: 301faf1ac23c387c37407301660caa3627088b752c51261fae2d11176c7249e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c3f112c7c86d83c840bdf399115261238b1710421ad63331e5671a649c33aebd6123a3b9696415f110029d2e1d9b906c0512af6c3577dd12d19bd6c727a716d
|
7
|
+
data.tar.gz: 3e86bd5b901aa9267ae2ddddc07dcd58a7b412041db449b0016593d031703db9f28bd51ebeb326b225b0c1c8c0679e909a065872f2369dff273af54624563e70
|
data/lib/bundleup/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
12
|
description: Use `bundleup` whenever you want to update the locked Gemfile dependencies
|
13
13
|
of a Ruby project. It shows exactly what gems will be updated with color output
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
|
-
rubygems_version: 3.6.
|
64
|
+
rubygems_version: 3.6.7
|
65
65
|
specification_version: 4
|
66
66
|
summary: A friendlier command-line interface for Bundler’s `update` and `outdated`
|
67
67
|
commands.
|