rbs_active_hash 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +10 -9
- data/lib/rbs_active_hash/version.rb +1 -1
- data/rbs_active_hash.gemspec +1 -1
- data/rbs_collection.lock.yaml +21 -17
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2eb5b40b0f8db429b0de00b935811812863b1ea0b28760068bfc34a69bf0f5e
|
4
|
+
data.tar.gz: 81c7d9ee55d7735c1ff897adb08c8b924bfedee14ab537a35dd187e9679c49f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af3b784c8dea4a0106aca8f813162f1cb91fafd4a3a892234caa1fb3cfc264222eebe0ba25f74b7b0133d05c96bdf859ce33f08e1ba0fb9356ee4ab0fc609e56
|
7
|
+
data.tar.gz: 55ffa16dccd6b383f2cb0999d4b92eeb080b893616660d778dac2212a07b640aa754531ca50b6cf04bd0e92d0d9cea3f7729000e1b58b07c38bf6334f0c158d3
|
data/.rubocop.yml
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rbs_active_hash (1.1.
|
4
|
+
rbs_active_hash (1.1.1)
|
5
5
|
active_hash
|
6
6
|
rbs
|
7
7
|
rbs_rails
|
@@ -56,7 +56,7 @@ GEM
|
|
56
56
|
crass (~> 1.0.2)
|
57
57
|
nokogiri (>= 1.12.0)
|
58
58
|
method_source (1.0.0)
|
59
|
-
minitest (5.
|
59
|
+
minitest (5.19.0)
|
60
60
|
nokogiri (1.15.2-x86_64-darwin)
|
61
61
|
racc (~> 1.4)
|
62
62
|
nokogiri (1.15.2-x86_64-linux)
|
@@ -91,12 +91,12 @@ GEM
|
|
91
91
|
rb-fsevent (0.11.2)
|
92
92
|
rb-inotify (0.10.1)
|
93
93
|
ffi (~> 1.0)
|
94
|
-
rbs (3.1.
|
94
|
+
rbs (3.1.3)
|
95
95
|
rbs_rails (0.12.0)
|
96
96
|
parser
|
97
97
|
rbs (>= 1)
|
98
98
|
regexp_parser (2.8.1)
|
99
|
-
rexml (3.2.
|
99
|
+
rexml (3.2.6)
|
100
100
|
rspec (3.12.0)
|
101
101
|
rspec-core (~> 3.12.0)
|
102
102
|
rspec-expectations (~> 3.12.0)
|
@@ -113,7 +113,7 @@ GEM
|
|
113
113
|
diff-lcs (>= 1.2.0, < 2.0)
|
114
114
|
rspec-support (~> 3.12.0)
|
115
115
|
rspec-support (3.12.0)
|
116
|
-
rubocop (1.
|
116
|
+
rubocop (1.55.0)
|
117
117
|
json (~> 2.3)
|
118
118
|
language_server-protocol (>= 3.17.0)
|
119
119
|
parallel (~> 1.10)
|
@@ -121,14 +121,14 @@ GEM
|
|
121
121
|
rainbow (>= 2.2.2, < 4.0)
|
122
122
|
regexp_parser (>= 1.8, < 3.0)
|
123
123
|
rexml (>= 3.2.5, < 4.0)
|
124
|
-
rubocop-ast (>= 1.28.
|
124
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
125
125
|
ruby-progressbar (~> 1.7)
|
126
126
|
unicode-display_width (>= 2.4.0, < 3.0)
|
127
127
|
rubocop-ast (1.29.0)
|
128
128
|
parser (>= 3.2.1.0)
|
129
129
|
ruby-progressbar (1.13.0)
|
130
130
|
securerandom (0.2.2)
|
131
|
-
steep (1.5.
|
131
|
+
steep (1.5.2)
|
132
132
|
activesupport (>= 5.1)
|
133
133
|
concurrent-ruby (>= 1.1.10)
|
134
134
|
csv (>= 3.0.9)
|
@@ -153,6 +153,7 @@ GEM
|
|
153
153
|
zeitwerk (2.6.8)
|
154
154
|
|
155
155
|
PLATFORMS
|
156
|
+
x86_64-darwin-19
|
156
157
|
x86_64-darwin-21
|
157
158
|
x86_64-linux
|
158
159
|
|
@@ -163,8 +164,8 @@ DEPENDENCIES
|
|
163
164
|
rbs_active_hash!
|
164
165
|
rspec
|
165
166
|
rspec-daemon
|
166
|
-
rubocop (~> 1.
|
167
|
+
rubocop (~> 1.55)
|
167
168
|
steep
|
168
169
|
|
169
170
|
BUNDLED WITH
|
170
|
-
2.4.
|
171
|
+
2.4.4
|
data/rbs_active_hash.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.description = "A RBS files generator for ActiveHash models"
|
13
13
|
spec.homepage = "https://github.com/tk0miya/rbs_active_hash"
|
14
14
|
spec.license = "MIT"
|
15
|
-
spec.required_ruby_version = ">=
|
15
|
+
spec.required_ruby_version = ">= 2.7"
|
16
16
|
|
17
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
18
18
|
spec.metadata["source_code_uri"] = spec.homepage
|
data/rbs_collection.lock.yaml
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
sources:
|
3
3
|
- type: git
|
4
4
|
name: ruby/gem_rbs_collection
|
5
|
-
revision:
|
5
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
6
6
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
7
7
|
repo_dir: gems
|
8
8
|
path: ".gem_rbs_collection"
|
@@ -16,7 +16,7 @@ gems:
|
|
16
16
|
source:
|
17
17
|
type: git
|
18
18
|
name: ruby/gem_rbs_collection
|
19
|
-
revision:
|
19
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
20
20
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
21
21
|
repo_dir: gems
|
22
22
|
- name: actionview
|
@@ -24,7 +24,7 @@ gems:
|
|
24
24
|
source:
|
25
25
|
type: git
|
26
26
|
name: ruby/gem_rbs_collection
|
27
|
-
revision:
|
27
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
28
28
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
29
29
|
repo_dir: gems
|
30
30
|
- name: active_hash
|
@@ -32,7 +32,7 @@ gems:
|
|
32
32
|
source:
|
33
33
|
type: git
|
34
34
|
name: ruby/gem_rbs_collection
|
35
|
-
revision:
|
35
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
36
36
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
37
37
|
repo_dir: gems
|
38
38
|
- name: activemodel
|
@@ -40,7 +40,7 @@ gems:
|
|
40
40
|
source:
|
41
41
|
type: git
|
42
42
|
name: ruby/gem_rbs_collection
|
43
|
-
revision:
|
43
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
44
44
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
45
45
|
repo_dir: gems
|
46
46
|
- name: activerecord
|
@@ -48,7 +48,7 @@ gems:
|
|
48
48
|
source:
|
49
49
|
type: git
|
50
50
|
name: ruby/gem_rbs_collection
|
51
|
-
revision:
|
51
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
52
52
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
53
53
|
repo_dir: gems
|
54
54
|
- name: activesupport
|
@@ -56,7 +56,7 @@ gems:
|
|
56
56
|
source:
|
57
57
|
type: git
|
58
58
|
name: ruby/gem_rbs_collection
|
59
|
-
revision:
|
59
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
60
60
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
61
61
|
repo_dir: gems
|
62
62
|
- name: ast
|
@@ -64,7 +64,7 @@ gems:
|
|
64
64
|
source:
|
65
65
|
type: git
|
66
66
|
name: ruby/gem_rbs_collection
|
67
|
-
revision:
|
67
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
68
68
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
69
69
|
repo_dir: gems
|
70
70
|
- name: cgi
|
@@ -76,7 +76,7 @@ gems:
|
|
76
76
|
source:
|
77
77
|
type: git
|
78
78
|
name: ruby/gem_rbs_collection
|
79
|
-
revision:
|
79
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
80
80
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
81
81
|
repo_dir: gems
|
82
82
|
- name: date
|
@@ -88,7 +88,7 @@ gems:
|
|
88
88
|
source:
|
89
89
|
type: git
|
90
90
|
name: ruby/gem_rbs_collection
|
91
|
-
revision:
|
91
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
92
92
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
93
93
|
repo_dir: gems
|
94
94
|
- name: json
|
@@ -116,7 +116,7 @@ gems:
|
|
116
116
|
source:
|
117
117
|
type: git
|
118
118
|
name: ruby/gem_rbs_collection
|
119
|
-
revision:
|
119
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
120
120
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
121
121
|
repo_dir: gems
|
122
122
|
- name: optparse
|
@@ -128,7 +128,7 @@ gems:
|
|
128
128
|
source:
|
129
129
|
type: git
|
130
130
|
name: ruby/gem_rbs_collection
|
131
|
-
revision:
|
131
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
132
132
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
133
133
|
repo_dir: gems
|
134
134
|
- name: pathname
|
@@ -140,7 +140,7 @@ gems:
|
|
140
140
|
source:
|
141
141
|
type: git
|
142
142
|
name: ruby/gem_rbs_collection
|
143
|
-
revision:
|
143
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
144
144
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
145
145
|
repo_dir: gems
|
146
146
|
- name: rails-dom-testing
|
@@ -148,7 +148,7 @@ gems:
|
|
148
148
|
source:
|
149
149
|
type: git
|
150
150
|
name: ruby/gem_rbs_collection
|
151
|
-
revision:
|
151
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
152
152
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
153
153
|
repo_dir: gems
|
154
154
|
- name: railties
|
@@ -156,7 +156,7 @@ gems:
|
|
156
156
|
source:
|
157
157
|
type: git
|
158
158
|
name: ruby/gem_rbs_collection
|
159
|
-
revision:
|
159
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
160
160
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
161
161
|
repo_dir: gems
|
162
162
|
- name: rainbow
|
@@ -164,11 +164,11 @@ gems:
|
|
164
164
|
source:
|
165
165
|
type: git
|
166
166
|
name: ruby/gem_rbs_collection
|
167
|
-
revision:
|
167
|
+
revision: 9330d49993d18362cce9190b9596f03d1f4915f8
|
168
168
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
169
169
|
repo_dir: gems
|
170
170
|
- name: rbs
|
171
|
-
version: 3.1.
|
171
|
+
version: 3.1.3
|
172
172
|
source:
|
173
173
|
type: rubygems
|
174
174
|
- name: rbs_rails
|
@@ -179,6 +179,10 @@ gems:
|
|
179
179
|
version: '0'
|
180
180
|
source:
|
181
181
|
type: stdlib
|
182
|
+
- name: securerandom
|
183
|
+
version: '0'
|
184
|
+
source:
|
185
|
+
type: stdlib
|
182
186
|
- name: singleton
|
183
187
|
version: '0'
|
184
188
|
source:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbs_active_hash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takeshi KOMIYA
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active_hash
|
@@ -98,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
99
99
|
- - ">="
|
100
100
|
- !ruby/object:Gem::Version
|
101
|
-
version: '
|
101
|
+
version: '2.7'
|
102
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
103
103
|
requirements:
|
104
104
|
- - ">="
|