diff --git a/README.md b/README.md index d242b2558..51e3521f4 100755 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/solargraph.gemspec b/solargraph.gemspec index 4e6ddde61..7be8dcb73 100755 --- a/solargraph.gemspec +++ b/solargraph.gemspec @@ -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'