magic_recipes 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/magic_recipes.rb +4 -2
  2. metadata +1 -1
data/lib/magic_recipes.rb CHANGED
@@ -19,7 +19,6 @@ module MagicRecipes
19
19
  default_run_options[:pty] = true
20
20
  ssh_options[:forward_agent] = true
21
21
 
22
- set_default :use_rvm, false # => no_rvm
23
22
 
24
23
  def template(from, to)
25
24
  erb = File.read(File.expand_path("../magic_recipes/templates/#{from}", __FILE__))
@@ -37,7 +36,10 @@ module MagicRecipes
37
36
  length.times { password << chars[rand(chars.size)] }
38
37
  password
39
38
  end
40
-
39
+
40
+
41
+ set_default :use_rvm, false # => no_rvm
42
+
41
43
  namespace :deploy do
42
44
  desc "Install everything onto the server"
43
45
  task :install do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: