solargraph-rails-patch-for-rails71 0.1.0 → 0.2.0
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 +4 -4
- data/README.md +2 -0
- data/solargraph-rails-patch-for-rails71.gemspec +2 -2
- metadata +4 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee3e235d9e5dc881da6f3ba4931cd49d0df38b351d49b55a7658be7633582ae3
|
|
4
|
+
data.tar.gz: 5722469c62fae1ec4b8114663fc32d63e5fd25d98e8b014f759a70a150a3149f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6c0eae9328ba59d62cd3a18a71d660ac7018603d72ecd76774a6571d135238823d4dbf4e71ed0749228a47490997720573f44024eaadc49729c0dc1a8449ad4
|
|
7
|
+
data.tar.gz: d170dbc8c83838dc644187d91b02ad868b2a0f4bcd7c20dd45694a3f5d256b5b0d26b456b3397fb9e08ab64ab58e7126af17f05fab6e705649f1a2049fa15794
|
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](https://badge.fury.io/rb/solargraph-rails-patch-for-rails71)
|
|
2
|
+
|
|
1
3
|
# solargraph-rails-patch-for-rails71
|
|
2
4
|
|
|
3
5
|
This is a library, which resolves incompatibility of [solargraph-rails](https://github.com/iftheshoefritz/solargraph-rails) with Rails 7.1.
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "solargraph-rails-patch-for-rails71"
|
|
5
|
-
spec.version = "0.
|
|
5
|
+
spec.version = "0.2.0"
|
|
6
6
|
spec.authors = ["Masamitsu MURASE"]
|
|
7
7
|
spec.email = ["masamitsu.murase@gmail.com"]
|
|
8
8
|
|
|
9
9
|
spec.summary = "Resolve incompatibility issue of solargraph-rails with Rails 7.1"
|
|
10
|
-
spec.description =
|
|
10
|
+
spec.description = "This is a library, which resolves incompatibility of solargraph-rails with Rails 7.1. Please see my GitHub page for more details."
|
|
11
11
|
spec.homepage = "https://github.com/masamitsu-murase/solargraph-rails-patch-for-rails71"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
spec.required_ruby_version = ">= 2.6.0"
|
metadata
CHANGED
|
@@ -1,25 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solargraph-rails-patch-for-rails71
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Masamitsu MURASE
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
14
|
-
|
|
15
|
-
with Rails 7.1. \nSee [this issue](https://github.com/iftheshoefritz/solargraph-rails/issues/60)
|
|
16
|
-
for more datails.\n\n## Installation\n\nInstall the gem and add to the application's
|
|
17
|
-
Gemfile by executing:\n\n $ bundle add solargraph-rails-patch-for-rails71\n\nIf
|
|
18
|
-
bundler is not being used to manage dependencies, install the gem by executing:\n\n
|
|
19
|
-
\ $ gem install solargraph-rails-patch-for-rails71\n\n## Usage\n\nUpdate your
|
|
20
|
-
`.solargraph.yml` as follows:\n\n```yml\nplugins:\n- solargraph-rails\n- solargraph-rails-patch-for-rails71
|
|
21
|
-
\ # Add this line\n```\n\n## License\n\nThe gem is available as open source under
|
|
22
|
-
the terms of the [MIT License](https://opensource.org/licenses/MIT).\n"
|
|
13
|
+
description: This is a library, which resolves incompatibility of solargraph-rails
|
|
14
|
+
with Rails 7.1. Please see my GitHub page for more details.
|
|
23
15
|
email:
|
|
24
16
|
- masamitsu.murase@gmail.com
|
|
25
17
|
executables: []
|