fest 1.3.11 → 1.3.12

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: 13c8f0457755e90a69e4acd44415155d28156b54
4
- data.tar.gz: 0d24042c2900cfbe268da9345e73009613726cf4
3
+ metadata.gz: 911be5f2274e3d6480715de33a5a22ae7579f420
4
+ data.tar.gz: 4ccef82bd14c9b03efd7883e5d7812489102c0d8
5
5
  SHA512:
6
- metadata.gz: 321c86e13f3d28a0400fa3654e4b5b67cafc6be9e23163a91671d2b27ca4b22ba95f786247840004657b6e878138024613d4c638e3a9209a30031aa5454193df
7
- data.tar.gz: 6d9beffb87ecae15ab3c5ade7a7379cd6c64a9cddf4a379a57e5d1ed2430f4166d666ecc3f004cdef553c134dc3d572ba3d23bf81091f02f8fe3563a77646af2
6
+ metadata.gz: fff84a8efefeca08043a8ce7b7cde76b9c13f5a92478f14932b6be7067acf49c8a2d03eb354432d43beceafb19cbee9c8f00cf32d425f77c87204dc9beb78719
7
+ data.tar.gz: b3dfff72cac33060164af1092b47149b443d04540cf9134058f5e2ed2177cef6ac578f5141ce216a926d73a500359161580333fc274fe959fd403b289288376d
data/README.md CHANGED
@@ -12,7 +12,6 @@ Ruby wrapper use [Festival](https://wiki.archlinux.org/index.php/Festival_%28%D0
12
12
  - *nix* or OS X ...
13
13
  - [Festival](https://wiki.archlinux.org/index.php/Festival_%28%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9%29) and necessary languages ...
14
14
  - [Pulseaudio](https://wiki.archlinux.org/index.php/PulseAudio_%28%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9%29)
15
- - xbacklight ([backlight](https://wiki.archlinux.org/index.php/Backlight_%28%D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9%29))
16
15
 
17
16
  ## Install
18
17
 
data/changelog.org CHANGED
@@ -1,4 +1,6 @@
1
- ** Чт 01 окт 2015 18:40:50
1
+ ** 1.3.12 (Пт 02 окт 2015 09:37:39)
2
+ - fix conditions ... delete xbacklight from dependence ...
3
+ ** 1.3.11 (Чт 01 окт 2015 18:40:50)
2
4
  - unless if string nil or empty?
3
5
  ** 1.3.10 (2015-28-09 Пн)
4
6
  - initialize with params for yml file
@@ -1,7 +1,8 @@
1
1
  ---
2
2
  light:
3
- - "exit if @backlight.nil? && `xbacklight`.to_i == 0"
3
+ - "brightness = `cat /sys/class/backlight/intel_backlight/brightness`.to_i"
4
+ - "exit if @backlight == 'nil' && brightness == 0"
4
5
  players:
5
- - "['xbmc', 'kodi', 'vlc'].each do |player|"
6
+ - "%w(xbmc kodi vlc).each do |player|"
6
7
  - "exit if `ps -el | grep '#{player}' | wc -l`.to_i > 0"
7
8
  - "end"
data/config/custom.yml CHANGED
@@ -15,6 +15,6 @@ step:
15
15
  language:
16
16
  'cmu_us_slt_arctic_hts'
17
17
  backlight:
18
- nil
18
+ 'nil'
19
19
  conditions:
20
20
  {}
data/config/default.yml CHANGED
@@ -15,6 +15,6 @@ step:
15
15
  language:
16
16
  'voice_msu_ru_nsh_clunits'
17
17
  backlight:
18
- nil
18
+ 'nil'
19
19
  conditions:
20
20
  {}
data/fest.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'fest'
3
- gem.version = '1.3.11'
3
+ gem.version = '1.3.12'
4
4
  gem.authors = 'Alexsey Ermolaev'
5
5
  gem.email = 'afay.zangetsu@gmail.com'
6
6
  gem.homepage = 'https://github.com/AfsmNGhr/fest'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.11
4
+ version: 1.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexsey Ermolaev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-01 00:00:00.000000000 Z
11
+ date: 2015-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake