From a7713bdee69ac7e81d1be9e9534ca4fef543f078 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Thu, 20 Aug 2020 20:34:16 -0700 Subject: [PATCH] v0.9.1 --- CHANGELOG.md | 7 +++++-- Rakefile | 1 - lib/capistrano/precompile_chooser/version.rb | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7947f..94c3272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ CHANGELOG --------- - Unreleased - - Refractor into a `Capistrano::Plugin` + * Nothing yet - **0.9.0** - August 19, 2020 - - Gem Initial Release + * Refractor plugin into `Capistrano::Plugin` format + +- **0.9.0** - August 19, 2020 + * Gem Initial Release diff --git a/Rakefile b/Rakefile index a1c322d..28e368a 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,6 @@ task test: :spec task default: :spec task :console do - require 'capistrano' require 'capistrano/precompile_chooser' require 'irb' diff --git a/lib/capistrano/precompile_chooser/version.rb b/lib/capistrano/precompile_chooser/version.rb index 6c8e7b7..474a24f 100644 --- a/lib/capistrano/precompile_chooser/version.rb +++ b/lib/capistrano/precompile_chooser/version.rb @@ -2,6 +2,6 @@ module Capistrano class PrecompileChooser < Capistrano::Plugin - VERSION = "0.9.0" + VERSION = "0.9.1" end end