ruby2ch 0.1.2 → 0.1.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/Gemfile CHANGED
@@ -2,3 +2,4 @@ source "http://rubygems.org"
2
2
 
3
3
  # Specify your gem's dependencies in ruby2ch.gemspec
4
4
  gemspec
5
+ mechanize
@@ -15,7 +15,6 @@ module Ruby2ch
15
15
  @links.map!{|link,title| [link.split("/")[0],title]}
16
16
 
17
17
  @links.map!{|link,title|
18
- puts link
19
18
  [url.sub("/news/subback.html","/test/read.cgi/news/") + link,title]}
20
19
 
21
20
  @links.select!{|link,title| /\/\d*$/ =~link}
@@ -1,7 +1,6 @@
1
1
  #encoding: utf-8
2
2
  require 'mechanize'
3
3
  require 'kconv'
4
- require 'Time'
5
4
  module Ruby2ch
6
5
  class Dat
7
6
  def initialize(url,title)
@@ -1,3 +1,3 @@
1
1
  module Ruby2ch
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby2ch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,8 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-25 00:00:00.000000000Z
12
+ date: 2011-12-14 00:00:00.000000000 +09:00
13
+ default_executable:
13
14
  dependencies: []
14
15
  description: 2ch for ruby
15
16
  email:
@@ -29,6 +30,7 @@ files:
29
30
  - lib/ruby2ch/thre.rb
30
31
  - lib/ruby2ch/version.rb
31
32
  - ruby2ch.gemspec
33
+ has_rdoc: true
32
34
  homepage: ''
33
35
  licenses: []
34
36
  post_install_message:
@@ -49,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
51
  version: '0'
50
52
  requirements: []
51
53
  rubyforge_project: ruby2ch
52
- rubygems_version: 1.8.10
54
+ rubygems_version: 1.6.2
53
55
  signing_key:
54
56
  specification_version: 3
55
57
  summary: 2ch for ruby