vfrmap 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8e0b3bafa076ce9864972cc9667e8ad4f69607e74337e0ea1085fc5c556fd5b
4
- data.tar.gz: 7ec65f8e5b3b70cbc1e0cecc191175847573824c95adf4f17e5128257241aeb5
3
+ metadata.gz: 50dfaa430ca4108aba650c4bc4f9c018941e172b2c0bc10741c5696195264f22
4
+ data.tar.gz: 6ec18d8398da8d1b4daa2e6a0db3c8e77304a3bc044759e003689c5014a9126b
5
5
  SHA512:
6
- metadata.gz: 882b94b82459a029078e939783b2b813cba974d75a14b5c9fe5be65084d70fe077fb2dc24e9c7330f402bfde5172034520e653c9e6855f63c02f1915186c850e
7
- data.tar.gz: e995347810d89c27885851d3cc2f8774fc7e062afd4949d747b63000682998b7f0425f0c6488ca70c9305c626fbbd7445cd50ec3a04986bd69f3fd97a447be20
6
+ metadata.gz: '08b3139799cce8ac29442387d819a8f14e4fe2fbf7d115741d38c7f35fa7ef32687d0a1a36a2e9c0c89837e1043ffcaa71eb24b37a5b42e7e342f0e5e845e2ee'
7
+ data.tar.gz: ff14021539a96aa80cce5a41d80c9df8424de16a8300a43db1f15777d86e23a4bdb96a6e5e5f53d2a57622be4508999cacdc15f0fc154429243422161e43cd37
data/.gitignore CHANGED
@@ -8,3 +8,4 @@
8
8
  /tmp/
9
9
  .rspec_status
10
10
  *.gem
11
+ Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  class Vfrmap
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.version = Vfrmap::VERSION
8
8
  spec.authors = ["Ryan Burnette"]
9
9
  spec.email = ["ryan.burnette@gmail.com"]
10
- spec.summary = "An implementation of the [VFRMAP API](http://vfrmap.com/map_api.html) in Ruby."
10
+ spec.summary = "An implementation of the VFRMAP API in Ruby."
11
11
  spec.homepage = "https://github.com/ryanburnette/vfrmap"
12
12
  spec.license = "MIT"
13
13
 
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
  spec.add_development_dependency "guard-rspec", "~> 4.3"
27
27
  spec.add_development_dependency "pry", "~> 0.11"
28
28
 
29
- spec.add_dependency "padrino-helpers", "~> 0.14"
29
+ spec.add_dependency "padrino-helpers", "~> 0.13"
30
30
  spec.add_dependency "geo_coord", "~> 0.1"
31
31
  spec.add_dependency "airports", "~> 1.0"
32
32
  spec.add_dependency "addressable", "~> 2.5"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vfrmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Burnette
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '0.14'
89
+ version: '0.13'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '0.14'
96
+ version: '0.13'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: geo_coord
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -147,7 +147,6 @@ files:
147
147
  - ".rspec"
148
148
  - ".travis.yml"
149
149
  - Gemfile
150
- - Gemfile.lock
151
150
  - Guardfile
152
151
  - LICENSE.txt
153
152
  - README.md
@@ -179,6 +178,5 @@ rubyforge_project:
179
178
  rubygems_version: 2.7.4
180
179
  signing_key:
181
180
  specification_version: 4
182
- summary: An implementation of the [VFRMAP API](http://vfrmap.com/map_api.html) in
183
- Ruby.
181
+ summary: An implementation of the VFRMAP API in Ruby.
184
182
  test_files: []
@@ -1,91 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- vfrmap (1.0.0)
5
- addressable (~> 2.5)
6
- airports (~> 1.0)
7
- geo_coord (~> 0.1)
8
- padrino-helpers (~> 0.14)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- addressable (2.5.2)
14
- public_suffix (>= 2.0.2, < 4.0)
15
- airports (1.0.0)
16
- coderay (1.1.2)
17
- concurrent-ruby (1.0.5)
18
- diff-lcs (1.3)
19
- ffi (1.9.23)
20
- formatador (0.2.5)
21
- geo_coord (0.1.0)
22
- guard (2.14.2)
23
- formatador (>= 0.2.4)
24
- listen (>= 2.7, < 4.0)
25
- lumberjack (>= 1.0.12, < 2.0)
26
- nenv (~> 0.1)
27
- notiffany (~> 0.0)
28
- pry (>= 0.9.12)
29
- shellany (~> 0.0)
30
- thor (>= 0.18.1)
31
- guard-compat (1.2.1)
32
- guard-rspec (4.7.3)
33
- guard (~> 2.1)
34
- guard-compat (~> 1.1)
35
- rspec (>= 2.99.0, < 4.0)
36
- i18n (0.9.5)
37
- concurrent-ruby (~> 1.0)
38
- listen (3.1.5)
39
- rb-fsevent (~> 0.9, >= 0.9.4)
40
- rb-inotify (~> 0.9, >= 0.9.7)
41
- ruby_dep (~> 1.2)
42
- lumberjack (1.0.12)
43
- method_source (0.9.0)
44
- nenv (0.3.0)
45
- notiffany (0.1.1)
46
- nenv (~> 0.1)
47
- shellany (~> 0.0)
48
- padrino-helpers (0.14.3)
49
- i18n (~> 0.6, >= 0.6.7)
50
- padrino-support (= 0.14.3)
51
- tilt (>= 1.4.1, < 3)
52
- padrino-support (0.14.3)
53
- pry (0.11.3)
54
- coderay (~> 1.1.0)
55
- method_source (~> 0.9.0)
56
- public_suffix (3.0.2)
57
- rake (10.5.0)
58
- rb-fsevent (0.10.3)
59
- rb-inotify (0.9.10)
60
- ffi (>= 0.5.0, < 2)
61
- rspec (3.7.0)
62
- rspec-core (~> 3.7.0)
63
- rspec-expectations (~> 3.7.0)
64
- rspec-mocks (~> 3.7.0)
65
- rspec-core (3.7.1)
66
- rspec-support (~> 3.7.0)
67
- rspec-expectations (3.7.0)
68
- diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.7.0)
70
- rspec-mocks (3.7.0)
71
- diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.7.0)
73
- rspec-support (3.7.1)
74
- ruby_dep (1.5.0)
75
- shellany (0.0.1)
76
- thor (0.20.0)
77
- tilt (2.0.8)
78
-
79
- PLATFORMS
80
- ruby
81
-
82
- DEPENDENCIES
83
- bundler (~> 1.16)
84
- guard-rspec (~> 4.3)
85
- pry (~> 0.11)
86
- rake (~> 10.0)
87
- rspec (~> 3.0)
88
- vfrmap!
89
-
90
- BUNDLED WITH
91
- 1.16.0