tanshuku 2.0.0 → 2.0.1
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/README.md +6 -0
- data/lib/tanshuku/version.rb +1 -1
- data/lib/tanshuku.rb +2 -2
- data/lib/tasks/check_all.rb +2 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cc384c4492189accccfc879367351895150308a66f00ab012693fd9fd50e566
|
4
|
+
data.tar.gz: 311ff92821499384dc78679e3bfa78cccbc6c2cc6eab16d62642239ca5ccdf9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9179a040bca6b1eafbd0e902044cac23482a89b9ce25f563288e15b392bbc0db5ea25f55de528b4110e9cf135839c592e190102909b1a29847117b87516e47a
|
7
|
+
data.tar.gz: c4b2667923b854523f9488fae0c77143f11f7334f922e6898bd3a162507fae3fcbdc977b0edd70d80e39de4e82e63f51d947b30df866be1999585300ed3528e7
|
data/README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
[](https://rubygems.org/gems/tanshuku/versions/2.0.0)
|
2
|
+
[](https://www.ruby-lang.org)
|
3
|
+
[](https://rubyonrails.org/)
|
4
|
+
[](LICENSE)
|
5
|
+
[](https://github.com/kg8m/tanshuku/blob/2-0-stable/.github/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/lib/tanshuku.rb
CHANGED
@@ -15,9 +15,9 @@ module Tanshuku
|
|
15
15
|
# {Tanshuku.configure} for configuration.
|
16
16
|
def self.config
|
17
17
|
# Disable this cop but use `Tanshuku::Configuration#configure` for thread-safety.
|
18
|
-
# rubocop:disable ThreadSafety/
|
18
|
+
# rubocop:disable ThreadSafety/ClassInstanceVariable
|
19
19
|
@config ||= Configuration.new
|
20
|
-
# rubocop:enable ThreadSafety/
|
20
|
+
# rubocop:enable ThreadSafety/ClassInstanceVariable
|
21
21
|
end
|
22
22
|
|
23
23
|
# Configures Tanshuku.
|
data/lib/tasks/check_all.rb
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: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kg8m
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '6.0'
|
34
34
|
- - "<"
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: '7.
|
36
|
+
version: '7.2'
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '6.0'
|
44
44
|
- - "<"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '7.
|
46
|
+
version: '7.2'
|
47
47
|
description: Tanshuku is a simple and performance aware Rails engine for shortening
|
48
48
|
URLs. Tanshuku generates a shortened URL per a normalized original URL. Tanshuku
|
49
49
|
redirects from a shortened URL to its corresponding original URL.
|
@@ -88,14 +88,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
88
|
version: '3.0'
|
89
89
|
- - "<"
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: '3.
|
91
|
+
version: '3.2'
|
92
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.
|
98
|
+
rubygems_version: 3.3.27
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: Tanshuku is a simple and performance aware Rails engine for shortening URLs.
|