From 4a4a8796106d69cf349b45492cd1938b5b9f0103 Mon Sep 17 00:00:00 2001 From: John Pelly Date: Wed, 22 Mar 2017 09:06:25 -0400 Subject: [PATCH 1/2] switched to using jeweler; it works as opposed to jeweler2 --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index d8ae9ee..2b8fbb8 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -require 'jeweler2' +require 'jeweler' Jeweler::Tasks.new do |s| s.name = 'gnuplot' s.description = s.summary = "Utility library to aid in interacting with gnuplot from ruby" @@ -18,4 +18,4 @@ task :test do end end -Jeweler::RubygemsDotOrgTasks.new \ No newline at end of file +Jeweler::RubygemsDotOrgTasks.new From 885637cc278c807c94cdfe2b6192fb3dc31216ec Mon Sep 17 00:00:00 2001 From: John Pelly Date: Wed, 22 Mar 2017 09:10:40 -0400 Subject: [PATCH 2/2] added .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0728405 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +gnuplot.gemspec +pkg/