crossroads_capistrano 1.4.29 → 1.4.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "crossroads_capistrano"
6
- s.version = "1.4.29"
6
+ s.version = "1.4.30"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Steve Kenworthy", "Ben Tillman", "Nathan Broadbent"]
9
9
  s.email = ["it_dept@crossroads.org.hk"]
@@ -27,7 +27,7 @@ set :https_port, "443"
27
27
 
28
28
  default_run_options[:pty] = true
29
29
 
30
- def needs_netrc?; repository.include?("svn.globalhand.org"); end
30
+ def needs_netrc?; repository.include?("code.crossroads.org.hk"); end
31
31
  def needs_ssh_key?; repository.include?("github.com"); end
32
32
 
33
33
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: crossroads_capistrano
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.4.29
5
+ version: 1.4.30
6
6
  platform: ruby
7
7
  authors:
8
8
  - Steve Kenworthy
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2011-08-05 00:00:00 +08:00
15
+ date: 2011-08-10 00:00:00 +08:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency