From c5cc78e596de3e544ddcad718771619cb8bb18de Mon Sep 17 00:00:00 2001 From: firien <58729+firien@users.noreply.github.com> Date: Thu, 22 Apr 2021 16:30:54 -0400 Subject: [PATCH 1/2] update include st.h --- ext/ruby_cups.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ruby_cups.h b/ext/ruby_cups.h index e8e9097..14c12e2 100755 --- a/ext/ruby_cups.h +++ b/ext/ruby_cups.h @@ -2,7 +2,7 @@ // st.h is needed for ST_CONTINUE constant #include -#include +#include #ifndef MAXOPTS #define MAXOPTS 100 From 615b7f0c8045cd33c0d877db85d981de20dd0160 Mon Sep 17 00:00:00 2001 From: firien <58729+firien@users.noreply.github.com> Date: Thu, 17 Jun 2021 09:07:25 -0400 Subject: [PATCH 2/2] removed deprecated gem spec options --- cups.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/cups.gemspec b/cups.gemspec index 1adfd80..e9d12fa 100755 --- a/cups.gemspec +++ b/cups.gemspec @@ -10,6 +10,4 @@ Gem::Specification.new do |s| s.files = Dir.glob("{test}/**/*") | ["ext/cups.c", "ext/ruby_cups.h", "ext/extconf.rb"] | Dir.glob("{lib}/**/*") s.extensions << "ext/extconf.rb" s.homepage = "https://github.com/m0wfo/cups" - s.has_rdoc = true - s.rubyforge_project = "cups" end