jonallured / braze_ruby

A wrapper gem for the Braze REST API.
MIT License
18 stars 21 forks source link

Modernize a few files and tinker with CI setup #26

Closed jonallured closed 3 years ago

jonallured commented 3 years ago

There's actually a few things going on here:

For that modernizing work, I just made a new gem with bundle gem my-gem and then compared some of the generated files with what was here and made some updates.

For removing the Gemfile.lock - I think this is a best practice that's worth doing. I was reading this post:

https://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/

Trying to remind myself when to add things to the gemspec vs the Gemfile so that prompted this change.