From 8185d66664367eab60edb3ab27103d22c1631769 Mon Sep 17 00:00:00 2001 From: a14m Date: Fri, 27 Nov 2020 17:02:40 +0100 Subject: Initial commit of the ruby gem --- CLI/ruby/Rakefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CLI/ruby/Rakefile (limited to 'CLI/ruby/Rakefile') diff --git a/CLI/ruby/Rakefile b/CLI/ruby/Rakefile new file mode 100644 index 0000000..b6ae734 --- /dev/null +++ b/CLI/ruby/Rakefile @@ -0,0 +1,8 @@ +# frozen_string_literal: true + +require "bundler/gem_tasks" +require "rspec/core/rake_task" + +RSpec::Core::RakeTask.new(:spec) + +task default: :spec -- cgit v1.2.3