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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/top_100/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 807be1de01ee88262b1a8d73cab5773484485475
|
|
4
|
+
data.tar.gz: dc89390e439ec4d20fbc34849f81f7ee4dfdbe29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
|
data/lib/top_100/version.rb
CHANGED