fastqr 1.0.2 → 1.0.4

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.
@@ -17,7 +17,7 @@ echo "🔄 Updating version to $NEW_VERSION..."
17
17
  echo "$NEW_VERSION" > VERSION
18
18
 
19
19
  # Update CMakeLists.txt
20
- sed -i.bak "s/project(fastqr VERSION [0-9.]\+ /project(fastqr VERSION $NEW_VERSION /" CMakeLists.txt
20
+ sed -i.bak "s/project(fastqr VERSION [0-9.][0-9.]*/project(fastqr VERSION $NEW_VERSION/" CMakeLists.txt
21
21
  rm -f CMakeLists.txt.bak
22
22
 
23
23
  # Update src/fastqr.cpp
data/src/fastqr.cpp CHANGED
@@ -25,7 +25,7 @@
25
25
  // Enable benchmarking
26
26
  // #define FASTQR_BENCHMARK
27
27
 
28
- #define FASTQR_VERSION "1.0.2"
28
+ #define FASTQR_VERSION "1.0.4"
29
29
 
30
30
  namespace fastqr {
31
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastqr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - FastQR Project
@@ -103,10 +103,14 @@ files:
103
103
  - bindings/ruby/prebuilt/macos-arm64.tar.gz
104
104
  - bindings/ruby/prebuilt/macos-arm64/bin/fastqr
105
105
  - bindings/ruby/prebuilt/macos-arm64/include/fastqr.h
106
+ - bindings/ruby/prebuilt/macos-arm64/include/stb_image.h
107
+ - bindings/ruby/prebuilt/macos-arm64/include/stb_image_write.h
106
108
  - bindings/ruby/prebuilt/macos-arm64/lib/libfastqr.dylib
107
109
  - bindings/ruby/prebuilt/macos-x86_64.tar.gz
108
110
  - bindings/ruby/prebuilt/macos-x86_64/bin/fastqr
109
111
  - bindings/ruby/prebuilt/macos-x86_64/include/fastqr.h
112
+ - bindings/ruby/prebuilt/macos-x86_64/include/stb_image.h
113
+ - bindings/ruby/prebuilt/macos-x86_64/include/stb_image_write.h
110
114
  - bindings/ruby/prebuilt/macos-x86_64/lib/libfastqr.dylib
111
115
  - build.sh
112
116
  - cmake/fastqrConfig.cmake.in