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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ab7bbc5e69a862fdc9d7dab811099ab9330787fe784b324d699c74827a1f5f2
4
- data.tar.gz: 7539801b051fa4f3939bcde2ef252caea6af3b98d8ef2e2723311a56fbad1add
3
+ metadata.gz: d2ba9759675d9a9fef359a171ebc194abf23d958de334dd34bd28a60442f3a54
4
+ data.tar.gz: 33d6459e24bd175b0c7ffa8aeec1fbddf220693acbc3526518f287079c14a63d
5
5
  SHA512:
6
- metadata.gz: 2a6c2f0b9dd006b94d0e87a5f6ae2422cecfee6614a9a178e0f797af99675a74b4329246830763b71e4b8a847eb06f99121b7a4d52e8cb4f8a38c0b1f98ef420
7
- data.tar.gz: 4d7b06d798db0c5f911b6b95d15c0e7ee0f589dedb460cddbe42ed9528b07285ac10885f5056a7edfe88a8d6ca7a819138f8bf3b14404ac506b754aa57239122
6
+ metadata.gz: '0870d6b8c9b9cd9fe7020f6727c26ad8031f028503f3e1a67c85e11542783b55d6d8f815bded7e2e08283294cad651b258d1a48f4f184a95fee0d31760e63e19'
7
+ data.tar.gz: 177584f0a62b3a226c91e8dc906513bec5fb553b5b89187a446f68304ed500cff6ca14487927bbd10f6fbb85ef1158af455aa6aecdcaf2fa16cdad07e18a6115
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solargraph-rails-init (0.1.0)
4
+ solargraph-rails-init (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # solargraph-rails-init
2
2
 
3
- A simple script to configure Solargraph to work with Rails that acts as a shortcut to the following commands:
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
- ```ruby
19
+ ```bash
20
20
  gem install solargraph-rails-init
21
21
  solargraph-rails-init
22
22
  ```
@@ -3,7 +3,7 @@
3
3
  module Solargraph
4
4
  module Rails
5
5
  module Init
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
  end
8
8
  end
9
9
  end
@@ -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 to initialize a Rails app to use Solargraph"
12
- spec.description = "A simple script to initialize a Rails app to use Solargraph"
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.0
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 to initialize a Rails app to use Solargraph
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 to initialize a Rails app to use Solargraph
57
+ summary: A simple script that configures Solargraph to work with Rails.
58
58
  test_files: []