solargraph-rails 1.2.1 → 1.2.2
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/CHANGELOG.md +8 -0
- data/DEVELOPMENT.md +5 -3
- data/lib/solargraph/rails/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a6cabad967b50006505d8c0d36f88fd69e514fdc2c22a48cb8c765f4c5e572f
|
4
|
+
data.tar.gz: e19dd4c1ee77895fe2be5d210e9858d0b965c2a33e5046d38b95087a2ff08491
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42351f405a2b3d318659adb43a26d26a1d991d61127e2e7159986181015f610ea0368cbd89956c132be5494551f698544379147aa87eb3acfeed1e7b8da282f0
|
7
|
+
data.tar.gz: ca5bf29bbd10ab72d015faed081d295ac7fecb11b380939b3e4e5739a3115daa786ab2ccb7e870d344270e05fd5e664780e0731c3a0b33650ade3b5590803159
|
data/CHANGELOG.md
CHANGED
data/DEVELOPMENT.md
CHANGED
@@ -73,11 +73,13 @@ 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.1...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
80
|
6. Create branch, commit and merge changes - "Prepare for vX.Y.Z release", branch: prepare_vX.Y.Z_release
|
81
81
|
7. `git config branch.main.remote`
|
82
|
-
8. Ensure your local main branch is directly from iftheshoefritz
|
83
|
-
9. `
|
82
|
+
8. Ensure your local main branch is directly from iftheshoefritz
|
83
|
+
9. `direnv block`
|
84
|
+
10. `git checkout main && git pull && bundle install && bundle exec rake release`
|
85
|
+
11. `direnv allow`
|
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.2
|
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-28 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: bundler
|
@@ -97,16 +97,22 @@ dependencies:
|
|
97
97
|
name: solargraph
|
98
98
|
requirement: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
|
-
- -
|
100
|
+
- - ">="
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: 0.48.0
|
103
|
+
- - "<"
|
101
104
|
- !ruby/object:Gem::Version
|
102
|
-
version: 0.57
|
105
|
+
version: '0.57'
|
103
106
|
type: :runtime
|
104
107
|
prerelease: false
|
105
108
|
version_requirements: !ruby/object:Gem::Requirement
|
106
109
|
requirements:
|
107
|
-
- -
|
110
|
+
- - ">="
|
111
|
+
- !ruby/object:Gem::Version
|
112
|
+
version: 0.48.0
|
113
|
+
- - "<"
|
108
114
|
- !ruby/object:Gem::Version
|
109
|
-
version: 0.57
|
115
|
+
version: '0.57'
|
110
116
|
- !ruby/object:Gem::Dependency
|
111
117
|
name: activesupport
|
112
118
|
requirement: !ruby/object:Gem::Requirement
|