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 +4 -4
- data/README.md +3 -3
- data/lib/chili_player/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2d362a31f8123a342514524c3e4e513231262acb9746ff0f99b33fcf8b09352
|
4
|
+
data.tar.gz: 1bab91163508ce842f6d560668542a6a02d47744d4329273cc55bc0f456975c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc67d9c6d5519d07ca99d0cc88b9e4991ae8ce215274d8dc18fbf03649d6b26adb1dced3f9d0d9187b84ecdae2b67891cfcebc77a7193d33b4569855076aa5e8
|
7
|
+
data.tar.gz: 94bde8ec8ee15191879a9d04386aa9b9233010b442a69cc3ac1ce857dc4b37901a2839bf2273dc50d938c69ae58dde851636bf62ae540946f56ca1d6c8391500
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# ChiliPlayer [](https://travis-ci.org/chiligumdev/chili_player)
|
1
|
+
# ChiliPlayer [](https://travis-ci.org/chiligumdev/chili_player) [](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 =
|
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
|
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).
|
data/lib/chili_player/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2018-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|