lux (1.1.3) * Missed another &. -- Nick Townsend Fri, 13 Jan 2017 16:06:03 -0800 lux (1.1.2) * Missed an &. in the fix for 1.1.1 -- Nick Townsend Fri, 13 Jan 2017 15:41:13 -0800 lux (1.1.1) * Fixed bug where nameless images cause Rake tasks to fail. Uses Ruby 2.3 safe navigation operator '&.' -- Nick Townsend Fri, 30 Dec 2016 18:33:31 -0800 lux (1.1.0) Breaking changes: * Remove variable name from dockerip() return * Use plain strings not symbols for the version info returned by dockerip Improvements * Disable Docker tasks when no Docker server present -- Nick Townsend Wed, 28 Dec 2016 09:41:43 -0800 lux (1.0.9) * Use docker-api gem to determine Docker URL, not environment * Return '127.0.0.1' as address if Unix socket (for Docker for Mac) -- Nick Townsend Tue, 27 Dec 2016 11:12:10 -0700 lux (1.0.8) * Don't prompt to select image if only one matches -- Nick Townsend Mon, 28 Sep 2015 08:59:10 -0700 lux (1.0.7) * Fixed bug in start command -- Nick Townsend Mon, 24 Aug 2015 16:11:23 -0700 lux (1.0.6) * Improve address check for Docker server * Disable Docker tasks if tcp based server cannot be found * Return Docker version number on 'dockerip' command -- Nick Townsend Fri, 21 Aug 2015 17:12:20 -0700 lux (1.0.5) * Send only 'export' command to STDOUT in lux dockerip. * Send errors to STDERR This allows $(lux dockerip) to set it for the current shell -- Nick Townsend Thu, 13 Aug 2015 21:27:48 -0700 lux (1.0.4) * Refactor Lux into a Module * Add the Module function Lux.dockerip to return IP address of DOCKER_HOST -- Nick Townsend Thu, 13 Aug 2015 16:07:08 -0700 lux (1.0.3) * Disabled IPv6 in the Docker API host lookup as it causes 5 second delay when using .local names. -- Nick Townsend Mon, 10 Aug 2015 14:43:12 -0700 lux (1.0.2) * Initial (working) Release (1.0.0 and 1.0.1 had bugs)