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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a6cabad967b50006505d8c0d36f88fd69e514fdc2c22a48cb8c765f4c5e572f
4
- data.tar.gz: e19dd4c1ee77895fe2be5d210e9858d0b965c2a33e5046d38b95087a2ff08491
3
+ metadata.gz: 6046fcd7bfdb910cd82af47f76f23c3472bda56d82d9a8b23873329cf8068933
4
+ data.tar.gz: d672b985611acba66e4fa3aba0a8fafc85e074320d3ff2f62e81ce816004f7a3
5
5
  SHA512:
6
- metadata.gz: 42351f405a2b3d318659adb43a26d26a1d991d61127e2e7159986181015f610ea0368cbd89956c132be5494551f698544379147aa87eb3acfeed1e7b8da282f0
7
- data.tar.gz: ca5bf29bbd10ab72d015faed081d295ac7fecb11b380939b3e4e5739a3115daa786ab2ccb7e870d344270e05fd5e664780e0731c3a0b33650ade3b5590803159
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,12 @@
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
+
5
11
  ### v1.2.2
6
12
 
7
13
  Features / fixes:
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.1...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
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.
@@ -1,5 +1,5 @@
1
1
  module Solargraph
2
2
  module Rails
3
- VERSION = '1.2.2'
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.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-28 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