solargraph-rails 0.2.2.pre.4 → 0.3.0

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: 7b1512086d26a2b7a883013b14d919163ea9f3155b67f6cf87ad956c46319857
4
- data.tar.gz: f88b8cd47da267a95cb418d339e37ad0e25b975e5952eb19d7b6fb9c1d353d42
3
+ metadata.gz: cf9a813f372c7c2f1e7b26294cde25617702b4d718cbac08f37036a866a23365
4
+ data.tar.gz: af00aad628cc77acb911dcc86e8906609cd71a4b906b8eb69b0a6cae9343b409
5
5
  SHA512:
6
- metadata.gz: c09211c20651d6011f50b1aa6bc3b0c1ab961e868d9bfebdf25eb1c4ac2d0972c2735cddc5bbba8294726e8e63a4b3ad1c4c79db0b9c8d5d7be4aeb0c2dd5caf
7
- data.tar.gz: 3be48e28a9eba627f15ff1543d933673f89abcf7b2ac268f1f69ab8414a21dac0cc5e6ae1b518148f165849cec1a0b224d8fa52b1dc94e50585be044ca282a32
6
+ metadata.gz: cc552911a9121aa3a7876fabf09c7850854ba53bea4fbb8374f565017d39ccc2cb1d6c2a9db30b62a213c35577eb6d290b8037ffd140216e676fba3e2038c01a
7
+ data.tar.gz: 74d5c903fedf1d94500b7d51a94810e95af3b7b8dc04dfa8bbeba724f4f8bf4587273a8788a87580bbae01868a1a75ddccba5daf0074069d102d83c10d28ca5f
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ Gemfile.lock
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Changes
4
4
 
5
+ ### v0.3.0
6
+ * Require String inflection monkeypatches directly to avoid error from ActiveSupport v7
7
+ * Remove Gemfile.lock from version control
8
+
5
9
  ### v0.2.2.pre.4
6
10
  * Loosen the dependency requirements
7
11
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'active_support/core_ext/string'
3
+ require 'active_support/core_ext/string/inflections'
4
4
 
5
5
  module Solargraph
6
6
  module Rails
@@ -1,5 +1,5 @@
1
1
  module Solargraph
2
2
  module Rails
3
- VERSION = '0.2.2.pre.4'
3
+ VERSION = '0.3.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solargraph-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2.pre.4
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fritz Meissner
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-08 00:00:00.000000000 Z
11
+ date: 2022-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -93,7 +93,6 @@ files:
93
93
  - ".travis.yml"
94
94
  - CHANGELOG.md
95
95
  - Gemfile
96
- - Gemfile.lock
97
96
  - LICENSE.txt
98
97
  - README.md
99
98
  - Rakefile
@@ -128,9 +127,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
127
  version: '0'
129
128
  required_rubygems_version: !ruby/object:Gem::Requirement
130
129
  requirements:
131
- - - ">"
130
+ - - ">="
132
131
  - !ruby/object:Gem::Version
133
- version: 1.3.1
132
+ version: '0'
134
133
  requirements: []
135
134
  rubygems_version: 3.2.3
136
135
  signing_key:
data/Gemfile.lock DELETED
@@ -1,109 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- solargraph-rails (0.2.2.pre.4)
5
- activesupport
6
- solargraph (>= 0.41.1)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activesupport (6.1.4)
12
- concurrent-ruby (~> 1.0, >= 1.0.2)
13
- i18n (>= 1.6, < 2)
14
- minitest (>= 5.1)
15
- tzinfo (~> 2.0)
16
- zeitwerk (~> 2.3)
17
- ast (2.4.2)
18
- backport (1.2.0)
19
- benchmark (0.1.1)
20
- bundler-audit (0.8.0)
21
- bundler (>= 1.2.0, < 3)
22
- thor (~> 1.0)
23
- byebug (11.1.3)
24
- concurrent-ruby (1.1.9)
25
- diff-lcs (1.4.4)
26
- e2mmap (0.1.0)
27
- i18n (1.8.10)
28
- concurrent-ruby (~> 1.0)
29
- jaro_winkler (1.5.4)
30
- kramdown (2.3.1)
31
- rexml
32
- kramdown-parser-gfm (1.1.0)
33
- kramdown (~> 2.0)
34
- mini_portile2 (2.5.3)
35
- minitest (5.14.4)
36
- nokogiri (1.11.7)
37
- mini_portile2 (~> 2.5.0)
38
- racc (~> 1.4)
39
- parallel (1.20.1)
40
- parser (3.0.1.1)
41
- ast (~> 2.4.1)
42
- racc (1.5.2)
43
- rainbow (3.0.0)
44
- rake (12.3.3)
45
- regexp_parser (2.1.1)
46
- reverse_markdown (2.0.0)
47
- nokogiri
48
- rexml (3.2.5)
49
- rspec (3.10.0)
50
- rspec-core (~> 3.10.0)
51
- rspec-expectations (~> 3.10.0)
52
- rspec-mocks (~> 3.10.0)
53
- rspec-core (3.10.0)
54
- rspec-support (~> 3.10.0)
55
- rspec-expectations (3.10.0)
56
- diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.10.0)
58
- rspec-mocks (3.10.0)
59
- diff-lcs (>= 1.2.0, < 2.0)
60
- rspec-support (~> 3.10.0)
61
- rspec-support (3.10.0)
62
- rubocop (1.17.0)
63
- parallel (~> 1.10)
64
- parser (>= 3.0.0.0)
65
- rainbow (>= 2.2.2, < 4.0)
66
- regexp_parser (>= 1.8, < 3.0)
67
- rexml
68
- rubocop-ast (>= 1.7.0, < 2.0)
69
- ruby-progressbar (~> 1.7)
70
- unicode-display_width (>= 1.4.0, < 3.0)
71
- rubocop-ast (1.7.0)
72
- parser (>= 3.0.1.1)
73
- ruby-progressbar (1.11.0)
74
- solargraph (0.42.3)
75
- backport (~> 1.2)
76
- benchmark
77
- bundler (>= 1.17.2)
78
- diff-lcs (~> 1.4)
79
- e2mmap
80
- jaro_winkler (~> 1.5)
81
- kramdown (~> 2.3)
82
- kramdown-parser-gfm (~> 1.1)
83
- parser (~> 3.0)
84
- reverse_markdown (>= 1.0.5, < 3)
85
- rubocop (>= 0.52)
86
- thor (~> 1.0)
87
- tilt (~> 2.0)
88
- yard (~> 0.9, >= 0.9.24)
89
- thor (1.1.0)
90
- tilt (2.0.10)
91
- tzinfo (2.0.4)
92
- concurrent-ruby (~> 1.0)
93
- unicode-display_width (2.0.0)
94
- yard (0.9.26)
95
- zeitwerk (2.4.2)
96
-
97
- PLATFORMS
98
- ruby
99
-
100
- DEPENDENCIES
101
- bundler (~> 2.2.10)
102
- bundler-audit
103
- byebug
104
- rake (~> 12.3.3)
105
- rspec (~> 3.0)
106
- solargraph-rails!
107
-
108
- BUNDLED WITH
109
- 2.2.16