tags4free 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 0.1.1 / 2008-10-10
2
+
3
+ * Minor Bugfix release
4
+
5
+ * Changed the ApplicationID to a real one, registered at Yahoo! .
6
+
1
7
  === 0.1.0 / 2008-10-09
2
8
 
3
9
  * Initial Release
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.0'
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 = 'Tags4Free'
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
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tags4free
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Thorben Schr\xC3\xB6der"
metadata.gz.sig CHANGED
Binary file