nicovideo 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,9 +1,12 @@
1
+ 2008-03-16 version 0.1.3
2
+
3
+ * fixed unable to download with mechanize 0.7.1 or later
4
+
1
5
  2008-03-15 version 0.1.2
2
6
 
3
7
  * removed outputs for debug
4
8
  * fixed internal search parameters
5
9
  * fixed xpath for sp1
6
- *
7
10
 
8
11
  2008-02-25 version 0.1.1
9
12
 
@@ -15,6 +15,12 @@ module WWW
15
15
  add_to_history(page)
16
16
  page
17
17
  end
18
+
19
+ class File
20
+ def path
21
+ return @uri.path
22
+ end
23
+ end
18
24
  }
19
25
  end
20
26
  end
@@ -2,7 +2,7 @@ module Nicovideo #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -19,7 +19,7 @@ class TestNicovideoVideoPage < Test::Unit::TestCase
19
19
  assert_nothing_raised {
20
20
  vp = @nv.watch(@vid_valid)
21
21
  }
22
- # assert_nothing_raised { vp.flv }
22
+ assert_nothing_raised { vp.flv }
23
23
  sleep 5
24
24
  end
25
25
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: nicovideo
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.2
7
- date: 2008-03-15 00:00:00 +09:00
6
+ version: 0.1.3
7
+ date: 2008-03-16 00:00:00 +09:00
8
8
  summary: utils for nicovideo
9
9
  require_paths:
10
10
  - lib