right_scraper 1.0.25 → 1.0.26
Sign up to get free protection for your applications and to get access to all the features.
@@ -35,7 +35,7 @@ module RightScale
|
|
35
35
|
filename = @repo.url.split('/').last
|
36
36
|
|
37
37
|
if @repo.first_credential && @repo.second_credential &&
|
38
|
-
!@repo.first_credential.empty? && !@repo.second_credential.empty?
|
38
|
+
!@repo.first_credential.strip.empty? && !@repo.second_credential.strip.empty?
|
39
39
|
user_opt = ['--user', "#{@repo.first_credential}:#{@repo.second_credential}"]
|
40
40
|
else
|
41
41
|
user_opt = []
|
data/right_scraper.gemspec
CHANGED
@@ -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.
|
26
|
+
spec.version = '1.0.26'
|
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:
|
4
|
+
hash: 35
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 26
|
10
|
+
version: 1.0.26
|
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-10-
|
18
|
+
date: 2010-10-19 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|