contrek 1.1.6 → 1.1.7

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: 1646e5fe0beaeafefcf2d60230a12ead391c9d75c771807332de7e06128198e4
4
- data.tar.gz: a42d904e10ca321d8091263af986193332ac1507cdb2155e92373cf222faa864
3
+ metadata.gz: d1025551133df8cf6974f60a7376965a4d0f05aa67e3056d7fdc80d9238c0b15
4
+ data.tar.gz: 340f67ea51692d68c66c8c50d95c85b424dfa3da556e886a778139b9e15163c6
5
5
  SHA512:
6
- metadata.gz: 32495e09d3c742d1c8a1011df2c08a204a510766a0bc4fa5bf9f647fcba5c15fe691fc5ef7207f1caeb9c9caa0ff041948cc12f6e042261dd1b1d49e69c8f430
7
- data.tar.gz: 28a0e9ff0cc67cfbe7f56f73ae660d68a1ca82243ac656a67cff4c9aefff506eaf0230edc7973de9d900cb1f63e4946f9eed8c39cd9a04de01861dbcf04cb6cf
6
+ metadata.gz: '08df976898407e0db4decf010da33a337b6a405232154676ae4d740c7872812e48c5f9f5943b3040b2d4dd0015e8d77b729c4c3ba332497a2c3aba4f642ab0d0'
7
+ data.tar.gz: dac48e9cf23557b132301481a262f4a536301aa3bcc5c86796ff7b7061a629e7fd4588ceb19b6bc962bfbee4fbd2e2414c7620bafd424b770ca1c265fc077d64
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- contrek (1.1.5)
4
+ contrek (1.1.6)
5
5
  chunky_png (~> 1.4)
6
6
  concurrent-ruby (~> 1.3.5)
7
7
  rice (= 4.5.0)
data/contrek.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "https://github.com/runout77/contrek"
12
12
  s.licenses = ["MIT", "AGPL-3.0-only"]
13
13
  s.files = Dir.chdir(File.expand_path("..", __FILE__)) do
14
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(pkg|spec)/}) }
14
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(docs|pkg|spec)/}) }
15
15
  end
16
16
  s.metadata = {
17
17
  "homepage_uri" => "https://github.com/runout77/contrek",
@@ -1,3 +1,3 @@
1
1
  module Contrek
2
- VERSION = "1.1.6"
2
+ VERSION = "1.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contrek
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emanuele Cesaroni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-21 00:00:00.000000000 Z
11
+ date: 2026-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -141,13 +141,6 @@ files:
141
141
  - Rakefile
142
142
  - contrek.gemspec
143
143
  - contrek.png
144
- - docs/images/strict_bounds_off.png
145
- - docs/images/strict_bounds_on.png
146
- - docs/images/stripes/whole.png
147
- - docs/images/stripes/whole_0.png
148
- - docs/images/stripes/whole_256.png
149
- - docs/images/stripes/whole_512.png
150
- - docs/images/stripes/whole_768.png
151
144
  - ext/cpp_polygon_finder/PolygonFinder/CMakeLists.txt
152
145
  - ext/cpp_polygon_finder/PolygonFinder/LICENSE_AGPL.txt
153
146
  - ext/cpp_polygon_finder/PolygonFinder/examples/example.cpp
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file