unm 0.0.9 → 0.1.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/unm.rb +1 -1
  3. data/lib/unm/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36c14eb019e3e6b2047a40a2c78632c4a4134b7b
4
- data.tar.gz: f784a4821acbfc19927f35c9ef41107a5177f371
3
+ metadata.gz: e3b9891a5baa7fe357166ffc7721f46bd28a763a
4
+ data.tar.gz: 10be1fb2f5f464827694e1b5130731dd35f8758a
5
5
  SHA512:
6
- metadata.gz: 0a133d78bb674c5b2838ddeabd07d4c922336a59fb1627683b7fce1670e605b58350970f7acb9a7600a228e79fcea0a3461d116ebf6238f2dcaa3acb48e8873a
7
- data.tar.gz: 42bd07d1476b914738e289aa50b139902818630c832f1ca070f1397a4799f3377994ae1161ed0234f64b229ed38988b09d7dcda905f98ed66faa36da4d2d148f
6
+ metadata.gz: 4cab3388816d1e7599a5ad91f9d4d31d2505d361d452635714742c0a3822faea7e0e58cddce6585b3956bef034c6e78d5fb655f264155f54604cc52dc7755319
7
+ data.tar.gz: 9777c6f21d0de5e6e0af3a2cf0e3f46365ed0421469a18619e6c2fc1d83a1d6cab108e108a7259b69b7042c138f5e5d6fcad98792aca722f3f3131b733268d9f
data/lib/unm.rb CHANGED
@@ -49,7 +49,7 @@ module Unm
49
49
 
50
50
  def get
51
51
  return @catalog if @catalog
52
- subjects = HTTParty.get("http://catalog.unm.edu/catalogs/2015-2016/subjects-and-courses.xml")["data"]["subjects"]["subject"]
52
+ subjects = HTTParty.get("http://catalog.unm.edu/catalogs/2016-2017/subjects-and-courses.xml")["data"]["subjects"]["subject"]
53
53
  @catalog = subjects.map do |subject|
54
54
  courses = subject["course"]
55
55
  name = subject["subjectName"]
@@ -1,3 +1,3 @@
1
1
  module Unm
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Piro-Rael
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-08 00:00:00.000000000 Z
11
+ date: 2016-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.4.6
104
+ rubygems_version: 2.5.1
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Utilities to interact with UNM Interfaces.