Skip to content

Commit

Permalink
Merge branch 'moz' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekk1903 committed Apr 2, 2024
2 parents a82ae30 + 0e123d7 commit 185a93d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.9.3
6 changes: 5 additions & 1 deletion public_suffix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Gem::Specification.new do |s|
s.description = "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains."
s.homepage = "https://simonecarletti.com/code/publicsuffix-ruby"
s.licenses = ["MIT"]
s.required_ruby_version = ">= 2.6"

s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
s.rubygems_version = "2.4.5"
s.summary = "Domain name parser based on the Public Suffix List."
s.test_files = ["test/acceptance_test.rb", "test/test_helper.rb", "test/unit/domain_test.rb", "test/unit/errors_test.rb", "test/unit/list_test.rb", "test/unit/public_suffix_test.rb", "test/unit/rule_test.rb"]

s.metadata = {
"bug_tracker_uri" => "https://github.com/weppos/publicsuffix-ruby/issues",
Expand Down

0 comments on commit 185a93d

Please sign in to comment.