fantasy-cli 1.3.1 → 1.3.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
  SHA256:
3
- metadata.gz: 601c8f8a29aaed07d3d06b0f24e28947a592571f9a654bb2f26412dbe753a969
4
- data.tar.gz: df8cb07aed32fe9f0a0f275c72eaf621f948e26d7bfe36bb86550eaa94aadf43
3
+ metadata.gz: d50c057f1c718f87a95d0039b8c6c5611b7232d397dfdda26ec32f1d78c4f1dc
4
+ data.tar.gz: 288ccadabe6cd548c991330e8eb96ca733684c0db0da0e249be7d4c576764e68
5
5
  SHA512:
6
- metadata.gz: f429da729c526dabcae689a5dc552736ad5f59db01b1dbcf3ba44baae2e0eef7b45e83e3ed76e073d16b97cfab8429c6690e20b9ea4756eda9199670717338df
7
- data.tar.gz: 7fcf1e79a5b62673e237095ac8797e182cb972c77f95b971b09f48cd4d8749b2c7bc3908c04025bc4ddd0c87c22a69caf045129ee66ec4cfc93456a0ced2468b
6
+ metadata.gz: 16d260f95d313aa0bfb240efae0cbfefe3c7b7af639a140a11128bb267b55df4e19402d8b5138afcebfe3a83ed04424530fd241629c2b066f2c460e88e64c925
7
+ data.tar.gz: 0da3b54b324b6f42e90b7ded20dca029fe8c447c8510996b191ae55608c4d9dc71e0192027fd91080ea0a9111e5ee5e07bd2673e569a4a85266a6cbcce5ac93a
@@ -358,7 +358,7 @@ module Gsd
358
358
  kind = hash['kind'] || hash[:kind]
359
359
  detail = hash['detail'] || hash[:detail]
360
360
  documentation = hash['documentation'] || hash[:documentation]
361
- insert_text = hash['insertText'] || hash['insertText] || hash[:insertText]
361
+ insert_text = hash['insertText'] || hash[:insertText]
362
362
 
363
363
  new(label, kind: kind, detail: detail, documentation: documentation, insert_text: insert_text)
364
364
  end
data/lib/gsd/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gsd
4
- VERSION = '1.3.1'
4
+ VERSION = '1.3.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fantasy-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fantasy Team