electric-it / minimart

MiniMart RubyGem for Chef cookbook mirroring and storage.
Apache License 2.0
52 stars 20 forks source link

Handle cookbooks with all digits in the name. #26

Closed EYurchenko closed 8 years ago

EYurchenko commented 8 years ago

Fixes issue https://github.com/electric-it/minimart/issues/25

tapickell commented 8 years ago

to_s is idempotent and this could be a simpler call without the is_a? check.

EYurchenko commented 8 years ago

You are right but I am just learning Ruby -( Thanks for merging.

tapickell commented 8 years ago

@EYurchenko it's cool, your doing good, I just wanted to give you a heads up on that. :+1: thanks for your help.