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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af41ff1a8ac413a6b8c4157edcafd7f9133927ee
4
- data.tar.gz: 976e00fd583c3e4880d91daf9da83c99f5d9a0e6
3
+ metadata.gz: 1880e40fc33cb57c08a9a9f39fc51bf1b76a1f49
4
+ data.tar.gz: 88cefff50c5cfd35dc7f39db73cb0cc6a5c7744a
5
5
  SHA512:
6
- metadata.gz: 53a0231139df6b5fa8c70bbe6dc794323b1d4c225b5aac5f22499b9fd3e2521b48147be4ea139f3caaa48b011d00603921454ddc859235727190493904b7d977
7
- data.tar.gz: c230f691ecd2ad10e210e9855a04ff2992b1a1eaa66d3d8548e43022b2d3d547ea49d5728b349ee45e10132f85506e408005af33cc368143d0888c57071a2049
6
+ metadata.gz: 0e06feceb01a82c2bdae45c5d75611a05fd2b6119b8a7db57727ab0b82baa5272c5cf17b29823f563ab05bbd792c4678a44f103978a1c85232d3db8f20482c1c
7
+ data.tar.gz: ac9145304d753cd0e922f594de7f7ac33d60292bd0ffa03389eb24013ed5ba936ee33abdd782e7efd7fd1c1235cb7cac27a9615209fdec7445976883a147bba3
@@ -1,3 +1,3 @@
1
1
  module Northwestern
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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.1
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: {}