Hello community,

here is the log from the commit of package rubygem-spring for openSUSE:Factory 
checked in at 2015-05-02 17:45:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-10 09:53:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-spring.new/rubygem-spring.changes       
2015-05-02 17:45:44.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 30 04:30:55 UTC 2015 - [email protected]
+
+- updated to version 1.3.5
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  spring-1.3.4.gem

New:
----
  spring-1.3.5.gem

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

Other differences:
------------------
++++++ rubygem-spring.spec ++++++
--- /var/tmp/diff_new_pack.zYVc8N/_old  2015-05-02 17:45:45.000000000 +0200
+++ /var/tmp/diff_new_pack.zYVc8N/_new  2015-05-02 17:45:45.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-spring
-Version:        1.3.4
+Version:        1.3.5
 Release:        0
 %define mod_name spring
 %define mod_full_name %{mod_name}-%{version}

++++++ spring-1.3.4.gem -> spring-1.3.5.gem ++++++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/commands/rails.rb 
new/lib/spring/commands/rails.rb
--- old/lib/spring/commands/rails.rb    2015-04-06 18:48:55.000000000 +0200
+++ new/lib/spring/commands/rails.rb    2015-04-29 21:51:47.000000000 +0200
@@ -84,6 +84,20 @@
     end
 
     class RailsTest < Rails
+      def env(args)
+        environment = "test"
+
+        args.each.with_index do |arg, i|
+          if arg =~ /--environment=(\w+)/
+            environment = $1
+          elsif i > 0 && args[i - 1] == "-e"
+            environment = arg
+          end
+        end
+
+        environment
+      end
+
       def command_name
         "test"
       end
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-06 18:48:55.000000000 +0200
+++ new/lib/spring/version.rb   2015-04-29 21:51:47.000000000 +0200
@@ -1,3 +1,3 @@
 module Spring
-  VERSION = "1.3.4"
+  VERSION = "1.3.5"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-04-06 18:48:55.000000000 +0200
+++ new/metadata        2015-04-29 21:51:47.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: spring
 version: !ruby/object:Gem::Version
-  version: 1.3.4
+  version: 1.3.5
 platform: ruby
 authors:
 - Jon Leighton
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-04-06 00:00:00.000000000 Z
+date: 2015-04-29 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport


Reply via email to