bundler-restrict 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -1
- data/Gemfile.lock +1 -1
- data/README.md +5 -1
- data/lib/bundler/restrict/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b1a68965baa1c29cc22a220031fa096e9143da2df6d1cab87437b70a3b33f46
|
4
|
+
data.tar.gz: 83fda2f26d11e0f4ceddc8dc19575243adb656d0d5008f7234d6bef8dccb28d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2801a40e8b528633ef5b6182027cd7379aa56c070351fa45e067269b6098596baf2499454cccc7fee5d2abbe0fcf990e088d9e6a64009c1279b90195ccf15f2
|
7
|
+
data.tar.gz: 267f9e75f1a7d057b150974345c82716833df1a6c40062f8cb2181b3a10ce3ddd1fd54a3675f52522784f191a6756ad37e6fecb180c934f759095b15fc57a0d7
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Bundler::Restrict
|
1
|
+
# Bundler::Restrict [![Travis (.com) branch](https://img.shields.io/travis/com/sergio-fry/bundler-restrict/master)](https://travis-ci.com/github/sergio-fry/bundler-restrict) [![Gem](https://img.shields.io/gem/v/bundler-restrict)](https://rubygems.org/gems/bundler-restrict) [![Gem](https://img.shields.io/gem/dt/bundler-restrict)](https://rubygems.org/gems/bundler-restrict) [![Hits-of-Code](https://hitsofcode.com/github/sergio-fry/bundler-restrict)](https://hitsofcode.com/github/sergio-fry/bundler-restrict/view)
|
2
2
|
|
3
3
|
Check bundle gem list.
|
4
4
|
|
@@ -6,6 +6,10 @@ Available checks:
|
|
6
6
|
|
7
7
|
* DateCheck: check if gem release date < '2022-02-01'
|
8
8
|
|
9
|
+
## Demo
|
10
|
+
|
11
|
+
[![asciicast](https://asciinema.org/a/2evWbOHxYNxb4ZgwhzqDnJrB7.svg)](https://asciinema.org/a/2evWbOHxYNxb4ZgwhzqDnJrB7)
|
12
|
+
|
9
13
|
|
10
14
|
## Installation
|
11
15
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundler-restrict
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergei O. Udalov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gems
|
@@ -57,6 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
homepage_uri: https://github.com/sergio-fry/bundler-restrict
|
59
59
|
source_code_uri: https://github.com/sergio-fry/bundler-restrict.git
|
60
|
+
changelog_uri: https://github.com/sergio-fry/bundler-restrict/blob/master/CHANGELOG.md
|
60
61
|
post_install_message:
|
61
62
|
rdoc_options: []
|
62
63
|
require_paths:
|