sportsflix 1.2.1 → 1.2.2

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: 8c7aef1240b06ee4bfd9c68b70d8cf5a31b4de2f
4
- data.tar.gz: dee356df5cf4049eabb24de8e6c41d1f86735f6b
3
+ metadata.gz: d52a51b76a3464f486e020e8b17878451454e044
4
+ data.tar.gz: e561a1dc515827b6d979444596a10f0e97f2e175
5
5
  SHA512:
6
- metadata.gz: b9f4c0fe5547a6691f403859673d4b0b266fbdb271905cd31013bab42b5d6acc40bc4669d4c268f3cd1b35a7adeecd7edd5971a81ea2ed7a482e58956b720a5d
7
- data.tar.gz: 3f3cff275e9f746d99d52096f9f498c9507bb8bd29db4e39f8ef58a830efeb89d0f1e83c92c1ccf5efb19326adff72c9078ee68f07851931623e8304b74850ef
6
+ metadata.gz: ddf28e970279ee9cdc9509b076f847c1eda8b107594716451b18c2d4a141f515a1bb9299fb7c745770af7edabb26df884f194ed3c2355a60ce49ec6cab9da43a
7
+ data.tar.gz: 894d0dbe5a0b408dfe5bb5712208655e91de36cc70ce8de89b6301cddb887226e5b8cacb25df3d64f46257be65c141aa18464831a14bdd82e71c1eefd47f28de
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportsflix (1.2.1)
4
+ sportsflix (1.2.2)
5
5
  execjs-fastnode (~> 0.2.0)
6
6
  oga (~> 2.8)
7
7
  thor (~> 0.19.4)
File without changes
@@ -1,3 +1,3 @@
1
1
  module Sportsflix
2
- VERSION = '1.2.1'
2
+ VERSION = '1.2.2'
3
3
  end
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  f.match(%r{^(test|spec|features)/})
31
31
  end
32
32
  spec.bindir = 'bin'
33
- spec.executables = 'sflix'
33
+ spec.executables = ['sportsflix', 'sflix']
34
34
  spec.require_paths = ['lib']
35
35
 
36
36
  # Development
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sportsflix
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Fernandes
@@ -155,6 +155,7 @@ description: "\n Watch the best sports stream in HD from the command line.\n
155
155
  email:
156
156
  - rodrigo.fernandes@tecnico.ulisboa.pt
157
157
  executables:
158
+ - sportsflix
158
159
  - sflix
159
160
  extensions: []
160
161
  extra_rdoc_files: []