solargraph 0.14.0 → 0.14.1

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: 0d9090bbc3094234313c93d9cbc44461426c9fd8
4
- data.tar.gz: 802563c75b5edb831701442e15bb0e7715934b8a
3
+ metadata.gz: 2534786898236f8a7a5bf07684337e50ca8a2f84
4
+ data.tar.gz: 06150de1318a06985ab1d264d5be6cec417e19ff
5
5
  SHA512:
6
- metadata.gz: f6d2eedfd1dafc0c280643b6f21401f61c4dbb2e3cd89273a6cc9892d25528412e04701a2501d63708535d5f2024d7a7b3773185dd03877dd957f938237db7d5
7
- data.tar.gz: 4dca225b820a8ac799475936649673cff8f9d20bb389f719568ee9098f85fb68cfef83d215cd8ab2a84225162d1b2619bfffc71417a810ecfb2ac0d7d1975e38
6
+ metadata.gz: 5cdd177efe9dc125abc5d5e098592872e54d9b9860975b902a8d3c64ca11a897813a56271073968f88e1a6bf0af4da1ccf00f9ea13efb63cea0e1bf42ebf2763
7
+ data.tar.gz: 607acee93d5c30145ee50bf07de61775ee184d832b9a693f99a28771501f6df655520e222050de8b3785721dc308f15ad2edcfc96955d7d002c159ac3b12cc4c
@@ -119,7 +119,7 @@ module Solargraph
119
119
  result.push r if !has_runtime or !r.runtime?
120
120
  has_runtime = true if r.runtime?
121
121
  end
122
- result.push Solargraph::Plugin::Runtime.new(api_map) unless has_runtime
122
+ #result.push Solargraph::Plugin::Runtime.new(api_map) unless has_runtime
123
123
  result
124
124
  end
125
125
  end
@@ -1,3 +1,3 @@
1
1
  module Solargraph
2
- VERSION = '0.14.0'
2
+ VERSION = '0.14.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solargraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Snyder