Skip to content

Releases: jules2689/extended_bundler-errors

Nokogiri Handler

02 May 17:09
70cb4f0
Compare
Choose a tag to compare
  • Add a nokogiri gem handler for a missing stdio.h header
  • Update some tests

Bug Fixes & db gem handlers

02 May 17:08
34711df
Compare
Choose a tag to compare
  • Fixed an issue where troubleshooting never actually "worked" and only worked because of another bug 🙃
  • Add an additional pg gem handler around the libpq-fe.h header
  • Add a sqlite gem handler around the SQLite binaries
  • Update the sqlite3 gem matchers

Improve the GDA handler

02 May 17:05
2926f35
Compare
Choose a tag to compare

Updated gda gem handler, adding another matcher for an issue and improving the solution.

Bug Fixes & No Performance

02 May 17:04
f8b4195
Compare
Choose a tag to compare

Fixed an issue where this plugin may not load in some instances.

Add PG Gem handler

02 May 17:03
7f6dc0a
Compare
Choose a tag to compare

Adds a handler for the pg gem related to a missing postgresql installation

GDA, mini_racer, formatting bug

11 Jul 18:26
1cf1476
Compare
Choose a tag to compare
  • Added GDA gem handling
  • Added mini_racer gem handling
  • Fixed a formatting but in http_parser

OJ, Semian, OpenSSL

05 Jul 15:47
927c042
Compare
Choose a tag to compare

Adds handling for some errors in:

  • OJ
  • Semian
  • OpenSSL

Libv8, sqlite3, add prompt to make an issue

05 Jul 15:47
36813b1
Compare
Choose a tag to compare

Adds support for handling errors in:

  • libv8
  • sqlite3

Also adds a prompt for unhandled errors to make an issue on this repo and give tips on debugging

MySQL2 failures

05 Jul 15:51
57b7d0c
Compare
Choose a tag to compare

Adds handling for MySQL2 gem issues

Public to rubygems, add basic support for future i18n

05 Jul 15:49
297841c
Compare
Choose a tag to compare
  • Adds rubygems publishing
  • Adds some handling to add basic support for language support in the future