redirect-uri 0.2.0 → 0.2.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/.rubocop.yml +1 -0
- data/CHANGELOG.md +4 -0
- data/README.md +4 -0
- data/lib/redirect_uri/version.rb +1 -1
- data/redirect-uri.gemspec +13 -1
- metadata +16 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6b772f317cf28d695d01b30bbf050c2f7bce683bbcb9dc8644d55d82e78cafa
|
|
4
|
+
data.tar.gz: f2265207ffff9188747119da92d1d3fcaaf9121c9661b93133d6a549ff9bc9af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8f90d987d55e4414e7e53cffc667d3ab1751a2453264731e3b43f70f2d509eb6053e92d68c2c2a15b6d270d7c1e50ce044769ff1288e291d2bb2d10e6bdc8af
|
|
7
|
+
data.tar.gz: 2bfc1389f2724ff6827d4b1979d1c41653b099d6430858c2e1233b14bcc0aeec029812792753d9c139c901813cb2cabe0b2da4345a5e3ca1affc787ad47ddfe6
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# redirect-uri-ruby
|
|
2
2
|
|
|
3
|
+
⚠️ **Deprecation Notice (2019-04-24)** ⚠️ This gem is deprecated in favor of [indieweb/indieweb-endpoints-ruby](https://github.com/indieweb/indieweb-endpoints-ruby) and will no longer receive updates.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
3
7
|
**A Ruby gem for discovering a URL’s registered callback URLs for use with [Micropub](https://indieweb.org/Micropub) and [IndieAuth](https://indieweb.org/IndieAuth) clients.**
|
|
4
8
|
|
|
5
9
|
[](https://rubygems.org/gems/redirect-uri)
|
data/lib/redirect_uri/version.rb
CHANGED
data/redirect-uri.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.authors = ['Jason Garber']
|
|
12
12
|
spec.email = ['jason@sixtwothree.org']
|
|
13
13
|
|
|
14
|
-
spec.summary = 'Discover a URL’s registered callback URLs for use with Micropub and IndieAuth clients.'
|
|
14
|
+
spec.summary = 'Deprecated in favor of indieweb-endpoints from 2019-04-24. Discover a URL’s registered callback URLs for use with Micropub and IndieAuth clients.'
|
|
15
15
|
spec.description = spec.summary
|
|
16
16
|
spec.homepage = 'https://github.com/jgarber623/redirect-uri-ruby'
|
|
17
17
|
spec.license = 'MIT'
|
|
@@ -20,6 +20,18 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
|
|
21
21
|
spec.require_paths = ['lib']
|
|
22
22
|
|
|
23
|
+
spec.post_install_message = <<NOTICE
|
|
24
|
+
|
|
25
|
+
+--------------------------------------------------+
|
|
26
|
+
| |
|
|
27
|
+
| redirect-uri is deprecated from 2019-04-24. |
|
|
28
|
+
| |
|
|
29
|
+
| Please use the indieweb-endpoints gem instead. |
|
|
30
|
+
| |
|
|
31
|
+
+--------------------------------------------------+
|
|
32
|
+
|
|
33
|
+
NOTICE
|
|
34
|
+
|
|
23
35
|
spec.add_development_dependency 'rake', '~> 12.3'
|
|
24
36
|
spec.add_development_dependency 'rspec', '~> 3.8'
|
|
25
37
|
spec.add_development_dependency 'rubocop', '~> 0.67.2'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redirect-uri
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Garber
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-04-
|
|
11
|
+
date: 2019-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -178,8 +178,8 @@ dependencies:
|
|
|
178
178
|
- - "~>"
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
180
|
version: '1.10'
|
|
181
|
-
description:
|
|
182
|
-
clients.
|
|
181
|
+
description: Deprecated in favor of indieweb-endpoints from 2019-04-24. Discover a
|
|
182
|
+
URL’s registered callback URLs for use with Micropub and IndieAuth clients.
|
|
183
183
|
email:
|
|
184
184
|
- jason@sixtwothree.org
|
|
185
185
|
executables: []
|
|
@@ -211,7 +211,16 @@ homepage: https://github.com/jgarber623/redirect-uri-ruby
|
|
|
211
211
|
licenses:
|
|
212
212
|
- MIT
|
|
213
213
|
metadata: {}
|
|
214
|
-
post_install_message:
|
|
214
|
+
post_install_message: |2+
|
|
215
|
+
|
|
216
|
+
+--------------------------------------------------+
|
|
217
|
+
| |
|
|
218
|
+
| redirect-uri is deprecated from 2019-04-24. |
|
|
219
|
+
| |
|
|
220
|
+
| Please use the indieweb-endpoints gem instead. |
|
|
221
|
+
| |
|
|
222
|
+
+--------------------------------------------------+
|
|
223
|
+
|
|
215
224
|
rdoc_options: []
|
|
216
225
|
require_paths:
|
|
217
226
|
- lib
|
|
@@ -232,6 +241,6 @@ requirements: []
|
|
|
232
241
|
rubygems_version: 3.0.3
|
|
233
242
|
signing_key:
|
|
234
243
|
specification_version: 4
|
|
235
|
-
summary:
|
|
236
|
-
clients.
|
|
244
|
+
summary: Deprecated in favor of indieweb-endpoints from 2019-04-24. Discover a URL’s
|
|
245
|
+
registered callback URLs for use with Micropub and IndieAuth clients.
|
|
237
246
|
test_files: []
|