top_100 0.3.0 → 1.0.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/README.md +1 -1
  3. data/lib/top_100/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87b1ee07ced999d8c4d5b635e5c8123a575501b0
4
- data.tar.gz: 91ca23278966a31af426e2c090471f3e9fba5cf7
3
+ metadata.gz: 807be1de01ee88262b1a8d73cab5773484485475
4
+ data.tar.gz: dc89390e439ec4d20fbc34849f81f7ee4dfdbe29
5
5
  SHA512:
6
- metadata.gz: eba5273f7f5369219bdd4b009ddd861b76001fa229f7d256439114dab0ea516dd1b860362ad38cc15280dc2051b0acd8333be68546e15c478e2b2e42c711b4ce
7
- data.tar.gz: f58471e9ad5f30fb3aefc58546f6d21b7f5ef5387a09af8174face6b7cee0d2f0ab4ed0c8b096e8ed7ce37a28f9fe551270e0408558b2c213fc373bed2cac54c
6
+ metadata.gz: db66738cae0cad36136f8cc82771f46dc380d5b1e22aeb620b5744f9da0eae63b60f35f6dc1b53d11d916cdf6facae143d7275ecbea2d84339e247c97294426e
7
+ data.tar.gz: fae887aca6fa6c2a89e0f4a8d8f72f83470da0dcc585defc2bb882480c0f443b7116b359f1156faf004958b7f089b852879ed918494fd4a57791ce6b8b1f4334
data/README.md CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- Enter the requested input in the CLI in order to acquire more information about artists or browse the Billboard charts.
23
+ After installation, execute the gem by inputting top_100 into the console. The user will now be able to interact with the gem and request more information about the Billboard Top 100 or read the biographical information about trending artists.
24
24
 
25
25
  ## Development
26
26
 
@@ -1,3 +1,3 @@
1
1
  module Top100
2
- VERSION = "0.3.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: top_100
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - viparthasarathy