switchman 1.12.10 → 1.12.11

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
  SHA256:
3
- metadata.gz: 960939c5e1e4c110af2e5b0866f7c516efaa626c9688c16ccd9d13527b968e84
4
- data.tar.gz: 7d516367d1637db892adae5b10c6c04defcb9f46a83ae5dd966b1e750e826305
3
+ metadata.gz: 4812ac6ce707debd4e3f051bb5a252423f3151f8bd01132be6bf8d70b88d5d2f
4
+ data.tar.gz: 193b31d26be336ba9441e6f4cd3702a57652ff6fc78454050aeee8c46795837c
5
5
  SHA512:
6
- metadata.gz: 7d3d22a204aad9fb0a392c6d39872c19841ff1f74e409c18ba47ef5f1f28b11d666499833cdb84efd274e4a0aa4c5ae149be13511d59ab5dde9c08e26abaa6cb
7
- data.tar.gz: a0937e96e60fd706a6e7674daacbef06e0d617126c9f6390deaaa7f5ef92cdca22cc25fe081ac38581fe0bb760fea57206865540e5192603c7fd8c5b9ad6ba5c
6
+ metadata.gz: 0ab5d97b97144a52ead634b53a17e60514eb653f82634b9a86b48676a13591b2511fc55f132d30634bf3abf42e3ccff17fe5ec96a27b61f5046a3fa22adc39a9
7
+ data.tar.gz: 18e0c13e3b678c0007df134d6ed18404ba11f669b077ff1fdf912a9799a75db578c4605088f0e0c399840c65e56bf7b1e17aaae807c8b6a9403b96f68f537ca1
@@ -114,7 +114,7 @@ module Switchman
114
114
 
115
115
  result.map do |row|
116
116
  index_name = row[0]
117
- unique = row[1] == 't'
117
+ unique = row[1] == true || row[1] == 't'
118
118
  indkey = row[2].split(" ")
119
119
  inddef = row[3]
120
120
  oid = row[4]
@@ -1,3 +1,3 @@
1
1
  module Switchman
2
- VERSION = "1.12.10"
2
+ VERSION = "1.12.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: switchman
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.10
4
+ version: 1.12.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Cutrer
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-09-13 00:00:00.000000000 Z
13
+ date: 2018-09-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties