magic_recipes 0.1.3 → 0.1.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 +2 -1
  2. metadata +1 -1
data/lib/magic_recipes.rb CHANGED
@@ -61,7 +61,8 @@ module MagicRecipes
61
61
 
62
62
  def template(from, to)
63
63
  erb = File.read(File.expand_path("../magic_recipes/templates/#{from}", __FILE__))
64
- put ERB.new(erb).result(binding), to
64
+ # put ERB.new(erb).result(binding), to
65
+ scp ERB.new(erb).result(binding), to
65
66
  end
66
67
 
67
68
  def set_default(name, *args, &block)
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.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: