Make code compatible with Ruby 2.7
Not including specs etc.
This commit is contained in:
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
||||
spec.description = 'Client and relay implementation of the Nostr protocol.'
|
||||
spec.homepage = 'https://github.com/wilsonsilva/nostr'
|
||||
spec.license = 'MIT'
|
||||
spec.required_ruby_version = '>= 3.2.0'
|
||||
spec.required_ruby_version = '>= 2.7.2'
|
||||
spec.metadata['rubygems_mfa_required'] = 'true'
|
||||
|
||||
spec.metadata['homepage_uri'] = spec.homepage
|
||||
|
||||
Reference in New Issue
Block a user