bindef 0.0.3 → 0.0.4

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/bd +1 -1
  3. data/lib/bindef/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78255131ad83ceb095efc8d6ea27562ac9337950151dac7ead52e273108f45ce
4
- data.tar.gz: e2b1ee9365c6b778d3c457af39c4bed900ef0b91cbf0a21c65c4bde20bb74249
3
+ metadata.gz: 39b65bc6885e563f8b6d155f3f25a2f04add79b39461e2d96ec4fd4623e1a9fd
4
+ data.tar.gz: daf507451b827d72fd4a83c183f5931cfac112e827a558d9771eaf8cdd1be021
5
5
  SHA512:
6
- metadata.gz: d5651e71b6fa43c6a66e5c3b6f374a67f6293c1ca3d9b753f9ecbfeb6386a04f818b85f63ebfcd71898d8a039cab97aede3298408e1f5a2b93a2cf5d11ba4055
7
- data.tar.gz: 69cfc647309b3afaf5c1868db770ad8c164668795296186f9d79c48e1a81e3845ec0d924389d9c43d62325bcb95ce85a7b6758bc76559125fcd15105405fed78
6
+ metadata.gz: 89cb5a5c2293415372e040192ec06093b812b8ebe9092943d883054263e31cc61e402d7a7ecb8049319abf49e8f111ed1438347ea2eb4b0cf430e7dd9cdd9361
7
+ data.tar.gz: 4722519409c7a5aad9e6580bb44cd65b321c34fe3cbdb6c72228e8a388a72241433a1b2dc06791e93f0571a8974b2749b123e403dcbe87aff69b56f91ffb4f04
data/bin/bd CHANGED
@@ -53,7 +53,7 @@ bindef = Bindef.new(options[:output],
53
53
  verbose: options[:verbose],
54
54
  warnings: options[:warnings])
55
55
 
56
- options[:error].puts "W: output looks like a tty" if options[:output].tty? && options[:verbose]
56
+ options[:error].puts "W: output looks like a tty" if options[:output].tty? && options[:warnings]
57
57
 
58
58
  begin
59
59
  bindef.instance_eval options[:input].read, "input", 1
@@ -2,5 +2,5 @@
2
2
 
3
3
  class Bindef
4
4
  # The current {Bindef} version.
5
- VERSION = "0.0.3"
5
+ VERSION = "0.0.4"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bindef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Woodruff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-29 00:00:00.000000000 Z
11
+ date: 2018-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec