File rubygem-spring.changes of Package rubygem-spring

-------------------------------------------------------------------
Fri Jun 21 10:47:12 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 4.2.1, no changelog found

-------------------------------------------------------------------
Tue Nov 28 08:17:52 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 4.1.3, no changelog found

-------------------------------------------------------------------
Tue Nov 14 18:40:02 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 4.1.2, no changelog found

-------------------------------------------------------------------
Tue Nov 14 15:38:59 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 4.1.1, no changelog found

-------------------------------------------------------------------
Mon Oct 10 13:23:55 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 4.1.0
  no changelog found

-------------------------------------------------------------------
Thu Jan 27 17:38:54 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>

- limit to ruby 2.7.0 on 15.x

-------------------------------------------------------------------
Tue Jan 25 07:37:31 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 4.0.0
  no changelog found

-------------------------------------------------------------------
Sun Oct 10 07:42:29 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 3.0.0

  * Require applications to have reloading enabled in the managed environments.
  * Require Ruby 2.5.
  * Require Rails 5.2.

-------------------------------------------------------------------
Sat Sep 12 12:10:35 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 2.1.1

  * Avoid -I rubylibdir with default-gem bundler
  * Start server process in directory where command was called

-------------------------------------------------------------------
Mon Jul  8 07:57:48 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 2.1.0

  * Add explicit support for Rails 6 (no changes were needed)
  * Drop support to Ruby 1.9, 2.0, 2.1, and 2.3
  * Fix binstubs not being replaced when their quoting style was changed (#534)
  * Preserve comments right after the shebang line which might include magic comments such as `frozen_string_literal: true`
  * Fix binstub failures when Bundler's `BUNDLE_APP_CONFIG` environment variable is present (#545)
  * Properly suspend and resume on ctrl-z TSTP and CONT (#361)

-------------------------------------------------------------------
Tue May 23 10:23:08 UTC 2017 - coolo@suse.com

- updated to version 2.0.2
  no changelog found

-------------------------------------------------------------------
Sun Jan 22 05:33:48 UTC 2017 - coolo@suse.com

- updated to version 2.0.1
  no changelog found

-------------------------------------------------------------------
Sun Oct  2 05:08:38 UTC 2016 - coolo@suse.com

- updated to version 2.0.0
  no changelog found

-------------------------------------------------------------------
Sat Jul  2 05:36:03 UTC 2016 - coolo@suse.com

- updated to version 1.7.2
  no changelog found

-------------------------------------------------------------------
Tue Apr 12 04:32:48 UTC 2016 - coolo@suse.com

- updated to version 1.7.1
  no changelog found

-------------------------------------------------------------------
Mon Apr 11 04:36:47 UTC 2016 - coolo@suse.com

- updated to version 1.7.0
  no changelog found

-------------------------------------------------------------------
Sat Feb 27 05:54:01 UTC 2016 - coolo@suse.com

- updated to version 1.6.4
  no changelog found

-------------------------------------------------------------------
Fri Feb  5 05:44:28 UTC 2016 - coolo@suse.com

- updated to version 1.6.3
  no changelog found

-------------------------------------------------------------------
Thu Jan 21 05:49:49 UTC 2016 - coolo@suse.com

- updated to version 1.6.2
  no changelog found

-------------------------------------------------------------------
Tue Dec 15 05:33:53 UTC 2015 - coolo@suse.com

- updated to version 1.6.0
  no changelog found

-------------------------------------------------------------------
Tue Dec  1 05:32:02 UTC 2015 - coolo@suse.com

- updated to version 1.5.0
  no changelog found

-------------------------------------------------------------------
Mon Nov 23 05:32:22 UTC 2015 - coolo@suse.com

- updated to version 1.4.4
  no changelog found

-------------------------------------------------------------------
Wed Nov 11 05:33:16 UTC 2015 - coolo@suse.com

- updated to version 1.4.1
  no changelog found

-------------------------------------------------------------------
Sun Sep 13 04:33:01 UTC 2015 - coolo@suse.com

- updated to version 1.4.0
  no changelog found

-------------------------------------------------------------------
Sat May  9 04:29:57 UTC 2015 - coolo@suse.com

- updated to version 1.3.6
  no changelog found

-------------------------------------------------------------------
Thu Apr 30 04:30:55 UTC 2015 - coolo@suse.com

- updated to version 1.3.5
  no changelog found

-------------------------------------------------------------------
Thu Apr  9 04:55:35 UTC 2015 - coolo@suse.com

- updated to version 1.3.4, changelog is gone

-------------------------------------------------------------------
Fri Feb 27 05:32:18 UTC 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 05:30:10 UTC 2015 - coolo@suse.com

- updated to version 1.3.2
 * Fix another problem with gems bundled from git repositories.

-------------------------------------------------------------------
Tue Feb 10 08:02:48 UTC 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.

-------------------------------------------------------------------
Mon Oct 13 18:47:19 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Sun May 18 09:04:45 UTC 2014 - coolo@suse.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 14:24:11 UTC 2014 - coolo@suse.com

- initial package

openSUSE Build Service is sponsored by