tanshuku 3.0.1 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0a055dcac2135f554d9189f7266d5418a50fef5e87e4cf4a52cecb40312321b
4
- data.tar.gz: 955a099d6ed6cfa7b9c446e250932d4929f7a780cec6a58dea58858a7be0594f
3
+ metadata.gz: db4e1d65d98b73853e453f4ddcc2dafda8e87aefeebfb2a5a576503a9efef91c
4
+ data.tar.gz: 3b2f404902140117f8a35517244f5c25fcdf000aea46eee29af049675034e9d5
5
5
  SHA512:
6
- metadata.gz: 5cc24593c01dd7caeb4614d05512cb7cf99df65db9cc71bd9f3b55973aef902ae76e9c72da98e7c1b7da7c5e389ad13c7307b203a58a94e2b93872c649b2b0ec
7
- data.tar.gz: 9371e5e85efa45a8d17b54ec8c8e09b618e9d26ad5a3b4ff76ee43c36be60563dfe56ff1a273a8509d879927470baa13292bb60c361fa4d41b8001a22ef18095
6
+ metadata.gz: da2e7b6a1c95e2dcc92362967e7cb436e0febac5eacd78219e53094f458a92c37cbd12aaacb506d5008e802c9be7c8cb1f90625ee492626bde90b155979d4a2b
7
+ data.tar.gz: 8fd045503b896f49c4512cc21830f4e1850c3e6f6d62a20b55f88ed9811c4362e6081aa8b332a848ffab4a245e289ba2eb1eb7cb8decf083f3607d4220a6a97d
data/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ [![RubyGems.org](https://img.shields.io/badge/RubyGems.org-Tanshuku-red)](https://rubygems.org/gems/tanshuku)
2
+ [![Ruby 2.5+](https://img.shields.io/badge/Ruby-2.5+-red)](https://www.ruby-lang.org)
3
+ [![Rails 5.1+](https://img.shields.io/badge/Rails-5.1+-red)](https://rubyonrails.org/)
4
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5
+ [![Checks](https://github.com/kg8m/tanshuku/actions/workflows/checks.yml/badge.svg)](https://github.com/kg8m/tanshuku/actions/workflows/checks.yml)
6
+
1
7
  # Tanshuku
2
8
 
3
9
  Tanshuku is a simple and small Rails engine that makes it easier to shorten URLs.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tanshuku
4
- VERSION = "3.0.1"
4
+ VERSION = "3.0.3"
5
5
  end
@@ -5,6 +5,8 @@ class CheckAll
5
5
 
6
6
  attr_reader failed_commands: Array[String]
7
7
 
8
+ def initialize: () -> void
9
+
8
10
  def self.call: () -> void
9
11
 
10
12
  def call: () -> void
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tanshuku
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kg8m
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-09 00:00:00.000000000 Z
11
+ date: 2024-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -49,7 +49,6 @@ extra_rdoc_files: []
49
49
  files:
50
50
  - LICENSE
51
51
  - README.md
52
- - Steepfile
53
52
  - app/controllers/tanshuku/urls_controller.rb
54
53
  - app/models/tanshuku/url.rb
55
54
  - config/locales/en.yml
@@ -63,8 +62,6 @@ files:
63
62
  - lib/tanshuku/engine.rb
64
63
  - lib/tanshuku/version.rb
65
64
  - lib/tasks/check_all.rb
66
- - rbs_collection.lock.yaml
67
- - rbs_collection.yaml
68
65
  - sig/app/controllers/tanshuku/urls_controller.rbs
69
66
  - sig/app/models/tanshuku/url.rbs
70
67
  - sig/db/migrate/create_tanshuku_urls.rbs
@@ -98,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
95
  - !ruby/object:Gem::Version
99
96
  version: '0'
100
97
  requirements: []
101
- rubygems_version: 3.4.10
98
+ rubygems_version: 3.5.11
102
99
  signing_key:
103
100
  specification_version: 4
104
101
  summary: Tanshuku is a simple and performance aware Rails engine for shortening URLs.
data/Steepfile DELETED
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- target :main do
4
- check "app", "config", "db", "lib"
5
- signature "sig"
6
- collection_config "rbs_collection.yaml"
7
- end
@@ -1,230 +0,0 @@
1
- ---
2
- sources:
3
- - type: git
4
- name: ruby/gem_rbs_collection
5
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
6
- remote: https://github.com/ruby/gem_rbs_collection.git
7
- repo_dir: gems
8
- path: ".gem_rbs_collection"
9
- gems:
10
- - name: actionmailer
11
- version: '7.0'
12
- source:
13
- type: git
14
- name: ruby/gem_rbs_collection
15
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
16
- remote: https://github.com/ruby/gem_rbs_collection.git
17
- repo_dir: gems
18
- - name: actionpack
19
- version: '6.0'
20
- source:
21
- type: git
22
- name: ruby/gem_rbs_collection
23
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
24
- remote: https://github.com/ruby/gem_rbs_collection.git
25
- repo_dir: gems
26
- - name: actionview
27
- version: '6.0'
28
- source:
29
- type: git
30
- name: ruby/gem_rbs_collection
31
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
32
- remote: https://github.com/ruby/gem_rbs_collection.git
33
- repo_dir: gems
34
- - name: activejob
35
- version: '6.0'
36
- source:
37
- type: git
38
- name: ruby/gem_rbs_collection
39
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
40
- remote: https://github.com/ruby/gem_rbs_collection.git
41
- repo_dir: gems
42
- - name: activemodel
43
- version: '7.0'
44
- source:
45
- type: git
46
- name: ruby/gem_rbs_collection
47
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
48
- remote: https://github.com/ruby/gem_rbs_collection.git
49
- repo_dir: gems
50
- - name: activerecord
51
- version: '7.0'
52
- source:
53
- type: git
54
- name: ruby/gem_rbs_collection
55
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
56
- remote: https://github.com/ruby/gem_rbs_collection.git
57
- repo_dir: gems
58
- - name: activestorage
59
- version: '6.1'
60
- source:
61
- type: git
62
- name: ruby/gem_rbs_collection
63
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
64
- remote: https://github.com/ruby/gem_rbs_collection.git
65
- repo_dir: gems
66
- - name: activesupport
67
- version: '7.0'
68
- source:
69
- type: git
70
- name: ruby/gem_rbs_collection
71
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
72
- remote: https://github.com/ruby/gem_rbs_collection.git
73
- repo_dir: gems
74
- - name: base64
75
- version: '0'
76
- source:
77
- type: stdlib
78
- - name: bigdecimal
79
- version: '0'
80
- source:
81
- type: stdlib
82
- - name: cgi
83
- version: '0'
84
- source:
85
- type: stdlib
86
- - name: concurrent-ruby
87
- version: '1.1'
88
- source:
89
- type: git
90
- name: ruby/gem_rbs_collection
91
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
92
- remote: https://github.com/ruby/gem_rbs_collection.git
93
- repo_dir: gems
94
- - name: connection_pool
95
- version: '2.4'
96
- source:
97
- type: git
98
- name: ruby/gem_rbs_collection
99
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
100
- remote: https://github.com/ruby/gem_rbs_collection.git
101
- repo_dir: gems
102
- - name: date
103
- version: '0'
104
- source:
105
- type: stdlib
106
- - name: digest
107
- version: '0'
108
- source:
109
- type: stdlib
110
- - name: erb
111
- version: '0'
112
- source:
113
- type: stdlib
114
- - name: globalid
115
- version: '1.1'
116
- source:
117
- type: git
118
- name: ruby/gem_rbs_collection
119
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
120
- remote: https://github.com/ruby/gem_rbs_collection.git
121
- repo_dir: gems
122
- - name: i18n
123
- version: '1.10'
124
- source:
125
- type: git
126
- name: ruby/gem_rbs_collection
127
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
128
- remote: https://github.com/ruby/gem_rbs_collection.git
129
- repo_dir: gems
130
- - name: io-console
131
- version: '0'
132
- source:
133
- type: stdlib
134
- - name: logger
135
- version: '0'
136
- source:
137
- type: stdlib
138
- - name: mail
139
- version: '2.8'
140
- source:
141
- type: git
142
- name: ruby/gem_rbs_collection
143
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
144
- remote: https://github.com/ruby/gem_rbs_collection.git
145
- repo_dir: gems
146
- - name: minitest
147
- version: '0'
148
- source:
149
- type: stdlib
150
- - name: monitor
151
- version: '0'
152
- source:
153
- type: stdlib
154
- - name: mutex_m
155
- version: '0'
156
- source:
157
- type: stdlib
158
- - name: nokogiri
159
- version: '1.11'
160
- source:
161
- type: git
162
- name: ruby/gem_rbs_collection
163
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
164
- remote: https://github.com/ruby/gem_rbs_collection.git
165
- repo_dir: gems
166
- - name: rack
167
- version: '2.2'
168
- source:
169
- type: git
170
- name: ruby/gem_rbs_collection
171
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
172
- remote: https://github.com/ruby/gem_rbs_collection.git
173
- repo_dir: gems
174
- - name: rails-dom-testing
175
- version: '2.0'
176
- source:
177
- type: git
178
- name: ruby/gem_rbs_collection
179
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
180
- remote: https://github.com/ruby/gem_rbs_collection.git
181
- repo_dir: gems
182
- - name: railties
183
- version: '6.0'
184
- source:
185
- type: git
186
- name: ruby/gem_rbs_collection
187
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
188
- remote: https://github.com/ruby/gem_rbs_collection.git
189
- repo_dir: gems
190
- - name: rdoc
191
- version: '0'
192
- source:
193
- type: stdlib
194
- - name: securerandom
195
- version: '0'
196
- source:
197
- type: stdlib
198
- - name: singleton
199
- version: '0'
200
- source:
201
- type: stdlib
202
- - name: tempfile
203
- version: '0'
204
- source:
205
- type: stdlib
206
- - name: thor
207
- version: '1.2'
208
- source:
209
- type: git
210
- name: ruby/gem_rbs_collection
211
- revision: 8149bc3fc0f720d935dc0592dc8886e03052f65f
212
- remote: https://github.com/ruby/gem_rbs_collection.git
213
- repo_dir: gems
214
- - name: time
215
- version: '0'
216
- source:
217
- type: stdlib
218
- - name: timeout
219
- version: '0'
220
- source:
221
- type: stdlib
222
- - name: tsort
223
- version: '0'
224
- source:
225
- type: stdlib
226
- - name: uri
227
- version: '0'
228
- source:
229
- type: stdlib
230
- gemfile_lock_path: Gemfile.lock
data/rbs_collection.yaml DELETED
@@ -1,19 +0,0 @@
1
- sources:
2
- - type: git
3
- name: ruby/gem_rbs_collection
4
- remote: https://github.com/ruby/gem_rbs_collection.git
5
- revision: main
6
- repo_dir: gems
7
-
8
- path: .gem_rbs_collection
9
-
10
- gems:
11
- - name: rbs
12
- ignore: true
13
- - name: steep
14
- ignore: true
15
- - name: tanshuku
16
- ignore: true
17
-
18
- - name: digest
19
- - name: securerandom