chicago_schools 0.0.2 → 0.0.3
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/chicago_schools.gemspec +1 -1
- data/lib/chicago_schools/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6b31bd08cd56f222b8f5aad325d83a8cc7168d2
|
4
|
+
data.tar.gz: 609ce5516997a1a2db1e6aef3968675dfd13807f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac9637da05f04e046c19bb8414b995eae18f3c9b4431e052eafa1f50fc5d38261902182a662536e30009c37d278adc3857e08b0a679f2f2540809f713bcf14e3
|
7
|
+
data.tar.gz: 313a9455945c469554a2b4510420c85a73d42e9cc3286c840e88ce01faec9c7f9190b4e4dbca40aebf02c1256b0bf0b53c7da248836d6ea9d1060d46469d7de0
|
data/chicago_schools.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["mattcar"]
|
10
10
|
spec.email = ["matt.carroll89@gmail.com"]
|
11
11
|
spec.summary = %q{Chicago Schools API Wrapper}
|
12
|
-
spec.description = %q{
|
12
|
+
spec.description = %q{This gem wraps the City of Chicago Schools API.}
|
13
13
|
spec.homepage = "https://github.com/mattcar/chicago_schools"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chicago_schools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mattcar
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 1.1.2
|
55
|
-
description:
|
55
|
+
description: This gem wraps the City of Chicago Schools API.
|
56
56
|
email:
|
57
57
|
- matt.carroll89@gmail.com
|
58
58
|
executables: []
|