hatenaapigraph 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/hatena/api/graph.rb +0 -1
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ * 0.2.2* (June 21th, 2007)
2
+ Fix output string bug. (thx takatoh!)
3
+
1
4
  * 0.2.1* (June 12th, 2007)
2
5
  Bug fix.
3
6
 
@@ -60,7 +60,6 @@ module Hatena
60
60
  :type => 'yaml',
61
61
  }.merge options
62
62
  res = http_get GRAPH_API_DATA_URI, params
63
- p GRAPH_API_DATA_URI, params
64
63
  raise GraphError.new("request not successed: #{res}") if res.code != '200'
65
64
  YAML::load res.body
66
65
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.1
3
3
  specification_version: 1
4
4
  name: hatenaapigraph
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.1
7
- date: 2007-06-12 00:00:00 +09:00
6
+ version: 0.2.2
7
+ date: 2007-06-21 00:00:00 +09:00
8
8
  summary: description of gem
9
9
  require_paths:
10
10
  - lib