diff --git a/Rakefile b/Rakefile index 94c5bc8..fabf393 100644 --- a/Rakefile +++ b/Rakefile @@ -9,6 +9,10 @@ Rake::TestTask.new(:test) do |t| t.verbose = true end +desc "Default (needed for bundle exec rake)" +task :default do +end + desc "Bumps the version by a minor or patch version, depending on what was passed in." task :bump, :part do |t, args| if Rumeme::VERSION =~ /^(\d+)\.(\d+)\.(\d+)(?:\.(.*?))?$/