geoutm 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/geoutm.rb +1 -1
  3. metadata +16 -20
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d7e809af4ba13746bb173e80cd439589ff37bc80
4
+ data.tar.gz: e3444d2345f2686882288a74a63c47846bca43cc
5
+ SHA512:
6
+ metadata.gz: af271533ed41b4c26a1580da8f6d5a5de981a24dc33cf1d3910a3ace9afd08944854acbe1c3def9c3cfc630154c40d777f71186c07116dc8da6609ca445ac1a2
7
+ data.tar.gz: b25db6968818d3ac8f4d2fce10933be5998ff4afba23cc5211ebd1f0f9a466fba2ef4e5141b67742740ffe4d73593ec08d9cebd933d13b4327f7b1c81b5bc4a7
data/lib/geoutm.rb CHANGED
@@ -5,5 +5,5 @@ require 'geoutm/utm'
5
5
  require 'geoutm/latlon'
6
6
 
7
7
  module GeoUtm
8
- VERSION = '1.0.1'
8
+ VERSION = '1.0.2'
9
9
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoutm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tallak Tveide
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-06-27 00:00:00.000000000 Z
11
+ date: 2013-09-30 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rspec
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  description: Conversion between latitude and longitude coordinates and UTM coordiantes
@@ -35,46 +32,45 @@ extensions: []
35
32
  extra_rdoc_files:
36
33
  - README.rdoc
37
34
  files:
38
- - spec/latlon_spec.rb
39
35
  - spec/geoutm_spec.rb
40
- - spec/spec_helper.rb
41
36
  - spec/utm_spec.rb
42
37
  - spec/testdata.yaml
38
+ - spec/latlon_spec.rb
43
39
  - spec/spec.opts
40
+ - spec/spec_helper.rb
44
41
  - spec/ellipsoid_spec.rb
45
- - lib/geoutm/utm_zones.rb
46
- - lib/geoutm/geo_utm_exception.rb
47
- - lib/geoutm/utm.rb
42
+ - lib/geoutm.rb
48
43
  - lib/geoutm/ellipsoid.rb
49
44
  - lib/geoutm/latlon.rb
50
- - lib/geoutm.rb
45
+ - lib/geoutm/geo_utm_exception.rb
46
+ - lib/geoutm/utm.rb
47
+ - lib/geoutm/utm_zones.rb
51
48
  - LICENCE
52
49
  - README.rdoc
53
50
  - History.txt
54
51
  homepage: http://www.github.com/tallakt/geoutm
55
52
  licenses: []
53
+ metadata: {}
56
54
  post_install_message:
57
55
  rdoc_options:
58
56
  - --main
59
57
  - README.rdoc
60
58
  require_paths:
61
- - - lib
59
+ - lib
62
60
  required_ruby_version: !ruby/object:Gem::Requirement
63
- none: false
64
61
  requirements:
65
- - - ! '>='
62
+ - - '>='
66
63
  - !ruby/object:Gem::Version
67
64
  version: '0'
68
65
  required_rubygems_version: !ruby/object:Gem::Requirement
69
- none: false
70
66
  requirements:
71
- - - ! '>='
67
+ - - '>='
72
68
  - !ruby/object:Gem::Version
73
69
  version: '0'
74
70
  requirements: []
75
71
  rubyforge_project: geoutm
76
- rubygems_version: 1.8.24
72
+ rubygems_version: 2.1.5
77
73
  signing_key:
78
- specification_version: 3
74
+ specification_version: 4
79
75
  summary: Converting map coordinates
80
76
  test_files: []