solargraph-rails 1.2.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 340a0d1ac34fa10db4c2ebddb4ceb55c803f33a19a42f606ebc5e294eac68505
4
- data.tar.gz: c4653edadf0fb829a7c040b70aaf6697e504337f5a6337635f03e6b3652a551a
3
+ metadata.gz: 6046fcd7bfdb910cd82af47f76f23c3472bda56d82d9a8b23873329cf8068933
4
+ data.tar.gz: d672b985611acba66e4fa3aba0a8fafc85e074320d3ff2f62e81ce816004f7a3
5
5
  SHA512:
6
- metadata.gz: a35c2b38aeb0a51a4f5b1009e2d601878d30802361444d837e99428e3898cefe70940e7439ac99602c28a55587214f283be185c57b4c9805ebece4e18c972d72
7
- data.tar.gz: c47bd5684b92f1b4edbbf6eb0874c8ba7abe53cacb7f8f1fdd43cadd34b2af0b3d1da5dfc2b75c9a54aa2298ac7ea88d8afee47985cee225a6c3903ea667ad9f
6
+ metadata.gz: e0a8df41250a3cb055a331c396a6237c9071bb203fbfcd291240bcdf4eef9d48bf4937af812fa42234a4e12da5d7fc6b3d31a1ce2cd699266549335253966337
7
+ data.tar.gz: ee30f6e0d71a42838563d60382e297b643f9e52eadec1afee2deb783f3be98db1044756e48aa7ad819381137782a7fc5266e2fda125a1c91b4fd9f6b444db277
@@ -31,7 +31,7 @@ jobs:
31
31
  rails-minor: "0"
32
32
  run_coverage: true
33
33
  solargraph-version:
34
- - "0.57.alpha"
34
+ - "0.56.2-post"
35
35
  fail-fast: false
36
36
  steps:
37
37
  - uses: actions/checkout@v2
@@ -46,13 +46,13 @@ jobs:
46
46
  - "0.56.0"
47
47
  - "0.56.1"
48
48
  - "0.56.2"
49
- - "0.57.alpha"
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.57.alpha"
55
+ solargraph-version: "0.56.2-post"
56
56
  run_coverage: true
57
57
  fail-fast: false
58
58
  steps:
data/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## Changes
4
4
 
5
+ ### v1.2.3
6
+
7
+ Internal improvements:
8
+ - Add notional 0.56.2 release to support regression testing in main
9
+ Solargraph project
10
+
11
+ ### v1.2.2
12
+
13
+ Features / fixes:
14
+ - Fix bad gem release
15
+
16
+ Internal improvements:
17
+ - Fix checklist to avoid future
18
+
5
19
  ### v1.2.1
6
20
 
7
21
  Features / fixes:
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.0...main)
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 and merge changes - "Prepare for vX.Y.Z release", branch: prepare_vX.Y.Z_release
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
- 8. Ensure your local main branch is directly from iftheshoefritz:
83
- 9. `git checkout main && git pull && bundle exec rake release`
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`
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.
@@ -1,5 +1,5 @@
1
1
  module Solargraph
2
2
  module Rails
3
- VERSION = '1.2.1'
3
+ VERSION = '1.2.3'
4
4
  end
5
5
  end
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.1
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-24 00:00:00.000000000 Z
10
+ date: 2025-08-29 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.alpha
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.alpha
115
+ version: '0.57'
110
116
  - !ruby/object:Gem::Dependency
111
117
  name: activesupport
112
118
  requirement: !ruby/object:Gem::Requirement