build-files 1.10.0 → 1.10.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: 555dbd01ff6915b1d7a9c11864d95544929e35006094fb0eda4ca7b8d8227006
4
- data.tar.gz: 6c17197d4bacc772f1e9aed6bce37cfab7ea4dcfb172c07a7ad955dfd8dc25ce
3
+ metadata.gz: 15d9380b02968425873c9c9bddf9edabeb2f47ef9a11504006aa63e48b820e59
4
+ data.tar.gz: b64e951ece7e1c5e4ed3a97022c65cb30ed6b0927253ee8750aed9a0b87310a9
5
5
  SHA512:
6
- metadata.gz: 8078524f809ad559c7c62de94ac98db9e6129e7d97f268fa2440a4732fbd3cba590d37775d9021b5a118c6957b81d87dbfb2321065fcd0eb32e9ab6e099617e8
7
- data.tar.gz: 951b008d3c8a395024acfa3d83db9dc86cedadb3fbc6af4964f48cf23cc61f4f460eb63df40c7fd89efffaa3f6d6a818f2641a6c49b629d790643b01304c8e49
6
+ metadata.gz: 045aa4d82728bf567ee555a06ac91ea5473319d7b03f3fc2f4451221cee6c52b3f3d9e27e5bddc4da1a5027ab681f3cf4c7b8e5e90f4f935783628e76753c491
7
+ data.tar.gz: 82e8c2ef1d8bcb124e25a358886a287e0986d3cb03e4f06d9b0bacb210be8f98d7d450878cc7f99a07b5ad95c622586d8e1475615eab3497d3e815278f9d2f05
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2019-2025, by Samuel Williams.
4
+ # Copyright, 2019-2026, by Samuel Williams.
5
5
 
6
6
  require_relative "list"
7
7
 
@@ -84,7 +84,7 @@ module Build
84
84
  # @parameter path [Path] The path to check.
85
85
  # @returns [Boolean] True if any list in the composite includes the path.
86
86
  def include?(path)
87
- @files.any? {|list| list.include?(path)}
87
+ @files.any?{|list| list.include?(path)}
88
88
  end
89
89
 
90
90
  # Rebase all lists in the composite to a new root.
@@ -117,5 +117,3 @@ module Build
117
117
  end
118
118
  end
119
119
  end
120
-
121
- require_relative "difference"
@@ -7,6 +7,6 @@
7
7
  module Build
8
8
  # @namespace
9
9
  module Files
10
- VERSION = "1.10.0"
10
+ VERSION = "1.10.2"
11
11
  end
12
12
  end
data/lib/build/files.rb CHANGED
@@ -4,6 +4,7 @@
4
4
  # Copyright, 2014-2025, by Samuel Williams.
5
5
 
6
6
  require_relative "files/list"
7
+ require_relative "files/difference"
7
8
  require_relative "files/composite"
8
9
  require_relative "files/paths"
9
10
  require_relative "files/glob"
data/license.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright, 2014-2025, by Samuel Williams.
3
+ Copyright, 2014-2026, by Samuel Williams.
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
@@ -26,7 +26,9 @@ Please see the [project documentation](https://github.com/ioquatix/build-files)
26
26
 
27
27
  Please see the [project releases](https://github.com/ioquatix/build-filesreleases/index) for all releases.
28
28
 
29
- ### v1.10.0
29
+ ### v1.10.2
30
+
31
+ - Fix circular dependency between `list.rb` and `difference.rb`.
30
32
 
31
33
  ## Contributing
32
34
 
data/releases.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # Releases
2
2
 
3
- ## v1.10.0
3
+ ## v1.10.2
4
+
5
+ - Fix circular dependency between `list.rb` and `difference.rb`.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: build-files
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.7.2
79
+ rubygems_version: 4.0.3
80
80
  specification_version: 4
81
81
  summary: Abstractions for handling and mapping paths.
82
82
  test_files: []
metadata.gz.sig CHANGED
Binary file