right_scraper 1.0.21 → 1.0.22

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.
@@ -197,7 +197,7 @@ module RightScale
197
197
  # "-o StrictHostKeyChecking=no" in the GIT_SSH executable, but it is
198
198
  # still a mystery why this doesn't work properly in windows.
199
199
  # so make a ssh call which creates the proper "known_hosts" file.
200
- system("ssh -o StrictHostKeyChecking=no #{repo.url.split(':').first} exit 2>&1")
200
+ out = `ssh -o StrictHostKeyChecking=no #{repo.url.split(':').first} exit 2>&1`
201
201
  end
202
202
  return ''
203
203
  end
@@ -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.21'
26
+ spec.version = '1.0.22'
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.21
4
+ version: 1.0.22
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-07-06 00:00:00 -07:00
12
+ date: 2010-07-20 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15