bundleup 2.5.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9309396a42a834ecdea275abdbaba14fc4a9ad93106a1b64df45aa6c993eb64b
4
- data.tar.gz: f80c20abfc9b599245fbd253a120437720d6132288982fe6743023aa40c3b304
3
+ metadata.gz: 44304ff755f6f8da1bcb6e38b0ef8466a8d6fceefbc186f8e8c345c4fcdd7cf2
4
+ data.tar.gz: 301faf1ac23c387c37407301660caa3627088b752c51261fae2d11176c7249e1
5
5
  SHA512:
6
- metadata.gz: 6078c4c847d5cc66a84769e97115cbd2ac49bda66b0efa5f77f1a45e6aee339b5e5d916f53f13f1af02e8b1377b014aac073be2832ec33326bf9dbd05e7aa337
7
- data.tar.gz: 3f5ed2747c5c426139c228ee72b075e2769038a5fd1b7a9adb99909736987d8e929b9df083bf034c34f37bb36f83c06034df4adc56996e2824b089b24da02a81
6
+ metadata.gz: 0c3f112c7c86d83c840bdf399115261238b1710421ad63331e5671a649c33aebd6123a3b9696415f110029d2e1d9b906c0512af6c3577dd12d19bd6c727a716d
7
+ data.tar.gz: 3e86bd5b901aa9267ae2ddddc07dcd58a7b412041db449b0016593d031703db9f28bd51ebeb326b225b0c1c8c0679e909a065872f2369dff273af54624563e70
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Matt Brictson
3
+ Copyright (c) 2025 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,3 +1,3 @@
1
1
  module Bundleup
2
- VERSION = "2.5.1".freeze
2
+ VERSION = "2.5.3".freeze
3
3
  end
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.1
4
+ version: 2.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-10-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 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.5.21
67
- signing_key:
64
+ rubygems_version: 3.6.7
68
65
  specification_version: 4
69
66
  summary: A friendlier command-line interface for Bundler’s `update` and `outdated`
70
67
  commands.