bundleup 2.2.1 → 2.2.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: 7d5e452355464a53bcf221f7fe0ea354d1ec89c08fcfd91a9989eba473b88d93
4
- data.tar.gz: f5d1604efbe92c487e8783cca06ce38e1709d611121773062171b571f5eaa165
3
+ metadata.gz: 90900280e56ac6b5f06de3ff3e2abd50c793f6983bc26311834c42b0ce539e0a
4
+ data.tar.gz: 56cfe6367e27a4d004fb23b0a8aec8d80bc3f790509a75da9fef1597891e12f0
5
5
  SHA512:
6
- metadata.gz: b0a295de79f9e7df972fb00ed879900c4d8ed654ce10496d0d37a820469e26bdc3e526d1fc5e53df5239aebcb692ff186f4b1c2ec37b3c5a76b5dc2a294facbb
7
- data.tar.gz: 9ca7bd1d309c8b21b297ee61505d23d3a2db4b2e6bbb066061bb38b26c5b9c36d7ba33216b74a58499a02d77107b24df85eb904a1f5bd533f5d25777cf906350
6
+ metadata.gz: b805fc9edd1a175b4a24490e5f2a4c873b4f287284d57ca7cbee68a86f5c212c063536f3b4da471da9b8800a809eecc7a0821f107115840aaf2457b630a87666
7
+ data.tar.gz: 07de7fb2b55a42175874132cee04bc6ffc4ec9e6122a7f4861c62fbc6e8c591c212029364226ecbcc611ea0cfc2653f114305b701d500b54cef30252182ef547
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Matt Brictson
3
+ Copyright (c) 2022 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.2.1".freeze
2
+ VERSION = "2.2.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.2.1
4
+ version: 2.2.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: 2021-10-13 00:00:00.000000000 Z
11
+ date: 2022-02-26 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
@@ -47,6 +47,7 @@ metadata:
47
47
  changelog_uri: https://github.com/mattbrictson/bundleup/releases
48
48
  source_code_uri: https://github.com/mattbrictson/bundleup
49
49
  homepage_uri: https://github.com/mattbrictson/bundleup
50
+ rubygems_mfa_required: 'true'
50
51
  post_install_message:
51
52
  rdoc_options: []
52
53
  require_paths:
@@ -62,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
63
  - !ruby/object:Gem::Version
63
64
  version: '0'
64
65
  requirements: []
65
- rubygems_version: 3.2.26
66
+ rubygems_version: 3.3.7
66
67
  signing_key:
67
68
  specification_version: 4
68
69
  summary: A friendlier command-line interface for Bundler’s `update` and `outdated`