cpdundon_cli_app_take3 0.4.1 → 0.5.0
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 +5 -5
- data/.README.md.swp +0 -0
- data/Gemfile.lock +8 -8
- data/cpdundon_cli_app_take3.gemspec +1 -1
- data/lib/.NYH_current_model.swp +0 -0
- data/lib/NYH_current_model +6 -0
- data/lib/cpdundon_cli_app_take3/.version.rb.swp +0 -0
- data/lib/cpdundon_cli_app_take3/version.rb +1 -1
- metadata +9 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 11244bb738a90ccaccc8e53b9cbc5be276826781
|
|
4
|
+
data.tar.gz: 0c48d724ae239eff5342a4c58762b21586059080
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4e9310b246614e86ceec249ef7a743fdee14ba4db2223f5d20886f34f5886168205b827c2939b7e41c4122b0e5a78b6017657f16724ac0bfde402bdb35f0c77
|
|
7
|
+
data.tar.gz: 5b5c527db64f26ddeb82e1838d357390d58051c06b20b84b0eacdcb824c59d74cb6da13e871db986fd54f812a37cfbb9fe4b3a32f08fdedf06d99217e6b55fbe
|
data/.README.md.swp
ADDED
|
Binary file
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
cpdundon_cli_app_take3 (0.
|
|
5
|
-
savon (~> 2
|
|
4
|
+
cpdundon_cli_app_take3 (0.5.0)
|
|
5
|
+
savon (~> 2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
@@ -14,14 +14,14 @@ GEM
|
|
|
14
14
|
diff-lcs (1.3)
|
|
15
15
|
gyoku (1.3.1)
|
|
16
16
|
builder (>= 2.1.2)
|
|
17
|
-
httpi (2.4.
|
|
17
|
+
httpi (2.4.4)
|
|
18
18
|
rack
|
|
19
19
|
socksify
|
|
20
|
-
mini_portile2 (2.
|
|
21
|
-
nokogiri (1.
|
|
22
|
-
mini_portile2 (~> 2.
|
|
20
|
+
mini_portile2 (2.4.0)
|
|
21
|
+
nokogiri (1.10.3)
|
|
22
|
+
mini_portile2 (~> 2.4.0)
|
|
23
23
|
nori (2.6.0)
|
|
24
|
-
rack (2.0.
|
|
24
|
+
rack (2.0.7)
|
|
25
25
|
rake (10.5.0)
|
|
26
26
|
rspec (3.7.0)
|
|
27
27
|
rspec-core (~> 3.7.0)
|
|
@@ -59,4 +59,4 @@ DEPENDENCIES
|
|
|
59
59
|
rspec (~> 3.0)
|
|
60
60
|
|
|
61
61
|
BUNDLED WITH
|
|
62
|
-
1.16.
|
|
62
|
+
1.16.2
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cpdundon_cli_app_take3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher P. Dundon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '2
|
|
61
|
+
version: '2'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '2
|
|
68
|
+
version: '2'
|
|
69
69
|
description:
|
|
70
70
|
email:
|
|
71
71
|
- chris.dundon@gmail.com
|
|
@@ -73,6 +73,7 @@ executables: []
|
|
|
73
73
|
extensions: []
|
|
74
74
|
extra_rdoc_files: []
|
|
75
75
|
files:
|
|
76
|
+
- ".README.md.swp"
|
|
76
77
|
- ".gitignore"
|
|
77
78
|
- ".rspec"
|
|
78
79
|
- ".travis.yml"
|
|
@@ -87,11 +88,14 @@ files:
|
|
|
87
88
|
- bin/console
|
|
88
89
|
- bin/setup
|
|
89
90
|
- cpdundon_cli_app_take3.gemspec
|
|
91
|
+
- lib/.NYH_current_model.swp
|
|
92
|
+
- lib/NYH_current_model
|
|
90
93
|
- lib/calc_current.rb
|
|
91
94
|
- lib/cli.rb
|
|
92
95
|
- lib/cli_current.rb
|
|
93
96
|
- lib/config.rb
|
|
94
97
|
- lib/cpdundon_cli_app_take3.rb
|
|
98
|
+
- lib/cpdundon_cli_app_take3/.version.rb.swp
|
|
95
99
|
- lib/cpdundon_cli_app_take3/version.rb
|
|
96
100
|
- lib/get_active_stations.rb
|
|
97
101
|
- lib/get_water_level.rb
|
|
@@ -122,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
126
|
version: '0'
|
|
123
127
|
requirements: []
|
|
124
128
|
rubyforge_project:
|
|
125
|
-
rubygems_version: 2.
|
|
129
|
+
rubygems_version: 2.4.8
|
|
126
130
|
signing_key:
|
|
127
131
|
specification_version: 4
|
|
128
132
|
summary: Scrape wind velocity and water level data from NOAA CO-OPS SOAP web services.
|