capistrano-central_git 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 +4 -4
- data/lib/capistrano/central_git/version.rb +1 -1
- data/lib/capistrano/tasks/central_git.rake +3 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b37fd068384f5eaf56f2744485f3f223b9d38077
|
|
4
|
+
data.tar.gz: 350a9f86d1c5841d11114b4dfc55ee1477e9b8fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4db01c50dafc05b19c3f825afb257e1923a4461aa55e1c332e98bf31d02b98e0861ae5ab8a6aff57ba2441416ac34f6f90ecc0127f375916d729a545213c7503
|
|
7
|
+
data.tar.gz: 4923b2eea9c178cf04c43d7d81c10b4da7fac45904476c0c7d03a9b434ae79ebd59ed51f07c6957d45d2dbc2f20c71683a256c30203efa374be0702b17c9e7aa
|
|
@@ -87,11 +87,9 @@ namespace :central_git do
|
|
|
87
87
|
desc "Copy repo to releases"
|
|
88
88
|
task create_release: :"central_git:update" do
|
|
89
89
|
run_central do
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
central_git_scm.deploy_package
|
|
94
|
-
end
|
|
90
|
+
within central_repo_path do
|
|
91
|
+
central_git_scm.create_package
|
|
92
|
+
central_git_scm.deploy_package
|
|
95
93
|
end
|
|
96
94
|
end
|
|
97
95
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-central_git
|
|
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
|
- Masato Ikeda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|