capistrano3-git-push 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/capistrano-git-push.gemspec +1 -1
- data/capistrano3-git-push-0.1.0.gem +0 -0
- data/lib/capistrano3/tasks/git-push.rake +3 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56ba220d834eeacb54ece629aa270b0baa1f0f56
|
4
|
+
data.tar.gz: be370169d9dac1a2859361a51a9d60d9a2ff4765
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3492b9541ee630425b7f5dc86f0ffc21b192378d7efa63e4de720b4d4294d5fbcf62ff6da5098a5bbe9774b248bb6d6745fc7b24cdadc8bb670c7ca252f7752c
|
7
|
+
data.tar.gz: 38c52ca33d51900952202c91b7224294b984671ab6485cbfb6c563afdbc18edf8f14282cd0e4e565ce55f05f17f35855e6a7f31dffad5a4ce5279b4f8d120035
|
data/capistrano-git-push.gemspec
CHANGED
@@ -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.
|
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
|
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.
|
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-
|
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
|