capistrano-withrsync 0.2.0 → 0.2.1

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: 3857f6cbf8f5a52949bba4fef1f75b522a7a2aa2
4
- data.tar.gz: 438f4a5407faf4cc3387ef068024eb0f5ed37c9f
3
+ metadata.gz: 2c09d258c9d63932124da700112e278f7e6efc0e
4
+ data.tar.gz: 63d2bf9b21bb3d8f09e4b03e63f7c4d36fecf55e
5
5
  SHA512:
6
- metadata.gz: 3789641297014e0b923ec650f2d9a9a6687890ae6be4bef8893f44002b04a8c6fa6777312b6e12809b3a9081f434cebac6577ef0a21cbaa76a2bc13a75490eec
7
- data.tar.gz: ade8985d8d19fd66c3d7beec32672f598c6ecc5181b282ade448085d625ff811475a382c97e9af5f358c28a36eddb0da2a8f484d0cb22ec82e5889f2a0f1b540
6
+ metadata.gz: 08f5c15cf08f050eaffe19ca246d71f3b2ca4cbd30300a46b6d70c18ebdfd04930ad237149728998f30dfc23418618539cae04d7ce4d9fda29bde19f53bada56
7
+ data.tar.gz: 957ebbbbf074a1c509aef8e3e418bff88cdee18578e70e10bf5926c759b25236654316c8d2f2868d644605ca973c3a2e77803aa6147ae06b75a7c5e860342b87
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Withrsync
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-withrsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - linyows
@@ -66,6 +66,7 @@ files:
66
66
  - README.md
67
67
  - Rakefile
68
68
  - capistrano-withrsync.gemspec
69
+ - lib/capistrano-withrsync.rb
69
70
  - lib/capistrano/tasks/withrsync.rake
70
71
  - lib/capistrano/withrsync.rb
71
72
  - lib/capistrano/withrsync/rake/task.rb