solargraph-rails-init 0.1.0 → 0.1.1
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/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/solargraph/rails/init/version.rb +1 -1
- data/solargraph-rails-init.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2ba9759675d9a9fef359a171ebc194abf23d958de334dd34bd28a60442f3a54
|
4
|
+
data.tar.gz: 33d6459e24bd175b0c7ffa8aeec1fbddf220693acbc3526518f287079c14a63d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0870d6b8c9b9cd9fe7020f6727c26ad8031f028503f3e1a67c85e11542783b55d6d8f815bded7e2e08283294cad651b258d1a48f4f184a95fee0d31760e63e19'
|
7
|
+
data.tar.gz: 177584f0a62b3a226c91e8dc906513bec5fb553b5b89187a446f68304ed500cff6ca14487927bbd10f6fbb85ef1158af455aa6aecdcaf2fa16cdad07e18a6115
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# solargraph-rails-init
|
2
2
|
|
3
|
-
A simple script
|
3
|
+
A simple script that configures Solargraph to work with Rails. It acts as a shortcut to the following commands:
|
4
4
|
|
5
5
|
```bash
|
6
6
|
gem install solargraph
|
@@ -16,7 +16,7 @@ curl -s https://gist.githubusercontent.com/castwide/28b349566a223dfb439a337aea29
|
|
16
16
|
|
17
17
|
Run the following commands in your Rails app root directory:
|
18
18
|
|
19
|
-
```
|
19
|
+
```bash
|
20
20
|
gem install solargraph-rails-init
|
21
21
|
solargraph-rails-init
|
22
22
|
```
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["Carl Mercier"]
|
9
9
|
spec.email = ["foss@carlmercier.com"]
|
10
10
|
|
11
|
-
spec.summary = "A simple script
|
12
|
-
spec.description = "A simple script
|
11
|
+
spec.summary = "A simple script that configures Solargraph to work with Rails."
|
12
|
+
spec.description = "A simple script that configures Solargraph to work with Rails."
|
13
13
|
spec.homepage = "https://github.com/cmer/solargraph-rails-init"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solargraph-rails-init
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carl Mercier
|
@@ -10,7 +10,7 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2021-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: A simple script
|
13
|
+
description: A simple script that configures Solargraph to work with Rails.
|
14
14
|
email:
|
15
15
|
- foss@carlmercier.com
|
16
16
|
executables:
|
@@ -54,5 +54,5 @@ requirements: []
|
|
54
54
|
rubygems_version: 3.1.4
|
55
55
|
signing_key:
|
56
56
|
specification_version: 4
|
57
|
-
summary: A simple script
|
57
|
+
summary: A simple script that configures Solargraph to work with Rails.
|
58
58
|
test_files: []
|