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 +4 -4
- data/Gemfile.lock +1 -1
- data/contrek.gemspec +1 -1
- data/lib/contrek/version.rb +1 -1
- metadata +2 -9
- data/docs/images/strict_bounds_off.png +0 -0
- data/docs/images/strict_bounds_on.png +0 -0
- data/docs/images/stripes/whole.png +0 -0
- data/docs/images/stripes/whole_0.png +0 -0
- data/docs/images/stripes/whole_256.png +0 -0
- data/docs/images/stripes/whole_512.png +0 -0
- data/docs/images/stripes/whole_768.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1025551133df8cf6974f60a7376965a4d0f05aa67e3056d7fdc80d9238c0b15
|
|
4
|
+
data.tar.gz: 340f67ea51692d68c66c8c50d95c85b424dfa3da556e886a778139b9e15163c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08df976898407e0db4decf010da33a337b6a405232154676ae4d740c7872812e48c5f9f5943b3040b2d4dd0015e8d77b729c4c3ba332497a2c3aba4f642ab0d0'
|
|
7
|
+
data.tar.gz: dac48e9cf23557b132301481a262f4a536301aa3bcc5c86796ff7b7061a629e7fd4588ceb19b6bc962bfbee4fbd2e2414c7620bafd424b770ca1c265fc077d64
|
data/Gemfile.lock
CHANGED
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",
|
data/lib/contrek/version.rb
CHANGED
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.
|
|
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-
|
|
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
|