bundleup 2.2.1 → 2.2.4

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: 59dbcb67dc74bb6994d56d99481f90f28a75752289389a51137b7e8d71dbda30
4
+ data.tar.gz: 02050e6076f40766e01611a8d8fc53fc3f21d87f02217cc2ae01989e305ce1ab
5
5
  SHA512:
6
- metadata.gz: b0a295de79f9e7df972fb00ed879900c4d8ed654ce10496d0d37a820469e26bdc3e526d1fc5e53df5239aebcb692ff186f4b1c2ec37b3c5a76b5dc2a294facbb
7
- data.tar.gz: 9ca7bd1d309c8b21b297ee61505d23d3a2db4b2e6bbb066061bb38b26c5b9c36d7ba33216b74a58499a02d77107b24df85eb904a1f5bd533f5d25777cf906350
6
+ metadata.gz: bc320e0f910ddaf36728a53275aedd3a0a00810cc4e6a9123cdf6722f60174608d35a45f5cea3730764383ec9f99e1adaf8e239d09635cb46dea65afa55039b4
7
+ data.tar.gz: 1b72b4dbc614b538630fc7cdc34dbd3e159474101e808cef5b40450f9b785d7164e006d16627f5c7cd66414bdf948638c34d15d9fa8ac25b417269a28a2afd43
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.4".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.4
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-09-05 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:
@@ -55,14 +56,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
56
  requirements:
56
57
  - - ">="
57
58
  - !ruby/object:Gem::Version
58
- version: 2.6.0
59
+ version: '2.6'
59
60
  required_rubygems_version: !ruby/object:Gem::Requirement
60
61
  requirements:
61
62
  - - ">="
62
63
  - !ruby/object:Gem::Version
63
64
  version: '0'
64
65
  requirements: []
65
- rubygems_version: 3.2.26
66
+ rubygems_version: 3.3.21
66
67
  signing_key:
67
68
  specification_version: 4
68
69
  summary: A friendlier command-line interface for Bundler’s `update` and `outdated`