chili_player 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37cbcd7f5a90c67417cf5fc0937a425d100eb7f515e9acdd9c62999f9473083c
4
- data.tar.gz: 6579febba985c73e9cb07e16c82d4c791f29a576dd1f102d260791512926c76d
3
+ metadata.gz: b2d362a31f8123a342514524c3e4e513231262acb9746ff0f99b33fcf8b09352
4
+ data.tar.gz: 1bab91163508ce842f6d560668542a6a02d47744d4329273cc55bc0f456975c7
5
5
  SHA512:
6
- metadata.gz: 3d732c25d42528a190b440bdf900ca0eaa6ad05ee862bdd32b869a13a4857efecc660c4d7ca4d89d2f028751065c24ed7402cb0f12ad35b1845d9cd42468972d
7
- data.tar.gz: 3a935ca8dc3b102eb6aa01e2456cad56713c20dba2f0bfe3a8c389263dcf1ed05a52d968806395187012ccfef1fba9b5c96a0317e900cea6952e6381657fe56a
6
+ metadata.gz: bc67d9c6d5519d07ca99d0cc88b9e4991ae8ce215274d8dc18fbf03649d6b26adb1dced3f9d0d9187b84ecdae2b67891cfcebc77a7193d33b4569855076aa5e8
7
+ data.tar.gz: 94bde8ec8ee15191879a9d04386aa9b9233010b442a69cc3ac1ce857dc4b37901a2839bf2273dc50d938c69ae58dde851636bf62ae540946f56ca1d6c8391500
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ChiliPlayer [![Build Status](https://travis-ci.org/chiligumdev/chili_player.svg?branch=master)](https://travis-ci.org/chiligumdev/chili_player)
1
+ # ChiliPlayer [![Build Status](https://travis-ci.org/chiligumdev/chili_player.svg?branch=master)](https://travis-ci.org/chiligumdev/chili_player) [![Coverage Status](https://coveralls.io/repos/github/chiligumdev/chili_player/badge.svg?branch=master)](https://coveralls.io/github/chiligumdev/chili_player?branch=master)
2
2
 
3
3
  Lib to easily call [Chili Player API](https://player.chiligumvideos.com/)
4
4
 
@@ -23,7 +23,7 @@ Or install it yourself as:
23
23
  First of all, you need to sign in [chili player](https://player.chiligumvideos.com/) and then you need to get your credential.
24
24
  After you get `token`, you can instantiate the class as in this example:
25
25
 
26
- client = ChiliGum::Init.new(token: 'your-token')
26
+ client = ChiliPlayer::Init.new(token: 'your-token')
27
27
 
28
28
  ## Videos
29
29
 
@@ -75,4 +75,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
75
75
 
76
76
  ## Code of Conduct
77
77
 
78
- Everyone interacting in the UrliMe project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/urli_me/blob/master/CODE_OF_CONDUCT.md).
78
+ Everyone interacting in the ChiliPlayer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/urli_me/blob/master/CODE_OF_CONDUCT.md).
@@ -1,4 +1,4 @@
1
1
  module ChiliPlayer
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  LINKS_URL = 'https://player.chiligumvideos.com/api/videos/'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chili_player
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
  - Guilherme Casimiro
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-19 00:00:00.000000000 Z
11
+ date: 2018-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler