Hello community,

here is the log from the commit of package rubygem-spring for openSUSE:Factory 
checked in at 2015-05-10 10:47:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-spring (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-spring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-spring"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-spring/rubygem-spring.changes    
2015-05-02 17:45:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-spring.new/rubygem-spring.changes       
2015-05-10 10:47:27.000000000 +0200
@@ -1,0 +2,6 @@
+Sat May  9 04:29:57 UTC 2015 - [email protected]
+
+- updated to version 1.3.6
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  spring-1.3.5.gem

New:
----
  spring-1.3.6.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-spring.spec ++++++
--- /var/tmp/diff_new_pack.NttcUz/_old  2015-05-10 10:47:27.000000000 +0200
+++ /var/tmp/diff_new_pack.NttcUz/_new  2015-05-10 10:47:27.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-spring
-Version:        1.3.5
+Version:        1.3.6
 Release:        0
 %define mod_name spring
 %define mod_full_name %{mod_name}-%{version}

++++++ spring-1.3.5.gem -> spring-1.3.6.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2015-04-29 21:51:47.000000000 +0200
+++ new/README.md       2015-05-08 17:35:36.000000000 +0200
@@ -17,7 +17,7 @@
 ## Compatibility
 
 * Ruby versions: MRI 1.9.3, MRI 2.0, MRI 2.1
-* Rails versions: 3.2, 4.0 (in Rails 4.1 and up Spring is included by default)
+* Rails versions: 4.0+ (in Rails 4.1 and up Spring is included by default)
 
 Spring makes extensive use of `Process.fork`, so won't be able to
 provide a speed up on platforms which don't support forking (Windows, JRuby).
@@ -67,7 +67,7 @@
 ### Usage
 
 For this walkthrough I've generated a new Rails application, and run
-`rails generate scaffold posts name:string`.
+`rails generate scaffold post name:string`.
 
 Let's run a test:
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/client/run.rb new/lib/spring/client/run.rb
--- old/lib/spring/client/run.rb        2015-04-29 21:51:47.000000000 +0200
+++ new/lib/spring/client/run.rb        2015-05-08 17:35:36.000000000 +0200
@@ -68,8 +68,7 @@
         pid = Process.spawn(
           gem_env,
           "ruby",
-          "-r", "spring/server",
-          "-e", "Spring::Server.boot"
+          "-e", "gem 'spring', '#{Spring::VERSION}'; require 'spring/server'; 
Spring::Server.boot"
         )
 
         until env.socket_path.exist?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/version.rb new/lib/spring/version.rb
--- old/lib/spring/version.rb   2015-04-29 21:51:47.000000000 +0200
+++ new/lib/spring/version.rb   2015-05-08 17:35:36.000000000 +0200
@@ -1,3 +1,3 @@
 module Spring
-  VERSION = "1.3.5"
+  VERSION = "1.3.6"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-04-29 21:51:47.000000000 +0200
+++ new/metadata        2015-05-08 17:35:36.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: spring
 version: !ruby/object:Gem::Version
-  version: 1.3.5
+  version: 1.3.6
 platform: ruby
 authors:
 - Jon Leighton
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-04-29 00:00:00.000000000 Z
+date: 2015-05-08 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -109,3 +109,4 @@
 specification_version: 4
 summary: Rails application preloader
 test_files: []
+has_rdoc: 


Reply via email to