sugarcube 0.11.1 → 0.11.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
  class CLLocationCoordinate2D
6
6
 
7
7
  def delta_miles(dx, dy)
8
- earth_radius = 3960.0
8
+ earth_radius = 3963.1
9
9
 
10
10
  radius_at_latitude = earth_radius * Math.cos(self.latitude * Math::PI / 180.0)
11
11
  if radius_at_latitude > 0
@@ -1,3 +1,3 @@
1
1
  module SugarCube
2
- Version = '0.11.1'
2
+ Version = '0.11.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sugarcube
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: