tanshuku 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/tanshuku/version.rb +1 -1
- data/rbs_collection.lock.yaml +58 -24
- data/sig/lib/tasks/check_all.rbs +2 -0
- 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: 6e6c98a33f29084decc0bf2ae419c74dc57c9919405abe33a8905f264cb9ee4c
|
4
|
+
data.tar.gz: b368f46ce49b78be825c96ec434be4b35caead85d43ea7fb66e656f10e061ba4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0238ca7e945a9fe8328229e4c996b6b7f7f3571ee7dd8ff7f378cf18a64067e319d34bb5351f01f545a99ccc8d7d63e243231c1a8c0ecffc838d053d35df4b5c'
|
7
|
+
data.tar.gz: f23e354fcff8c116f339aa21784bb833cc06eb90becc723a679d224024a94384a2df30704806b85981417dad0a2ee5c6e5abdf2b2bda28f31c100b0994ecb3d1
|
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.
|
data/lib/tanshuku/version.rb
CHANGED
data/rbs_collection.lock.yaml
CHANGED
@@ -1,10 +1,4 @@
|
|
1
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
2
|
path: ".gem_rbs_collection"
|
9
3
|
gems:
|
10
4
|
- name: actionmailer
|
@@ -12,7 +6,7 @@ gems:
|
|
12
6
|
source:
|
13
7
|
type: git
|
14
8
|
name: ruby/gem_rbs_collection
|
15
|
-
revision:
|
9
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
16
10
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
17
11
|
repo_dir: gems
|
18
12
|
- name: actionpack
|
@@ -20,7 +14,7 @@ gems:
|
|
20
14
|
source:
|
21
15
|
type: git
|
22
16
|
name: ruby/gem_rbs_collection
|
23
|
-
revision:
|
17
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
24
18
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
25
19
|
repo_dir: gems
|
26
20
|
- name: actionview
|
@@ -28,7 +22,7 @@ gems:
|
|
28
22
|
source:
|
29
23
|
type: git
|
30
24
|
name: ruby/gem_rbs_collection
|
31
|
-
revision:
|
25
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
32
26
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
33
27
|
repo_dir: gems
|
34
28
|
- name: activejob
|
@@ -36,7 +30,7 @@ gems:
|
|
36
30
|
source:
|
37
31
|
type: git
|
38
32
|
name: ruby/gem_rbs_collection
|
39
|
-
revision:
|
33
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
40
34
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
41
35
|
repo_dir: gems
|
42
36
|
- name: activemodel
|
@@ -44,7 +38,7 @@ gems:
|
|
44
38
|
source:
|
45
39
|
type: git
|
46
40
|
name: ruby/gem_rbs_collection
|
47
|
-
revision:
|
41
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
48
42
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
49
43
|
repo_dir: gems
|
50
44
|
- name: activerecord
|
@@ -52,7 +46,7 @@ gems:
|
|
52
46
|
source:
|
53
47
|
type: git
|
54
48
|
name: ruby/gem_rbs_collection
|
55
|
-
revision:
|
49
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
56
50
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
57
51
|
repo_dir: gems
|
58
52
|
- name: activestorage
|
@@ -60,7 +54,7 @@ gems:
|
|
60
54
|
source:
|
61
55
|
type: git
|
62
56
|
name: ruby/gem_rbs_collection
|
63
|
-
revision:
|
57
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
64
58
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
65
59
|
repo_dir: gems
|
66
60
|
- name: activesupport
|
@@ -68,7 +62,15 @@ gems:
|
|
68
62
|
source:
|
69
63
|
type: git
|
70
64
|
name: ruby/gem_rbs_collection
|
71
|
-
revision:
|
65
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
66
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
67
|
+
repo_dir: gems
|
68
|
+
- name: addressable
|
69
|
+
version: '2.8'
|
70
|
+
source:
|
71
|
+
type: git
|
72
|
+
name: ruby/gem_rbs_collection
|
73
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
72
74
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
73
75
|
repo_dir: gems
|
74
76
|
- name: base64
|
@@ -88,7 +90,7 @@ gems:
|
|
88
90
|
source:
|
89
91
|
type: git
|
90
92
|
name: ruby/gem_rbs_collection
|
91
|
-
revision:
|
93
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
92
94
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
93
95
|
repo_dir: gems
|
94
96
|
- name: connection_pool
|
@@ -96,13 +98,17 @@ gems:
|
|
96
98
|
source:
|
97
99
|
type: git
|
98
100
|
name: ruby/gem_rbs_collection
|
99
|
-
revision:
|
101
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
100
102
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
101
103
|
repo_dir: gems
|
102
104
|
- name: date
|
103
105
|
version: '0'
|
104
106
|
source:
|
105
107
|
type: stdlib
|
108
|
+
- name: dbm
|
109
|
+
version: '0'
|
110
|
+
source:
|
111
|
+
type: stdlib
|
106
112
|
- name: digest
|
107
113
|
version: '0'
|
108
114
|
source:
|
@@ -111,12 +117,16 @@ gems:
|
|
111
117
|
version: '0'
|
112
118
|
source:
|
113
119
|
type: stdlib
|
120
|
+
- name: fileutils
|
121
|
+
version: '0'
|
122
|
+
source:
|
123
|
+
type: stdlib
|
114
124
|
- name: globalid
|
115
125
|
version: '1.1'
|
116
126
|
source:
|
117
127
|
type: git
|
118
128
|
name: ruby/gem_rbs_collection
|
119
|
-
revision:
|
129
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
120
130
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
121
131
|
repo_dir: gems
|
122
132
|
- name: i18n
|
@@ -124,7 +134,7 @@ gems:
|
|
124
134
|
source:
|
125
135
|
type: git
|
126
136
|
name: ruby/gem_rbs_collection
|
127
|
-
revision:
|
137
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
128
138
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
129
139
|
repo_dir: gems
|
130
140
|
- name: io-console
|
@@ -140,7 +150,7 @@ gems:
|
|
140
150
|
source:
|
141
151
|
type: git
|
142
152
|
name: ruby/gem_rbs_collection
|
143
|
-
revision:
|
153
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
144
154
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
145
155
|
repo_dir: gems
|
146
156
|
- name: minitest
|
@@ -155,20 +165,36 @@ gems:
|
|
155
165
|
version: '0'
|
156
166
|
source:
|
157
167
|
type: stdlib
|
168
|
+
- name: net-protocol
|
169
|
+
version: '0'
|
170
|
+
source:
|
171
|
+
type: stdlib
|
172
|
+
- name: net-smtp
|
173
|
+
version: '0'
|
174
|
+
source:
|
175
|
+
type: stdlib
|
158
176
|
- name: nokogiri
|
159
177
|
version: '1.11'
|
160
178
|
source:
|
161
179
|
type: git
|
162
180
|
name: ruby/gem_rbs_collection
|
163
|
-
revision:
|
181
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
164
182
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
165
183
|
repo_dir: gems
|
184
|
+
- name: pstore
|
185
|
+
version: '0'
|
186
|
+
source:
|
187
|
+
type: stdlib
|
188
|
+
- name: psych
|
189
|
+
version: '0'
|
190
|
+
source:
|
191
|
+
type: stdlib
|
166
192
|
- name: rack
|
167
193
|
version: '2.2'
|
168
194
|
source:
|
169
195
|
type: git
|
170
196
|
name: ruby/gem_rbs_collection
|
171
|
-
revision:
|
197
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
172
198
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
173
199
|
repo_dir: gems
|
174
200
|
- name: rails-dom-testing
|
@@ -176,7 +202,7 @@ gems:
|
|
176
202
|
source:
|
177
203
|
type: git
|
178
204
|
name: ruby/gem_rbs_collection
|
179
|
-
revision:
|
205
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
180
206
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
181
207
|
repo_dir: gems
|
182
208
|
- name: railties
|
@@ -184,7 +210,15 @@ gems:
|
|
184
210
|
source:
|
185
211
|
type: git
|
186
212
|
name: ruby/gem_rbs_collection
|
187
|
-
revision:
|
213
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
214
|
+
remote: https://github.com/ruby/gem_rbs_collection.git
|
215
|
+
repo_dir: gems
|
216
|
+
- name: rake
|
217
|
+
version: '13.0'
|
218
|
+
source:
|
219
|
+
type: git
|
220
|
+
name: ruby/gem_rbs_collection
|
221
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
188
222
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
189
223
|
repo_dir: gems
|
190
224
|
- name: rdoc
|
@@ -208,7 +242,7 @@ gems:
|
|
208
242
|
source:
|
209
243
|
type: git
|
210
244
|
name: ruby/gem_rbs_collection
|
211
|
-
revision:
|
245
|
+
revision: 13ae8cd19056d62358a9d4836106b8b31219fc1e
|
212
246
|
remote: https://github.com/ruby/gem_rbs_collection.git
|
213
247
|
repo_dir: gems
|
214
248
|
- name: time
|
data/sig/lib/tasks/check_all.rbs
CHANGED
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.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kg8m
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
|
-
rubygems_version: 3.
|
101
|
+
rubygems_version: 3.5.3
|
102
102
|
signing_key:
|
103
103
|
specification_version: 4
|
104
104
|
summary: Tanshuku is a simple and performance aware Rails engine for shortening URLs.
|