cyx-scraper 0.4.0 → 0.4.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -80,9 +80,9 @@ module Scraper
80
80
  end
81
81
 
82
82
  def extract_video_id_from_query_string( query_string )
83
- if matches = query_string.match(config[:video_id_matcher])
83
+ if matches = query_string.to_s.match(config[:video_id_matcher])
84
84
  matches[2]
85
85
  end
86
86
  end
87
87
  end
88
- end
88
+ end
data/scraper.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{scraper}
5
- s.version = "0.4.0"
5
+ s.version = "0.4.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Cyril David"]
9
- s.date = %q{2009-08-01}
9
+ s.date = %q{2009-09-12}
10
10
  s.email = %q{cyx.ucron@gmail.com}
11
11
  s.extra_rdoc_files = [
12
12
  "LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cyx-scraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril David
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-01 00:00:00 -07:00
12
+ date: 2009-09-12 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -54,7 +54,6 @@ files:
54
54
  - test/youtube_test.rb
55
55
  has_rdoc: false
56
56
  homepage: http://github.com/cyx/scraper
57
- licenses:
58
57
  post_install_message:
59
58
  rdoc_options:
60
59
  - --charset=UTF-8
@@ -75,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
74
  requirements: []
76
75
 
77
76
  rubyforge_project:
78
- rubygems_version: 1.3.5
77
+ rubygems_version: 1.2.0
79
78
  signing_key:
80
79
  specification_version: 3
81
80
  summary: TODO