pecari 0.0.0 → 0.0.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/lib/pecari/player.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed5300b2026394eca38aa7fd6e611fc80806dea8
|
|
4
|
+
data.tar.gz: 8234f9d6ac85cb6fe1d460736a71c1904571c2a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61dc1b16524f484d65fe8717b2851524f93a48965d1a1bbbacca8aa40dd6e163466a3c14d1800ebf99d86fab8519d55b5f84425b12db8e6655cf079b69bff10f
|
|
7
|
+
data.tar.gz: d7a12806031dc38c7fbacbd8338308d7fcd2ace96a58c2e0208630c762de0d6db2690176224e42665a29821819a74d679505dafeba7c43a7a8334a03fbf8cde6
|
data/lib/pecari/player.rb
CHANGED
|
@@ -71,7 +71,7 @@ class UnavailableXDoToolError < StandardError
|
|
|
71
71
|
|
|
72
72
|
def message
|
|
73
73
|
<<-EOF
|
|
74
|
-
Cannot find xdotool on you system. Try installing it with this
|
|
74
|
+
Cannot find xdotool on you system. Try installing it with this command:
|
|
75
75
|
"sudo apt-get install xdotool"
|
|
76
76
|
EOF
|
|
77
77
|
end
|
|
@@ -82,7 +82,7 @@ class UnavailableOMXPlayerError < StandardError
|
|
|
82
82
|
|
|
83
83
|
def message
|
|
84
84
|
<<-EOF
|
|
85
|
-
Cannot find omxplayer on you system. Try installing it with this
|
|
85
|
+
Cannot find omxplayer on you system. Try installing it with this command:
|
|
86
86
|
"sudo apt-get install omxplayer"
|
|
87
87
|
EOF
|
|
88
88
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pecari
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Chacon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Interface between Ruby and Omxplayer which implements basic playback
|
|
14
14
|
features.
|