muxinc / mux-ruby

Official Mux API wrapper for ruby projects, supporting both Mux Data and Mux Video.
MIT License
51 stars 14 forks source link

Please make use of releases #6

Closed fidalgo closed 4 years ago

fidalgo commented 4 years ago

Having a git URL for fetching the code in our Gemfiles instead of releases would create problems when the code changes and we need to check the commits to check what changed and evaluate the source of the problems.

Also, deployments will take longer.

philcluff commented 4 years ago

Hey @fidalgo,

Thanks for the feedback! We're still finalising our release processes and automation for our SDKs, so we'll make sure to take this into account going forward.

Thanks!

philcluff commented 4 years ago

Hi @fidalgo

We've updated our release process to include tagging releases. You should now be able to depend on:

gem 'mux_ruby', git: 'git://github.com/muxinc/mux-ruby.git', tag: '1.1.0'

Thanks!