eaternet 0.3.16 → 0.3.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/eaternet/agencies/nyc.rb +2 -1
- data/lib/eaternet/version.rb +1 -1
- data/lib/ext/enumerator.rb +5 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f074020bfc866a9df8fe3953bbe48d11e2f5ac5
|
4
|
+
data.tar.gz: b906df3d38e0a74369c536739cc02259236864c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f86771cbda0f02d37b6d11bd0d18453a2ee1feeb3226b55b640169d596532a6928f6c03d8f1b58c20642c6d260ea86b48de1c7c2352b71dc3f8fa9b23e9823f8
|
7
|
+
data.tar.gz: 4626b39553c79847e2722729a9643218835b8fbd5cd1cc71729c7059be853ffd4322b53fdd1dc915e8e6b6cc522af5ae77985fe9b9e048b33209939d459dd093
|
@@ -15,7 +15,8 @@ module Eaternet
|
|
15
15
|
# A data source for New York City food service health inspections. It
|
16
16
|
# retrieves the latest CSV export from [the official
|
17
17
|
# source](https://data.cityofnewyork.us/Health/DOHMH-New-York-City-Restaurant-Inspection-Results/xx67-kt59)
|
18
|
-
# and makes it easy to work with.
|
18
|
+
# and makes it easy to work with. See our [NYC wiki page](https://github.com/eaternet/adapters/wiki/Agency:-New-York-City)
|
19
|
+
# for details about the data set.
|
19
20
|
#
|
20
21
|
# Output is produced in the [LIVES 1.0](http://www.yelp.com/healthscores)
|
21
22
|
# format developed by Yelp and the cities of San Francisco and New York.
|
data/lib/eaternet/version.rb
CHANGED
data/lib/ext/enumerator.rb
CHANGED