solargraph-rails-patch-for-rails71 0.1.0 → 0.2.0

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: f36d8c71612404f5eeee860fb6d75fd5db1b988212fdb7a0de870a83464b4d97
4
- data.tar.gz: 29efd037f8d07d334d0931db8314123c16ea85bf9b6302c5bc0930b2edaef186
3
+ metadata.gz: ee3e235d9e5dc881da6f3ba4931cd49d0df38b351d49b55a7658be7633582ae3
4
+ data.tar.gz: 5722469c62fae1ec4b8114663fc32d63e5fd25d98e8b014f759a70a150a3149f
5
5
  SHA512:
6
- metadata.gz: 8f3e6278513fca99df4086c35fdbdd5743fb9815d44938d1333f0c7cb446e2acca6d14f7f0de00bb70070e33d27177922b4a0a469050a441041d5153deb6e24f
7
- data.tar.gz: 7daaf4b1ba105a1244947fff7662c18c030cc3474fe684721beb6ca997652021b752310ea633ed7dd5377848a2872a188de9c2aa49976e227f2e24e4bcf34970
6
+ metadata.gz: e6c0eae9328ba59d62cd3a18a71d660ac7018603d72ecd76774a6571d135238823d4dbf4e71ed0749228a47490997720573f44024eaadc49729c0dc1a8449ad4
7
+ data.tar.gz: d170dbc8c83838dc644187d91b02ad868b2a0f4bcd7c20dd45694a3f5d256b5b0d26b456b3397fb9e08ab64ab58e7126af17f05fab6e705649f1a2049fa15794
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/solargraph-rails-patch-for-rails71.svg)](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.1.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 = File.read(File.join(__dir__, "README.md"))
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.1.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-15 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: "# solargraph-rails-patch-for-rails71\n\nThis is a library, which resolves
14
- incompatibility of [solargraph-rails](https://github.com/iftheshoefritz/solargraph-rails)
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: []