right_scraper 1.0.24 → 1.0.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,7 +34,8 @@ module RightScale
34
34
  @callback.call(msg, is_step=true) if @callback
35
35
  filename = @repo.url.split('/').last
36
36
 
37
- if @repo.first_credential && @repo.second_credential
37
+ if @repo.first_credential && @repo.second_credential &&
38
+ !@repo.first_credential.empty? && !@repo.second_credential.empty?
38
39
  user_opt = ['--user', "#{@repo.first_credential}:#{@repo.second_credential}"]
39
40
  else
40
41
  user_opt = []
@@ -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.24'
26
+ spec.version = '1.0.25'
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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_scraper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
4
+ hash: 37
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 24
10
- version: 1.0.24
9
+ - 25
10
+ version: 1.0.25
11
11
  platform: ruby
12
12
  authors:
13
13
  - Raphael Simon
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-31 00:00:00 -07:00
18
+ date: 2010-10-15 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21