sportsflix 1.4.0 → 1.5.0

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
  SHA1:
3
- metadata.gz: eb1fd6687ac99f5284ef21cffc9642d23b093754
4
- data.tar.gz: c1aa2afb69c903e395aaa2f5bbe3379521289b07
3
+ metadata.gz: 87ab151a9d4f728c6146461ee641364e8b3832e8
4
+ data.tar.gz: d94329c45679c853322e9e8b3686fc2508973a45
5
5
  SHA512:
6
- metadata.gz: d99b562368a5b938b11e3c3a6ec6565d690163cb5f39d1654afdb3200c746df6d9fe6119134393d04c20b08fc9886ac06f11467d468738c6e4766a49c254a118
7
- data.tar.gz: 05e696ecc6613acb014affae2d50b438797cc37e67da31d65f55671994c3e96bb958ffa63911b973f7f8e3020442a83cc69a2e710acc722f510a1101ed25d319
6
+ metadata.gz: a153def34094a6ba86008147f7646e56028fb311b94f221d333bd296718af0a5af29668c2c8796c87c568cdf9e64984cb58071651dc0dc3b3c7f6395ffe61a42
7
+ data.tar.gz: 0406f7da147bd96df0d8af1ce1e963b18e905fcdc35925b67ebfceeda12eef4b234555946a3c1632ede64635c9b8dab279b50a830851f1a71a2f193574208717
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportsflix (1.4.0)
4
+ sportsflix (1.5.0)
5
5
  execjs-fastnode (~> 0.2)
6
6
  oga (~> 2.15)
7
7
  therubyracer (~> 0.12)
@@ -21,7 +21,7 @@ GEM
21
21
  execjs (~> 2.0)
22
22
  jaro_winkler (1.5.2)
23
23
  json (2.2.0)
24
- libv8 (3.16.14.19-x86_64-linux)
24
+ libv8 (3.16.14.19)
25
25
  oga (2.15)
26
26
  ast
27
27
  ruby-ll (~> 2.1)
@@ -5,7 +5,7 @@ module Sportsflix
5
5
  module Providers
6
6
  module Arenavision
7
7
  class Client
8
- BASE_URLS = ['http://arenavision.in', 'http://arenavision.ru', 'http://arenavision.us']
8
+ BASE_URLS = ['http://arenavision.in', 'http://arenavision.biz', 'http://arenavision.us']
9
9
  BASE_URL = BASE_URLS.sample
10
10
 
11
11
  def initialize(options)
@@ -1,3 +1,3 @@
1
1
  module Sportsflix
2
- VERSION = '1.4.0'
2
+ VERSION = '1.5.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sportsflix
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Fernandes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-10 00:00:00.000000000 Z
11
+ date: 2019-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler