bundleup 2.2.5 → 2.2.6

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: c568d641436f1f6d2f2618f5f9666b00d400fb1072c6220517c497157042bbfa
4
- data.tar.gz: a3e4d5ab12063eb6c8056e8b65edff80d041073d871c4bfea8a52ca26ed1789e
3
+ metadata.gz: d633cb6200635213774865fe88464625ff9b188e4d7c1b4dcdb5292862c65190
4
+ data.tar.gz: e5f6aa5b85222fd8de48c7458716fd778f3d3a20250ecef42a4b7ea1da219b43
5
5
  SHA512:
6
- metadata.gz: a79c7d1a1953cf7ccbc0b53e052557e1e78e2a2bb8908f5d17bba29d6ad8655137a637495f3dee4d69d81c498a496c5956153cf427e9a351cd4e0dd6014bea94
7
- data.tar.gz: a40fb8abb3e07abc2f6c61939d9d3e43ab6bbbc63d77d0429cdb7bf3bc32edf840c4caa677356ab8a86606f2c7fa67de8ff4cef03bb0f27fe0abd628b5ca0c0b
6
+ metadata.gz: 654e562a603bf7bb574e27c312c29ed431881778063725f61a81441b9d954aae3da55b8c178e4623f32e89553a707e3a754e6982fed642e983438acbca6bbd15
7
+ data.tar.gz: 64144a6e753bfdf47ff113981f072fb7d1a87c0208ac83e02186db1d6ce3f700505311a655d1e0be241d598d5ac239af15ba74bbe4491110c32b05aa36aaeb95
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Matt Brictson
3
+ Copyright (c) 2023 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
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # bundleup
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/bundleup.svg)](http://badge.fury.io/rb/bundleup)
4
- [![Build Status](https://circleci.com/gh/mattbrictson/bundleup/tree/main.svg?style=shield)](https://app.circleci.com/pipelines/github/mattbrictson/bundleup?branch=main)
4
+ [![Build Status](https://mattbrictson.semaphoreci.com/badges/bundleup/branches/main.svg?style=shields)](https://mattbrictson.semaphoreci.com/projects/bundleup)
5
5
 
6
6
  **Run `bundleup` on a Ruby project containing a Gemfile to see what gem dependencies need updating.** It is a friendlier command-line interface to [Bundler’s][bundler] `bundle update` and `bundle outdated`.
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Bundleup
2
- VERSION = "2.2.5".freeze
2
+ VERSION = "2.2.6".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.5
4
+ version: 2.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-08 00:00:00.000000000 Z
11
+ date: 2023-03-21 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.0.dev
66
+ rubygems_version: 3.4.7
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: A friendlier command-line interface for Bundler’s `update` and `outdated`