choosy 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/VERSION.yml +1 -1
- data/lib/choosy/rake.rb +1 -1
- metadata +2 -2
data/lib/VERSION.yml
CHANGED
data/lib/choosy/rake.rb
CHANGED
@@ -72,7 +72,7 @@ end
|
|
72
72
|
#########################################################################
|
73
73
|
# Release
|
74
74
|
desc "Tags the current release in git, builds the gemspec, and pushes the gem"
|
75
|
-
task :release => ['gem:push', 'git:tag', 'git:push']
|
75
|
+
task :release => ['git:diff', 'gem:push', 'git:tag', 'git:push']
|
76
76
|
|
77
77
|
#########################################################################
|
78
78
|
# Git
|