binged 0.3.0 → 1.0.0
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/Gemfile +10 -0
- data/HISTORY +5 -1
- data/README.md +10 -10
- data/Rakefile +6 -15
- data/VERSION +1 -1
- data/binged.gemspec +45 -54
- data/lib/binged/client.rb +10 -8
- data/lib/binged/search/base.rb +29 -9
- data/lib/binged/search/image.rb +26 -26
- data/lib/binged/search.rb +10 -10
- data/lib/binged.rb +12 -14
- data/spec/binged/search/client_spec.rb +13 -0
- data/spec/binged/search/image_spec.rb +32 -18
- data/spec/binged/search/video_spec.rb +11 -11
- data/spec/binged/search/web_spec.rb +20 -5
- data/spec/binged_spec.rb +6 -6
- data/spec/fixtures/bad_request.curl +14 -0
- data/spec/fixtures/images.curl +17 -0
- data/spec/fixtures/videos.curl +17 -0
- data/spec/fixtures/web.curl +17 -0
- data/spec/spec_helper.rb +2 -11
- data/spec/support/shared_examples/pageable.rb +4 -4
- metadata +99 -106
- data/.gitignore +0 -8
- data/spec/fixtures/images.json +0 -9
- data/spec/fixtures/videos.json +0 -9
- data/spec/fixtures/web.json +0 -9
metadata
CHANGED
@@ -1,102 +1,106 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: binged
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
- 0
|
7
|
-
- 3
|
8
|
-
- 0
|
9
|
-
version: 0.3.0
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
prerelease:
|
10
6
|
platform: ruby
|
11
|
-
authors:
|
7
|
+
authors:
|
12
8
|
- Kevin Faustino
|
13
9
|
autorequire:
|
14
10
|
bindir: bin
|
15
11
|
cert_chain: []
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
dependencies:
|
20
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-11-06 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
21
15
|
name: hashie
|
22
|
-
|
23
|
-
|
24
|
-
requirements:
|
25
|
-
- -
|
26
|
-
- !ruby/object:Gem::Version
|
27
|
-
|
28
|
-
- 0
|
29
|
-
- 1
|
30
|
-
- 0
|
31
|
-
version: 0.1.0
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '0'
|
32
22
|
type: :runtime
|
33
|
-
version_requirements: *id001
|
34
|
-
- !ruby/object:Gem::Dependency
|
35
|
-
name: crack
|
36
23
|
prerelease: false
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0'
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: activesupport
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: 3.0.0
|
46
38
|
type: :runtime
|
47
|
-
version_requirements: *id002
|
48
|
-
- !ruby/object:Gem::Dependency
|
49
|
-
name: rspec
|
50
39
|
prerelease: false
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: 3.0.0
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: rspec
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
50
|
+
requirements:
|
51
|
+
- - ! '>='
|
52
|
+
- !ruby/object:Gem::Version
|
59
53
|
version: 1.3.0
|
60
54
|
type: :development
|
61
|
-
version_requirements: *id003
|
62
|
-
- !ruby/object:Gem::Dependency
|
63
|
-
name: fakeweb
|
64
55
|
prerelease: false
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ! '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 1.3.0
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: fakeweb
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
66
|
+
requirements:
|
67
|
+
- - ! '>='
|
68
|
+
- !ruby/object:Gem::Version
|
73
69
|
version: 1.2.8
|
74
70
|
type: :development
|
75
|
-
version_requirements: *id004
|
76
|
-
- !ruby/object:Gem::Dependency
|
77
|
-
name: yard
|
78
71
|
prerelease: false
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ! '>='
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: 1.2.8
|
78
|
+
- !ruby/object:Gem::Dependency
|
79
|
+
name: yard
|
80
|
+
requirement: !ruby/object:Gem::Requirement
|
81
|
+
none: false
|
82
|
+
requirements:
|
83
|
+
- - ! '>='
|
84
|
+
- !ruby/object:Gem::Version
|
85
|
+
version: '0'
|
86
86
|
type: :development
|
87
|
-
|
87
|
+
prerelease: false
|
88
|
+
version_requirements: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
90
|
+
requirements:
|
91
|
+
- - ! '>='
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: '0'
|
88
94
|
description: A wrapper for the bing api
|
89
95
|
email: kevin.faustino@gmail.com
|
90
96
|
executables: []
|
91
|
-
|
92
97
|
extensions: []
|
93
|
-
|
94
|
-
extra_rdoc_files:
|
98
|
+
extra_rdoc_files:
|
95
99
|
- LICENSE
|
96
100
|
- README.md
|
97
|
-
files:
|
101
|
+
files:
|
98
102
|
- .document
|
99
|
-
-
|
103
|
+
- Gemfile
|
100
104
|
- HISTORY
|
101
105
|
- LICENSE
|
102
106
|
- README.md
|
@@ -111,52 +115,41 @@ files:
|
|
111
115
|
- lib/binged/search/image.rb
|
112
116
|
- lib/binged/search/video.rb
|
113
117
|
- lib/binged/search/web.rb
|
118
|
+
- spec/binged/search/client_spec.rb
|
114
119
|
- spec/binged/search/image_spec.rb
|
115
120
|
- spec/binged/search/video_spec.rb
|
116
121
|
- spec/binged/search/web_spec.rb
|
117
122
|
- spec/binged_spec.rb
|
118
|
-
- spec/fixtures/
|
119
|
-
- spec/fixtures/
|
120
|
-
- spec/fixtures/
|
123
|
+
- spec/fixtures/bad_request.curl
|
124
|
+
- spec/fixtures/images.curl
|
125
|
+
- spec/fixtures/videos.curl
|
126
|
+
- spec/fixtures/web.curl
|
121
127
|
- spec/spec.opts
|
122
128
|
- spec/spec_helper.rb
|
123
129
|
- spec/support/shared_examples/filter.rb
|
124
130
|
- spec/support/shared_examples/pageable.rb
|
125
|
-
has_rdoc: true
|
126
131
|
homepage: http://github.com/kfaustino/binged
|
127
132
|
licenses: []
|
128
|
-
|
129
133
|
post_install_message:
|
130
|
-
rdoc_options:
|
131
|
-
|
132
|
-
require_paths:
|
134
|
+
rdoc_options: []
|
135
|
+
require_paths:
|
133
136
|
- lib
|
134
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
requirements:
|
143
|
-
- -
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
|
146
|
-
- 0
|
147
|
-
version: "0"
|
137
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
138
|
+
none: false
|
139
|
+
requirements:
|
140
|
+
- - ! '>='
|
141
|
+
- !ruby/object:Gem::Version
|
142
|
+
version: '0'
|
143
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
144
|
+
none: false
|
145
|
+
requirements:
|
146
|
+
- - ! '>='
|
147
|
+
- !ruby/object:Gem::Version
|
148
|
+
version: '0'
|
148
149
|
requirements: []
|
149
|
-
|
150
150
|
rubyforge_project:
|
151
|
-
rubygems_version: 1.
|
151
|
+
rubygems_version: 1.8.23
|
152
152
|
signing_key:
|
153
153
|
specification_version: 3
|
154
154
|
summary: A wrapper for the bing api
|
155
|
-
test_files:
|
156
|
-
- spec/binged/search/image_spec.rb
|
157
|
-
- spec/binged/search/video_spec.rb
|
158
|
-
- spec/binged/search/web_spec.rb
|
159
|
-
- spec/binged_spec.rb
|
160
|
-
- spec/spec_helper.rb
|
161
|
-
- spec/support/shared_examples/filter.rb
|
162
|
-
- spec/support/shared_examples/pageable.rb
|
155
|
+
test_files: []
|
data/.gitignore
DELETED
data/spec/fixtures/images.json
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
HTTP/1.1 200 OK
|
2
|
-
Cache-Control: private
|
3
|
-
Content-Length: 10377
|
4
|
-
Content-Type: application/json; charset=utf-8
|
5
|
-
P3P: CP="NON UNI COM NAV STA LOC CURa DEVa PSAa PSDa OUR IND", policyref="http://privacy.msn.com/w3c/p3p.xml"
|
6
|
-
Date: Fri, 12 Mar 2010 19:07:51 GMT
|
7
|
-
Connection: keep-alive
|
8
|
-
|
9
|
-
{"SearchResponse":{"Version":"2.2","Query":{"SearchTerms":"ruby"},"Image":{"Total":9480000,"Offset":0,"Results":[{"Title":"ruby is said to give name ... ","MediaUrl":"http:\/\/www.shopping.astrolozy.com\/images\/gems\/ruby.jpg","Url":"http:\/\/www.shopping.astrolozy.com\/gems.asp","DisplayUrl":"http:\/\/www.shopping.astrolozy.com\/gems.asp","Width":506,"Height":500,"FileSize":23354,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/images\/thumbnail.aspx?q=1382518625955&id=1a3a6af9c5c3f8d8e963c444c3005c8e","ContentType":"image\/jpeg","Width":160,"Height":158,"FileSize":1960}},{"Title":"Ruby is Cool","MediaUrl":"http:\/\/shakti.trincoll.edu\/~dmerrick\/images\/ruby.png","Url":"http:\/\/shakti.trincoll.edu\/~dmerrick\/dominos.html","DisplayUrl":"http:\/\/shakti.trincoll.edu\/~dmerrick\/dominos.html","Width":995,"Height":996,"FileSize":196597,"ContentType":"image\/png","Thumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/images\/thumbnail.aspx?q=1436277871037&id=8ed5fbafc93ee35072ce6b879c342923","ContentType":"image\/jpeg","Width":159,"Height":160,"FileSize":3765}},{"Title":" ... Magazine :: Ruby Programming","MediaUrl":"http:\/\/www.bitwisemag.com\/images\/illustrations\/cover\/11\/ruby_landscape.jpg","Url":"http:\/\/www.bitwisemag.com\/copy\/features\/opinion\/ruby\/ruby_debate.html","DisplayUrl":"http:\/\/www.bitwisemag.com\/copy\/features\/opinion\/ruby\/ruby_debate.html","Width":500,"Height":300,"FileSize":41283,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1650430382906&id=c31d1fab3de1207c93380d08fd486553","ContentType":"image\/jpeg","Width":160,"Height":96,"FileSize":4182}},{"Title":" ... | Ruby - July Birthstone","MediaUrl":"http:\/\/www.kingsjewelry.com\/images\/content\/gemstones\/jul_ruby.jpg","Url":"http:\/\/www.kingsjewelry.com\/learning_gemstones_jul.shtml","DisplayUrl":"http:\/\/www.kingsjewelry.com\/learning_gemstones_jul.shtml","Width":200,"Height":217,"FileSize":12503,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/images\/thumbnail.aspx?q=1637993415897&id=9fdd97f930f99384bf7a22c00b13dd5e","ContentType":"image\/jpeg","Width":147,"Height":160,"FileSize":3760}},{"Title":" ... Ruby y Java, bastante ameno","MediaUrl":"http:\/\/img.genbeta.com\/ruby.jpg","Url":"http:\/\/www.genbeta.com\/2005\/11\/29-prueba-ruby","DisplayUrl":"http:\/\/www.genbeta.com\/2005\/11\/29-prueba-ruby","Width":220,"Height":212,"FileSize":9967,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1483533585596&id=72256534559fa421c55c98945442224d","ContentType":"image\/jpeg","Width":160,"Height":154,"FileSize":4040}},{"Title":"Ruby for Perl programmers ... ","MediaUrl":"http:\/\/migo.sixbit.org\/papers\/Introduction_to_Ruby\/ruby-diamond-ring-8.gif","Url":"http:\/\/migo.sixbit.org\/papers\/Introduction_to_Ruby\/slide-62.html","DisplayUrl":"http:\/\/migo.sixbit.org\/papers\/Introduction_to_Ruby\/slide-62.html","Width":428,"Height":375,"FileSize":76565,"ContentType":"image\/gif","Thumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/images\/thumbnail.aspx?q=1637935745043&id=5d4c94a836c9b67c883e9fb5a7d62b29","ContentType":"image\/jpeg","Width":160,"Height":140,"FileSize":4244}},{"Title":"RUBY - THE BIRTH STONE FOR ... ","MediaUrl":"http:\/\/www.jewelinfo4u.com\/images\/Gallery\/ruby.jpg","Url":"http:\/\/www.jewelinfo4u.com\/ruby_buying_guide.aspx","DisplayUrl":"http:\/\/www.jewelinfo4u.com\/ruby_buying_guide.aspx","Width":392,"Height":306,"FileSize":105140,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1515275224324&id=f1362f29e41233bff0b243c5bc9d7f46","ContentType":"image\/jpeg","Width":160,"Height":124,"FileSize":2588}},{"Title":"Rubies | Ruby Jewelry ... ","MediaUrl":"http:\/\/www.khulsey.com\/jewelry\/7ruby.jpeg","Url":"http:\/\/www.khulsey.com\/jewelry\/gemstones_ruby.html","DisplayUrl":"http:\/\/www.khulsey.com\/jewelry\/gemstones_ruby.html","Width":300,"Height":131,"FileSize":40248,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1524785550028&id=69fd0a143053517033e2401530890e7f","ContentType":"image\/jpeg","Width":160,"Height":69,"FileSize":2991}},{"Title":" ... : The Carmen Lúcia Ruby","MediaUrl":"http:\/\/www.mnh.si.edu\/exhibits\/images\/ruby\/carmen_lucia_ruby_front.jpg","Url":"http:\/\/www.mnh.si.edu\/exhibits\/ruby\/index.htm","DisplayUrl":"http:\/\/www.mnh.si.edu\/exhibits\/ruby\/index.htm","Width":1782,"Height":2500,"FileSize":206422,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/images\/thumbnail.aspx?q=1419056847657&id=55a276ec38f10250d9b6c17a9f128f60","ContentType":"image\/jpeg","Width":114,"Height":160,"FileSize":3590}},{"Title":" Ruby Beads ] - [Buy Ruby ... ","MediaUrl":"http:\/\/www.gemsbiz.com\/docs\/Images\/Ruby_hs.jpg","Url":"http:\/\/www.gemsbiz.com\/docs\/ruby.asp","DisplayUrl":"http:\/\/www.gemsbiz.com\/docs\/ruby.asp","Width":200,"Height":200,"FileSize":10162,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/images\/thumbnail.aspx?q=1420070030955&id=3339fb85e638cd4ff6c72829497bf467","ContentType":"image\/jpeg","Width":160,"Height":160,"FileSize":4143}},{"Title":"Al Jabali exige que Ruby ... ","MediaUrl":"http:\/\/www.babnet.net\/images\/ruby.jpg","Url":"http:\/\/www.babnet.net\/cadredetail-1124.asp","DisplayUrl":"http:\/\/www.babnet.net\/cadredetail-1124.asp","Width":225,"Height":202,"FileSize":5295,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1594012730466&id=67c90b560456d0a8300a29565a660348","ContentType":"image\/jpeg","Width":160,"Height":143,"FileSize":3613}},{"Title":"Ruby est en retraite en ... ","MediaUrl":"http:\/\/www.grand-molosse.com\/images\/amstaff\/ruby1.jpg","Url":"http:\/\/www.grand-molosse.com\/new.php?photo=1&id=1&chien=ruby","DisplayUrl":"http:\/\/www.grand-molosse.com\/new.php?photo=1&id=1&chien=ruby","Width":350,"Height":323,"FileSize":42291,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1461553210312&id=c7c2db42bb8113eb22b81f3210981eec","ContentType":"image\/jpeg","Width":160,"Height":147,"FileSize":5856}},{"Title":"Ruby","MediaUrl":"http:\/\/www.diamondconnectionusa.com\/files\/1028\/Ruby.jpg","Url":"http:\/\/www.diamondconnectionusa.com\/default.asp?page=12444","DisplayUrl":"http:\/\/www.diamondconnectionusa.com\/default.asp?page=12444","Width":449,"Height":300,"FileSize":36460,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1502017425554&id=b6f02c4f6c14d696810a93f04f926560","ContentType":"image\/jpeg","Width":160,"Height":106,"FileSize":3482}},{"Title":"Ruby Célébrités arabes ... ","MediaUrl":"http:\/\/www.casafree.com\/modules\/xcgal\/albums\/userpics\/21032\/620%5B1%5D.jpg","Url":"http:\/\/www.casafree.com\/modules\/xcgal\/displayimage.php?pid=10754","DisplayUrl":"http:\/\/www.casafree.com\/modules\/xcgal\/displayimage.php?pid=10754","Width":350,"Height":350,"FileSize":19053,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1604364272148&id=0cb0eb5dab45a3f244daff63be315ca9","ContentType":"image\/jpeg","Width":160,"Height":160,"FileSize":4232}},{"Title":"Italian Ruby book and cool ... ","MediaUrl":"http:\/\/antoniocangiano.com\/files\/libro_ruby.jpg","Url":"http:\/\/antoniocangiano.com\/2006\/09\/08\/italian-ruby-book-and-book-suggestions\/","DisplayUrl":"http:\/\/antoniocangiano.com\/2006\/09\/08\/italian-ruby-book-and-book-suggestions\/","Width":709,"Height":977,"FileSize":130197,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/images\/thumbnail.aspx?q=1436879817675&id=7d3dee2226c8da86fe0881460f7339c2","ContentType":"image\/jpeg","Width":116,"Height":160,"FileSize":3763}},{"Title":"Ruby","MediaUrl":"http:\/\/www.herbal-treatments.com.au\/images\/ruby.jpg","Url":"http:\/\/www.herbal-treatments.com.au\/","DisplayUrl":"http:\/\/www.herbal-treatments.com.au\/","Width":400,"Height":322,"FileSize":25917,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1425780180958&id=9d9bb861757316c611c4762cc7edc867","ContentType":"image\/jpeg","Width":160,"Height":128,"FileSize":4526}},{"Title":"Ruby (video game thing ... ","MediaUrl":"http:\/\/media.giantbomb.com\/uploads\/1\/17166\/1032329-ruby_large.jpg","Url":"http:\/\/www.giantbomb.com\/ruby\/93-2051\/","DisplayUrl":"http:\/\/www.giantbomb.com\/ruby\/93-2051\/","Width":300,"Height":300,"FileSize":7035,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1695630885288&id=3992a257a3f22bf4c7fe83faa9c77fd7","ContentType":"image\/jpeg","Width":160,"Height":160,"FileSize":2378}},{"Title":"Natural Ruby Crystal from ... ","MediaUrl":"http:\/\/crystal-cure.com\/pics\/ruby-rough.jpg","Url":"http:\/\/crystal-cure.com\/ruby-gem.html","DisplayUrl":"http:\/\/crystal-cure.com\/ruby-gem.html","Width":300,"Height":300,"FileSize":33571,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/images\/thumbnail.aspx?q=1419383019056&id=f53cf56946aeee00da72d2c5879fb80f","ContentType":"image\/jpeg","Width":160,"Height":160,"FileSize":4215}},{"Title":"RUBY , the red variety of ... ","MediaUrl":"http:\/\/www.galleries.com\/minerals\/gemstone\/ruby\/ruby.jpg","Url":"http:\/\/www.galleries.com\/minerals\/gemstone\/ruby\/ruby.htm","DisplayUrl":"http:\/\/www.galleries.com\/minerals\/gemstone\/ruby\/ruby.htm","Width":320,"Height":240,"FileSize":11726,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/images\/thumbnail.aspx?q=1431786629297&id=16036666f3eac28fc047fc5ce5a2c91a","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":3581}},{"Title":" affriolante, le jolie Ruby ... ","MediaUrl":"http:\/\/catherineweibel.blog.lemonde.fr\/files\/2007\/03\/ruby.1173363147.jpg","Url":"http:\/\/catherineweibel.blog.lemonde.fr\/2006\/11\/22\/pharaonne\/","DisplayUrl":"http:\/\/catherineweibel.blog.lemonde.fr\/2006\/11\/22\/pharaonne\/","Width":275,"Height":404,"FileSize":24855,"ContentType":"image\/jpeg","Thumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/images\/thumbnail.aspx?q=1389335544805&id=4ebd50849989e828d690d6f84f17bcc9","ContentType":"image\/jpeg","Width":108,"Height":160,"FileSize":3371}}]}}}
|
data/spec/fixtures/videos.json
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
HTTP/1.1 200 OK
|
2
|
-
Cache-Control: private
|
3
|
-
Content-Length: 11348
|
4
|
-
Content-Type: application/json; charset=utf-8
|
5
|
-
P3P: CP="NON UNI COM NAV STA LOC CURa DEVa PSAa PSDa OUR IND", policyref="http://privacy.msn.com/w3c/p3p.xml"
|
6
|
-
Date: Mon, 15 Mar 2010 14:12:07 GMT
|
7
|
-
Connection: keep-alive
|
8
|
-
|
9
|
-
{"SearchResponse":{"Version":"2.2","Query":{"SearchTerms":"RailsConf"},"Video":{"Total":590,"Offset":0,"Results":[{"Title":"RailsConf Europe 08: Jeremy Kemper (37signals), Performance on Rails","PlayUrl":"http:\/\/railsconfeurope.blip.tv\/file\/1555719\/","SourceTitle":"blip.tv","RunTime":597535,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1666215903653&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/videos\/thumbnail.aspx?q=1666215903653&id=38ccf20d92796c3f9efb97a803c49e2e&bid=38MngnWoXhyVjw&bn=Thumb&url=http%3a%2f%2fblip.tv%2ffile%2fget%2fRailsConfEurope-RailsConfEurope08JeremyKemper37signalsPerformanceOnTheR446.f","ContentType":"image\/jpeg","Width":160,"Height":122,"FileSize":4270}},{"Title":"RailsConf 09: Robert Martin, \"What Killed Smalltalk Could K","PlayUrl":"http:\/\/www.youtube.com\/watch?v=YX3iRjKj7C0","SourceTitle":"YouTube","RunTime":3656000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1583759229951&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/videos\/thumbnail.aspx?q=1583759229951&id=1174b76373c28b5411fe678bcd72ee29&bid=ywEsiTZzucpRgg&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dYX3iRjKj7C0","ContentType":"image\/jpeg","Width":160,"Height":90,"FileSize":2448}},{"Title":"RailsConf 2007 Portland","PlayUrl":"http:\/\/www.youtube.com\/watch?v=9rhX0CY_218","SourceTitle":"YouTube","RunTime":479000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1592793169998&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1592793169998&id=4b3401fa9ca7cf8f41ee8eb58b7b3df6&bid=wciCsZA%2bm5HWUA&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3d9rhX0CY_218","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":3747}},{"Title":"RailsConf 2007 - Avi Bryant","PlayUrl":"http:\/\/blip.tv\/file\/568689","SourceTitle":"blip.tv","RunTime":2281151,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1582129348662&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1582129348662&id=b151f3f8e70c7eed193b8945e782d2b6&bid=8cCSITwihkfbhw&bn=Thumb&url=http%3a%2f%2fblip.tv%2ffile%2fget%2fRailsConf-RailsConf2007AviBryant469.flv","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":2901}},{"Title":"RailsConf Europe 08: David Heinemeier Hansson (37signals)","PlayUrl":"http:\/\/www.youtube.com\/watch?v=CJkiCpPeYuI","SourceTitle":"YouTube","RunTime":3933000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1502020436404&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1502020436404&id=46599dcc63d3b52da833228b0702c52e&bid=wzySpI1mafUq8A&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dCJkiCpPeYuI","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":3229}},{"Title":"RailsConf Europe 08: Jeremy Kemper (37signals), Performance","PlayUrl":"http:\/\/www.youtube.com\/watch?v=ylI3M60BIOg","SourceTitle":"YouTube","RunTime":3719000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1501356163209&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/videos\/thumbnail.aspx?q=1501356163209&id=e8f24b43ce061804f8bb446f96bceed8&bid=x2TEi554VaYq9w&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dylI3M60BIOg","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":2746}},{"Title":"RailsConf 09: \"Ruby Heroes Award Ceremony\"","PlayUrl":"http:\/\/www.youtube.com\/watch?v=xk1iUPyKBog","SourceTitle":"YouTube","RunTime":834000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1624751408520&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1624751408520&id=326bd716e7d0994951556bcf7244027a&bid=p%2bGUJmnPUjS2iw&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dxk1iUPyKBog","ContentType":"image\/jpeg","Width":160,"Height":90,"FileSize":2280}},{"Title":"Joel Spolsky Interview at RailsConf 2008","PlayUrl":"http:\/\/www.youtube.com\/watch?v=q1jAKk5Yax0","SourceTitle":"YouTube","RunTime":325000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1592903532589&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/videos\/thumbnail.aspx?q=1592903532589&id=cda6600106cf89e0dc6d7d9eb299f42e&bid=dofJVe75NQwxZQ&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dq1jAKk5Yax0","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":3264}},{"Title":"RailsConf Europe 2007","PlayUrl":"http:\/\/www.youtube.com\/watch?v=vA8w2J_1Djw","SourceTitle":"YouTube","RunTime":198000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1524716404858&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1524716404858&id=b9062e335afdcfcb5db8f215608d6d23&bid=51fabomcjCF8ag&bn=Thumb&url=http%3a%2f%2fyoutube.com%2fwatch%3fv%3dvA8w2J_1Djw","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":4311}},{"Title":"RailsConf 09: Tim Ferriss, \"A Conversation with Tim Ferriss\"","PlayUrl":"http:\/\/www.youtube.com\/watch?v=CUJGOq46jC8","SourceTitle":"YouTube","RunTime":4012000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1596112700138&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1596112700138&id=572ef89d6f881291a024621794af147c&bid=GlFxgApjVSlO3A&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dCUJGOq46jC8","ContentType":"image\/jpeg","Width":160,"Height":90,"FileSize":2593}},{"Title":"RailsConf Europe 08: David Heinemeier Hansson and Rails Core Members ... ","PlayUrl":"http:\/\/www.blip.tv\/file\/1552398","SourceTitle":"blip.tv","RunTime":3504638,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1688270603176&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1688270603176&id=1110b7a889ebbc765f03f67c02e0ab7b&bid=S%2brvBYHWaoz%2bLg&bn=Thumb&url=http%3a%2f%2fwww.blip.tv%2ffile%2f1552398","ContentType":"image\/jpeg","Width":160,"Height":122,"FileSize":4335}},{"Title":"RailsConf 2007 - Jamis Buck & Michael Koziarski","PlayUrl":"http:\/\/blip.tv\/file\/568496","SourceTitle":"blip.tv","RunTime":3832169,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1509492916461&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/videos\/thumbnail.aspx?q=1509492916461&id=2c03521174b514bc383ac8c3bfa5a0d4&bid=yoeHiQMzVsQQhg&bn=Thumb&url=http%3a%2f%2fwww.blip.tv%2ffile%2f568496","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":2940}},{"Title":"RailsConf Europe 08: David A. Black (Ruby Central, Inc.), Ruby and ... ","PlayUrl":"http:\/\/www.blip.tv\/file\/1555640","SourceTitle":"blip.tv","RunTime":3781824,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1688238228739&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/videos\/thumbnail.aspx?q=1688238228739&id=3ac4668161fcee0ec7c82f37616a1364&bid=vy%2fdlcTpdlHmrw&bn=Thumb&url=http%3a%2f%2fwww.blip.tv%2ffile%2f1555640","ContentType":"image\/jpeg","Width":160,"Height":122,"FileSize":3187}},{"Title":"RailsConf 09: Rails Core Panel","PlayUrl":"http:\/\/www.youtube.com\/watch?v=_jvHRPPCjgs","SourceTitle":"YouTube","RunTime":2534000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1596173582578&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1596173582578&id=572ef89d6f881291a024621794af147c&bid=dumwNo2ugJrUYw&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3d_jvHRPPCjgs","ContentType":"image\/jpeg","Width":160,"Height":90,"FileSize":2593}},{"Title":"Ryan Singer Interview at RailsConf 2008","PlayUrl":"http:\/\/www.youtube.com\/watch?v=OR0prVLD3rk","SourceTitle":"YouTube","RunTime":236000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1611416797195&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/videos\/thumbnail.aspx?q=1611416797195&id=a286cc0e2ee37e9bbe860401071c946e&bid=jBOOJ6o8XoGdWQ&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dOR0prVLD3rk","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":3519}},{"Title":"RailsConf - Rails Entrepreneurs Panel - Audience Question 1","PlayUrl":"http:\/\/blip.tv\/file\/2090552","SourceTitle":"blip.tv","RunTime":287633,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1418070065913&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/videos\/thumbnail.aspx?q=1418070065913&id=e2123201808cbc3a21b8d5683aac5bd3&bid=3E53OE8hXFKbPg&bn=Thumb&url=http%3a%2f%2fblip.tv%2ffile%2f2090552","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":3466}},{"Title":"RailsConf Keynote: David Heinemeier Hansson","PlayUrl":"http:\/\/www.youtube.com\/watch?v=mp4z2eK1Avw","SourceTitle":"YouTube","RunTime":600000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1728022709292&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1728022709292&id=faf1d4ff775253fc2bb1c698da9a3b0c&bid=9sG2Kd1TvKsing&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dmp4z2eK1Avw","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":3884}},{"Title":"RailsConf 09: Chris Wanstrath, \"How to become a famous Rails Developer ... ","PlayUrl":"http:\/\/www.youtube.com\/watch?v=JUUvq48Gb3w","SourceTitle":"YouTube","RunTime":2085000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1693505815643&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts2.mm.bing.net\/videos\/thumbnail.aspx?q=1693505815643&id=d4567b654e65c113db2eae8d18fc9a6c&bid=KLhv5%2bJAZ1Zu7Q&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dJUUvq48Gb3w","ContentType":"image\/jpeg","Width":160,"Height":90,"FileSize":2107}},{"Title":"RailsConf - Rails Entrepreneurs Panel - Question 1","PlayUrl":"http:\/\/blip.tv\/file\/2084327\/","SourceTitle":"blip.tv","RunTime":366313,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1625994757306&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1625994757306&id=54a5e05add041a95f2dccdba0086709b&bid=%2bPO2UJjNm3%2bzRQ&bn=Thumb&url=http%3a%2f%2fblip.tv%2ffile%2f2084327%2f","ContentType":"image\/jpeg","Width":160,"Height":90,"FileSize":2786}},{"Title":"RailsConf 2008 Welcome Keynote","PlayUrl":"http:\/\/www.youtube.com\/watch?v=ZrOOuWjhOFQ","SourceTitle":"YouTube","RunTime":183000,"ClickThroughPageUrl":"http:\/\/www.bing.com\/videos\/search?q=RailsConf&scope=video&docid=1464792973964&FORM=SOAPGN","StaticThumbnail":{"Url":"http:\/\/ts1.mm.bing.net\/videos\/thumbnail.aspx?q=1464792973964&id=aa9861d8626ad43db820dd73f4bbe376&bid=gUyenvSOSOj73A&bn=Thumb&url=http%3a%2f%2fwww.youtube.com%2fwatch%3fv%3dZrOOuWjhOFQ","ContentType":"image\/jpeg","Width":160,"Height":120,"FileSize":3740}}]}}}
|
data/spec/fixtures/web.json
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
HTTP/1.1 200 OK
|
2
|
-
Cache-Control: private
|
3
|
-
Content-Length: 14611
|
4
|
-
Content-Type: application/json; charset=utf-8
|
5
|
-
P3P: CP="NON UNI COM NAV STA LOC CURa DEVa PSAa PSDa OUR IND", policyref="http://privacy.msn.com/w3c/p3p.xml"
|
6
|
-
Date: Fri, 12 Mar 2010 19:09:43 GMT
|
7
|
-
Connection: keep-alive
|
8
|
-
|
9
|
-
{"SearchResponse":{"Version":"2.2","Query":{"SearchTerms":"ruby"},"Web":{"Total":30100000,"Offset":0,"Results":[{"Title":"Ruby Programming Language","Description":"Ruby is… A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is ...","Url":"http:\/\/www.ruby-lang.org\/en\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4627410724784104&w=22e021a8,16ea274d","DisplayUrl":"www.ruby-lang.org\/en","DateTime":"2010-03-09T19:16:20Z","DeepLinks":[{"Title":"Downloads","Url":"http:\/\/www.ruby-lang.org\/en\/downloads\/"},{"Title":"Documentation","Url":"http:\/\/www.ruby-lang.org\/en\/documentation\/"},{"Title":"About Ruby","Url":"http:\/\/www.ruby-lang.org\/en\/about\/"},{"Title":"Ruby in Twenty Minutes","Url":"http:\/\/www.ruby-lang.org\/en\/documentation\/quickstart\/"},{"Title":"Libraries","Url":"http:\/\/www.ruby-lang.org\/en\/libraries\/"},{"Title":"Ruby from Other Languages","Url":"http:\/\/www.ruby-lang.org\/en\/documentation\/ruby-from-other-languages\/"},{"Title":"Community","Url":"http:\/\/www.ruby-lang.org\/en\/community\/"},{"Title":"Ruby Core","Url":"http:\/\/www.ruby-lang.org\/en\/community\/ruby-core\/"},{"Title":"News","Url":"http:\/\/www.ruby-lang.org\/en\/news\/"},{"Title":"Issue Tracking","Url":"http:\/\/redmine.ruby-lang.org\/"},{"Title":"Weblogs","Url":"http:\/\/www.ruby-lang.org\/en\/community\/weblogs\/"},{"Title":"Mailing Lists","Url":"http:\/\/www.ruby-lang.org\/en\/community\/mailing-lists"},{"Title":"Security","Url":"http:\/\/www.ruby-lang.org\/en\/security\/"}]},{"Title":"Ruby - Wikipedia, the free encyclopedia","Description":"A ruby is a pink to blood-red gemstone, a variety of the mineral corundum (aluminium oxide). The red color is caused mainly by the presence of the element chromium.","Url":"http:\/\/en.wikipedia.org\/wiki\/Ruby","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=5011840361236004&w=d83e0d4d,525d4fc8","DisplayUrl":"en.wikipedia.org\/wiki\/Ruby","DateTime":"2010-03-10T22:06:57Z","DeepLinks":[{"Title":"Main page","Url":"http:\/\/en.wikipedia.org\/wiki\/Main_Page"},{"Title":"Random article","Url":"http:\/\/en.wikipedia.org\/wiki\/Special:Random"},{"Title":"Contents","Url":"http:\/\/en.wikipedia.org\/wiki\/Portal:Contents"},{"Title":"Current events","Url":"http:\/\/en.wikipedia.org\/wiki\/Portal:Current_events"},{"Title":"Featured content","Url":"http:\/\/en.wikipedia.org\/wiki\/Portal:Featured_content"},{"Title":"Wikipedia:About","Url":"http:\/\/en.wikipedia.org\/wiki\/Wikipedia:About"},{"Title":"Citation Needed","Url":"http:\/\/en.wikipedia.org\/wiki\/Wikipedia:Citation_needed"},{"Title":"Sapphire","Url":"http:\/\/en.wikipedia.org\/wiki\/Sapphire"},{"Title":"Diamond","Url":"http:\/\/en.wikipedia.org\/wiki\/Diamond"},{"Title":"Ruby disambiguation","Url":"http:\/\/en.wikipedia.org\/wiki\/ruby_(disambiguation)"},{"Title":"Pakistan","Url":"http:\/\/en.wikipedia.org\/wiki\/Pakistan"},{"Title":"Birthstone","Url":"http:\/\/en.wikipedia.org\/wiki\/Birthstone"},{"Title":"Community portal","Url":"http:\/\/en.wikipedia.org\/wiki\/Wikipedia:Community_portal"}]},{"Title":"Ruby - The Inspirational Weight Loss Journey on the Style Network ...","Description":"Inspirational weight loss and weight loss exercises from the show Ruby on the Style Network","Url":"http:\/\/www.mystyle.com\/mystyle\/shows\/ruby\/index.jsp","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=5041767691585919&w=b4c43136,a50b93df","DisplayUrl":"www.mystyle.com\/mystyle\/shows\/ruby\/index.jsp","DateTime":"2010-03-09T20:20:45Z","DeepLinks":[{"Title":"Fashion DUI","Url":"http:\/\/www.mystyle.com\/mystyle\/photos\/gallery.jsp?galleryUUID=bae9c59a-3236-426d-8eb6-33db1a459c31"},{"Title":"Top Steals of the Week","Url":"http:\/\/www.mystyle.com\/mystyle\/photos\/gallery.jsp?galleryUUID=a02cc651-c811-4148-900a-fff42c858eb5"},{"Title":"Weight Loss Message Boards","Url":"http:\/\/www.mystyle.com\/mystyle\/community\/forums\/index.jsp"},{"Title":"Clean House Before & After","Url":"http:\/\/www.mystyle.com\/mystyle\/photos\/gallery.jsp?galleryUUID=49b46faf-a336-4645-8d2b-e325a6d5e3a2"},{"Title":"Clean House","Url":"http:\/\/www.mystyle.com\/mystyle\/shows\/cleanhouse\/index.jsp"},{"Title":"Dress My Nest Before & After","Url":"http:\/\/www.mystyle.com\/mystyle\/photos\/gallery.jsp?galleryUUID=9a4f89fc-e947-401b-ab9f-62f918b341a3"},{"Title":"Style Shout-Out","Url":"http:\/\/www.mystyle.com\/mystyle\/photos\/gallery.jsp?galleryUUID=cee27be1-f8f4-44e8-a3b5-87da66c1412d"},{"Title":"Healthy Weight Loss","Url":"http:\/\/www.mystyle.com\/mystyle\/shows\/ruby\/gettinghealthy\/index.jsp"},{"Title":"Giuliana & Bill","Url":"http:\/\/www.mystyle.com\/mystyle\/shows\/giulianaandbill\/index.jsp"},{"Title":"Whose Wedding Is It Anyway?","Url":"http:\/\/www.mystyle.com\/mystyle\/shows\/whosewedding\/index.jsp"},{"Title":"How Do I Look?","Url":"http:\/\/www.mystyle.com\/mystyle\/shows\/howdoilook\/index.jsp"},{"Title":"Photo Galleries","Url":"http:\/\/www.mystyle.com\/mystyle\/photos\/index.jsp"},{"Title":"mystyle Quiz","Url":"http:\/\/www.mystyle.com\/mystyle\/games\/index.jsp?game=mystylequiz&navSection=fashion,beauty"}]},{"Title":"Ruby (programming language) - Wikipedia, the free encyclopedia","Description":"Ruby is a dynamic, reflective, general purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features.","Url":"http:\/\/en.wikipedia.org\/wiki\/Ruby_(programming_language)","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=5003684217948675&w=292b7212,ea3818f","DisplayUrl":"en.wikipedia.org\/wiki\/Ruby_(programming_language)","DateTime":"2010-03-10T13:31:33Z","DeepLinks":[{"Title":"Main page","Url":"http:\/\/en.wikipedia.org\/wiki\/Main_Page"},{"Title":"Random article","Url":"http:\/\/en.wikipedia.org\/wiki\/Special:Random"},{"Title":"Current events","Url":"http:\/\/en.wikipedia.org\/wiki\/Portal:Current_events"},{"Title":"Contents","Url":"http:\/\/en.wikipedia.org\/wiki\/Portal:Contents"},{"Title":"Featured content","Url":"http:\/\/en.wikipedia.org\/wiki\/Portal:Featured_content"},{"Title":"About Wikipedia","Url":"http:\/\/en.wikipedia.org\/wiki\/Wikipedia:About"},{"Title":"Japan","Url":"http:\/\/en.wikipedia.org\/wiki\/Japan"},{"Title":"Recent changes","Url":"http:\/\/en.wikipedia.org\/wiki\/Special:RecentChanges"},{"Title":"Community portal","Url":"http:\/\/en.wikipedia.org\/wiki\/Wikipedia:Community_portal"},{"Title":"Contact Wikipedia","Url":"http:\/\/en.wikipedia.org\/wiki\/Wikipedia:Contact_us"},{"Title":"Upload file","Url":"http:\/\/en.wikipedia.org\/wiki\/Wikipedia:Upload"},{"Title":"Special pages","Url":"http:\/\/en.wikipedia.org\/wiki\/Special:SpecialPages"},{"Title":"Microsoft Windows","Url":"http:\/\/en.wikipedia.org\/wiki\/Microsoft_Windows"}]},{"Title":"Ruby - english","Description":"Ruby Which colour would you spontaneously associate with love and vivacity, passion and power? It's obvious, isn't it? Red. Red is the colour of love.","Url":"http:\/\/www.gemstone.org\/gem-by-gem\/english\/ruby.html","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4700979220253208&w=42f4604f,9d2be2bd","DisplayUrl":"www.gemstone.org\/gem-by-gem\/english\/ruby.html","DateTime":"2010-03-09T18:26:13Z"},{"Title":"Ruby Meetup Groups - Ruby Meetups","Description":"Helps groups of people with shared interests plan meetings and form offline clubs in local communities around the world about Ruby","Url":"http:\/\/ruby.meetup.com\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=795317372013&w=be93e7f7,a3625f80","DisplayUrl":"ruby.meetup.com","DateTime":"2010-03-10T22:14:06Z"},{"Title":"Ruby (1992)","Description":"Directed by John Mackenzie. With Danny Aiello, Sherilyn Fenn, Tobin Bell. Visit IMDb for Photos, Showtimes, Cast, Crew, Reviews, Plot Summary, Comments, Discussions, Taglines ...","Url":"http:\/\/www.imdb.com\/title\/tt0105291\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4821474523415776&w=f5de2d85,acb8c620","DisplayUrl":"www.imdb.com\/title\/tt0105291","DateTime":"2010-03-06T18:22:37Z"},{"Title":"[Ruby-Doc.org: Documenting the Ruby Language]","Description":"Ruby documentation project: links and downloads of programming information, on many aspects of Ruby.","Url":"http:\/\/www.ruby-doc.org\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4998165185627177&w=ae362e11,4f5709ff","DisplayUrl":"www.ruby-doc.org","DateTime":"2010-03-10T18:53:40Z","DeepLinks":[{"Title":"Standard API","Url":"http:\/\/www.ruby-doc.org\/stdlib\/"},{"Title":"Programming Ruby","Url":"http:\/\/www.ruby-doc.org\/docs\/ProgrammingRuby\/"},{"Title":"Files","Url":"http:\/\/www.ruby-doc.org\/core"},{"Title":"Getting Started","Url":"http:\/\/www.ruby-doc.org\/gettingstarted\/index.html"},{"Title":"Additional Documents","Url":"http:\/\/www.ruby-doc.org\/docs"},{"Title":"This","Url":"http:\/\/www.ruby-doc.org\/documentation-guidelines.html"},{"Title":"Standard Library","Url":"http:\/\/spec.ruby-doc.org\/wiki\/Ruby_Standard_Library"},{"Title":"Methods","Url":"http:\/\/www.ruby-doc.org\/core-1.8.7\/index.html"},{"Title":"Downloads","Url":"http:\/\/www.ruby-doc.org\/downloads\/"},{"Title":"Why Ruby","Url":"http:\/\/www.ruby-doc.org\/whyruby"},{"Title":"Ruby Spec: Core","Url":"http:\/\/spec.ruby-doc.org\/wiki\/Ruby_Core"},{"Title":"Ruby-Doc Docbar","Url":"http:\/\/www.ruby-doc.org\/docbar\/"},{"Title":"Status Report","Url":"http:\/\/www.ruby-doc.org\/stdlib\/status.html"}]},{"Title":"Ruby: Ruby mineral information and data.","Description":"A red, gem variety of corundum. The red colour is caused by minor amounts of trivalent Cr replacing Al in the crystal structure. In traditional gemmological terms, ruby has to ...","Url":"http:\/\/www.mindat.org\/min-3473.html","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4952668598504110&w=7eb11392,3bc454a2","DisplayUrl":"www.mindat.org\/min-3473.html","DateTime":"2010-03-11T00:58:45Z"},{"Title":"Ruby\/Ruby on Rails programming tutorials2 - Meshplex","Description":"Ruby for complete beginners: Ruby Introduction: What can I use RoR for? Reasons for choosing RoR over other popular programming languages such as php or asp.net .What makes Ruby so ...","Url":"http:\/\/www.meshplex.org\/wiki\/Ruby\/Ruby_on_Rails_programming_tutorials","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4741832949237409&w=a5ed9122,f1e25a41","DisplayUrl":"www.meshplex.org\/wiki\/Ruby\/Ruby_on_Rails_programming_tutorials","DateTime":"2010-03-10T06:57:50Z"},{"Title":"Jack Ruby","Description":"Was Jack Ruby a mobster, a spook, or merely an emotional wannabe who expected public acclaim for killing Oswald?","Url":"http:\/\/mcadams.posc.mu.edu\/ruby.htm","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4935828030292414&w=ff2150fb,c0c5d1af","DisplayUrl":"mcadams.posc.mu.edu\/ruby.htm","DateTime":"2010-03-10T16:37:40Z"},{"Title":"The gemstone ruby","Description":"Ruby is distinguished and known by all for its fiery red color. Beside for its color, it is a most desirable gem due to its hardness, durability, luster, and rarity.","Url":"http:\/\/www.minerals.net\/gemstone\/gemstone\/ruby\/ruby.htm","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4621165842138411&w=c02d2fc0,aea0c6c4","DisplayUrl":"www.minerals.net\/gemstone\/gemstone\/ruby\/ruby.htm","DateTime":"2010-03-11T04:33:29Z"},{"Title":"Ruby-On-Rails","Description":"Ruby-On-Rails Developer's Journal ... Maximizing the Business Value of Virtualization in Enterprise and Cloud Computing Environments","Url":"http:\/\/ruby.sys-con.com\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4881479512884746&w=384ff0b1,90c41b9a","DisplayUrl":"ruby.sys-con.com","DateTime":"2010-03-11T04:33:29Z"},{"Title":"NetBeans IDE - Ruby and Ruby on Rails Development","Description":"NetBeans IDE - Integrated tools for Ruby and Ruby on Rails developers","Url":"http:\/\/netbeans.org\/features\/ruby\/index.html","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=5027053137167976&w=94d0be29,34722a74","DisplayUrl":"netbeans.org\/features\/ruby\/index.html","DateTime":"2010-03-10T05:39:06Z"},{"Title":"RubyForge: Ruby: Project Info","Description":"Tracker - Bugs ( 338 open \/ 809 total ) Bug Tracking System - Patches ( 69 open \/ 116 total ) Patch Tracking System - 1.9.1 showstoppers ( 0 open \/ 12 total )","Url":"http:\/\/rubyforge.org\/projects\/ruby\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4713537702790687&w=9c421a7a,14609206","DisplayUrl":"rubyforge.org\/projects\/ruby","DateTime":"2010-03-10T06:22:03Z"},{"Title":"Ruby - The Official Website | Coming Soon!","Description":"Ruby's Official Website ... Hey all, welcome to my official website. Here you find all my news, images, video clips & up-to-date information, the website is under construction so ...","Url":"http:\/\/rubymania.com\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=5043382599026615&w=aae98c0d,7b09c193","DisplayUrl":"rubymania.com","DateTime":"2010-03-10T19:50:56Z"},{"Title":"CSS3 Ruby Module","Description":"Abstract \"Ruby\" are short runs of text alongside the base text, typically used in East Asian documents to indicate pronunciation or to provide a short annotation.","Url":"http:\/\/www.w3.org\/TR\/css3-ruby\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4740681896888148&w=ef0223a0,4db7bc7f","DisplayUrl":"www.w3.org\/TR\/css3-ruby","DateTime":"2010-03-10T05:10:28Z"},{"Title":"Ruby Andrascik's Manotick Lifestyles","Description":"Sales representative in Manotick area. Recent sales, current listings, area information.","Url":"http:\/\/manoticklifestyles.com\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4985666830403560&w=bcb823d9,31408de6","DisplayUrl":"manoticklifestyles.com","DateTime":"2010-03-09T22:36:46Z"},{"Title":"Ruby","Description":"Abstract. The HyperText Markup Language (HTML) is a simple markup language used to create hypertext documents that are portable from one platform to another.","Url":"http:\/\/www.w3.org\/TR\/1999\/WD-ruby-19990924\/","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4820207511406597&w=8ab21896,f1b29660","DisplayUrl":"www.w3.org\/TR\/1999\/WD-ruby-19990924","DateTime":"2010-03-11T09:19:49Z"},{"Title":"ruby - Wiktionary","Description":"This page was last modified on 10 February 2010, at 16:50. Text is available under the Creative Commons Attribution\/Share-Alike License; additional terms may apply.","Url":"http:\/\/en.wiktionary.org\/wiki\/ruby","CacheUrl":"http:\/\/cc.bingj.com\/cache.aspx?q=ruby&d=4826869003847603&w=f59c5f68,3484f0aa","DisplayUrl":"en.wiktionary.org\/wiki\/ruby","DateTime":"2010-03-11T00:44:26Z"}]}}}
|