lib/geonames_api/version.rb in geonames_api-0.0.6 vs lib/geonames_api/version.rb in geonames_api-0.1.0

- old
+ new

@@ -1,3 +1,3 @@ module GeoNamesAPI - VERSION = "0.0.6" -end \ No newline at end of file + VERSION = Gem::Version.new('0.1.0') +end