diff --git a/VERSION b/VERSION index 373f8c6..72f9fa8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3 \ No newline at end of file +0.2.4 \ No newline at end of file diff --git a/ruby-readability.gemspec b/ruby-readability.gemspec index 59ac30c..eabb6b8 100644 --- a/ruby-readability.gemspec +++ b/ruby-readability.gemspec @@ -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} @@ -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