cosmicgraph 0.49.2 → 0.49.3

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: 106121568c4ec57906f2a66d555632a1533611501f5ccc31554d8f7f660a92f7
4
- data.tar.gz: 6bc2aeb932bf023c7a80d7a0825b6a578e3bf96e712228de2a7f54b1864851e1
3
+ metadata.gz: 731d9ac928cf18ced46b0082f9e93eaa36d21bbdeb4b4c72c2c1f94f3a6e745a
4
+ data.tar.gz: fc931889a59664d54d8a1de9caf8d4ef640f7d2200f42aef6f802dc7bb0dadfa
5
5
  SHA512:
6
- metadata.gz: 48ab9bdea9e64d04df9cb0f757f3ba5a58fd3b8abe77594b4e94cf90d257f37757930a8fbc47afd465a73b11ebe2f5f44070988ec07f457311e42f6041369d9e
7
- data.tar.gz: c0654cdffda5083ebc7033257054de041e76b68521b9d5943bd1ae6ff88fd2fa2aa83a9ecec90f3f52a45bade4e3912e56950623abe4e34aa8311422821d6d57
6
+ metadata.gz: a7f89c6347a65b31b54e726e1d87352998398cc002841621e248fe1abe232f30f9ec61bc102b647f83fe41db547471d380db2526ec9bdc12c5f7aa93303182e9
7
+ data.tar.gz: c434fe851ceeea5392f669293d5c28e179c84e45561ab129e710c73c44f4724702db6b629833139fac0600ae04613e0110b1cf2efc428101cd137841505f5468
data/cosmicgraph.gemspec CHANGED
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  end
16
16
  s.homepage = 'https://solargraph.org'
17
17
  s.license = 'MIT'
18
- s.executables = ['cosmicgraph']
18
+ s.executables = ['solargraph']
19
19
  s.metadata["funding_uri"] = "https://www.patreon.com/castwide"
20
20
 
21
21
  s.required_ruby_version = '>= 2.6'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Solargraph
4
- VERSION = '0.49.2'
4
+ VERSION = '0.49.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cosmicgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.2
4
+ version: 0.49.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Snyder
@@ -341,7 +341,7 @@ dependencies:
341
341
  description: IDE tools for code completion, inline documentation, and static analysis
342
342
  email: admin@castwide.com
343
343
  executables:
344
- - cosmicgraph
344
+ - solargraph
345
345
  extensions: []
346
346
  extra_rdoc_files: []
347
347
  files:
@@ -356,7 +356,7 @@ files:
356
356
  - README.md
357
357
  - Rakefile
358
358
  - SPONSORS.md
359
- - bin/cosmicgraph
359
+ - bin/solargraph
360
360
  - cosmicgraph.gemspec
361
361
  - lib/.rubocop.yml
362
362
  - lib/solargraph.rb
File without changes