Spring v1.3.0 Release Notes

    • Automatically restart spring after new commands are added. This means that you can add spring-commands-rspec to your Gemfile and then immediately start using it, without having to run spring stop. (Spring will effectively run spring stop for you.)
    • ๐Ÿ‘‰ Make app reloading work in apps which spew out lots of output on startup (previously a buffer would fill up and cause the process to hang). Issue #332.
    • ๐Ÿ‘‰ Make sure running bin/spring does not add an empty string to Gem.path. Issues #297, #310.
    • ๐Ÿ›  Fixed problem with $0 including the command line args, which could confuse commands which try to parse $0. This caused the spring-commands-rspec to not work properly in some cases. Issue #369.
    • โž• Add OpenBSD compatibility for spring status. Issue #299.
    • ๐Ÿš… Rails 3.2 no longer officially supported (but it may continue to work)