Skip to content

Commit

Permalink
Merge branch 'master' of github.com:castwide/solargraph
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Nov 5, 2023
2 parents c19d956 + 254b795 commit 66e69ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ Plug-ins and extensions are available for the following editors:
* Extension: https://marketplace.visualstudio.com/items?itemName=castwide.solargraph
* GitHub: https://github.com/castwide/vscode-solargraph

* **Atom**
* Package: https://atom.io/packages/ruby-solargraph
* GitHub: https://github.com/castwide/atom-solargraph

* **Sublime Text**
* Extension: https://packagecontrol.io/packages/LSP
* GitHub: https://github.com/sublimelsp/LSP
Expand Down Expand Up @@ -71,6 +67,8 @@ As of version 0.33.0, Solargraph includes a [type checker](https://github.com/ca

### Updating Core Documentation

As of version 0.49.0, Solargraph uses [rbs](https://github.com/ruby/rbs) for core and stdlib documentation. The following only applies to prior versions.

The Solargraph gem ships with documentation for Ruby 2.2.2. You can download documentation for other Ruby versions from the command line.

$ solargraph list-cores # List the installed documentation versions
Expand Down
5 changes: 4 additions & 1 deletion solargraph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ Gem::Specification.new do |s|
s.homepage = 'https://solargraph.org'
s.license = 'MIT'
s.executables = ['solargraph']
s.metadata["funding_uri"] = "https://www.patreon.com/castwide"
s.metadata["funding_uri"] = "https://www.patreon.com/castwide"
s.metadata["bug_tracker_uri"] = "https://github.com/castwide/solargraph/issues"
s.metadata["changelog_uri"] = "https://github.com/castwide/solargraph/blob/master/CHANGELOG.md"
s.metadata["source_code_uri"] = "https://github.com/castwide/solargraph"

s.required_ruby_version = '>= 2.6'

Expand Down

0 comments on commit 66e69ab

Please sign in to comment.