timelog4r 0.3.2 → 0.3.3

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 CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.3.3 2011-08-24
2
+
3
+ * 1 minor enhancement:
4
+ * [bugfix][web_handler] bugfix for html_parser.
5
+
1
6
  == 0.3.2 2011-08-24
2
7
 
3
8
  * 1 minor enhancement:
@@ -230,7 +230,7 @@ class Timelog4r
230
230
 
231
231
  result = {
232
232
  :title => document.at('title').inner_text,
233
- :link => URI.parse(document.link.href),
233
+ :link => URI.parse('http://timelog.jp/'),
234
234
  :modified => Time.now
235
235
  }
236
236
 
@@ -2,7 +2,7 @@ class Timelog4r
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timelog4r
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 2
10
- version: 0.3.2
9
+ - 3
10
+ version: 0.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - saronpasu