[ANN] netsnmp 0.3.0 released

netsnmp 0.3.0 has been released.

This gem provides:

   - Implementation in ruby of the SNMP Protocol for v3, v2c and v1 (most
   notable the rfc3414 and 3826).
   - Client/Manager API with simple interface for get, genext, set and walk.
   - No dependencies.
   - Support for concurrency and evented I/O.

# 0.3.0

MIB support was introduced, which means you can now pass MIBs as well as
OIDs.

client.get(oid: "sysName.0")

This was possible due to the introduction of a MIB parser, built using
parslet.