hamradio 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0ff62fbdf63e06577209e1920e793cd46e764fbdfa425f90dec6308c7dcfa915
4
+ data.tar.gz: 52f07c60b9a35b1a2ae2096feb6908aa100b26e27571375f2ebc69807f1aed1a
5
+ SHA512:
6
+ metadata.gz: 5b9a5b95466ced4a9cce2059d3b8bd29aa987f40e6ba5fd86822d07af446c7cfc2c9442ce8ce9b66e9c19036e8212fd7a78413754d5f4ab98a6d1932f489e267
7
+ data.tar.gz: c037e557cd9866f47329aa326906fdf915df92cd0c4988cb9015f96376d7d4398355a407621b2df6245badf99fb921ee137d66e27618722a5062ec382dc9a834
data/Gemfile CHANGED
@@ -6,5 +6,5 @@ group :development do
6
6
  gem "shoulda"
7
7
  gem "bundler"
8
8
  gem "jeweler"
9
- gem "rcov"
9
+ gem "simplecov"
10
10
  end
@@ -1,20 +1,80 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- git (1.2.5)
5
- httparty (0.8.1)
6
- multi_json
7
- multi_xml
8
- jeweler (1.6.4)
9
- bundler (~> 1.0)
4
+ activesupport (5.2.2.1)
5
+ concurrent-ruby (~> 1.0, >= 1.0.2)
6
+ i18n (>= 0.7, < 2)
7
+ minitest (~> 5.1)
8
+ tzinfo (~> 1.1)
9
+ addressable (2.4.0)
10
+ builder (3.2.3)
11
+ concurrent-ruby (1.1.5)
12
+ descendants_tracker (0.0.4)
13
+ thread_safe (~> 0.3, >= 0.3.1)
14
+ docile (1.3.1)
15
+ faraday (0.9.2)
16
+ multipart-post (>= 1.2, < 3)
17
+ git (1.5.0)
18
+ github_api (0.16.0)
19
+ addressable (~> 2.4.0)
20
+ descendants_tracker (~> 0.0.4)
21
+ faraday (~> 0.8, < 0.10)
22
+ hashie (>= 3.4)
23
+ mime-types (>= 1.16, < 3.0)
24
+ oauth2 (~> 1.0)
25
+ hashie (3.6.0)
26
+ highline (2.0.1)
27
+ httparty (0.16.2)
28
+ multi_xml (>= 0.5.2)
29
+ i18n (1.6.0)
30
+ concurrent-ruby (~> 1.0)
31
+ jeweler (2.3.9)
32
+ builder
33
+ bundler
10
34
  git (>= 1.2.5)
35
+ github_api (~> 0.16.0)
36
+ highline (>= 1.6.15)
37
+ nokogiri (>= 1.5.10)
38
+ psych
11
39
  rake
12
- log_buddy (0.6.0)
13
- multi_json (1.0.3)
14
- multi_xml (0.4.1)
15
- rake (0.9.2.2)
16
- rcov (0.9.11)
17
- shoulda (2.11.3)
40
+ rdoc
41
+ semver2
42
+ json (2.2.0)
43
+ jwt (2.1.0)
44
+ log_buddy (0.7.0)
45
+ mime-types (2.99.3)
46
+ mini_portile2 (2.4.0)
47
+ minitest (5.11.3)
48
+ multi_json (1.13.1)
49
+ multi_xml (0.6.0)
50
+ multipart-post (2.0.0)
51
+ nokogiri (1.10.1)
52
+ mini_portile2 (~> 2.4.0)
53
+ oauth2 (1.4.1)
54
+ faraday (>= 0.8, < 0.16.0)
55
+ jwt (>= 1.0, < 3.0)
56
+ multi_json (~> 1.3)
57
+ multi_xml (~> 0.5)
58
+ rack (>= 1.2, < 3)
59
+ psych (3.1.0)
60
+ rack (2.0.6)
61
+ rake (12.3.2)
62
+ rdoc (6.1.1)
63
+ semver2 (3.4.2)
64
+ shoulda (3.6.0)
65
+ shoulda-context (~> 1.0, >= 1.0.1)
66
+ shoulda-matchers (~> 3.0)
67
+ shoulda-context (1.2.2)
68
+ shoulda-matchers (3.1.3)
69
+ activesupport (>= 4.0.0)
70
+ simplecov (0.16.1)
71
+ docile (~> 1.1)
72
+ json (>= 1.8, < 3)
73
+ simplecov-html (~> 0.10.0)
74
+ simplecov-html (0.10.2)
75
+ thread_safe (0.3.6)
76
+ tzinfo (1.2.5)
77
+ thread_safe (~> 0.1)
18
78
 
19
79
  PLATFORMS
20
80
  ruby
@@ -24,5 +84,8 @@ DEPENDENCIES
24
84
  httparty
25
85
  jeweler
26
86
  log_buddy
27
- rcov
28
87
  shoulda
88
+ simplecov
89
+
90
+ BUNDLED WITH
91
+ 1.17.2
@@ -1,20 +1,7 @@
1
- Copyright (c) 2011 Graham McIntire
1
+ Copyright 2019 Graham McIntire
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10
4
 
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13
6
 
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -28,6 +28,9 @@ Ruby 1.9+ is required.
28
28
 
29
29
  == Copyright
30
30
 
31
- Copyright (c) 2011 Graham McIntire. See LICENSE.txt for
31
+ Copyright (c) 2012 Graham McIntire. See LICENSE for
32
32
  further details.
33
33
 
34
+ == License
35
+
36
+ MIT, see LICENSE for more details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.3
1
+ 0.4.4
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "hamradio"
8
- s.version = "0.4.3"
8
+ s.version = "0.4.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Graham McIntire W5ISP"]
12
- s.date = "2011-12-02"
12
+ s.date = "2019-03-22"
13
13
  s.description = "Includes grid square decoding/encoding & call sign lookup."
14
14
  s.email = "gmcintire@gmail.com"
15
15
  s.extra_rdoc_files = [
@@ -45,14 +45,14 @@ Gem::Specification.new do |s|
45
45
  s.add_development_dependency(%q<shoulda>, [">= 0"])
46
46
  s.add_development_dependency(%q<bundler>, [">= 0"])
47
47
  s.add_development_dependency(%q<jeweler>, [">= 0"])
48
- s.add_development_dependency(%q<rcov>, [">= 0"])
48
+ s.add_development_dependency(%q<simplecov>, [">= 0"])
49
49
  else
50
50
  s.add_dependency(%q<httparty>, [">= 0"])
51
51
  s.add_dependency(%q<log_buddy>, [">= 0"])
52
52
  s.add_dependency(%q<shoulda>, [">= 0"])
53
53
  s.add_dependency(%q<bundler>, [">= 0"])
54
54
  s.add_dependency(%q<jeweler>, [">= 0"])
55
- s.add_dependency(%q<rcov>, [">= 0"])
55
+ s.add_dependency(%q<simplecov>, [">= 0"])
56
56
  end
57
57
  else
58
58
  s.add_dependency(%q<httparty>, [">= 0"])
@@ -60,7 +60,7 @@ Gem::Specification.new do |s|
60
60
  s.add_dependency(%q<shoulda>, [">= 0"])
61
61
  s.add_dependency(%q<bundler>, [">= 0"])
62
62
  s.add_dependency(%q<jeweler>, [">= 0"])
63
- s.add_dependency(%q<rcov>, [">= 0"])
63
+ s.add_dependency(%q<simplecov>, [">= 0"])
64
64
  end
65
65
  end
66
66
 
metadata CHANGED
@@ -1,82 +1,99 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hamradio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
5
- prerelease:
4
+ version: 0.4.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Graham McIntire W5ISP
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2011-12-02 00:00:00.000000000 Z
11
+ date: 2019-03-22 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: httparty
16
- requirement: &70293206423760 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
- version_requirements: *70293206423760
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
25
27
  - !ruby/object:Gem::Dependency
26
28
  name: log_buddy
27
- requirement: &70293207695000 !ruby/object:Gem::Requirement
28
- none: false
29
+ requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
- - - ! '>='
31
+ - - ">="
31
32
  - !ruby/object:Gem::Version
32
33
  version: '0'
33
34
  type: :development
34
35
  prerelease: false
35
- version_requirements: *70293207695000
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
36
41
  - !ruby/object:Gem::Dependency
37
42
  name: shoulda
38
- requirement: &70293207694260 !ruby/object:Gem::Requirement
39
- none: false
43
+ requirement: !ruby/object:Gem::Requirement
40
44
  requirements:
41
- - - ! '>='
45
+ - - ">="
42
46
  - !ruby/object:Gem::Version
43
47
  version: '0'
44
48
  type: :development
45
49
  prerelease: false
46
- version_requirements: *70293207694260
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
47
55
  - !ruby/object:Gem::Dependency
48
56
  name: bundler
49
- requirement: &70293207693540 !ruby/object:Gem::Requirement
50
- none: false
57
+ requirement: !ruby/object:Gem::Requirement
51
58
  requirements:
52
- - - ! '>='
59
+ - - ">="
53
60
  - !ruby/object:Gem::Version
54
61
  version: '0'
55
62
  type: :development
56
63
  prerelease: false
57
- version_requirements: *70293207693540
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
58
69
  - !ruby/object:Gem::Dependency
59
70
  name: jeweler
60
- requirement: &70293207692760 !ruby/object:Gem::Requirement
61
- none: false
71
+ requirement: !ruby/object:Gem::Requirement
62
72
  requirements:
63
- - - ! '>='
73
+ - - ">="
64
74
  - !ruby/object:Gem::Version
65
75
  version: '0'
66
76
  type: :development
67
77
  prerelease: false
68
- version_requirements: *70293207692760
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
69
83
  - !ruby/object:Gem::Dependency
70
- name: rcov
71
- requirement: &70293207692080 !ruby/object:Gem::Requirement
72
- none: false
84
+ name: simplecov
85
+ requirement: !ruby/object:Gem::Requirement
73
86
  requirements:
74
- - - ! '>='
87
+ - - ">="
75
88
  - !ruby/object:Gem::Version
76
89
  version: '0'
77
90
  type: :development
78
91
  prerelease: false
79
- version_requirements: *70293207692080
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
80
97
  description: Includes grid square decoding/encoding & call sign lookup.
81
98
  email: gmcintire@gmail.com
82
99
  executables: []
@@ -85,8 +102,8 @@ extra_rdoc_files:
85
102
  - LICENSE.txt
86
103
  - README.rdoc
87
104
  files:
88
- - .document
89
- - .travis.yml
105
+ - ".document"
106
+ - ".travis.yml"
90
107
  - Gemfile
91
108
  - Gemfile.lock
92
109
  - LICENSE.txt
@@ -100,28 +117,23 @@ files:
100
117
  homepage: http://github.com/gmcintire/hamradio
101
118
  licenses:
102
119
  - MIT
120
+ metadata: {}
103
121
  post_install_message:
104
122
  rdoc_options: []
105
123
  require_paths:
106
124
  - lib
107
125
  required_ruby_version: !ruby/object:Gem::Requirement
108
- none: false
109
126
  requirements:
110
- - - ! '>='
127
+ - - ">="
111
128
  - !ruby/object:Gem::Version
112
129
  version: '0'
113
- segments:
114
- - 0
115
- hash: 2031723848694859707
116
130
  required_rubygems_version: !ruby/object:Gem::Requirement
117
- none: false
118
131
  requirements:
119
- - - ! '>='
132
+ - - ">="
120
133
  - !ruby/object:Gem::Version
121
134
  version: '0'
122
135
  requirements: []
123
- rubyforge_project:
124
- rubygems_version: 1.8.11
136
+ rubygems_version: 3.0.1
125
137
  signing_key:
126
138
  specification_version: 3
127
139
  summary: A collection of useful Amateur (Ham) Radio utilities by W5ISP.