elocal_capistrano 2.1.2 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38a787740a9516ff0fa330821ca2082f4bef9475
4
- data.tar.gz: 73d5ccb425735282fb9f4cd7ae350c7893fc3330
3
+ metadata.gz: bfdcca734b8cce4c53dfec083ca6611095145512
4
+ data.tar.gz: f9c75507660655fa700fcb374ee8b43711fc5d60
5
5
  SHA512:
6
- metadata.gz: 260d2dff8a3d463b0ad320582917650e220635f7986653f4f330036d71af650f8e1e65fbfbf58fff9346ddecd971ec1bf677201486582d34d4ba4d13030d0c5c
7
- data.tar.gz: e39baa1236cb498841fd0dc84e33e8698c9d08c3714945f7793d149f8bb00e62e257adccb1060fcbd710d34c9706ce08ab081dde5e7e7f0a0b90615b265444c7
6
+ metadata.gz: 7f91354b577091318def82968a795131fa35048e255da9d8b8c7c4547adecb0a7d66c95ec4611ec6127d6513c9b3c32399d4b205683fcf49776dcedf2a21f64e
7
+ data.tar.gz: ef042a35c793511b30f34d75006c65af323baa70a01cbac6c26ac03b8909a8903a5b9af86f4883643ec2ac3a108ec917b44546d5e3db0c513e2ce7809e4dbd6e
@@ -1,3 +1,3 @@
1
1
  module ElocalCapistrano
2
- VERSION = '2.1.2'
2
+ VERSION = '2.1.3'
3
3
  end
@@ -46,7 +46,7 @@ namespace :git do
46
46
  if staging_tag != current_tag
47
47
  update_versions_file(staging_tag)
48
48
  execute :git, "add #{fetch(:versions_path)}"
49
- execute :git, "commit -m '[RELEASE][#{fetch(:rails_env)}] Update release tag for #{fetch(:rails_env)} to #{tag}' #{fetch(:versions_path)}"
49
+ execute :git, "commit -m '[RELEASE][#{fetch(:rails_env)}] Update release tag for #{fetch(:rails_env)} to #{staging_tag}' #{fetch(:versions_path)}"
50
50
  execute :git, 'push origin master'
51
51
  else
52
52
  puts 'Current version up-to-date. No update needed'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elocal_capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Di Marco
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.5.2
85
+ rubygems_version: 2.5.1
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: Common eLocal Capistrano tasks