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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e09511d341d2067b15da84d09cdd4067a7a2cf64ddb5e2398b5cf0a98a2d058e
4
- data.tar.gz: 37eb87e39f6ef91ff55ef80509dd871fbc22b24317e1760741e10369370bbf99
3
+ metadata.gz: a6b772f317cf28d695d01b30bbf050c2f7bce683bbcb9dc8644d55d82e78cafa
4
+ data.tar.gz: f2265207ffff9188747119da92d1d3fcaaf9121c9661b93133d6a549ff9bc9af
5
5
  SHA512:
6
- metadata.gz: 754beb0f99f9bfdd996394ba06d25e89e2c84df5da9afb7bb58d90e400351766eab44ce3f144d6a282173f57f4f9d6bb7bd3cf1901c1179269e5db4751e549c3
7
- data.tar.gz: 17d4112393cdf1d75dacc43675f8a802c4f82b26e5ae0af60672e5bcd45ead0e5dcdc7c44aa6392d7d7749416914181a118c8b2f997a57552658e5ea4b971463
6
+ metadata.gz: c8f90d987d55e4414e7e53cffc667d3ab1751a2453264731e3b43f70f2d509eb6053e92d68c2c2a15b6d270d7c1e50ce044769ff1288e291d2bb2d10e6bdc8af
7
+ data.tar.gz: 2bfc1389f2724ff6827d4b1979d1c41653b099d6430858c2e1233b14bcc0aeec029812792753d9c139c901813cb2cabe0b2da4345a5e3ca1affc787ad47ddfe6
@@ -4,6 +4,7 @@ require:
4
4
 
5
5
  Metrics/BlockLength:
6
6
  Exclude:
7
+ - redirect-uri.gemspec
7
8
  - spec/**/*.rb
8
9
 
9
10
  Metrics/LineLength:
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1 / 2019-04-24
4
+
5
+ - Add deprecation notice.
6
+
3
7
  ## 0.2.0 / 2019-04-11
4
8
 
5
9
  - Rename `lib/redirect-uri.rb` to support automatic loading via Bundler, etc. ([e850788](https://github.com/jgarber623/redirect-uri-ruby/commit/e850788)).
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
  [![Gem](https://img.shields.io/gem/v/redirect-uri.svg?style=for-the-badge)](https://rubygems.org/gems/redirect-uri)
@@ -1,3 +1,3 @@
1
1
  module RedirectUri
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  end
@@ -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.0
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-12 00:00:00.000000000 Z
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: Discover a URL’s registered callback URLs for use with Micropub and IndieAuth
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: Discover a URL’s registered callback URLs for use with Micropub and IndieAuth
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: []