honkster-auto_tagger 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/recipes/release_tagger.rb +1 -1
  2. metadata +1 -1
@@ -43,7 +43,7 @@ Capistrano::Configuration.instance(:must_exist).load do
43
43
  desc %Q{Creates a tag using the stage variable}
44
44
  task :create_tag, :roles => :app do
45
45
  if variables[:stage]
46
- AutoTagger.new(variables[:stage], variables[:working_directory]).create_tag(real_revision)
46
+ tag_name = AutoTagger.new(variables[:stage], variables[:working_directory]).create_tag(real_revision)
47
47
  logger.info "AUTO TAGGER created tag #{tag_name} from #{real_revision}"
48
48
  else
49
49
  tag_name = AutoTagger.new(:production, variables[:working_directory]).create_tag
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honkster-auto_tagger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Dean