CLI_2 0.1.2 → 0.1.3

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: 5c11305b83475bdef31ecae376e03c608efd443c4ef77b87f385a4f6f3d8c074
4
- data.tar.gz: 460d40df4873cd0b647a1c7e956c9710a9804f08cea2723ab89dd489bfab26b7
3
+ metadata.gz: 07cdc35e23a9128205a9b9aa0adacd6184fbb91a38daa8ab931488fd535af62a
4
+ data.tar.gz: e5108d666cf90f93269d8a1254ac6dfc287f2331244df8fcf5b148b532d05d73
5
5
  SHA512:
6
- metadata.gz: d3e94f5a9a968533d0dad99b648876d372bf515be6c5c4e6c992c5fac4bcfd0f92426035934526a20647eda13784822e460863edd7cfdb574b7f7042ec5b341b
7
- data.tar.gz: f7e5b17f69455bdaa842108cd81579aab3ebbe91fb80fdf021da1f1d7e82b9d8f3cae36e41d207d9b8055a14ae02a8fd5c5ad2ffabef3fcd742305368ce23699
6
+ metadata.gz: 3377c11f34519a78ec669a2dbdbcd37daf253f5dcf5e210227a642f7bdbf05f8a65fa7917244f0f6467c785b1726340960d54a6833749dbd5bcaed19988cb1a5
7
+ data.tar.gz: 68691c6c8a0443f378b00daa99e95f74843bb36e805d6324ffd210a4843eabe9e0017b01ac53038da268a10325db505aabca1e547a8a0d6214352fe91878b8ef
data/CLI_2-0.1.2.gem ADDED
Binary file
data/CLI_2.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["'ALEKSANDAR VUKASINOVIC'"]
10
10
  spec.email = ["'alekvuka@gmail.com'"]
11
11
 
12
- spec.summary = %q{Write a short summary, because RubyGems requires one.}
13
- spec.description = %q{ The framework of the gem is in CLI, Scraper and Provider classes with a Printer module. The CLI class initiates the user interaction and is responsible for interpreting user input and initiating the Scraper class. The Scraper class is responsible fir scraping the given website and instantiating Provider objects. The provider class is responsible for Provider objects each instance of has instance variables that account for the Provider attributes, such as name, qualifications, etc. The Printer module is responsible for outputting messages to the user, it contains methods such as “Main Menu” and “Warning Message.”}
12
+ spec.summary = %q{The framework of the gem is in CLI, Scraper and Provider classes with a Printer module. The CLI class initiates the user interaction and is responsible for interpreting user input and initiating the Scraper class. The Scraper class is responsible fir scraping the given website and instantiating Provider objects. The provider class is responsible for Provider objects each instance of has instance variables that account for the Provider attributes, such as name, qualifications, etc. The Printer module is responsible for outputting messages to the user, it contains methods such as “Main Menu” and “Warning Message.}
13
+ spec.description = %q{Scraping a health clinic website and organizing its providers/doctors}
14
14
  spec.homepage = "https://github.com/alekvuka/CLI_2"
15
15
  spec.license = "MIT"
16
16
 
data/lib/CLI_2/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CLI2
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: CLI_2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'ALEKSANDAR VUKASINOVIC'"
@@ -38,14 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: " The framework of the gem is in CLI, Scraper and Provider classes with
42
- a Printer module. The CLI class initiates the user interaction and is responsible
43
- for interpreting user input and initiating the Scraper class. The Scraper class
44
- is responsible fir scraping the given website and instantiating Provider objects.
45
- The provider class is responsible for Provider objects each instance of has instance
46
- variables that account for the Provider attributes, such as name, qualifications,
47
- etc. The Printer module is responsible for outputting messages to the user, it contains
48
- methods such as “Main Menu” and “Warning Message.”"
41
+ description: Scraping a health clinic website and organizing its providers/doctors
49
42
  email:
50
43
  - "'alekvuka@gmail.com'"
51
44
  executables:
@@ -56,6 +49,7 @@ files:
56
49
  - ".gitignore"
57
50
  - CLI_2-0.1.0.gem
58
51
  - CLI_2-0.1.1.gem
52
+ - CLI_2-0.1.2.gem
59
53
  - CLI_2.gemspec
60
54
  - CODE_OF_CONDUCT.md
61
55
  - Gemfile
@@ -98,5 +92,12 @@ rubyforge_project:
98
92
  rubygems_version: 2.7.7
99
93
  signing_key:
100
94
  specification_version: 4
101
- summary: Write a short summary, because RubyGems requires one.
95
+ summary: The framework of the gem is in CLI, Scraper and Provider classes with a Printer
96
+ module. The CLI class initiates the user interaction and is responsible for interpreting
97
+ user input and initiating the Scraper class. The Scraper class is responsible fir
98
+ scraping the given website and instantiating Provider objects. The provider class
99
+ is responsible for Provider objects each instance of has instance variables that
100
+ account for the Provider attributes, such as name, qualifications, etc. The Printer
101
+ module is responsible for outputting messages to the user, it contains methods such
102
+ as “Main Menu” and “Warning Message.
102
103
  test_files: []