Hello community,

here is the log from the commit of package rubygem-responders for 
openSUSE:Factory checked in at 2019-06-19 21:00:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-responders (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-responders.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-responders"

Wed Jun 19 21:00:55 2019 rev:6 rq:706018 version:2.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-responders/rubygem-responders.changes    
2017-06-08 15:00:53.328926897 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-responders.new.4811/rubygem-responders.changes
  2019-06-19 21:00:55.202114284 +0200
@@ -1,0 +2,10 @@
+Sat Mar  2 15:34:10 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 2.4.1
+ see installed CHANGELOG.md
+
+  ## 2.4.1
+  
+  * Add support for Rails 6 beta
+
+-------------------------------------------------------------------

Old:
----
  responders-2.4.0.gem

New:
----
  responders-2.4.1.gem

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

Other differences:
------------------
++++++ rubygem-responders.spec ++++++
--- /var/tmp/diff_new_pack.qfR1ni/_old  2019-06-19 21:00:55.802114788 +0200
+++ /var/tmp/diff_new_pack.qfR1ni/_new  2019-06-19 21:00:55.806114791 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-responders
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-responders
-Version:        2.4.0
+Version:        2.4.1
 Release:        0
 %define mod_name responders
 %define mod_full_name %{mod_name}-%{version}
@@ -32,8 +32,8 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:            http://github.com/plataformatec/responders
-Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Url:            https://github.com/plataformatec/responders
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        A set of Rails responders to dry up your application
 License:        MIT

++++++ responders-2.4.0.gem -> responders-2.4.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2017-04-29 00:13:52.000000000 +0200
+++ new/CHANGELOG.md    2019-01-21 17:43:21.000000000 +0100
@@ -1,3 +1,7 @@
+## 2.4.1
+
+* Add support for Rails 6 beta
+
 ## 2.4.0
 
 * `respond_with` now accepts a new kwargs called `:render` which goes straight 
to the `render`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2017-04-29 00:13:52.000000000 +0200
+++ new/README.md       2019-01-21 17:43:21.000000000 +0100
@@ -241,7 +241,7 @@
 
 ## Examples
 
-Want more examples ? Check out this blog posts:
+Want more examples ? Check out these blog posts:
 
 * [Embracing REST with mind, body and 
soul](http://blog.plataformatec.com.br/2009/08/embracing-rest-with-mind-body-and-soul/)
 * [Three reasons to love 
ActionController::Responder](http://weblog.rubyonrails.org/2009/8/31/three-reasons-love-responder/)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_controller/respond_with.rb 
new/lib/action_controller/respond_with.rb
--- old/lib/action_controller/respond_with.rb   2017-04-29 00:13:52.000000000 
+0200
+++ new/lib/action_controller/respond_with.rb   2019-01-21 17:43:21.000000000 
+0100
@@ -192,7 +192,7 @@
     #    need to render a template which is outside of controller's path or you
     #    want to override the default http <tt>:status</tt> code, e.g.
     #
-    #    response_with(resource, render: { template: 'path/to/template', 
status: 422 })
+    #    respond_with(resource, render: { template: 'path/to/template', 
status: 422 })
     def respond_with(*resources, &block)
       if self.class.mimes_for_respond_to.empty?
         raise "In order to use respond_with, first you need to declare the " \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/responders/version.rb 
new/lib/responders/version.rb
--- old/lib/responders/version.rb       2017-04-29 00:13:52.000000000 +0200
+++ new/lib/responders/version.rb       2019-01-21 17:43:21.000000000 +0100
@@ -1,3 +1,3 @@
 module Responders
-  VERSION = "2.4.0".freeze
+  VERSION = "2.4.1".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-04-29 00:13:52.000000000 +0200
+++ new/metadata        2019-01-21 17:43:21.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: responders
 version: !ruby/object:Gem::Version
-  version: 2.4.0
+  version: 2.4.1
 platform: ruby
 authors:
 - José Valim
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-04-28 00:00:00.000000000 Z
+date: 2019-01-21 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties
@@ -19,7 +19,7 @@
         version: 4.2.0
     - - "<"
       - !ruby/object:Gem::Version
-        version: '5.3'
+        version: '6.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@
         version: 4.2.0
     - - "<"
       - !ruby/object:Gem::Version
-        version: '5.3'
+        version: '6.0'
 - !ruby/object:Gem::Dependency
   name: actionpack
   requirement: !ruby/object:Gem::Requirement
@@ -39,7 +39,7 @@
         version: 4.2.0
     - - "<"
       - !ruby/object:Gem::Version
-        version: '5.3'
+        version: '6.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@
         version: 4.2.0
     - - "<"
       - !ruby/object:Gem::Version
-        version: '5.3'
+        version: '6.0'
 description: A set of Rails responders to dry up your application
 email: [email protected]
 executables: []
@@ -74,7 +74,7 @@
 - lib/responders/locales/en.yml
 - lib/responders/location_responder.rb
 - lib/responders/version.rb
-homepage: http://github.com/plataformatec/responders
+homepage: https://github.com/plataformatec/responders
 licenses:
 - MIT
 metadata: {}
@@ -94,7 +94,7 @@
       version: '0'
 requirements: []
 rubyforge_project: responders
-rubygems_version: 2.6.11
+rubygems_version: 2.7.6
 signing_key: 
 specification_version: 4
 summary: A set of Rails responders to dry up your application


Reply via email to