Skip to content

Releases: carbonfive/raygun

v1.2.0

21 May 00:31
Compare
Choose a tag to compare

New features:

  • Copy the new rubocop conventions from the main branch of the c5-conventions repo (#163).

v1.1.1

12 Jan 18:13
Compare
Choose a tag to compare

Fix compatibility so that any supported Ruby (currently 2.5+) is allowed (#165).

v1.1.0

02 Jul 16:42
cfe0c01
Compare
Choose a tag to compare

Breaking:

  • Require Ruby 2.4+ (#151)

New features:

  • Copy .rubocop.yml template instead of using a fragile link to the c5-conventions repo (#148)
  • Initialize zapped projects with a default branch of "main" (#157)

Docs:

  • Add Bootstrap instructions to the README (it has been removed from the app prototype) (#141)

Housekeeping:

  • Add bundler and rake development dependencies (#143)
  • Upgrade to Ruby 2.6.5 (#142)

v1.0.1

30 Jan 17:39
Compare
Choose a tag to compare
  • Simplify instructions: use ./bin/setup instead of explicit commands.
  • Use ruby 2.2.0 for development.

v1.0.0

01 Jul 17:42
Compare
Choose a tag to compare
  • Raygun is now 1.0.0.
  • Miscellaneous updates and tweaks.

v0.9.4

11 Feb 16:28
Compare
Choose a tag to compare
  • Don't use patchlevels with ruby v2.1.0+, now that ruby has adopted semantic versioning.
  • Fixed a typo (#124 , thanks redpoptarts!).

v0.9.3

11 Feb 16:29
Compare
Choose a tag to compare
  • Use curl instead of wget, it's available by default on mavericks (wget is not).

v0.9.2

11 Feb 16:29
Compare
Choose a tag to compare
  • Support custom project templates with the -p command line arg (#122, thanks @drogar!).
  • Remove the stranded and useless .raygun-version from the generated app.
  • Rename the rails prototype repo to raygun-rails (#123).