tags4free 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +6 -0
- data/Rakefile +0 -1
- data/lib/tags_4_free.rb +2 -2
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
data/History.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -12,7 +12,6 @@ Hoe.new('tags4free', Tags4Free::VERSION) do |p|
|
|
|
12
12
|
p.description = "Free tag extraction from content using Yahoo! search API."
|
|
13
13
|
p.email = 'thorben@fetmab.net'
|
|
14
14
|
p.summary = "Free tag extraction from content using Yahoo! search API."
|
|
15
|
-
p.remote_rdoc_dir = '' # Release to root
|
|
16
15
|
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
|
|
17
16
|
p.extra_deps << ['httparty'," >=0.1.3"]
|
|
18
17
|
end
|
data/lib/tags_4_free.rb
CHANGED
|
@@ -3,7 +3,7 @@ module Tags4Free
|
|
|
3
3
|
require 'httparty'
|
|
4
4
|
include HTTParty
|
|
5
5
|
|
|
6
|
-
VERSION = '0.1.
|
|
6
|
+
VERSION = '0.1.1'
|
|
7
7
|
|
|
8
8
|
class YahooApiError < ArgumentError; end
|
|
9
9
|
|
|
@@ -13,7 +13,7 @@ module Tags4Free
|
|
|
13
13
|
end
|
|
14
14
|
end
|
|
15
15
|
|
|
16
|
-
APPID = '
|
|
16
|
+
APPID = 'aPANO7nV34GzXKjOP9KBz8CEyH8UZp5we3NIY.305xTlOT2Pc0f.9BBLFdsTEw--'
|
|
17
17
|
SERVICE_URL =
|
|
18
18
|
'http://api.search.yahoo.com/ContentAnalysisService/V1/termExtraction'
|
|
19
19
|
format :xml
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|