right_scraper 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,7 @@ module RightScale
48
48
  msg += "SVN repository '#{@repo.display_name}'"
49
49
  @callback.call(msg, is_step=true) if @callback
50
50
  if @incremental
51
- svn_cmd = "svn update --non-interactive --quiet" +
51
+ svn_cmd = "svn update --no-auth-cache --non-interactive --quiet" +
52
52
  (@repo.first_credential ? " --username #{@repo.first_credential}" : '') +
53
53
  (@repo.second_credential ? " --password #{@repo.second_credential}" : '') +
54
54
  ' 2>&1'
@@ -62,7 +62,7 @@ module RightScale
62
62
  end
63
63
  end
64
64
  if !@incremental
65
- svn_cmd = "svn checkout \"#{@repo.url}\" \"#{@current_repo_dir}\" --non-interactive --quiet" +
65
+ svn_cmd = "svn checkout \"#{@repo.url}\" \"#{@current_repo_dir}\" --no-auth-cache --non-interactive --quiet" +
66
66
  (!@repo.tag.nil? && !@repo.tag.empty? ? " --revision #{@repo.tag}" : '') +
67
67
  (@repo.first_credential ? " --username #{@repo.first_credential}" : '') +
68
68
  (@repo.second_credential ? " --password #{@repo.second_credential}" : '') +
@@ -23,7 +23,7 @@ require 'rubygems'
23
23
 
24
24
  spec = Gem::Specification.new do |spec|
25
25
  spec.name = 'right_scraper'
26
- spec.version = '1.0.3'
26
+ spec.version = '1.0.4'
27
27
  spec.authors = ['Raphael Simon']
28
28
  spec.email = 'raphael@rightscale.com'
29
29
  spec.homepage = 'https://github.com/rightscale/right_scraper'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_scraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raphael Simon
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-04 00:00:00 -08:00
12
+ date: 2010-02-05 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15