Skip to content

Commit

Permalink
added doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Nov 8, 2010
1 parent 4581dc8 commit 0c36790
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Ruby Readability

(sudo) gem install ruby-readability

require 'rubygems'
require 'readability'
require 'open-uri'

source = open('http://lab.arc90.com/experiments/readability/').read
puts Readability::Document.new(source).content

===

This code is under the Apache License 2.0. http://www.apache.org/licenses/LICENSE-2.0

This is a ruby port of arc90's readability project
Expand Down
2 changes: 1 addition & 1 deletion ruby-readability.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{ruby-readability}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrew Cantino", "starrhorne", "libc", "Kyle Maxwell"]
Expand Down

0 comments on commit 0c36790

Please sign in to comment.