airstream 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 941d83272781d460b741cc88e027d3f0d27eeb90
4
- data.tar.gz: be3e116d6b16df9bd9c48262b1b1bc2581eb80c2
3
+ metadata.gz: c6a916f0e13080f222caf3a353515ca504b3caac
4
+ data.tar.gz: 5e20c20167cd952c6373883b45986b9b15fc1bbe
5
5
  SHA512:
6
- metadata.gz: 0e208403afb3deae8a17ab42bed5781022dfed93e8a29b5506687ad0567beb80074e572d0944bb831f49cebc2370de58df707d8b17db61ac1749dc3c69624b52
7
- data.tar.gz: 3703d64097e9f718fa687dcb98c24c8512e41a16a1d58a2abea07a97173d5c0027dfc76bf05b1d8f122f9976d17da1bc22f812461cf281a0f3e8bdd5c029f791
6
+ metadata.gz: 823fae0d85652bc54415a964ecd6cacdafb9528cead7c1c2e6e605af39b66aadb99a7d303a38a129bd1b4d353c15789459af7e32da97932aefaf51bc83f13656
7
+ data.tar.gz: 6958a0c2a8d1b81023001535bc1100af333ae8d97c93bc81bcaa4fda321e2a9bd8ad1f26846d7a103a9932f5293d2da1b85a8080f191087c799d9bac16657ec0
data/bin/airimg CHANGED
@@ -20,7 +20,7 @@ EXIT_OK = 0
20
20
  EXIT_ERROR = 1
21
21
  EXIT_NO_HOST = 68
22
22
 
23
- CONFIG_FILE = File.join(ENV['HOME'], '.airstreamrc')
23
+ CONFIG_FILE = File.join(ENV['HOME'] || '', '.airstreamrc')
24
24
 
25
25
  if File.exists? CONFIG_FILE
26
26
  options_config = YAML.load_file(CONFIG_FILE)
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Airstream
3
- VERSION = '0.4.8'
3
+ VERSION = '0.4.9'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Lipautz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-28 00:00:00.000000000 Z
11
+ date: 2015-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: airplay