Hello community,

here is the log from the commit of package rubygem-actionview-5.2 for 
openSUSE:Factory checked in at 2019-01-21 10:27:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actionview-5.2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-actionview-5.2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-actionview-5.2"

Mon Jan 21 10:27:23 2019 rev:4 rq:656403 version:5.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-actionview-5.2/rubygem-actionview-5.2.changes
    2018-12-06 12:17:59.509476328 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionview-5.2.new.28833/rubygem-actionview-5.2.changes
 2019-01-21 10:27:23.693616149 +0100
@@ -1,0 +2,10 @@
+Sat Dec  8 16:13:27 UTC 2018 - Stephan Kulow <co...@suse.com>
+
+- updated to version 5.2.2
+ see installed CHANGELOG.md
+
+  ## Rails 5.2.2 (December 04, 2018) ##
+  
+  *   No changes.
+
+-------------------------------------------------------------------

Old:
----
  actionview-5.2.1.1.gem

New:
----
  actionview-5.2.2.gem

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

Other differences:
------------------
++++++ rubygem-actionview-5.2.spec ++++++
--- /var/tmp/diff_new_pack.XxHTww/_old  2019-01-21 10:27:24.185615609 +0100
+++ /var/tmp/diff_new_pack.XxHTww/_new  2019-01-21 10:27:24.189615604 +0100
@@ -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-actionview-5.2
-Version:        5.2.1.1
+Version:        5.2.2
 Release:        0
 %define mod_name actionview
 %define mod_full_name %{mod_name}-%{version}
@@ -36,9 +36,9 @@
 %endif
 # /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 Url:            http://rubyonrails.org
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml

++++++ actionview-5.2.1.1.gem -> actionview-5.2.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2018-11-27 21:12:18.000000000 +0100
+++ new/CHANGELOG.md    2018-12-04 19:12:05.000000000 +0100
@@ -1,3 +1,8 @@
+## Rails 5.2.2 (December 04, 2018) ##
+
+*   No changes.
+
+
 ## Rails 5.2.1.1 (November 27, 2018) ##
 
 *   No changes.
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_view/gem_version.rb 
new/lib/action_view/gem_version.rb
--- old/lib/action_view/gem_version.rb  2018-11-27 21:12:18.000000000 +0100
+++ new/lib/action_view/gem_version.rb  2018-12-04 19:12:05.000000000 +0100
@@ -9,8 +9,8 @@
   module VERSION
     MAJOR = 5
     MINOR = 2
-    TINY  = 1
-    PRE   = "1"
+    TINY  = 2
+    PRE   = nil
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/assets/compiled/rails-ujs.js 
new/lib/assets/compiled/rails-ujs.js
--- old/lib/assets/compiled/rails-ujs.js        2018-11-27 21:12:18.000000000 
+0100
+++ new/lib/assets/compiled/rails-ujs.js        2018-12-04 19:12:05.000000000 
+0100
@@ -633,7 +633,10 @@
 
       fire = Rails.fire, delegate = Rails.delegate, getData = Rails.getData, $ 
= Rails.$, refreshCSRFTokens = Rails.refreshCSRFTokens, CSRFProtection = 
Rails.CSRFProtection, enableElement = Rails.enableElement, disableElement = 
Rails.disableElement, handleDisabledElement = Rails.handleDisabledElement, 
handleConfirm = Rails.handleConfirm, handleRemote = Rails.handleRemote, 
formSubmitButtonClick = Rails.formSubmitButtonClick, handleMetaClick = 
Rails.handleMetaClick, handleMethod = Rails.handleMethod;
 
-      if ((typeof jQuery !== "undefined" && jQuery !== null) && (jQuery.ajax 
!= null) && !jQuery.rails) {
+      if ((typeof jQuery !== "undefined" && jQuery !== null) && (jQuery.ajax 
!= null)) {
+        if (jQuery.rails) {
+          throw new Error('If you load both jquery_ujs and rails-ujs, use 
rails-ujs only.');
+        }
         jQuery.rails = Rails;
         jQuery.ajaxPrefilter(function(options, originalOptions, xhr) {
           if (!options.crossDomain) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-11-27 21:12:18.000000000 +0100
+++ new/metadata        2018-12-04 19:12:05.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: actionview
 version: !ruby/object:Gem::Version
-  version: 5.2.1.1
+  version: 5.2.2
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-11-27 00:00:00.000000000 Z
+date: 2018-12-04 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.1.1
+        version: 5.2.2
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.1.1
+        version: 5.2.2
 - !ruby/object:Gem::Dependency
   name: builder
   requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.1.1
+        version: 5.2.2
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.1.1
+        version: 5.2.2
 - !ruby/object:Gem::Dependency
   name: activemodel
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.1.1
+        version: 5.2.2
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.1.1
+        version: 5.2.2
 description: Simple, battle-tested conventions and helpers for building web 
pages.
 email: da...@loudthinking.com
 executables: []
@@ -230,8 +230,8 @@
 licenses:
 - MIT
 metadata:
-  source_code_uri: https://github.com/rails/rails/tree/v5.2.1.1/actionview
-  changelog_uri: 
https://github.com/rails/rails/blob/v5.2.1.1/actionview/CHANGELOG.md
+  source_code_uri: https://github.com/rails/rails/tree/v5.2.2/actionview
+  changelog_uri: 
https://github.com/rails/rails/blob/v5.2.2/actionview/CHANGELOG.md
 post_install_message: 
 rdoc_options: []
 require_paths:


Reply via email to