dnsimple-ruby icon indicating copy to clipboard operation
dnsimple-ruby copied to clipboard

The DNSimple API client for Ruby.

Results 6 dnsimple-ruby issues
Sort by recently updated
recently updated
newest added

The current one is causing false positives, and it seems not widely adopted/maintained. See https://github.com/dnsimple/dnsimple-ruby/pull/260/files

enhancement

I've found a case that doesn't match the error message handling scenarios that we currently have. When getting the OAuth access token, if you provide an incorrect secret you will...

enhancement

Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v3.0.1 Bump RuboCop requirement to +1.61. (@​ydah) Changelog Sourced from rubocop-rspec's changelog....

task
dependencies

Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. Release notes Sourced from rubocop-performance's releases. RuboCop Performance 1.21.1 Bug fixes #452: Fix an error for Performance/RedundantEqualityComparisonBlock when the block...

task
dependencies

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.64.1 Bug fixes #12951: Fix an error for Style/Copyright when AutocorrectNotice is missing....

task
dependencies

A user provided `base_url` is never normalized and results in downstream errors. This PR addresses the issue. Both - `Client.new base_url: nil` - `Client.new base_url: "https://api.dnsimple.com"` Result in - `client.base_url...