capistrano-unformatt 0.6 → 0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d1bf3e64bc5b0c11bc6127c6cf86646a572b79a
4
- data.tar.gz: ec15df95a2be9d09e10d42b67a1a1bff71da3656
3
+ metadata.gz: 7e683125c4e40f70b2ff63437650693b41e37d56
4
+ data.tar.gz: 4accd0c70ed7e7c2fe91387c1e7f878c3422c032
5
5
  SHA512:
6
- metadata.gz: e09378fb5d6e9f3d064a594ffe45841fd41584737411517e36634b717346957ea974a6d2cfc246c300962897e822c640360d9aaf6056c2e97a369e30fe6758c4
7
- data.tar.gz: fe78d60fb4f71fc8a0f3fbd8080da0797484958e25cccb7fcc690cf412cfcebf0a58bb34f5c553297d6ff2b67f7a3ea1a573405627bb59d8ef24d44c06675e45
6
+ metadata.gz: 1faa5957cf3eaf602bc2296ec0f780cf48b33c989a7727be9c0aa26b71480fd019abc95490ef31cb5c6d7df6697c23aec5e1f79c246f0309dc3a5a8bdde5a380
7
+ data.tar.gz: 64518aa47f98d6dddf5b68d962d40c9c9f239d4c2348b88142ce5d3fb43b43b7c90592f844b0d63de67726f307e786173274e1116986bfb3f75d793077e22a21
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "capistrano-unformatt"
7
- spec.version = '0.6'
7
+ spec.version = '0.7'
8
8
  spec.authors = ["unformatt"]
9
9
  spec.email = ["unformatt@gmail.com"]
10
10
  spec.description = "Custom recipes for Unformatt projects"
@@ -1,6 +1,8 @@
1
1
  namespace :deploy do
2
2
  desc "Creates project files."
3
3
  task :install do
4
+ append :templating_paths, File.expand_path('../../../vendor/templates', File.dirname(__FILE__))
5
+
4
6
  on roles :app do
5
7
  # yaml files
6
8
  execute "mkdir -p #{shared_path}/{config,tmp}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-unformatt
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: '0.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - unformatt