softwear-lib 1.7.6 → 1.7.7

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: 26515c901f454ef1bce21cc0f4bede3a0174576b
4
- data.tar.gz: da2434c225aa2bfaa91aefcdab9d46e3f81953d4
3
+ metadata.gz: 67b2cd04a5074e0b928b7b081a1ba825412b8d41
4
+ data.tar.gz: 63b3aa50f5b38ff1d29fa1bc528a25210db623e7
5
5
  SHA512:
6
- metadata.gz: 81d0d468fc6cd701747540cf63ccb1d109b0b2fa71f86d998e75a422ddb9132d92f3d3ff535995b293a06b37179d84ccde22604573c0af3c022a903709547ecf
7
- data.tar.gz: b3059e76d8c42a9b1f862b9d492922da7ec7032b4439fdbc95e490690e609124e1110a637abf9cfb1a695ceedea7e75177d94d41b4437aa49db70afbc80ec198
6
+ metadata.gz: 85a2bc038fd6326c9fc5cf76b7704636d5585b96ab82443a63a65a6fab77d77e5813d1c124a4fdc713e39809dd3beb07eaab81452cd41d4bf321f1b27b9bcd57
7
+ data.tar.gz: beb6b05b05484ef31faac798e32ceeaa66c6e2ecf0a14a04c38e56ab299d0d2041c087abe40c3cf386bec98615cd91969fb943485f3a8631b40bc1a277006495
@@ -77,7 +77,7 @@ users:
77
77
 
78
78
  def find(target_id)
79
79
  return nil if target_id.nil?
80
- yml_entry users_yml[:users].to_a[target_id - 1], target_id
80
+ yml_entry users_yml[:users].to_a[target_id.to_i - 1], target_id.to_i
81
81
  end
82
82
 
83
83
  def all
@@ -1,5 +1,5 @@
1
1
  module Softwear
2
2
  module Lib
3
- VERSION = "1.7.6"
3
+ VERSION = "1.7.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softwear-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.6
4
+ version: 1.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Baillie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-09 00:00:00.000000000 Z
11
+ date: 2016-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler