File rubygem-spring.changes of Package rubygem-spring
-------------------------------------------------------------------
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