nebulab / simple_command

A simple, standardized way to build and use Service Objects (aka Commands) in Ruby
http://nebulab.it
MIT License
624 stars 55 forks source link

Migrate CI to GitHub Actions #32

Closed petergoldstein closed 2 years ago

petergoldstein commented 2 years ago

Migrates CI to GitHub Actions, as Travis CI.org is no longer active.

Loosened/upgraded versions for bundler and rake allowed by gemspec to enable spec runs. Everything runs green on my fork.

kennyadsl commented 2 years ago

@petergoldstein Thanks, I resolved some gemspec conflicts (you can rebase and remove my commit if you want). I'd like to merge this once we remove the unsupported Ruby versions.

petergoldstein commented 2 years ago

@kennyadsl I've rebased and removed the 2.5/2.6 gems. Everything runs green on my fork.

kennyadsl commented 2 years ago

Thanks, I released 1.0.0

petergoldstein commented 2 years ago

@kennyadsl You probably want to update the README, which says Ruby 2.0+

petergoldstein commented 2 years ago

@kennyadsl My mistake. I was looking at an unsynched view.

kennyadsl commented 2 years ago

Yes, I updated the README but.. I forgot to update the gemspec. Sending a PR now to address that, I'll release 2.0.1 after it's merged.