kapify 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/kapify/base.rb CHANGED
@@ -28,7 +28,7 @@ Capistrano::Configuration.instance.load do
28
28
  set_default(:templates_path, "#{Dir.pwd}/config/deploy/templates")
29
29
 
30
30
  def template(from, to)
31
- erb = File.read(File.expand_path("#{Dir.pwd}/#{templates_path}/#{from}"))
31
+ erb = File.read(File.expand_path("#{templates_path}/#{from}"))
32
32
  put ERB.new(erb).result(binding), to
33
33
  end
34
34
 
@@ -1,3 +1,3 @@
1
1
  module Kapify
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kapify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-04 00:00:00.000000000 Z
12
+ date: 2013-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
@@ -106,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: -1234780597544421628
109
+ hash: -3933523833815941141
110
110
  required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  none: false
112
112
  requirements:
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: -1234780597544421628
118
+ hash: -3933523833815941141
119
119
  requirements: []
120
120
  rubyforge_project:
121
121
  rubygems_version: 1.8.23