capistrano3-git-push 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da9a62c8888113ccfea90097650dfcabc14cc511
4
- data.tar.gz: 822652b9d0fb0c9cf5c95b462446e1a04b00d864
3
+ metadata.gz: 56ba220d834eeacb54ece629aa270b0baa1f0f56
4
+ data.tar.gz: be370169d9dac1a2859361a51a9d60d9a2ff4765
5
5
  SHA512:
6
- metadata.gz: 106e8f961267463848066a452ad54a9e1e605d0298e2f61bd1235898d6733f9fc01ec39e6580015a30c6a8c006084c4613cba14f04bcc1bbc75accfb32bc802c
7
- data.tar.gz: 256a2fb95e48d59129755fa68fe48ad19d2afc11d6434ca2d09d7f267f2189ba0ddbaa55e60339ece1d605904d7f6e97bf6be5937059a9ee8a2ce16656329347
6
+ metadata.gz: 3492b9541ee630425b7f5dc86f0ffc21b192378d7efa63e4de720b4d4294d5fbcf62ff6da5098a5bbe9774b248bb6d6745fc7b24cdadc8bb670c7ca252f7752c
7
+ data.tar.gz: 38c52ca33d51900952202c91b7224294b984671ab6485cbfb6c563afdbc18edf8f14282cd0e4e565ce55f05f17f35855e6a7f31dffad5a4ce5279b4f8d120035
@@ -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 = "capistrano3-git-push"
7
- spec.version = "0.1.0"
7
+ spec.version = "0.1.1"
8
8
  spec.authors = ["goooseman"]
9
9
  spec.email = ["inbox@goooseman.ru"]
10
10
  spec.summary = "A task for Capistrano v3 to add, commit and push changes to git repo"
Binary file
@@ -13,7 +13,9 @@ namespace :git do
13
13
  end
14
14
  end
15
15
  end
16
- execute "git push"
16
+ run_locally do
17
+ execute "git push"
18
+ end
17
19
  end
18
20
  end
19
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano3-git-push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - goooseman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-22 00:00:00.000000000 Z
11
+ date: 2015-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -73,6 +73,7 @@ files:
73
73
  - Rakefile
74
74
  - capistrano-git-push.gemspec
75
75
  - capistrano3-git-push-0.0.1.gem
76
+ - capistrano3-git-push-0.1.0.gem
76
77
  - lib/capistrano3-git-push.rb
77
78
  - lib/capistrano3/git-push.rb
78
79
  - lib/capistrano3/tasks/git-push.rake