pr-with-params 1.2.0 → 1.2.1

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: 9d4ad8c0505135845906a907642802d1e6426610e114cfd33be9c090a4866713
4
- data.tar.gz: 71b40495173262b6ef5cf9ce0ea85f160e677d95505cc2cded45036831e86a90
3
+ metadata.gz: c782747263091187d47cf06777699c11fea56d9fb74d1fd137c4cde86216a911
4
+ data.tar.gz: f8217fa6768ed3ed8f81d553a496ab84e7008e8c493f5cac3232dc8606a35fa5
5
5
  SHA512:
6
- metadata.gz: c592f1a860463ae680e56dc919d91a1e575c0beead05bfc0f64d759fc509b28cd06e2bc42ddd4240a38e85ee40c7d74c9b64b87157cf740579b2fe63c6632fff
7
- data.tar.gz: 2dd182433b8815efe50dd0405232c9319d2d0795f61479a54dc9c80e4f4be6e51feeb832789ab73286c1c7c3bed1f81513469ab4d2feb8292ca1fb2538f6889e
6
+ metadata.gz: e5b569b26a32a57e47323544eaef3b56f538afce354cb3c2d33cb3d23f096b2070f0855fbc9c0111c46412627585c94493b12898569d7ca93c3c33785439d141
7
+ data.tar.gz: 5fbf9e79107c81f09337f11f2fa0c91423df37bfc51b5dd759e77c07815a1d99053bb5e0d6f0ae930082bea9564837a28973ffefc56115138446389f20f95d08
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pr-with-params (1.2.0)
4
+ pr-with-params (1.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -52,7 +52,7 @@ bug_fix:
52
52
  * Only fields defined in another scope will override the defaults. In the example above, the final list of configs will be:
53
53
 
54
54
  ```ruby
55
- { base_branch: 'main', template: 'bug_fix_template.md', assignees: '2k-joker', labels: 'bug,urgent' }
55
+ { validators: ['conventional_commits'], base_branch: 'main', template: 'bug_fix_template.md', assignees: '2k-joker', labels: 'bug,urgent' }
56
56
  ```
57
57
 
58
58
  **Supported configs**
data/exe/pr-with-params CHANGED
@@ -6,7 +6,7 @@ require 'json'
6
6
  require 'optparse'
7
7
  require 'open3'
8
8
 
9
- options = { expand: 1 }
9
+ options = { expand: 1, validators: [] }
10
10
  config_file_path = ''
11
11
  config_scope = nil
12
12
 
@@ -3,7 +3,7 @@
3
3
  module PR
4
4
  module With
5
5
  module Params
6
- VERSION = "1.2.0"
6
+ VERSION = "1.2.1"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pr-with-params
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 2k-joker
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-06 00:00:00.000000000 Z
11
+ date: 2022-09-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: