bundleup 2.1.1 → 2.1.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: 73c79a4ab3ab80dc2b0cc6f0ed3bf395668164f45da633c986499fad0a99cee3
4
- data.tar.gz: 814185883cbdfe1b562a8dbe2bc71168dbc077b63d2cddb4fd816d10b5b7ec4e
3
+ metadata.gz: feeb625fa4809af16d2bd8432e0a346dbcc842b513ede9bf5359209d8048eed9
4
+ data.tar.gz: d7fd509ab3ec67d7edda8e7ae99ceeb7d22e9ec913fddc6f56da554e2faa82a4
5
5
  SHA512:
6
- metadata.gz: 33542babb9e1178c43e0dc24c525bc2a43bc7d47cd889568265f1c7d8110605a9705769122cdbe29f6109cea1b6a153ddc82456ff2e3dbc0d73904a640c480f0
7
- data.tar.gz: 9fc8b7aeec1a01853dcc4799fdf289674167e1e6487609ca8095f80e40978c099fa9c6e5882b92fb81d667e76a83646812c552dce9a94e204e9cec949872b6de
6
+ metadata.gz: 4bc171b6589fc4a7c34a7de34e89ac81581d029060323627f36fc8fe863f5fc942a00178c84ab1821f4d4148dcc4ba25d131dec70c52146f50890d7490abc59b
7
+ data.tar.gz: 1a760272468231a61eccb246111bd42b4e0af8bd6185a3a715fbcc4a4d885d4e754ca11cf50ec5387b03c5ba5347e5211d37d6ad1391095359de5a13965c9418
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020 Matt Brictson
3
+ Copyright (c) 2021 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://travis-ci.com/mattbrictson/bundleup.svg?branch=main)](https://travis-ci.com/github/mattbrictson/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)
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.1.1".freeze
2
+ VERSION = "2.1.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.1.1
4
+ version: 2.1.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: 2020-12-06 00:00:00.000000000 Z
11
+ date: 2021-04-04 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
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.1.4
65
+ rubygems_version: 3.2.15
66
66
  signing_key:
67
67
  specification_version: 4
68
68
  summary: A friendlier command-line interface for Bundler’s `update` and `outdated`