rubiderella 0.1.7 → 0.1.9
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/.github/workflows/coverage.yml +2 -2
- data/.github/workflows/test.yml +2 -2
- data/.gitignore +2 -0
- data/.ruby-version +1 -1
- data/Gemfile.lock +112 -51
- data/README.md +3 -1
- data/bin/tapioca +27 -0
- data/lib/rubiderella/version.rb +1 -1
- data/renovate.json +6 -0
- data/rubiderella.gemspec +4 -1
- metadata +48 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fca33ea924960a82aa90c54feab5f1284a86ca2b4fb4090c77842ae2f2a1a9a
|
4
|
+
data.tar.gz: 81a6975e759b8d271746167c39849dfc4d6a5e2879e34034182c166f443cd0e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9d8e9737c27a3e343df76abb944a6ac5b5a2dbe77d269fdf726ce87c26a71de6d30d30e26a3b12c2e84835e8d12b2ec709f7ab984756e987c29fd3a3dd6fab2
|
7
|
+
data.tar.gz: b8a3b50db040c5d1810c359a562717c6bdacc1aa4d58428b4d82d69eba835164baf85883157b7b25dea2ba2d05e1edc78b97a1e04ff6b9edf3b15582e7a5359f
|
@@ -24,13 +24,13 @@ jobs:
|
|
24
24
|
|
25
25
|
steps:
|
26
26
|
- uses: actions/checkout@v2
|
27
|
-
- name: Set up Ruby 2
|
27
|
+
- name: Set up Ruby 3.2
|
28
28
|
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
|
29
29
|
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
30
30
|
uses: ruby/setup-ruby@v1
|
31
31
|
# uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
|
32
32
|
with:
|
33
|
-
ruby-version: 2
|
33
|
+
ruby-version: 3.2
|
34
34
|
- name: Install dependencies
|
35
35
|
run: bundle install
|
36
36
|
- name: Run RSpec
|
data/.github/workflows/test.yml
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
|
6
6
|
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
|
7
7
|
|
8
|
-
name:
|
8
|
+
name: test
|
9
9
|
|
10
10
|
on:
|
11
11
|
push:
|
@@ -20,7 +20,7 @@ jobs:
|
|
20
20
|
fail-fast: false
|
21
21
|
matrix:
|
22
22
|
os: [ubuntu, macos]
|
23
|
-
ruby: ['
|
23
|
+
ruby: ['3.0', '3.1', '3.2']
|
24
24
|
runs-on: ${{ matrix.os }}-latest
|
25
25
|
steps:
|
26
26
|
- uses: actions/checkout@v2
|
data/.gitignore
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.2.2
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rubiderella (0.1.
|
4
|
+
rubiderella (0.1.9)
|
5
5
|
activesupport (>= 6.0.0)
|
6
6
|
rake (~> 13.0)
|
7
7
|
rspec (~> 3.0)
|
@@ -9,94 +9,152 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activesupport (
|
12
|
+
activesupport (7.1.2)
|
13
|
+
base64
|
14
|
+
bigdecimal
|
13
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
|
+
connection_pool (>= 2.2.5)
|
17
|
+
drb
|
14
18
|
i18n (>= 1.6, < 2)
|
15
19
|
minitest (>= 5.1)
|
20
|
+
mutex_m
|
16
21
|
tzinfo (~> 2.0)
|
17
|
-
zeitwerk (~> 2.3)
|
18
22
|
ast (2.4.2)
|
19
|
-
|
23
|
+
base64 (0.2.0)
|
24
|
+
bigdecimal (3.1.4)
|
25
|
+
binding_of_caller (1.0.0)
|
26
|
+
debug_inspector (>= 0.0.1)
|
20
27
|
byebug (11.1.3)
|
21
|
-
codecov (0.
|
28
|
+
codecov (0.6.0)
|
22
29
|
simplecov (>= 0.15, < 0.22)
|
23
30
|
coderay (1.1.3)
|
24
|
-
concurrent-ruby (1.
|
25
|
-
|
26
|
-
|
27
|
-
|
31
|
+
concurrent-ruby (1.2.2)
|
32
|
+
connection_pool (2.4.1)
|
33
|
+
debug_inspector (1.1.0)
|
34
|
+
diff-lcs (1.5.0)
|
35
|
+
docile (1.4.0)
|
36
|
+
drb (2.2.0)
|
37
|
+
ruby2_keywords
|
38
|
+
erubi (1.12.0)
|
39
|
+
i18n (1.14.1)
|
28
40
|
concurrent-ruby (~> 1.0)
|
41
|
+
json (2.6.3)
|
42
|
+
language_server-protocol (3.17.0.3)
|
29
43
|
method_source (1.0.0)
|
30
|
-
minitest (5.
|
31
|
-
|
32
|
-
|
44
|
+
minitest (5.20.0)
|
45
|
+
mutex_m (0.2.0)
|
46
|
+
netrc (0.11.0)
|
47
|
+
parallel (1.23.0)
|
48
|
+
parser (3.2.2.4)
|
33
49
|
ast (~> 2.4.1)
|
50
|
+
racc
|
51
|
+
prettier_print (1.2.1)
|
52
|
+
prism (0.18.0)
|
34
53
|
proc_to_ast (0.1.0)
|
35
54
|
coderay
|
36
55
|
parser
|
37
56
|
unparser
|
38
|
-
pry (0.
|
57
|
+
pry (0.14.2)
|
39
58
|
coderay (~> 1.1)
|
40
59
|
method_source (~> 1.0)
|
41
|
-
pry-byebug (3.
|
60
|
+
pry-byebug (3.10.1)
|
42
61
|
byebug (~> 11.0)
|
43
|
-
pry (
|
44
|
-
pry-doc (1.
|
62
|
+
pry (>= 0.13, < 0.15)
|
63
|
+
pry-doc (1.4.0)
|
45
64
|
pry (~> 0.11)
|
46
65
|
yard (~> 0.9.11)
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
rspec
|
56
|
-
rspec-
|
57
|
-
|
66
|
+
racc (1.7.3)
|
67
|
+
rainbow (3.1.1)
|
68
|
+
rake (13.1.0)
|
69
|
+
rbi (0.1.5)
|
70
|
+
prism (>= 0.18.0, < 0.19)
|
71
|
+
sorbet-runtime (>= 0.5.9204)
|
72
|
+
regexp_parser (2.8.2)
|
73
|
+
rexml (3.2.6)
|
74
|
+
rspec (3.12.0)
|
75
|
+
rspec-core (~> 3.12.0)
|
76
|
+
rspec-expectations (~> 3.12.0)
|
77
|
+
rspec-mocks (~> 3.12.0)
|
78
|
+
rspec-core (3.12.2)
|
79
|
+
rspec-support (~> 3.12.0)
|
80
|
+
rspec-expectations (3.12.3)
|
58
81
|
diff-lcs (>= 1.2.0, < 2.0)
|
59
|
-
rspec-support (~> 3.
|
60
|
-
rspec-mocks (3.
|
82
|
+
rspec-support (~> 3.12.0)
|
83
|
+
rspec-mocks (3.12.6)
|
61
84
|
diff-lcs (>= 1.2.0, < 2.0)
|
62
|
-
rspec-support (~> 3.
|
63
|
-
rspec-parameterized (0.
|
64
|
-
|
85
|
+
rspec-support (~> 3.12.0)
|
86
|
+
rspec-parameterized (1.0.0)
|
87
|
+
rspec-parameterized-core (< 2)
|
88
|
+
rspec-parameterized-table_syntax (< 2)
|
89
|
+
rspec-parameterized-core (1.0.0)
|
65
90
|
parser
|
66
91
|
proc_to_ast
|
67
92
|
rspec (>= 2.13, < 4)
|
68
93
|
unparser
|
69
|
-
rspec-
|
70
|
-
|
94
|
+
rspec-parameterized-table_syntax (1.0.1)
|
95
|
+
binding_of_caller
|
96
|
+
rspec-parameterized-core (< 2)
|
97
|
+
rspec-support (3.12.1)
|
98
|
+
rubocop (1.57.2)
|
99
|
+
json (~> 2.3)
|
100
|
+
language_server-protocol (>= 3.17.0)
|
71
101
|
parallel (~> 1.10)
|
72
|
-
parser (>= 3.
|
102
|
+
parser (>= 3.2.2.4)
|
73
103
|
rainbow (>= 2.2.2, < 4.0)
|
74
104
|
regexp_parser (>= 1.8, < 3.0)
|
75
|
-
rexml
|
76
|
-
rubocop-ast (>= 1.
|
105
|
+
rexml (>= 3.2.5, < 4.0)
|
106
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
77
107
|
ruby-progressbar (~> 1.7)
|
78
|
-
unicode-display_width (>=
|
79
|
-
rubocop-ast (1.
|
80
|
-
parser (>= 2.
|
81
|
-
ruby-progressbar (1.
|
108
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
109
|
+
rubocop-ast (1.30.0)
|
110
|
+
parser (>= 3.2.1.0)
|
111
|
+
ruby-progressbar (1.13.0)
|
112
|
+
ruby2_keywords (0.0.5)
|
82
113
|
simplecov (0.21.2)
|
83
114
|
docile (~> 1.1)
|
84
115
|
simplecov-html (~> 0.11)
|
85
116
|
simplecov_json_formatter (~> 0.1)
|
86
117
|
simplecov-html (0.12.3)
|
87
|
-
simplecov_json_formatter (0.1.
|
88
|
-
|
118
|
+
simplecov_json_formatter (0.1.4)
|
119
|
+
sorbet (0.5.11141)
|
120
|
+
sorbet-static (= 0.5.11141)
|
121
|
+
sorbet-runtime (0.5.11141)
|
122
|
+
sorbet-static (0.5.11141-universal-darwin)
|
123
|
+
sorbet-static-and-runtime (0.5.11141)
|
124
|
+
sorbet (= 0.5.11141)
|
125
|
+
sorbet-runtime (= 0.5.11141)
|
126
|
+
spoom (1.2.4)
|
127
|
+
erubi (>= 1.10.0)
|
128
|
+
sorbet-static-and-runtime (>= 0.5.10187)
|
129
|
+
syntax_tree (>= 6.1.1)
|
130
|
+
thor (>= 0.19.2)
|
131
|
+
syntax_tree (6.2.0)
|
132
|
+
prettier_print (>= 1.2.0)
|
133
|
+
tapioca (0.11.12)
|
134
|
+
bundler (>= 2.2.25)
|
135
|
+
netrc (>= 0.11.0)
|
136
|
+
parallel (>= 1.21.0)
|
137
|
+
rbi (>= 0.1.4, < 0.2)
|
138
|
+
sorbet-static-and-runtime (>= 0.5.10187)
|
139
|
+
spoom (~> 1.2.0, >= 1.2.0)
|
140
|
+
thor (>= 1.2.0)
|
141
|
+
yard-sorbet
|
142
|
+
thor (1.3.0)
|
143
|
+
tzinfo (2.0.6)
|
89
144
|
concurrent-ruby (~> 1.0)
|
90
|
-
unicode-display_width (2.
|
91
|
-
unparser (0.6.
|
145
|
+
unicode-display_width (2.5.0)
|
146
|
+
unparser (0.6.10)
|
92
147
|
diff-lcs (~> 1.3)
|
93
|
-
parser (>= 3.
|
94
|
-
webrick (1.
|
95
|
-
yard (0.9.
|
96
|
-
|
148
|
+
parser (>= 3.2.2.4)
|
149
|
+
webrick (1.8.1)
|
150
|
+
yard (0.9.34)
|
151
|
+
yard-sorbet (0.8.1)
|
152
|
+
sorbet-runtime (>= 0.5)
|
153
|
+
yard (>= 0.9)
|
97
154
|
|
98
155
|
PLATFORMS
|
99
|
-
|
156
|
+
x86_64-darwin-21
|
157
|
+
x86_64-darwin-23
|
100
158
|
|
101
159
|
DEPENDENCIES
|
102
160
|
codecov (>= 0.5.1)
|
@@ -108,7 +166,10 @@ DEPENDENCIES
|
|
108
166
|
rubiderella!
|
109
167
|
rubocop (>= 1.11)
|
110
168
|
simplecov (>= 0.21)
|
169
|
+
sorbet
|
170
|
+
sorbet-runtime
|
171
|
+
tapioca
|
111
172
|
webrick (>= 1.5.0)
|
112
173
|
|
113
174
|
BUNDLED WITH
|
114
|
-
2.
|
175
|
+
2.4.22
|
data/README.md
CHANGED
@@ -12,13 +12,15 @@ This gem is inspired by [sue445/rubicure](https://github.com/sue445/rubicure) an
|
|
12
12
|
|
13
13
|
## Requirements
|
14
14
|
|
15
|
-
- ruby >=
|
15
|
+
- ruby >= 3.0
|
16
16
|
|
17
17
|
## Installation
|
18
18
|
|
19
19
|
$ git clone git@github.com:hikko624/rubiderella.git
|
20
|
+
$ brew install watchman
|
20
21
|
$ cd rubiderella
|
21
22
|
$ bin/setup
|
23
|
+
$ bundle exec tapioca init
|
22
24
|
|
23
25
|
## Usage
|
24
26
|
|
data/bin/tapioca
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
#
|
5
|
+
# This file was generated by Bundler.
|
6
|
+
#
|
7
|
+
# The application 'tapioca' is installed as part of a gem, and
|
8
|
+
# this file is here to facilitate running it.
|
9
|
+
#
|
10
|
+
|
11
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
|
12
|
+
|
13
|
+
bundle_binstub = File.expand_path("bundle", __dir__)
|
14
|
+
|
15
|
+
if File.file?(bundle_binstub)
|
16
|
+
if File.read(bundle_binstub, 300).include?("This file was generated by Bundler")
|
17
|
+
load(bundle_binstub)
|
18
|
+
else
|
19
|
+
abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
20
|
+
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
require "rubygems"
|
25
|
+
require "bundler/setup"
|
26
|
+
|
27
|
+
load Gem.bin_path("tapioca", "tapioca")
|
data/lib/rubiderella/version.rb
CHANGED
data/renovate.json
ADDED
data/rubiderella.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.description = 'Idol m@ster cinderella girls starlight stage'
|
13
13
|
spec.homepage = 'https://github.com/hikko624/rubiderella'
|
14
14
|
spec.license = 'MIT'
|
15
|
-
spec.required_ruby_version = Gem::Requirement.new('>=
|
15
|
+
spec.required_ruby_version = Gem::Requirement.new('>= 3.0.0')
|
16
16
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
18
18
|
spec.metadata['source_code_uri'] = spec.homepage
|
@@ -37,5 +37,8 @@ Gem::Specification.new do |spec|
|
|
37
37
|
spec.add_development_dependency 'rspec-parameterized', '>= 0.4.2'
|
38
38
|
spec.add_development_dependency 'rubocop', '>= 1.11'
|
39
39
|
spec.add_development_dependency 'simplecov', '>= 0.21'
|
40
|
+
spec.add_development_dependency 'sorbet'
|
41
|
+
spec.add_development_dependency 'sorbet-runtime'
|
42
|
+
spec.add_development_dependency 'tapioca'
|
40
43
|
spec.add_development_dependency 'webrick', '>= 1.5.0'
|
41
44
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubiderella
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hikko624
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -164,6 +164,48 @@ dependencies:
|
|
164
164
|
- - ">="
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: '0.21'
|
167
|
+
- !ruby/object:Gem::Dependency
|
168
|
+
name: sorbet
|
169
|
+
requirement: !ruby/object:Gem::Requirement
|
170
|
+
requirements:
|
171
|
+
- - ">="
|
172
|
+
- !ruby/object:Gem::Version
|
173
|
+
version: '0'
|
174
|
+
type: :development
|
175
|
+
prerelease: false
|
176
|
+
version_requirements: !ruby/object:Gem::Requirement
|
177
|
+
requirements:
|
178
|
+
- - ">="
|
179
|
+
- !ruby/object:Gem::Version
|
180
|
+
version: '0'
|
181
|
+
- !ruby/object:Gem::Dependency
|
182
|
+
name: sorbet-runtime
|
183
|
+
requirement: !ruby/object:Gem::Requirement
|
184
|
+
requirements:
|
185
|
+
- - ">="
|
186
|
+
- !ruby/object:Gem::Version
|
187
|
+
version: '0'
|
188
|
+
type: :development
|
189
|
+
prerelease: false
|
190
|
+
version_requirements: !ruby/object:Gem::Requirement
|
191
|
+
requirements:
|
192
|
+
- - ">="
|
193
|
+
- !ruby/object:Gem::Version
|
194
|
+
version: '0'
|
195
|
+
- !ruby/object:Gem::Dependency
|
196
|
+
name: tapioca
|
197
|
+
requirement: !ruby/object:Gem::Requirement
|
198
|
+
requirements:
|
199
|
+
- - ">="
|
200
|
+
- !ruby/object:Gem::Version
|
201
|
+
version: '0'
|
202
|
+
type: :development
|
203
|
+
prerelease: false
|
204
|
+
version_requirements: !ruby/object:Gem::Requirement
|
205
|
+
requirements:
|
206
|
+
- - ">="
|
207
|
+
- !ruby/object:Gem::Version
|
208
|
+
version: '0'
|
167
209
|
- !ruby/object:Gem::Dependency
|
168
210
|
name: webrick
|
169
211
|
requirement: !ruby/object:Gem::Requirement
|
@@ -200,6 +242,7 @@ files:
|
|
200
242
|
- Rakefile
|
201
243
|
- bin/console
|
202
244
|
- bin/setup
|
245
|
+
- bin/tapioca
|
203
246
|
- config/assistant/senkawa_chihiro.yml
|
204
247
|
- config/idols/abe_nana.yml
|
205
248
|
- config/idols/aiba_yumi.yml
|
@@ -414,6 +457,7 @@ files:
|
|
414
457
|
- lib/rubiderella/trainer/birthday.rb
|
415
458
|
- lib/rubiderella/trainer/name.rb
|
416
459
|
- lib/rubiderella/version.rb
|
460
|
+
- renovate.json
|
417
461
|
- rubiderella.gemspec
|
418
462
|
homepage: https://github.com/hikko624/rubiderella
|
419
463
|
licenses:
|
@@ -430,14 +474,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
430
474
|
requirements:
|
431
475
|
- - ">="
|
432
476
|
- !ruby/object:Gem::Version
|
433
|
-
version:
|
477
|
+
version: 3.0.0
|
434
478
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
435
479
|
requirements:
|
436
480
|
- - ">="
|
437
481
|
- !ruby/object:Gem::Version
|
438
482
|
version: '0'
|
439
483
|
requirements: []
|
440
|
-
rubygems_version: 3.
|
484
|
+
rubygems_version: 3.4.10
|
441
485
|
signing_key:
|
442
486
|
specification_version: 4
|
443
487
|
summary: Idol m@ster cinderella girls starlight stage
|