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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b01a03740686ea191482d88c248f0e2116af5bc3a18b0fd919b9dc9bb5516d72
4
- data.tar.gz: 7420a321d1be1c5f99a919107d06c1c95f1d9e0d47f64250afdc4f7c2beb5691
3
+ metadata.gz: 5ad14a98f80b8d991d57b415cca1cbf5025d23310d35b6853ddfaec532cfb25b
4
+ data.tar.gz: 795e6ffa7e5b4b4d4eb2ff82bd8679e8ca53c2015b1902ddee57378d7ac5d871
5
5
  SHA512:
6
- metadata.gz: 58d7ff415b60c6d48e7424c8a4ab63b9329f4e11f0220f452c5afbd01dea2c251d2ee48f7e406c39d2e43af1c559ba70f55dabc9b9199f5a9ec5808b4404d3f9
7
- data.tar.gz: ecc49afe331b5c541e3ee2bbe662ce243eb999528d181ccfd334b5d720cae5e1542a296a3a5209174f4764fee153a5d422f8501daac302d0c2150e3dcf500b13
6
+ metadata.gz: 7817aa75985bd95f47059839b69374de7994a40f1942b62986c933c7c9221665db3aadcdbd326675e80dbddc5211e43d0403bf4c3cdfc0057394a150d3c42c9a
7
+ data.tar.gz: 2d025f59330c814a8e5811dfaccbfe36783e6d07cd7a5db3a93f45f15f9cd71b6b03a41476737eb7784d7a25a3b05f9ae6ee696b98c9b27aefaab51cec2c9e74
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Matt Brictson
3
+ Copyright (c) 2024 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.4.1".freeze
2
+ VERSION = "2.4.2".freeze
3
3
  end
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.1
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: 2023-12-09 00:00:00.000000000 Z
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.4.22
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`