latitude 0.0.1 → 0.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.
data/latitude.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["dfsiii@gmail.com"]
11
11
  spec.summary = %q{Calculates distances between two geographic coordinates.}
12
12
  spec.description = %q{Uses the great-circle distance calculation to determine the distance between two locations with just latitudes and longitudes.}
13
- spec.homepage = "http://www.treyspringer.com"
13
+ spec.homepage = "https://github.com/umtrey/latitude-gem"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
+ spec.required_ruby_version = '>= 1.9.3'
22
+
21
23
  spec.add_development_dependency "bundler", "~> 1.6"
22
24
  spec.add_development_dependency "rake"
23
25
  spec.add_development_dependency "rspec"
@@ -1,3 +1,3 @@
1
1
  module Latitude
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: latitude
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -81,7 +81,7 @@ files:
81
81
  - lib/latitude/vincenty.rb
82
82
  - spec/latitude_spec.rb
83
83
  - spec/spec_helper.rb
84
- homepage: http://www.treyspringer.com
84
+ homepage: https://github.com/umtrey/latitude-gem
85
85
  licenses:
86
86
  - MIT
87
87
  post_install_message:
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ! '>='
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: 1.9.3
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  none: false
99
99
  requirements: