billboard_charts 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6303b10b7d881f4daf7713a79ae0c2305c7e45c
4
- data.tar.gz: e00fe1d8d0410de4432643507172f8fccdc5ab09
3
+ metadata.gz: f20172f4915aa86ef888fbeb88ee5e290ebeb0a2
4
+ data.tar.gz: 3bc049058c8fb392042818252519aa3171484e3c
5
5
  SHA512:
6
- metadata.gz: 0ba5b8171d31c659bc92de48d7f1cae74ec90d04949748c355898f9e8002db5be8c9fe4855b735ecf17bb3e9d804c2856eb96e6c6d49650da95fa749183f6946
7
- data.tar.gz: b2fa4138960ee65b30a7ecf4c46b68217d4c45c2f2feecdc188b7615752f0176b2bc047744e98e8f720224e12824e27bc245194cc1d7cdd63fa30c399762793d
6
+ metadata.gz: 056f20e86d2a3424f28f12b1644199b127a2f7a85503eece00ad2eea64505fcbeb291664f894104fdab5386fc015a3cc8b5c4e2d2ef914de182d8c9d3356c2bb
7
+ data.tar.gz: 45ebdd6d173641941544855a90671689739214f2f12cff78da87e5af089f2a6cdc4a6a9571e0ac4ba12dc2acf4135f3733db57bfac55a1b78288e53137c40d5c
data/.coveralls.yml ADDED
@@ -0,0 +1 @@
1
+ service_name: travis-ci
data/Gemfile CHANGED
@@ -5,3 +5,7 @@ gemspec
5
5
 
6
6
  gem 'nokogiri'
7
7
  gem 'rspec'
8
+
9
+ group :test do
10
+ gem 'coveralls', :require => false
11
+ end
data/README.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # BillboardCharts
2
2
 
3
+ [![Build Status](https://travis-ci.org/ie4/billboard_charts.svg?branch=master)](https://travis-ci.org/ie4/billboard_charts)
4
+ [![Code Climate](https://codeclimate.com/github/ie4/billboard_charts/badges/gpa.svg)](https://codeclimate.com/github/ie4/billboard_charts)
5
+ [![Gem Version](https://badge.fury.io/rb/billboard_charts.svg)](http://badge.fury.io/rb/billboard_charts)
6
+ [![Coverage Status](https://coveralls.io/repos/ie4/billboard_charts/badge.svg?branch=master)](https://coveralls.io/r/ie4/billboard_charts?branch=master)
7
+
8
+ by ie4
9
+
10
+ https://github.com/ie4/billboard_charts
11
+
3
12
  get billboard chart
4
13
 
5
14
  ## Installation
@@ -30,6 +39,3 @@ Or install it yourself as:
30
39
  4. Push to the branch (`git push origin my-new-feature`)
31
40
  5. Create a new Pull Request
32
41
 
33
- ## Code Status
34
-
35
- [![Build Status](https://travis-ci.org/ie4/billboard_charts.svg?branch=master)](https://travis-ci.org/ie4/billboard_charts)
@@ -1,3 +1,3 @@
1
1
  module BillboardCharts
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -1,3 +1,5 @@
1
+ require 'coveralls'
2
+ Coveralls.wear!
1
3
  require 'spec_helper'
2
4
 
3
5
  describe BillboardCharts do
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.1
4
+ version: 0.1.2
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-20 00:00:00.000000000 Z
11
+ date: 2015-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -59,6 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - ".coveralls.yml"
62
63
  - ".gitignore"
63
64
  - ".rspec"
64
65
  - ".travis.yml"