if-vlad-recipes 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -0,0 +1,8 @@
1
+ namespace :vlad do
2
+ namespace :if do
3
+ desc "Create a secret .current_branch file"
4
+ remote_task :make_current_branch_file, :roles => :app do
5
+ run "echo \"#{revision}\" > #{current_path}/.current_branch"
6
+ end
7
+ end
8
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: if-vlad-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Aaron
@@ -38,6 +38,7 @@ files:
38
38
  - VERSION
39
39
  - lib/if-vlad-recipes.rb
40
40
  - lib/if-vlad-recipes/cleanup.rb
41
+ - lib/if-vlad-recipes/current_branch_file.rb
41
42
  - lib/if-vlad-recipes/gems.rb
42
43
  - lib/if-vlad-recipes/git_with_submodule_support.rb
43
44
  - lib/if-vlad-recipes/maintenance.rb