billboard_chart 1.0.2 → 1.0.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 +4 -4
- data/README.md +11 -10
- data/billboard_chart.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f1586cd025ae1136342c71d15dc818685ee08b5
|
|
4
|
+
data.tar.gz: 827745a0ff970815b4c6e8c5883701cf9a3f9147
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a15ec455c492b797ff901933e1124c6df42914d5e58eb1aad42bdb55c84f7ae1be20b4ee5ecb73d39d1aa43f8c08b2f6fe2627602a5e89b97ec4955850b2ff60
|
|
7
|
+
data.tar.gz: 8af70299770dda62bf9dcf1270b8970855db01650949970f89ee90aab73a5fa81353c7581dcefcb9e07f7942533fe5d950f3a597acd38392d09a906b7a9e8d73
|
data/README.md
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
# Billboard
|
|
1
|
+
# Billboard Chart
|
|
2
2
|
|
|
3
3
|
Wanna look like you're hard at work in your terminal while checking out which songs
|
|
4
4
|
are blowing up the Billboard Hot 100?
|
|
5
5
|
|
|
6
|
-
Then grab the
|
|
6
|
+
Then grab the billboard_chart gem. Just do it.
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
$ gem install billboard_chart
|
|
11
11
|
|
|
12
|
-
gem 'billboard'
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
## Usage
|
|
15
14
|
|
|
16
|
-
|
|
15
|
+
Once you've installed the gem, you can just type `billboard_chart` in your terminal
|
|
16
|
+
and you'll see who's taken over the Top 10!
|
|
17
17
|
|
|
18
|
-
Or install it yourself as:
|
|
19
18
|
|
|
20
|
-
|
|
19
|
+
## Future Features
|
|
21
20
|
|
|
22
|
-
|
|
21
|
+
1. Play songs
|
|
22
|
+
2. Artist bios
|
|
23
|
+
3. Expanded chart (Top 20, Top 50, etc.)
|
|
24
|
+
4. Other Billboard charts (Country, Adult Contemporary, etc.)
|
|
23
25
|
|
|
24
|
-
TODO: Write usage instructions here
|
|
25
26
|
|
|
26
27
|
## Contributing
|
|
27
28
|
|
data/billboard_chart.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "billboard_chart"
|
|
7
|
-
spec.version = "1.0.
|
|
7
|
+
spec.version = "1.0.3"
|
|
8
8
|
spec.executables << "billboard_chart"
|
|
9
9
|
spec.authors = ["Stephanie Oh"]
|
|
10
10
|
spec.email = ["stephoh@gmail.com"]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: billboard_chart
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephanie Oh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -80,10 +80,10 @@ files:
|
|
|
80
80
|
- README.md
|
|
81
81
|
- Rakefile
|
|
82
82
|
- billboard_chart.gemspec
|
|
83
|
+
- bin/billboard_chart
|
|
83
84
|
- lib/billboard_chart.rb
|
|
84
85
|
- lib/billboard_chart/.DS_Store
|
|
85
86
|
- lib/billboard_chart/billboard_chart_scraper.rb
|
|
86
|
-
- bin/billboard_chart
|
|
87
87
|
homepage: https://github.com/stephaniehoh/billboard_chart
|
|
88
88
|
licenses:
|
|
89
89
|
- MIT
|