ny_forecast 0.0.0 → 0.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 +4 -4
- data/bin/ny_forecast +4 -0
- data/lib/ny_forecast.rb +1 -3
- metadata +19 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d698a69ff5a281305ff25c53c8e564948dc74d2
|
|
4
|
+
data.tar.gz: 051747c2cc9cdba68e4203bfddf3c89bde193b8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 966112307f3950449682e43d3192f247314eb1e6d33c0119a33ce3156696c53e99a9157cdb9e954bc698028f4703625c9cda42048de0abba33da263e9a879fa6
|
|
7
|
+
data.tar.gz: 77a4b0bcca826cce1b97d4592470afab30e9daa595167cf5a85d3b4b84d99801e41f3f024628e3867801bfbff8a3e01081f684187745ade39cdefcc1bffa8b30
|
data/bin/ny_forecast
ADDED
data/lib/ny_forecast.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ny_forecast
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Kohlbrenner
|
|
@@ -9,13 +9,29 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2014-03-01 00:00:00.000000000 Z
|
|
12
|
-
dependencies:
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: nokogiri
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - '>='
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - '>='
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
13
27
|
description: Gathers next-6-hour weather forecast for NYC from weather.com
|
|
14
28
|
email: chris.kohlbrenner@gmail.com
|
|
15
|
-
executables:
|
|
29
|
+
executables:
|
|
30
|
+
- ny_forecast
|
|
16
31
|
extensions: []
|
|
17
32
|
extra_rdoc_files: []
|
|
18
33
|
files:
|
|
34
|
+
- bin/ny_forecast
|
|
19
35
|
- lib/ny_forecast.rb
|
|
20
36
|
homepage: http://rubygems.org/gems/ny_forecast
|
|
21
37
|
licenses:
|