k1LoW / awspec

RSpec tests for your AWS resources.
MIT License
1.17k stars 192 forks source link

Feature/reduce gem size #486

Open frezbo opened 5 years ago

frezbo commented 5 years ago

This tries to reduce the gem dependencies to only what is being used.

k1LoW commented 5 years ago

Hi @frezbo Thank you for you commit!!

I have one question. Why do you want to reduse the gem dependencies ?

I think it's more important to be easier when someone adds a new resource than the size of the gem.

frezbo commented 5 years ago

@k1LoW Yes I agree to the ease of adding a new gem, but the existing code also means that any gem project depending on awspec also gets all the unwanted aws dependencies. I will leave it up to the authors on the final decision. I'm still ok keeping all considering supporting new resources.

k1LoW commented 5 years ago

@frezbo Thank you !