chicago_schools 0.0.1 → 0.0.2
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/README.md +4 -2
- data/lib/chicago_schools/version.rb +1 -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: 702577743a6179dfb20d2990cdfc89d3bc5656ae
|
|
4
|
+
data.tar.gz: 1423b02738af6ef1dd210a143d982c070b31ade2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76d730679579b098b48f0292784f231299ac6fa5ee12c6b365b29bbe1189c10be650335922464e4929194521e68fe75b39b9c949df0f133b436a9c6d00b6c701
|
|
7
|
+
data.tar.gz: edc4d0d27f6f598a1c4829c09361db58603471487e71f87102dcebb4e3dc6a8ec4f3e7fe7f0493bfc0619c4b0516523a0b7e28a5a4e1696c24d9aa9ed6108f73
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ChicagoSchools
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This gem wraps the City of Chicago Schools API.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -20,7 +20,9 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
get all schools >> ChicagoSchools.all
|
|
24
|
+
|
|
25
|
+
get particular school or subset of schools example >> ChicagoSchools.where(school_name=Lathrop)
|
|
24
26
|
|
|
25
27
|
## Contributing
|
|
26
28
|
|