indieweb-endpoints 6.0.0 → 6.1.0

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: d751a18dc854951b0c3b71429959f2fdd0690ee9ba51a1b5cf6b6cc5dcec5143
4
- data.tar.gz: 5b3dd9ab89de1bf668471c58d4bf8097633125e37b9ccf80d0c94554ae3dbe38
3
+ metadata.gz: e702dc2307bfac5ac5ec7d1e10030aaa296f48649f4ddc5dcbe15a25a3021ac7
4
+ data.tar.gz: 5aa1173a44c87c013dfa32293816b1de2dd163258e6529dbec31db3edafc509f
5
5
  SHA512:
6
- metadata.gz: 8b2dc2195a547c955545ff89d540e40dde34de784490271c6726afd49249f4ebd66bafcdd43bcc3dff30ca9444f306aa4264da7849b19f9401575dbe3dcd49f4
7
- data.tar.gz: 356ab5dbb4ea2b233ab490323bd80da4e61568654a0c1c209fd6e7932fe7af5ba15792ee209f79ab650f54478e18a9d67357b8204c7dc40a4d2cddf2d04dba8f
6
+ metadata.gz: 2938f80cb77cdb18ca564ae66cc03172a5495452fb39ab1e686d86ea6b0a8ebfe7a781c7bbcbb3b8f78c8eb0e6f53a93ee156f471206b0b87e1df46fbfc43715
7
+ data.tar.gz: 15daf6de819b94a3a4473dd74c087a83aeababcaeeda8ccd43ee146f524659974cf9b197d1cb0cf6deab015b2b83d1ee7a55ff2d9c48ed59426d394574b36865
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.1.0 / 2021-05-25
4
+
5
+ - Add support for Ruby 3.0 (3394252)
6
+
3
7
  ## 6.0.0 / 2021-05-25
4
8
 
5
9
  - Refactor parsers (e22e0af)
data/CONTRIBUTING.md CHANGED
@@ -8,7 +8,7 @@ There are a couple ways you can help improve indieweb-endpoints-ruby:
8
8
 
9
9
  ## Getting Started
10
10
 
11
- indieweb-endpoints-ruby is developed using Ruby 2.5.9 and is additionally tested against Ruby 2.6 and 2.7 using [Travis CI](https://travis-ci.com/indieweb/indieweb-endpoints-ruby).
11
+ indieweb-endpoints-ruby is developed using Ruby 2.5.9 and is additionally tested against Ruby 2.6, 2.7, and 3.0 using [Travis CI](https://travis-ci.com/indieweb/indieweb-endpoints-ruby).
12
12
 
13
13
  Before making changes to indieweb-endpoints-ruby, you'll want to install Ruby 2.5.9. It's recommended that you use a Ruby version managment tool like [rbenv](https://github.com/rbenv/rbenv), [chruby](https://github.com/postmodern/chruby), or [rvm](https://github.com/rvm/rvm). Once you've installed Ruby 2.5.9 using your method of choice, install the project's gems by running:
14
14
 
@@ -1,7 +1,7 @@
1
1
  require_relative 'lib/indieweb/endpoints/version'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
- spec.required_ruby_version = Gem::Requirement.new('>= 2.5', '< 2.8')
4
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.5', '< 4')
5
5
 
6
6
  spec.name = 'indieweb-endpoints'
7
7
  spec.version = IndieWeb::Endpoints::VERSION
@@ -1,5 +1,5 @@
1
1
  module IndieWeb
2
2
  module Endpoints
3
- VERSION = '6.0.0'.freeze
3
+ VERSION = '6.1.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: indieweb-endpoints
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Garber
@@ -97,7 +97,7 @@ licenses:
97
97
  - MIT
98
98
  metadata:
99
99
  bug_tracker_uri: https://github.com/indieweb/indieweb-endpoints-ruby/issues
100
- changelog_uri: https://github.com/indieweb/indieweb-endpoints-ruby/blob/v6.0.0/CHANGELOG.md
100
+ changelog_uri: https://github.com/indieweb/indieweb-endpoints-ruby/blob/v6.1.0/CHANGELOG.md
101
101
  post_install_message:
102
102
  rdoc_options: []
103
103
  require_paths:
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
109
  version: '2.5'
110
110
  - - "<"
111
111
  - !ruby/object:Gem::Version
112
- version: '2.8'
112
+ version: '4'
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - ">="