Hello community,
here is the log from the commit of package rubygem-spring-watcher-listen for
openSUSE:Factory checked in at 2016-10-10 16:22:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-spring-watcher-listen (Old)
and /work/SRC/openSUSE:Factory/.rubygem-spring-watcher-listen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-spring-watcher-listen"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-spring-watcher-listen/rubygem-spring-watcher-listen.changes
2016-07-21 07:58:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-spring-watcher-listen.new/rubygem-spring-watcher-listen.changes
2016-10-10 16:22:47.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Oct 2 05:09:11 UTC 2016 - [email protected]
+
+- updated to version 2.0.1
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
spring-watcher-listen-2.0.0.gem
New:
----
spring-watcher-listen-2.0.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-spring-watcher-listen.spec ++++++
--- /var/tmp/diff_new_pack.ovrsqj/_old 2016-10-10 16:22:49.000000000 +0200
+++ /var/tmp/diff_new_pack.ovrsqj/_new 2016-10-10 16:22:49.000000000 +0200
@@ -24,14 +24,14 @@
#
Name: rubygem-spring-watcher-listen
-Version: 2.0.0
+Version: 2.0.1
Release: 0
%define mod_name spring-watcher-listen
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-macros >= 5
-BuildRequires: %{ruby}
BuildRequires: %{rubygem gem2rpm}
+BuildRequires: %{ruby}
+BuildRequires: ruby-macros >= 5
Url: https://github.com/jonleighton/spring-watcher-listen
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
++++++ spring-watcher-listen-2.0.0.gem -> spring-watcher-listen-2.0.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-06-27 17:21:45.000000000 +0200
+++ new/.travis.yml 2016-10-01 21:12:46.000000000 +0200
@@ -1,3 +1,3 @@
language: ruby
rvm:
- - 2.2.2
+ - 2.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2015-06-27 17:21:45.000000000 +0200
+++ new/README.md 2016-10-01 21:12:46.000000000 +0200
@@ -7,9 +7,12 @@
filesystem for changes using [Listen](https://github.com/guard/listen)
rather than by polling the filesystem.
-Currently only Listen 1 is supported. However there is [an
-effort](https://github.com/jonleighton/spring-watcher-listen/issues/1)
-to implement Listen 2 support.
+On larger projects this means spring will be more responsive, more accurate
and use less cpu on local filesystems.
+
+(NFS, shared VM folders and user file systems will still need polling)
+
+Listen 2.7 and higher and 3.0 are supported.
+If you rely on Listen 1 you can use v1.0.0 of this gem.
## Installation
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2015-06-27 17:21:45.000000000 +0200
+++ new/metadata 2016-10-01 21:12:46.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: spring-watcher-listen
version: !ruby/object:Gem::Version
- version: 2.0.0
+ version: 2.0.1
platform: ruby
authors:
- Jon Leighton
autorequire:
bindir: bin
cert_chain: []
-date: 2015-06-27 00:00:00.000000000 Z
+date: 2016-10-01 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: bundler
@@ -56,16 +56,22 @@
name: spring
requirement: !ruby/object:Gem::Requirement
requirements:
- - - "~>"
+ - - ">="
- !ruby/object:Gem::Version
version: '1.2'
+ - - "<"
+ - !ruby/object:Gem::Version
+ version: '3.0'
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - - "~>"
+ - - ">="
- !ruby/object:Gem::Version
version: '1.2'
+ - - "<"
+ - !ruby/object:Gem::Version
+ version: '3.0'
- !ruby/object:Gem::Dependency
name: listen
requirement: !ruby/object:Gem::Requirement
@@ -124,7 +130,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.4.2
+rubygems_version: 2.5.1
signing_key:
specification_version: 4
summary: Makes spring watch files using the listen gem.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/spring-watcher-listen.gemspec
new/spring-watcher-listen.gemspec
--- old/spring-watcher-listen.gemspec 2015-06-27 17:21:45.000000000 +0200
+++ new/spring-watcher-listen.gemspec 2016-10-01 21:12:46.000000000 +0200
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "spring-watcher-listen"
- spec.version = "2.0.0"
+ spec.version = "2.0.1"
spec.authors = ["Jon Leighton"]
spec.email = ["[email protected]"]
spec.summary = %q{Makes spring watch files using the listen gem.}
@@ -18,6 +18,6 @@
spec.add_development_dependency "rake"
spec.add_development_dependency "activesupport"
- spec.add_dependency "spring", "~> 1.2"
+ spec.add_dependency "spring", ">= 1.2", "< 3.0"
spec.add_dependency "listen", ">= 2.7", '< 4.0'
end