bozo-scripts 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/bozo/hooks/git_tag_release.rb +4 -4
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.3
|
@@ -11,11 +11,11 @@ module Bozo::Hooks
|
|
11
11
|
tag_name = "rel-#{env['BUILD_VERSION']}"
|
12
12
|
|
13
13
|
if `git tag`.split("\n").include? tag_name
|
14
|
-
|
14
|
+
log_warn "The tag #{tag_name} already exists"
|
15
|
+
else
|
16
|
+
execute_command :git, ['git', 'tag', tag_name]
|
17
|
+
execute_command :git, ['git', 'push', '--tags']
|
15
18
|
end
|
16
|
-
|
17
|
-
execute_command :git, ['git', 'tag', tag_name]
|
18
|
-
execute_command :git, ['git', 'push', '--tags']
|
19
19
|
end
|
20
20
|
|
21
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bozo-scripts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-05-
|
13
|
+
date: 2014-05-16 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: nokogiri
|
@@ -141,7 +141,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
141
141
|
version: '0'
|
142
142
|
segments:
|
143
143
|
- 0
|
144
|
-
hash:
|
144
|
+
hash: -3141461654386584007
|
145
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
146
|
none: false
|
147
147
|
requirements:
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
version: '0'
|
151
151
|
segments:
|
152
152
|
- 0
|
153
|
-
hash:
|
153
|
+
hash: -3141461654386584007
|
154
154
|
requirements: []
|
155
155
|
rubyforge_project: bozo-scripts
|
156
156
|
rubygems_version: 1.8.24
|