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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d2196a8907e8b21b8668cac52fcff822c52b013
4
- data.tar.gz: ebdbccf3154e3946abba8ed18f8bc6eb018bd40b
3
+ metadata.gz: b37fd068384f5eaf56f2744485f3f223b9d38077
4
+ data.tar.gz: 350a9f86d1c5841d11114b4dfc55ee1477e9b8fe
5
5
  SHA512:
6
- metadata.gz: 27b0899958981d4c6eaef631f9ceaec6ff2342fbe4279a7124778fea2d45c4333fb9841c730c167d1d1407474c33a968ca80531bda8f331ec4d5a57a3bc77221
7
- data.tar.gz: 056a1bf4ade98a499b7bad140afd54b044bfe1b8da5ddd991db8cd6ce87e7a1784bbcfdfc0b3de6d35751f3dc82b03e4a39a7ca65395f9f5cab523e2f6bd38dc
6
+ metadata.gz: 4db01c50dafc05b19c3f825afb257e1923a4461aa55e1c332e98bf31d02b98e0861ae5ab8a6aff57ba2441416ac34f6f90ecc0127f375916d729a545213c7503
7
+ data.tar.gz: 4923b2eea9c178cf04c43d7d81c10b4da7fac45904476c0c7d03a9b434ae79ebd59ed51f07c6957d45d2dbc2f20c71683a256c30203efa374be0702b17c9e7aa
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module CentralGit
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -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
- with fetch(:git_environmental_variables) do
91
- within central_repo_path do
92
- central_git_scm.create_package
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.0
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-10 00:00:00.000000000 Z
11
+ date: 2015-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano