Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Feb 1, 2011
1 parent 92f0a85 commit 4c452aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions geo_magic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{geo_magic}
s.version = "0.2.4.1"
s.version = "0.2.4.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kristian Mandrup"]
s.date = %q{2011-01-28}
s.date = %q{2011-02-01}
s.description = %q{Get IP and location data using freegeoip.net - can also calculate of distance between map points using haversine supporting multiple distance units}
s.email = %q{kmandrup@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -43,9 +43,11 @@ Gem::Specification.new do |s|
"lib/geo_magic/remote.rb",
"lib/geo_magic/util.rb",
"lib/rails/config.rb",
"spec/fixtures/config/map_api_keys.yml",
"spec/fixtures/map_api_keys.yaml",
"spec/fixtures/streets.de.yml",
"spec/geo_magic/calculate_spec.rb",
"spec/geo_magic/geocoder_rails_spec.rb",
"spec/geo_magic/geocoder_spec.rb",
"spec/geo_magic/include_calc_spec.rb",
"spec/geo_magic/include_remote_spec.rb",
Expand All @@ -63,6 +65,7 @@ Gem::Specification.new do |s|
s.summary = %q{Get your IP and location data and calculate distances on the globe}
s.test_files = [
"spec/geo_magic/calculate_spec.rb",
"spec/geo_magic/geocoder_rails_spec.rb",
"spec/geo_magic/geocoder_spec.rb",
"spec/geo_magic/include_calc_spec.rb",
"spec/geo_magic/include_remote_spec.rb",
Expand Down

0 comments on commit 4c452aa

Please sign in to comment.