northwestern-api 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/lib/{northwestern.rb → northwestern-api.rb} +0 -0
- data/lib/northwestern/version.rb +1 -1
- data/northwestern-api.gemspec +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1880e40fc33cb57c08a9a9f39fc51bf1b76a1f49
|
4
|
+
data.tar.gz: 88cefff50c5cfd35dc7f39db73cb0cc6a5c7744a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e06feceb01a82c2bdae45c5d75611a05fd2b6119b8a7db57727ab0b82baa5272c5cf17b29823f563ab05bbd792c4678a44f103978a1c85232d3db8f20482c1c
|
7
|
+
data.tar.gz: ac9145304d753cd0e922f594de7f7ac33d60292bd0ffa03389eb24013ed5ba936ee33abdd782e7efd7fd1c1235cb7cac27a9615209fdec7445976883a147bba3
|
File without changes
|
data/lib/northwestern/version.rb
CHANGED
data/northwestern-api.gemspec
CHANGED
@@ -10,7 +10,6 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["alexskowalczuk@gmail.com"]
|
11
11
|
spec.summary = %q{A Ruby wrapper for the ASG Northwestern Course data API}
|
12
12
|
spec.homepage = %q{https://github.com/northwesternapis/ruby-client}
|
13
|
-
spec.homepage = ""
|
14
13
|
spec.license = "MIT"
|
15
14
|
|
16
15
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: northwestern-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Kowalczuk
|
@@ -50,10 +50,10 @@ files:
|
|
50
50
|
- LICENSE.txt
|
51
51
|
- README.md
|
52
52
|
- Rakefile
|
53
|
-
- lib/northwestern.rb
|
53
|
+
- lib/northwestern-api.rb
|
54
54
|
- lib/northwestern/version.rb
|
55
55
|
- northwestern-api.gemspec
|
56
|
-
homepage:
|
56
|
+
homepage: https://github.com/northwesternapis/ruby-client
|
57
57
|
licenses:
|
58
58
|
- MIT
|
59
59
|
metadata: {}
|