We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4406e1 commit 40049caCopy full SHA for 40049ca
3 files changed
indieweb-endpoints.gemspec
@@ -1,12 +1,10 @@
1
# frozen_string_literal: true
2
3
-require_relative "lib/indieweb/endpoints/version"
4
-
5
Gem::Specification.new do |spec|
6
spec.required_ruby_version = ">= 2.6"
7
8
spec.name = "indieweb-endpoints"
9
- spec.version = IndieWeb::Endpoints::VERSION
+ spec.version = "9.0.0"
10
spec.authors = ["Jason Garber"]
11
spec.email = ["jason@sixtwothree.org"]
12
lib/indieweb/endpoints.rb
@@ -4,8 +4,6 @@
require "link-header-parser"
require "nokogiri"
-require_relative "endpoints/version"
require_relative "endpoints/client"
require_relative "endpoints/parser"
require_relative "endpoints/response_body_parser"
lib/indieweb/endpoints/version.rb
0 commit comments