bibliothecary 5.3.0 → 5.3.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
  SHA1:
3
- metadata.gz: 2fa6295e2d804a14e0272bc9e6df52cbdf44f013
4
- data.tar.gz: 09a249dd16c786b3e66f1f0b02c6eddbe82cd794
3
+ metadata.gz: 0e305ac82849245a755e8fb8dad9832c4fd79f3b
4
+ data.tar.gz: 1f0c73f0fd06f95fbbfdcd21ddc9ed562098f9bc
5
5
  SHA512:
6
- metadata.gz: e9a2921352f301b01d2c251508300c026ac03fdb90acd68bf16f3a405d1b86666994cdb1058e1000bdca4489087491dca4503256dd5736732088ef1182578f10
7
- data.tar.gz: 3895ca5d0d453f70dab81f7b284b86679a738beac7d8942be22ae72fad84ce5a84b1ad24d6a8438da019bb9d5cb864c0ca33c926e5daedf52bb78052d23a5bd1
6
+ metadata.gz: 2ed00904ee3cf697a2212d504685c0666690533877f85b218ba5622c2c65cd0384e24cc01ab11a38ea7e3a1106e9e474f1c20228f7e7c4efb1439c4eb46d2488
7
+ data.tar.gz: 34fb6868f54325c1c67b110ef1e18320388742172ffeb7fb5d17faecd6cf4b8be669f69a4f9a418fdecdce26f458dadf1e044b28be581cd4a918e68d47bcfaf5
@@ -7,15 +7,15 @@ module Bibliothecary
7
7
 
8
8
  def self.mapping
9
9
  {
10
- /^(?!node_modules).+*package\.json$/ => {
10
+ /^(?!node_modules).*package\.json$/ => {
11
11
  kind: 'manifest',
12
12
  parser: :parse_manifest
13
13
  },
14
- /^(?!node_modules).+*npm-shrinkwrap\.json$/ => {
14
+ /^(?!node_modules).*npm-shrinkwrap\.json$/ => {
15
15
  kind: 'lockfile',
16
16
  parser: :parse_shrinkwrap
17
17
  },
18
- /^(?!node_modules).+*yarn\.lock$/ => {
18
+ /^(?!node_modules).*yarn\.lock$/ => {
19
19
  kind: 'lockfile',
20
20
  parser: :parse_yarn_lock
21
21
  }
@@ -1,3 +1,3 @@
1
1
  module Bibliothecary
2
- VERSION = "5.3.0"
2
+ VERSION = "5.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bibliothecary
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.0
4
+ version: 5.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt