solargraph-rails 1.2.2 → 1.2.3
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/.github/workflows/linter.yml +1 -1
- data/.github/workflows/test.yml +2 -2
- data/CHANGELOG.md +6 -0
- data/DEVELOPMENT.md +2 -2
- data/Gemfile +4 -0
- data/lib/solargraph/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6046fcd7bfdb910cd82af47f76f23c3472bda56d82d9a8b23873329cf8068933
|
4
|
+
data.tar.gz: d672b985611acba66e4fa3aba0a8fafc85e074320d3ff2f62e81ce816004f7a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0a8df41250a3cb055a331c396a6237c9071bb203fbfcd291240bcdf4eef9d48bf4937af812fa42234a4e12da5d7fc6b3d31a1ce2cd699266549335253966337
|
7
|
+
data.tar.gz: ee30f6e0d71a42838563d60382e297b643f9e52eadec1afee2deb783f3be98db1044756e48aa7ad819381137782a7fc5266e2fda125a1c91b4fd9f6b444db277
|
data/.github/workflows/test.yml
CHANGED
@@ -46,13 +46,13 @@ jobs:
|
|
46
46
|
- "0.56.0"
|
47
47
|
- "0.56.1"
|
48
48
|
- "0.56.2"
|
49
|
-
- "0.
|
49
|
+
- "0.56.2-post"
|
50
50
|
include:
|
51
51
|
- versions:
|
52
52
|
ruby: "3.2"
|
53
53
|
rails-major: "8"
|
54
54
|
rails-minor: "0"
|
55
|
-
solargraph-version: "0.
|
55
|
+
solargraph-version: "0.56.2-post"
|
56
56
|
run_coverage: true
|
57
57
|
fail-fast: false
|
58
58
|
steps:
|
data/CHANGELOG.md
CHANGED
data/DEVELOPMENT.md
CHANGED
@@ -73,11 +73,11 @@ Move .yml files into place, then make sure to review the script and uncomment re
|
|
73
73
|
## Preparing a release (maintainers)
|
74
74
|
|
75
75
|
1. Look up [most recent release](https://rubygems.org/gems/solargraph-rails)
|
76
|
-
2. Open up [commit list](https://github.com/iftheshoefritz/solargraph-rails/compare/v1.2.
|
76
|
+
2. Open up [commit list](https://github.com/iftheshoefritz/solargraph-rails/compare/v1.2.2...main)
|
77
77
|
3. Update [CHANGELOG.md](./CHANGELOG.md)
|
78
78
|
4. Flip to 'files changed view' and refine updates
|
79
79
|
5. Bump [version](./lib/solargraph/rails/version.rb) appropriately
|
80
|
-
6. Create branch, commit
|
80
|
+
6. Create branch, commit aand merge changes - "Prepare for vX.Y.Z release", branch: `prepare_vX.Y.Z_release`
|
81
81
|
7. `git config branch.main.remote`
|
82
82
|
8. Ensure your local main branch is directly from iftheshoefritz
|
83
83
|
9. `direnv block`
|
data/Gemfile
CHANGED
@@ -58,6 +58,10 @@ when '0.57.alpha'
|
|
58
58
|
github: 'apiology/solargraph',
|
59
59
|
branch: '2025-07-02'
|
60
60
|
# path: '../solargraph'
|
61
|
+
when '0.56.2-post'
|
62
|
+
gem "solargraph",
|
63
|
+
github: 'apiology/solargraph',
|
64
|
+
branch: 'run_plugin_specs'
|
61
65
|
end
|
62
66
|
|
63
67
|
# Local gemfile for development tools, etc.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solargraph-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fritz Meissner
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-08-
|
10
|
+
date: 2025-08-29 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: bundler
|