bundleup 2.4.0 → 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: 2dfa7a68f9a4f6cb80f944a05711bc3baf21d7d4771b1fe517eaa1e87ccf5879
4
- data.tar.gz: ec24af12b0c552fd3649461559681141d681f4eb922b978701203e0c3c4e9235
3
+ metadata.gz: 5ad14a98f80b8d991d57b415cca1cbf5025d23310d35b6853ddfaec532cfb25b
4
+ data.tar.gz: 795e6ffa7e5b4b4d4eb2ff82bd8679e8ca53c2015b1902ddee57378d7ac5d871
5
5
  SHA512:
6
- metadata.gz: 6622f460ab1d5bfde0f40ca4f2a4c9332556c4bcaf345e3d3be59c19565138acec061665c976e15db5f9419989122bf1e37d3efe0a6080e28c948b9964987869
7
- data.tar.gz: d857ee33151444717cbc58d7d3af5d8650e7f906022c70d20f18ffdf91d803b53d0ea810df797f9961c56c19c5d012781cfed733f4bfc167bfcbb7b62a5817e6
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.0".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.0
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-08-22 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.18
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`