capistrano-unformatt 0.3 → 0.4

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: 800e6b2fd9508b9c0b77ce59d3dc6452b60a91da
4
- data.tar.gz: 92426bc91289ba5bbf3197a505a47bda15bf080d
3
+ metadata.gz: 6bdbcfec23015204318334e85a1a0a0d0d23e980
4
+ data.tar.gz: c89f8b144bc3a737cf98d8f0a98c19de3725e659
5
5
  SHA512:
6
- metadata.gz: 9bb579354686b3e98f1cfcff6af104a052c359bc6e11538d7a0f2a7aa1c835ad6fca5471a5f89eb5e9ab0708c26d8f7175418ec44ed5617b5df653cb43d26b7c
7
- data.tar.gz: be4e7d0471406f6f8714db1cc949e00666f9e6dc283df7f4f60411241943003c0a5d2948a9aaa580640eba960a192aa8a3b771fffc4340484c68de8431a41b56
6
+ metadata.gz: 21234b5b2a51a8712d94ad423d7f69df59ac12763aa25be742f7814ab2a0ffcc0cd8740dedb2ad8277cea691ac0b07d82ee4a0aa8f9c37011656b83b9d73825d
7
+ data.tar.gz: 751dacc78d1c8f3f9f1c6f048c58df74d25f509f948d5589abe283cfd32db7f577647edd11c46a71491d34435c00f86cb08d54c4e5456de1e768b04e8d256941
data/CHANGELOG.md CHANGED
@@ -9,3 +9,7 @@
9
9
  ## v0.3
10
10
 
11
11
  * Bugfix on rake task
12
+
13
+ ## v0.4
14
+
15
+ * Remove conflicting require and templating path not being set
@@ -1,5 +1,3 @@
1
- append :templating_paths, "capistrano/unformatt/vendor/templates"
2
-
3
1
  namespace :deploy do
4
2
  desc "Creates project files."
5
3
  task :install do
@@ -1,4 +1,3 @@
1
- require 'capistrano/capistrano_plugin_template'
2
1
  require "capistrano/unformatt/monit"
3
2
  require "capistrano/unformatt/nginx"
4
3
  require "capistrano/unformatt/rails"
File without changes
File without changes
File without changes
File without changes
File without changes
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.3'
4
+ version: '0.4'
5
5
  platform: ruby
6
6
  authors:
7
7
  - unformatt