right_scraper 1.0.10 → 1.0.11
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.
- data/lib/right_scraper/repository.rb +9 -1
- data/right_scraper.gemspec +1 -1
- metadata +2 -2
|
@@ -60,7 +60,15 @@ module RightScale
|
|
|
60
60
|
end
|
|
61
61
|
repo
|
|
62
62
|
end
|
|
63
|
-
|
|
63
|
+
|
|
64
|
+
# Unique representation for this repo, should resolve to the same string
|
|
65
|
+
# for repos that should be cloned in same directory
|
|
66
|
+
#
|
|
67
|
+
# === Returns
|
|
68
|
+
# res(String):: Unique representation for this repo
|
|
69
|
+
def to_s
|
|
70
|
+
res = "#{repo_type} #{url}:#{tag}"
|
|
71
|
+
end
|
|
64
72
|
end
|
|
65
73
|
|
|
66
74
|
end
|
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.11'
|
|
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.
|
|
4
|
+
version: 1.0.11
|
|
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-
|
|
12
|
+
date: 2010-02-28 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|