boilerpipe 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/boilerpipe.gemspec +1 -1
  2. data/lib/boilerpipe.rb +2 -0
  3. metadata +3 -3
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "boilerpipe"
3
- s.version = "0.0.3"
3
+ s.version = "0.0.4"
4
4
  s.date = "2010-05-15"
5
5
  s.summary = "Ruby wrapper of the Boilerpipe API"
6
6
  s.email = "g.marcilhacy@gmail.com"
@@ -11,6 +11,8 @@ class Object
11
11
  end
12
12
 
13
13
  module Boilerpipe
14
+ VERSION = "0.0.4"
15
+
14
16
  BP_DEFAULT_API_URL = 'http://boilerpipe-web.appspot.com/extract'
15
17
  BP_EXTRACTORS = [ :ArticleExtractor, :DefaultExtractor, :LargestContentExtractor, :KeepEverythingExtractor, :CanolaExtractor ]
16
18
  BP_OUTPUT_FORMATS = [ :html, :htmlFragment, :text, :json, :debug ]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boilerpipe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Gr\xC3\xA9gory Marcilhacy"