Skip to content

Refer to Client :id as :key in docs/public APIs for consistency.#18

Merged
sausman merged 3 commits intomasterfrom
clarity-updates
Feb 3, 2017
Merged

Refer to Client :id as :key in docs/public APIs for consistency.#18
sausman merged 3 commits intomasterfrom
clarity-updates

Conversation

@sausman
Copy link
Contributor

@sausman sausman commented Feb 2, 2017

No description provided.

@sausman sausman merged commit bfa7056 into master Feb 3, 2017
@sausman sausman deleted the clarity-updates branch February 3, 2017 22:56
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "webmock", "~> 1.22"

spec.add_dependency "public_suffix", "~> 1.4.6"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance you guys could use the recent version of public_suffix, anything >= 2.x? A number of popular gems (such as webmock) have a dependency tree that requires public_suffix >= 2.x and this makes using dwolla_v2 >= 1.2 not compatible.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @machadolab,

We originally added this because 1.x is required to support Ruby < 2, but weren't aware of the issues it causes with other gems. I just opened a branch that removes the specific version requirement from the gemspec along with a couple other small changes (see the changelog at the bottom of the README).

You can try it out by updating your Gemfile:

gem 'dwolla_v2', github: 'dwolla/dwolla-v2-ruby', branch: '2.0-dev'

Thanks for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants