CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 12 Aug 2025 03:01:04 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081201170736
location: https://web.archive.org/web/20081201170736/https://github.com/dustin/ruby-summize/tree
server-timing: captures_list;dur=0.731757, exclusion.robots;dur=0.022913, exclusion.robots.policy;dur=0.009652, esindex;dur=0.011355, cdx.remote;dur=209.994144, LoadShardBlock;dur=469.801622, PetaboxLoader3.datanode;dur=130.631267, PetaboxLoader3.resolve;dur=103.608277
x-app-server: wwwb-app239
x-ts: 302
x-tr: 743
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 12 Aug 2025 03:01:07 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Tue, 02 Dec 2008 01:07:36 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_sess=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--be4d4fe64136ba4b5a9e8e7643f35a4e640dd18d; domain=.github.com; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 599ms
x-archive-orig-etag: "8687c03dc1cb0915bf1d623b092de4a7"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 5043
x-archive-orig-x_commoncrawl_originalurl: https://github.com/dustin/ruby-summize/tree
x-archive-orig-x_commoncrawl_urlfp: 2597032219145277013
x-archive-orig-x_commoncrawl_hostfp: -8801896244620822287
x-archive-orig-x_commoncrawl_signature: 8687c03dc1cb0915bf1d623b092de4a7
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1228180056645
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Mon, 01 Dec 2008 17:07:36 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 01 Dec 2008 17:07:36 GMT", ; rel="memento"; datetime="Mon, 01 Dec 2008 17:07:36 GMT", ; rel="last memento"; datetime="Mon, 01 Dec 2008 17:07:36 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 1230897932141_20-c/1230898037875_6.arc.gz
server-timing: captures_list;dur=0.759496, exclusion.robots;dur=0.023035, exclusion.robots.policy;dur=0.008879, esindex;dur=0.011668, cdx.remote;dur=1422.417913, LoadShardBlock;dur=471.022428, PetaboxLoader3.datanode;dur=266.294462, PetaboxLoader3.resolve;dur=695.793127, load_resource;dur=712.984686
x-app-server: wwwb-app239
x-ts: 200
x-tr: 2663
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
dustin's ruby-summize at master — GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install dustin-ruby-summize
Description: | A ruby client for the summize conversational search engine. |
Clone URL: |
git://github.com/dustin/ruby-summize.git
Give this clone URL to anyone.
git clone git://github.com/dustin/ruby-summize.git
|
name | age | message | |
---|---|---|---|
![]() |
README.markdown | Mon Jul 07 23:17:57 -0700 2008 | Updated the README for version 0.2 [dustin] |
![]() |
lib/ | Tue Jul 08 13:59:24 -0700 2008 | Added #size to the results. [dustin] |
![]() |
ruby-summize.gemspec | Tue Jul 08 13:59:56 -0700 2008 | Update gemspec for 0.3. [dustin] |
README.markdown
A simple summize client for ruby.
Example
require 'summize'
client = Summize::Client.new 'my-user-argent'
r = client.query 'search query'
r.each { |i| puts "#{i.text}" }
This feature is coming soon. Sit tight!