sosowa 0.8 → 0.9

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.9
2
+
3
+ * バグを修正
4
+
1
5
  ## 0.8
2
6
 
3
7
  * Mechanizeの代わりにNokogiriを使い始めました。
data/lib/sosowa/scheme.rb CHANGED
@@ -55,8 +55,8 @@ module Sosowa
55
55
  :id => id,
56
56
  :point => point,
57
57
  :name => bobj[0],
58
- :created_at => Time.parse(bobj[1].gsub(/[^\/\d\s:]/, "")),
59
- :text => element[1].inner_html.to_s.toutf8.strip
58
+ :created_at => bobj[1] ? Time.parse(bobj[1].gsub(/[^\/\d\s:]/, "")) : nil,
59
+ :text => element[1] ? element[1].inner_html.to_s.toutf8.strip : nil
60
60
  )
61
61
  comments << comment
62
62
  end
@@ -1,3 +1,3 @@
1
1
  module Sosowa
2
- VERSION = "0.8"
2
+ VERSION = "0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sosowa
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.8'
4
+ version: '0.9'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  version: '0'
69
69
  segments:
70
70
  - 0
71
- hash: 2832224330215287020
71
+ hash: -789369966723957202
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  none: false
74
74
  requirements:
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  segments:
79
79
  - 0
80
- hash: 2832224330215287020
80
+ hash: -789369966723957202
81
81
  requirements: []
82
82
  rubyforge_project:
83
83
  rubygems_version: 1.8.24