geokit-pretty_heading 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ["jade@rubick.com"]
11
11
  s.homepage = "http://rubygems.org/gems/geokit-pretty_heading"
12
12
  s.summary = %q{When given two lat/long pairs, displays a pretty heading, like North Northeast.}
13
- s.description = %q{Displays a nicely formatted heading in English. See http://en.wikipedia.org/wiki/Boxing_the_compass for the algorithm used}
13
+ s.description = %q{Displays a nicely formatted heading in English. See http://en.wikipedia.org/wiki/Boxing_the_compass for the algorithm used. The code is also on github: https://github.com/jadeforrest/geokit-pretty_heading}
14
14
 
15
15
  s.rubyforge_project = "geokit-pretty_heading"
16
16
 
@@ -1,5 +1,5 @@
1
1
  module Geokit
2
2
  module Prettyheading
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geokit-pretty_heading
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jade Rubick
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: "0"
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
- description: Displays a nicely formatted heading in English. See http://en.wikipedia.org/wiki/Boxing_the_compass for the algorithm used
35
+ description: "Displays a nicely formatted heading in English. See http://en.wikipedia.org/wiki/Boxing_the_compass for the algorithm used. The code is also on github: https://github.com/jadeforrest/geokit-pretty_heading"
36
36
  email:
37
37
  - jade@rubick.com
38
38
  executables: []