blazing 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- blazing (0.0.7)
4
+ blazing (0.0.8)
5
5
  activesupport (>= 3.0.5)
6
6
  i18n
7
7
  thor (>= 0.14.6)
@@ -13,9 +13,9 @@ module Blazing
13
13
 
14
14
  def post_receive
15
15
  set_git_dir
16
+ reset_head!
16
17
  @recipes.delete_if { |recipe| recipe.name == 'rvm' }
17
18
  run_recipes
18
- reset_head!
19
19
  end
20
20
 
21
21
  def gemfile_present?
@@ -1,3 +1,3 @@
1
1
  module Blazing
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: blazing
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.0.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Felipe Kaufmann