billboard_charts 0.1.0 → 0.1.1
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/.travis.yml +7 -0
- data/Gemfile +1 -0
- data/README.md +4 -0
- data/billboard_charts.gemspec +1 -1
- data/lib/billboard_charts/version.rb +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: e6303b10b7d881f4daf7713a79ae0c2305c7e45c
|
|
4
|
+
data.tar.gz: e00fe1d8d0410de4432643507172f8fccdc5ab09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ba5b8171d31c659bc92de48d7f1cae74ec90d04949748c355898f9e8002db5be8c9fe4855b735ecf17bb3e9d804c2856eb96e6c6d49650da95fa749183f6946
|
|
7
|
+
data.tar.gz: b2fa4138960ee65b30a7ecf4c46b68217d4c45c2f2feecdc188b7615752f0176b2bc047744e98e8f720224e12824e27bc245194cc1d7cdd63fa30c399762793d
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -29,3 +29,7 @@ Or install it yourself as:
|
|
|
29
29
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
30
30
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
31
31
|
5. Create a new Pull Request
|
|
32
|
+
|
|
33
|
+
## Code Status
|
|
34
|
+
|
|
35
|
+
[](https://travis-ci.org/ie4/billboard_charts)
|
data/billboard_charts.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["kei@ie4.me"]
|
|
11
11
|
spec.summary = %q{get billboard chart}
|
|
12
12
|
spec.description = %q{}
|
|
13
|
-
spec.homepage = "https://github.com/ie4"
|
|
13
|
+
spec.homepage = "https://github.com/ie4/billboard_charts"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: billboard_charts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ie4
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- lib/billboard_charts/version.rb
|
|
72
72
|
- spec/billboard_charts_spec.rb
|
|
73
73
|
- spec/spec_helper.rb
|
|
74
|
-
homepage: https://github.com/ie4
|
|
74
|
+
homepage: https://github.com/ie4/billboard_charts
|
|
75
75
|
licenses:
|
|
76
76
|
- MIT
|
|
77
77
|
metadata: {}
|