Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Version bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Jun 10, 2011
1 parent 330e2bd commit dd14a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.3
0.2.4
12 changes: 2 additions & 10 deletions ruby-readability.gemspec
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrew Cantino", "starrhorne", "libc", "Kyle Maxwell"]
s.date = %q{2011-01-26}
s.date = %q{2011-06-09}
s.default_executable = %q{readability}
s.description = %q{Port of arc90's readability project to ruby}
s.email = %q{andrew@iterationlabs.com}
Expand Down Expand Up @@ -44,14 +44,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Port of arc90's readability project to ruby}
s.test_files = [
"spec/fixtures/samples/blogpost_with_links-fragments.rb",
"spec/fixtures/samples/channel4-1-fragments.rb",
"spec/fixtures/samples/foxnews-india1-fragments.rb",
"spec/fixtures/samples/globemail-ottawa-cuts-fragments.rb",
"spec/readability_spec.rb",
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
Expand Down

0 comments on commit dd14a86

Please sign in to comment.