yahoo-search 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ $VERBOSE = nil
8
8
 
9
9
  spec = Gem::Specification.new do |s|
10
10
  s.name = 'yahoo-search'
11
- s.version = '1.0.0'
11
+ s.version = '1.1.0'
12
12
  s.summary = 'A Ruby Yahoo Search API Implementation'
13
13
  s.description = 'An interface to Yahoo\'s Local Search service.
14
14
 
@@ -21,7 +21,7 @@ http://developer.yahoo.com/search/local/V3/localSearch.html'
21
21
  s.files = File.read('Manifest.txt').split($/)
22
22
  s.require_path = 'lib'
23
23
 
24
- s.add_dependency 'yahoo', '1.0.0'
24
+ s.add_dependency 'yahoo', '>= 1.1.0'
25
25
  end
26
26
 
27
27
  desc 'Run tests'
@@ -29,8 +29,8 @@ task :default => [ :test ]
29
29
 
30
30
  Rake::TestTask.new('test') do |t|
31
31
  t.libs << 'test'
32
- t.libs << '../yahoo'
33
32
  t.libs << '../yahoo/lib'
33
+ t.libs << '../rc-rest/lib'
34
34
  t.pattern = 'test/test_*.rb'
35
35
  t.verbose = true
36
36
  end
@@ -1,5 +1,5 @@
1
1
  require 'test/unit'
2
- require 'test/uri_stub'
2
+ require 'rc_rest/uri_stub'
3
3
  require 'yahoo/local_search'
4
4
 
5
5
  class Yahoo::TestLocalSearch < Test::Unit::TestCase
@@ -1,5 +1,5 @@
1
1
  require 'test/unit'
2
- require 'test/uri_stub'
2
+ require 'rc_rest/uri_stub'
3
3
  require 'yahoo/web_search'
4
4
 
5
5
  class Yahoo::TestWebSearch < Test::Unit::TestCase
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11.15
2
+ rubygems_version: 0.8.99
3
3
  specification_version: 1
4
4
  name: yahoo-search
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.0
7
- date: 2006-06-10 00:00:00 -07:00
6
+ version: 1.1.0
7
+ date: 2006-06-16 00:00:00 -07:00
8
8
  summary: A Ruby Yahoo Search API Implementation
9
9
  require_paths:
10
10
  - lib
@@ -56,7 +56,7 @@ dependencies:
56
56
  version_requirement:
57
57
  version_requirements: !ruby/object:Gem::Version::Requirement
58
58
  requirements:
59
- - - "="
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 1.0.0
61
+ version: 1.1.0
62
62
  version: