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 +4 -4
- data/Gemfile.lock +1 -1
- data/bin/sportsflix +0 -0
- data/lib/sportsflix/version.rb +1 -1
- data/sportsflix.gemspec +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d52a51b76a3464f486e020e8b17878451454e044
|
|
4
|
+
data.tar.gz: e561a1dc515827b6d979444596a10f0e97f2e175
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddf28e970279ee9cdc9509b076f847c1eda8b107594716451b18c2d4a141f515a1bb9299fb7c745770af7edabb26df884f194ed3c2355a60ce49ec6cab9da43a
|
|
7
|
+
data.tar.gz: 894d0dbe5a0b408dfe5bb5712208655e91de36cc70ce8de89b6301cddb887226e5b8cacb25df3d64f46257be65c141aa18464831a14bdd82e71c1eefd47f28de
|
data/Gemfile.lock
CHANGED
data/bin/sportsflix
CHANGED
|
File without changes
|
data/lib/sportsflix/version.rb
CHANGED
data/sportsflix.gemspec
CHANGED
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.
|
|
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: []
|