Package Release Info

rubygem-spring-2.0.2-bp152.3.13

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-spring
ruby2.5-rubygem-spring-doc

Change Logs

Version: 2.0.2-bp150.2.4
* Tue May 23 2017 coolo@suse.com
- updated to version 2.0.2
  no changelog found
* Sun Jan 22 2017 coolo@suse.com
- updated to version 2.0.1
  no changelog found
* Sun Oct 02 2016 coolo@suse.com
- updated to version 2.0.0
  no changelog found
* Sat Jul 02 2016 coolo@suse.com
- updated to version 1.7.2
  no changelog found
* Tue Apr 12 2016 coolo@suse.com
- updated to version 1.7.1
  no changelog found
* Mon Apr 11 2016 coolo@suse.com
- updated to version 1.7.0
  no changelog found
* Sat Feb 27 2016 coolo@suse.com
- updated to version 1.6.4
  no changelog found
* Fri Feb 05 2016 coolo@suse.com
- updated to version 1.6.3
  no changelog found
* Thu Jan 21 2016 coolo@suse.com
- updated to version 1.6.2
  no changelog found
* Tue Dec 15 2015 coolo@suse.com
- updated to version 1.6.0
  no changelog found
* Tue Dec 01 2015 coolo@suse.com
- updated to version 1.5.0
  no changelog found
* Mon Nov 23 2015 coolo@suse.com
- updated to version 1.4.4
  no changelog found
* Wed Nov 11 2015 coolo@suse.com
- updated to version 1.4.1
  no changelog found
* Sun Sep 13 2015 coolo@suse.com
- updated to version 1.4.0
  no changelog found
* Sat May 09 2015 coolo@suse.com
- updated to version 1.3.6
  no changelog found
* Thu Apr 30 2015 coolo@suse.com
- updated to version 1.3.5
  no changelog found
* Thu Apr 09 2015 coolo@suse.com
- updated to version 1.3.4, changelog is gone
* Fri Feb 27 2015 coolo@suse.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 coolo@suse.com
- updated to version 1.3.2
  * Fix another problem with gems bundled from git repositories.
* Tue Feb 10 2015 coolo@suse.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 - @morgoth
  * Change monkey-patched `Kernel.raise` from public to private (to match default Ruby behavior) #351 - @mattbrictson
  * Let application_id also respect RUBY_VERSION for the use case of switching between Ruby versions for a given Rails app - @methodmissing
  * Extract the 'listen' watcher to a separate `spring-watcher-listen`
  gem. This allows it to be developed/maintained separately.