fcheung / keychain

Bindings for the OS X keychain
MIT License
65 stars 15 forks source link

fix a module not defined error and ignore .gem files from git #6

Closed henderea closed 9 years ago

henderea commented 9 years ago

With the latest 0.3.0, I was getting an exception because a module was trying to be used before it had been defined. I have fixed this exception by moving the class definitions into the module definition instead of using the module::class syntax.

fcheung commented 9 years ago

Cheers - I think I fixed this in parallel