university_cli_app 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: b35764664faedb7ac123125f80ffeb523b8d5f33a5b3552231c2e6ef3dd01350
4
- data.tar.gz: fd2a16046288f15b84d1d78a94511b3a96fe36217a9e7e08403e8563b45b5b9f
3
+ metadata.gz: ea7e46adc55048193812caac84f2e1d63225e1c392c5684c5dd6364ebfa7c2e4
4
+ data.tar.gz: e30db1402b6562bbac39e8350577b1950d28ad57dbd3305511a19d33b8fd98ab
5
5
  SHA512:
6
- metadata.gz: 9e7c1ee23919dfe7cf3d56da9fdd9509824e6df5fa5df04227b25c1a546ed7c2bf352bd059c1915ba167b5e7df9001a36e51bd15c4ef704629b2c4673b88380e
7
- data.tar.gz: 20a38d8a93876a3c5824cdc66d729e6aa066d9d4679971fd876508d1c9d08fd9bf9fac5ba6a58f4a07e1bcff4398c4a5478186a9f66e9f0a9b909fe611ad7555
6
+ metadata.gz: e7e06bda569da0dde1b855427f4bcfaeec19c50294ec95fd8f891ed9049efe5d73a659fe098b4b51e6a441ff930ad77b56934497706369f2caea0db3ce9887fa
7
+ data.tar.gz: 5cfb4ad15fac573516f28dd3738fcfe3f550b28e439d4fd0d5ff67c3fbc94d35d08dd74585b566388efe93e392eb2f2359038633781493ccc77f0725a8a76696
data/bin/university CHANGED
@@ -5,6 +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'
8
+ require_relative '../lib/university_cli_app'
9
9
 
10
10
  University_cli.new.call
@@ -1,3 +1,3 @@
1
1
  module UniversityCliApp
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christine Xiang
@@ -143,6 +143,7 @@ files:
143
143
  - lib/university_cli_app/university_scraper.rb
144
144
  - lib/university_cli_app/version.rb
145
145
  - university_cli_app-0.1.0.gem
146
+ - university_cli_app-0.1.1.gem
146
147
  - university_cli_app.gemspec
147
148
  homepage: https://github.com/yutingcxiang/university-cli-app
148
149
  licenses: