Skip to content

Commit

Permalink
[rb][js] Add funding information to package.json and gemspec files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew authored Nov 19, 2024
1 parent a169e1a commit b164d85
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 11 additions & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,15 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/SeleniumHQ"
},
{
"type": "opencollective",
"url": "https://opencollective.com/selenium"
}
]
}
3 changes: 2 additions & 1 deletion rb/selenium-devtools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Gem::Specification.new do |s|
'changelog_uri' => 'https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES',
'github_repo' => 'ssh://github.com/SeleniumHQ/selenium',
'source_code_uri' => 'https://github.com/SeleniumHQ/selenium/tree/trunk/rb',
'rubygems_mfa_required' => 'true'
'rubygems_mfa_required' => 'true',
'funding_uri' => 'https://github.com/sponsors/SeleniumHQ'
}

s.required_rubygems_version = Gem::Requirement.new('> 1.3.1') if s.respond_to? :required_rubygems_version=
Expand Down
3 changes: 2 additions & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Gem::Specification.new do |s|
'changelog_uri' => 'https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES',
'github_repo' => 'ssh://github.com/SeleniumHQ/selenium',
'source_code_uri' => 'https://github.com/SeleniumHQ/selenium/tree/trunk/rb',
'rubygems_mfa_required' => 'true'
'rubygems_mfa_required' => 'true',
'funding_uri' => 'https://github.com/sponsors/SeleniumHQ'
}

s.required_rubygems_version = Gem::Requirement.new('> 1.3.1') if s.respond_to? :required_rubygems_version=
Expand Down

0 comments on commit b164d85

Please sign in to comment.