babl 0.3.9 → 0.3.10

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: 5fa7c997176b95e95eaba178a6910997f4a7fda5
4
- data.tar.gz: ff83cdec51839b75fac524639b1b245585ea17f5
3
+ metadata.gz: ee92920d9e12dc2048650fe3135aa923959e95fd
4
+ data.tar.gz: a63b2738729ddf9c3f03096d8c430ce52c7d095b
5
5
  SHA512:
6
- metadata.gz: 92013b6936a6d1224742c5c46cf742426d9ca4b5866ee59656a35bf2e15f1fdddc9fa9d18217350502be5d6c0997be3fb5e15a580dbc7be09aefa82a7b03485b
7
- data.tar.gz: ce17a81eaa3a2db2378a63d09a3236fd6ca620f337261138b800efff86dbe8695cf41e26a874e1ab4e83744eb47792af82bc37406a5521499b7642b1d239f1d6
6
+ metadata.gz: 883da25ea674ce01b3a4665389bb0cbec6e2c7edff65ff264b717e1259d77bf3428450a37b05c740fcaf4056c63e9cec0a0227ad18f4d2f70f1fa03b95be32be
7
+ data.tar.gz: d3cfa3a0ae647f9ad1e932d6cdb5a166bb5951b5d6d379ad42564cb943ccb8ebd8c1317aafd48122d6fb4d64cb8b3b1400abedc145dbb7d014e95d5c40a5422c
data/babl.gemspec CHANGED
@@ -5,7 +5,7 @@ require 'babl'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "babl"
8
- spec.version = "0.3.9"
8
+ spec.version = "0.3.10"
9
9
  spec.authors = ["Lars Kluge"]
10
10
  spec.email = ["l@larskluge.com"]
11
11
 
Binary file
Binary file
data/lib/babl.rb CHANGED
@@ -27,6 +27,7 @@ module Babl
27
27
  bin += "darwin_amd64" if RUBY_PLATFORM =~ /darwin/
28
28
  File.expand_path("../../bin/#{bin}", __FILE__)
29
29
  else
30
+ STDERR.puts "Warn: Using locally installed binary '#{system}'"
30
31
  system
31
32
  end
32
33
  end
@@ -36,7 +37,6 @@ module Babl
36
37
  end
37
38
 
38
39
  def self.client
39
- STDERR.puts "Using bin '#{bin_path}'"
40
40
  @client ||= Quartz::Client.new(bin_path: bin_path)
41
41
  end
42
42
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: babl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lars Kluge
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-05 00:00:00.000000000 Z
11
+ date: 2016-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: quartz