Skip to content

Commit

Permalink
Added new files to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Oct 4, 2008
1 parent 88078ac commit 650a8b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,6 @@
0.2.8 (2008-10-03)
* fixed missing files from gem

0.2.7 (2008-10-03)
* Adding Multimap geocoder [Tom Taylor]
* Added MapQuest geocoder [Andrew Selder]
Expand Down
6 changes: 6 additions & 0 deletions Manifest.txt
Expand Up @@ -22,6 +22,7 @@ lib/graticule/geocoder/local_search_maps.rb
lib/graticule/geocoder/map_quest.rb
lib/graticule/geocoder/meta_carta.rb
lib/graticule/geocoder/multi.rb
lib/graticule/geocoder/multimap.rb
lib/graticule/geocoder/postcode_anywhere.rb
lib/graticule/geocoder/rest.rb
lib/graticule/geocoder/yahoo.rb
Expand Down Expand Up @@ -51,6 +52,9 @@ test/fixtures/responses/local_search_maps/success.txt
test/fixtures/responses/meta_carta/bad_address.xml
test/fixtures/responses/meta_carta/multiple.xml
test/fixtures/responses/meta_carta/success.xml
test/fixtures/responses/multimap/missing_params.xml
test/fixtures/responses/multimap/no_matches.xml
test/fixtures/responses/multimap/success.xml
test/fixtures/responses/postcode_anywhere/badkey.xml
test/fixtures/responses/postcode_anywhere/canada.xml
test/fixtures/responses/postcode_anywhere/empty.xml
Expand All @@ -62,11 +66,13 @@ test/mocks/uri.rb
test/test_helper.rb
test/unit/graticule/distance_test.rb
test/unit/graticule/geocoder/geocoder_us_test.rb
test/unit/graticule/geocoder/geocoders.rb
test/unit/graticule/geocoder/google_test.rb
test/unit/graticule/geocoder/host_ip_test.rb
test/unit/graticule/geocoder/local_search_maps_test.rb
test/unit/graticule/geocoder/meta_carta_test.rb
test/unit/graticule/geocoder/multi_test.rb
test/unit/graticule/geocoder/multimap_test.rb
test/unit/graticule/geocoder/postcode_anywhere_test.rb
test/unit/graticule/geocoder/yahoo_test.rb
test/unit/graticule/geocoder_test.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/graticule/version.rb
Expand Up @@ -2,7 +2,7 @@ module Graticule #:nodoc:
module Version #:nodoc:
MAJOR = 0
MINOR = 2
TINY = 7
TINY = 8

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 650a8b6

Please sign in to comment.