aetherknight / recursive-open-struct

OpenStruct subclass that returns nested hash attributes as RecursiveOpenStructs
Other
277 stars 54 forks source link

Packaging into a gem #1

Closed Offirmo closed 12 years ago

Offirmo commented 13 years ago

Hello,

Recursive Open Struct is great.

I just packaged it into a gem using the latest version of jeweler. I dusted a bit some side files (without altering the code, version or summary/etc.)

I also fixed a unit test which was failing.

I published the gem with jeweler, so it's now available through RubyGems. I'll gladly give you the ownership if you want.

Best regards and thanks for giving this code to the community. Offirmo.

aetherknight commented 12 years ago

Hi Offirmo,

Apologies for taking so long to get back to you, but I am glad you like it. Also, thank you for turning it into a gem and writing specs for it!

If you want to continue being the steward for the gem, feel free to do so. If you would like me to take over though, I am happy to handle it.

Thank you, William Orvis

aetherknight commented 11 years ago

Hi offirmo,

I have made several enhancements on my version of recursive-open-struct based on a pull request I received, and to do more testing of #debug_inspect. Would you be willing to let me have co-ownership of the gem?

Thank you, William