university_cli_app 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: c26073de54158a4844882c5931ce4051ce0089fec71999e99a9450c24e179e39
4
- data.tar.gz: eedfea8193411196073ec66afed2ce386a218396d71b15c222be4065266ffd6a
3
+ metadata.gz: b35764664faedb7ac123125f80ffeb523b8d5f33a5b3552231c2e6ef3dd01350
4
+ data.tar.gz: fd2a16046288f15b84d1d78a94511b3a96fe36217a9e7e08403e8563b45b5b9f
5
5
  SHA512:
6
- metadata.gz: ec53e46d44bbe93cda46d9c0a9b555e030680f6497cc6abc95c3e0882209f08f42b513fe733d5290e210cc451a153744a00d9c8baa2ffb2500e0f3bde8b68321
7
- data.tar.gz: a00ad04ff9c91a83c7ea0f43805750177b36e5cc2913114f99ee6b705bf13c16c00019fea3ff783ee6d8c7224e9352dd314b86afb198b3331fe16c4d2552c7dc
6
+ metadata.gz: 9e7c1ee23919dfe7cf3d56da9fdd9509824e6df5fa5df04227b25c1a546ed7c2bf352bd059c1915ba167b5e7df9001a36e51bd15c4ef704629b2c4673b88380e
7
+ data.tar.gz: 20a38d8a93876a3c5824cdc66d729e6aa066d9d4679971fd876508d1c9d08fd9bf9fac5ba6a58f4a07e1bcff4398c4a5478186a9f66e9f0a9b909fe611ad7555
data/bin/university CHANGED
@@ -5,4 +5,6 @@ require "university_cli_app"
5
5
  require "pry"
6
6
  require "capybara/poltergeist"
7
7
 
8
+ require_relative '../lib/university_cli_app/university_cli'
9
+
8
10
  University_cli.new.call
@@ -1,3 +1,3 @@
1
1
  module UniversityCliApp
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: university_cli_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christine Xiang
@@ -142,6 +142,7 @@ files:
142
142
  - lib/university_cli_app/university_cli.rb
143
143
  - lib/university_cli_app/university_scraper.rb
144
144
  - lib/university_cli_app/version.rb
145
+ - university_cli_app-0.1.0.gem
145
146
  - university_cli_app.gemspec
146
147
  homepage: https://github.com/yutingcxiang/university-cli-app
147
148
  licenses: