bundler-restrict 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 495861a3598b42ce76a4d30468508ab11aa46b65d71a787daa0f97a0d5bb0a26
4
- data.tar.gz: 3daa7f22b469607bb163e1d3f7ce4fffab8fc969615d69b16a1751c61bef8956
3
+ metadata.gz: 9b1a68965baa1c29cc22a220031fa096e9143da2df6d1cab87437b70a3b33f46
4
+ data.tar.gz: 83fda2f26d11e0f4ceddc8dc19575243adb656d0d5008f7234d6bef8dccb28d6
5
5
  SHA512:
6
- metadata.gz: b68ead20a9df26bec4e9f91f8a4717b13378e1561268c9ec29fd1b2a5f8cc566ee989ef507267434cf5229faf6c59906aabda583636de09fa39ebd1ebb51047c
7
- data.tar.gz: ae70d96224af51562282e9a605f645321ef8319b57e38a62a0e9e273cb43707e9db43099783a260d9128521b90f46584f99c7a8d9cd148a366f3c5650a0df26e
6
+ metadata.gz: b2801a40e8b528633ef5b6182027cd7379aa56c070351fa45e067269b6098596baf2499454cccc7fee5d2abbe0fcf990e088d9e6a64009c1279b90195ccf15f2
7
+ data.tar.gz: 267f9e75f1a7d057b150974345c82716833df1a6c40062f8cb2181b3a10ce3ddd1fd54a3675f52522784f191a6756ad37e6fecb180c934f759095b15fc57a0d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.1.0] - 2022-03-30
3
+ ## [0.1.2]
4
+
5
+ - DateCheck
6
+ - ignore some gems
7
+ - github action to build gem
8
+
9
+ ## [0.1.0]
4
10
 
5
11
  - Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bundler-restrict (0.1.0)
4
+ bundler-restrict (0.1.2)
5
5
  gems
6
6
 
7
7
  GEM
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
 
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module Restrict
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
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.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-30 00:00:00.000000000 Z
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: