arb-dict 0.2.1 → 0.2.2

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: 1806fe389b1b2c454044bc49049c094ca01ff035
4
- data.tar.gz: 69e5fdbc03a5ba63e9958bb058fd4b123289b7de
3
+ metadata.gz: 6f9706cab70071fb817f4febe78e93b365d7c05b
4
+ data.tar.gz: d19a6d233367b9cdbd2fbdae23a295292b9bef4a
5
5
  SHA512:
6
- metadata.gz: 6aeeddaf5b4bd8b4df326cc4e3bc3c236b6e0e980ccd5d3363ff2878ed496a289dddbbe32d923d76058d6cc933cbcb324d09dbefaa9a79a826d23d63cee21e2f
7
- data.tar.gz: 7b5cf5873e58c9493a641651fb4e777be2dba287c034f72bce9aa024b0f058f087dd4cf6f5374aa460b7a438d396014e361cf9f1c473b1c0babef63415478a62
6
+ metadata.gz: a4a20d1dd29d663569db2527e47b55466ff9c992fbb335f74f10af32668696eb96707b529cfdca5ef9c1af61f83890dc6fcd0a21b8ef99742684ceb9f4c2c136
7
+ data.tar.gz: a95526f179a5a3d302c298dc25983e9e3531ab11dff4ea1c33089ee06a55d00a4c0d8078f1aa8623b5640ec2339797b82ed1241b88a0f5724a1af3811eb6751c
data/bin/arb-dict CHANGED
@@ -48,7 +48,7 @@ if opts
48
48
  puts 'Missing target, please specify a word or phrase!'
49
49
  exit
50
50
  end
51
- if opts[:inputfile] && File.exists?(opts[:inputfile])
51
+ if opts[:inputfile]
52
52
  if File.exists?(opts[:inputfile])
53
53
  opts.args<<File.readlines(opts[:inputfile]).map(&:chomp)
54
54
  opts.args.flatten!
@@ -1,5 +1,5 @@
1
1
  module Arb
2
2
  module Dict
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arb-dict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - arybin