Skip to content

v0.1.2

Compare
Choose a tag to compare
@chubchenko chubchenko released this 03 Jun 10:39

Changed

  • Use I18n.t instead of t. (@chubchenko)
  • Use forwardable instead of method_missing + respond_to_missing?. (@chubchenko)
  • Use the On module to interact with the remote server. (@chubchenko)
  • Extracted hooks and defaults from slacky.rake into separate files. (@chubchenko)
  • Renamed #to_json to #as_json. (@chubchenko)
  • Updated hooks from before to after. (@chubchenko)
  • Added 💯 test coverage. (@chubchenko)

Fixed

  • Use @env instance variable instead of missing getter env. (@chubchenko)
  • Update your SSH regex to match the repository with a dash in the name. (@chubchenko)
  • Use SSHKit::Backend.current.capture instead of IO.popen to perform git log .. on the remote server. (@chubchenko)

Security

  • Fix possible command injection during the duration retrieval. (@chubchenko)