yahoo-geocode 1.0.0 → 1.1.0

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.
Files changed (3) hide show
  1. data/Rakefile +3 -3
  2. data/test/test_geocode.rb +1 -1
  3. metadata +5 -5
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ $VERBOSE = nil
8
8
 
9
9
  spec = Gem::Specification.new do |s|
10
10
  s.name = 'yahoo-geocode'
11
- s.version = '1.0.0'
11
+ s.version = '1.1.0'
12
12
  s.summary = 'A Ruby Yahoo Geocoder Library'
13
13
  s.description = 'An interface to Yahoo\'s Geocoder service.
14
14
 
@@ -21,7 +21,7 @@ http://developer.yahoo.com/maps/rest/V1/geocode.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
data/test/test_geocode.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'test/unit'
2
- require 'test/uri_stub'
2
+ require 'rc_rest/uri_stub'
3
3
  require 'yahoo/geocode'
4
4
 
5
5
  class Yahoo::TestGeocode < 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-geocode
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 Geocoder Library
9
9
  require_paths:
10
10
  - lib
@@ -53,7 +53,7 @@ dependencies:
53
53
  version_requirement:
54
54
  version_requirements: !ruby/object:Gem::Version::Requirement
55
55
  requirements:
56
- - - "="
56
+ - - ">="
57
57
  - !ruby/object:Gem::Version
58
- version: 1.0.0
58
+ version: 1.1.0
59
59
  version: