choosy 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/VERSION.yml +1 -1
  2. data/lib/choosy/rake.rb +1 -1
  3. metadata +2 -2
data/lib/VERSION.yml CHANGED
@@ -2,5 +2,5 @@
2
2
  version:
3
3
  major: 0
4
4
  minor: 3
5
- tiny: 3
5
+ tiny: 4
6
6
  date: 25/03/2011
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
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 3
9
- version: 0.3.3
8
+ - 4
9
+ version: 0.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Gabe McArthur