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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pecari/player.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ca21931154f29ca1056d8436fcae412d6bb20df
4
- data.tar.gz: 8dc2e96daacbb539cf3bf1b4933aba4e6c4d84e4
3
+ metadata.gz: ed5300b2026394eca38aa7fd6e611fc80806dea8
4
+ data.tar.gz: 8234f9d6ac85cb6fe1d460736a71c1904571c2a2
5
5
  SHA512:
6
- metadata.gz: 56e60f3d12694fe7559a30cdce765776c8b3a6da6c61e4924decb32fec45658ee5cbf771692a7b465760bad9741f79f157828a31fd2b2130589083b22268f9a5
7
- data.tar.gz: 6ac28eb6c3c8400a67edb65a35357b1cdbace21d997cf8e6b41262002cae4fa94d25d3b6fda72a90c679ca697fc01390f78d3628811a32483638e0786f433107
6
+ metadata.gz: 61dc1b16524f484d65fe8717b2851524f93a48965d1a1bbbacca8aa40dd6e163466a3c14d1800ebf99d86fab8519d55b5f84425b12db8e6655cf079b69bff10f
7
+ data.tar.gz: d7a12806031dc38c7fbacbd8338308d7fcd2ace96a58c2e0208630c762de0d6db2690176224e42665a29821819a74d679505dafeba7c43a7a8334a03fbf8cde6
@@ -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 commend:
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 commend:
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.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-25 00:00:00.000000000 Z
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.