From 67b9d9a7f1f9c6da40a5166def520ccbff97c878 Mon Sep 17 00:00:00 2001 From: aguspe Date: Sat, 27 Jul 2024 22:29:21 +0200 Subject: [PATCH] Correct extra space --- Gemfile | 15 +-------------- lib/ruby_raider.rb | 4 ---- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index e9935a9..ae81ad8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,17 +2,4 @@ source 'https://rubygems.org' -gemspec - - - - - - - - - - - - - +gemspec \ No newline at end of file diff --git a/lib/ruby_raider.rb b/lib/ruby_raider.rb index 4f2640e..33b487f 100644 --- a/lib/ruby_raider.rb +++ b/lib/ruby_raider.rb @@ -49,10 +49,6 @@ def version no_commands do def current_version = File.read(File.expand_path('version', __dir__)).strip - - def load_installed_plugins - - end end end end