David J Berube

Results 8 issues of David J Berube

Hello, Great work! Can we add a license in case someone (I.e. me) wants to use this code in another project? MIT would be great, though of course whatever you...

Add a LICENSE file indicating MIT license.

## What was the end-user or developer problem that led to this PR? Unmarshalling of the license field is not working right due to a typo. This script should work:...

## What was the end-user or developer problem that led to this PR? Suppose a project has a requirement like this: gem 'something', '~> 3.0' So far, so good. Now,...

rubygems: feature

Adds has_key? method to OpenStruct class to check if a given name exists as a member, which allows checking for presence of a key without creating an accessor method; it...