Changelog for
ruby2.6-rubygem-spring-2.0.2-45.12.x86_64.rpm :
* Tue May 23 2017 cooloAATTsuse.com- updated to version 2.0.2 no changelog found
* Sun Jan 22 2017 cooloAATTsuse.com- updated to version 2.0.1 no changelog found
* Sun Oct 02 2016 cooloAATTsuse.com- updated to version 2.0.0 no changelog found
* Sat Jul 02 2016 cooloAATTsuse.com- updated to version 1.7.2 no changelog found
* Tue Apr 12 2016 cooloAATTsuse.com- updated to version 1.7.1 no changelog found
* Mon Apr 11 2016 cooloAATTsuse.com- updated to version 1.7.0 no changelog found
* Sat Feb 27 2016 cooloAATTsuse.com- updated to version 1.6.4 no changelog found
* Fri Feb 05 2016 cooloAATTsuse.com- updated to version 1.6.3 no changelog found
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 1.6.2 no changelog found
* Tue Dec 15 2015 cooloAATTsuse.com- updated to version 1.6.0 no changelog found
* Tue Dec 01 2015 cooloAATTsuse.com- updated to version 1.5.0 no changelog found
* Mon Nov 23 2015 cooloAATTsuse.com- updated to version 1.4.4 no changelog found
* Wed Nov 11 2015 cooloAATTsuse.com- updated to version 1.4.1 no changelog found
* Sun Sep 13 2015 cooloAATTsuse.com- updated to version 1.4.0 no changelog found
* Sat May 09 2015 cooloAATTsuse.com- updated to version 1.3.6 no changelog found
* Thu Apr 30 2015 cooloAATTsuse.com- updated to version 1.3.5 no changelog found
* Thu Apr 09 2015 cooloAATTsuse.com- updated to version 1.3.4, changelog is gone
* Fri Feb 27 2015 cooloAATTsuse.com- updated to version 1.3.3
* Fix yet another problem with loading spring which seems to affect some/all rbenv users. Issue #390.
* Sun Feb 15 2015 cooloAATTsuse.com- updated to version 1.3.2
* Fix another problem with gems bundled from git repositories.
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 1.3.1
* Fix a problem with gems bundled from a git repository, where the `bin/spring` was generated before 1.3.0. [#]# 1.3.0
* 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) [#]# 1.2.0
* Accept -e and --environment options for `rails console`.
* Watch `config/secrets.yml` by default. #289 - AATTmorgoth
* Change monkey-patched `Kernel.raise` from public to private (to match default Ruby behavior) #351 - AATTmattbrictson
* Let application_id also respect RUBY_VERSION for the use case of switching between Ruby versions for a given Rails app - AATTmethodmissing
* Extract the \'listen\' watcher to a separate `spring-watcher-listen` gem. This allows it to be developed/maintained separately.
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Sun May 18 2014 cooloAATTsuse.com- updated to version 1.1.3
* The `rails runner` command no longer passes environment switches to files which it runs. Issue #272.
* Various issues solved to do with termination / processes hanging around longer than they should. Issue #290.
* Sat Apr 12 2014 cooloAATTsuse.com- initial package