billboard_charts 0.1.0 → 0.1.1

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: c713df68f283929de7cda3942a0affc4545e37f8
4
- data.tar.gz: c57c2eaecaa825336a9f40eb97d5c0f10ccdeefc
3
+ metadata.gz: e6303b10b7d881f4daf7713a79ae0c2305c7e45c
4
+ data.tar.gz: e00fe1d8d0410de4432643507172f8fccdc5ab09
5
5
  SHA512:
6
- metadata.gz: 35a9a7416858b4d4989d20497794e8ad59484e14aeb659d707661d21e8aee7311558fadfc2f783c23428b383a8c1c827a29b622cb03bca02b5c75a2f262de89e
7
- data.tar.gz: f7ae2046acd8b051215fc2fbd1df99280f3530c48cf1761d059ac2ef2666d6bdb03ba96de175e78bf5d572e6eecccfe181ddbbd2605316e9dbadc9f692fbcff9
6
+ metadata.gz: 0ba5b8171d31c659bc92de48d7f1cae74ec90d04949748c355898f9e8002db5be8c9fe4855b735ecf17bb3e9d804c2856eb96e6c6d49650da95fa749183f6946
7
+ data.tar.gz: b2fa4138960ee65b30a7ecf4c46b68217d4c45c2f2feecdc188b7615752f0176b2bc047744e98e8f720224e12824e27bc245194cc1d7cdd63fa30c399762793d
data/.travis.yml CHANGED
@@ -1,3 +1,10 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 2.1.2
4
+ install:
5
+ - gem install bundler --version '1.7.4'
6
+ - bundle install
7
+ cache:
8
+ directories: vendor/bundle
9
+ script:
10
+ - rspec
data/Gemfile CHANGED
@@ -4,3 +4,4 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  gem 'nokogiri'
7
+ gem 'rspec'
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
+ [![Build Status](https://travis-ci.org/ie4/billboard_charts.svg?branch=master)](https://travis-ci.org/ie4/billboard_charts)
@@ -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")
@@ -1,3 +1,3 @@
1
1
  module BillboardCharts
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-09 00:00:00.000000000 Z
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: {}