support for ruby 2.0

Open Beginner friendly
#4 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Stale
Domain
backend

Research direction

Find where required keyword arguments are used in the gem's source code, likely in method definitions. Replace them with standard keyword arguments (using a hash or default values) to maintain compatibility with Ruby 2.0. Test the changes by running the gem's test suite to ensure functionality remains intact.

Written by the indexing model from the issue text.

Description

Hi,
the gem is using required keywords arguments which is a feature introduced in 2.1. Would you consider merging a PR that switches to "normal" keywords arguments?

Dominant language
Ruby
Stars
21
Forks
22
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from 99designs/http-signatures-ruby

All issues in 99designs/http-signatures-ruby

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.