Hello community,
here is the log from the commit of package rubygem-actionpack-5_0 for
openSUSE:Factory checked in at 2017-07-10 11:07:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actionpack-5_0 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-actionpack-5_0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actionpack-5_0"
Mon Jul 10 11:07:15 2017 rev:6 rq:505390 version:5.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-actionpack-5_0/rubygem-actionpack-5_0.changes
2017-06-08 14:59:23.817559779 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-actionpack-5_0.new/rubygem-actionpack-5_0.changes
2017-07-10 11:07:16.237258947 +0200
@@ -1,0 +2,13 @@
+Tue Jun 20 06:42:28 UTC 2017 - [email protected]
+
+- updated to version 5.0.4
+ see installed CHANGELOG.md
+
+ ## Rails 5.0.4 (June 19, 2017) ##
+
+ * No changes.
+
+
+ ## Rails 5.0.3 (May 12, 2017) ##
+
+-------------------------------------------------------------------
Old:
----
actionpack-5.0.3.gem
New:
----
actionpack-5.0.4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actionpack-5_0.spec ++++++
--- /var/tmp/diff_new_pack.Pj66Q6/_old 2017-07-10 11:07:16.753186088 +0200
+++ /var/tmp/diff_new_pack.Pj66Q6/_new 2017-07-10 11:07:16.757185524 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-actionpack-5_0
-Version: 5.0.3
+Version: 5.0.4
Release: 0
%define mod_name actionpack
%define mod_full_name %{mod_name}-%{version}
++++++ actionpack-5.0.3.gem -> actionpack-5.0.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2017-05-12 22:03:55.000000000 +0200
+++ new/CHANGELOG.md 2017-06-19 23:57:09.000000000 +0200
@@ -1,3 +1,10 @@
+## Rails 5.0.4 (June 19, 2017) ##
+
+* No changes.
+
+
+## Rails 5.0.3 (May 12, 2017) ##
+
* Raise exception when calling `to_h` in an unfiltered Parameters.
This method will raise on unfiltered Parameters if
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_dispatch/http/upload.rb
new/lib/action_dispatch/http/upload.rb
--- old/lib/action_dispatch/http/upload.rb 2017-05-12 22:03:55.000000000
+0200
+++ new/lib/action_dispatch/http/upload.rb 2017-06-19 23:57:09.000000000
+0200
@@ -27,14 +27,18 @@
@tempfile = hash[:tempfile]
raise(ArgumentError, ':tempfile is required') unless @tempfile
- @original_filename = hash[:filename]
- if @original_filename
+ if hash[:filename]
+ @original_filename = hash[:filename].dup
+
begin
@original_filename.encode!(Encoding::UTF_8)
rescue EncodingError
@original_filename.force_encoding(Encoding::UTF_8)
end
+ else
+ @original_filename = nil
end
+
@content_type = hash[:type]
@headers = hash[:head]
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/action_pack/gem_version.rb
new/lib/action_pack/gem_version.rb
--- old/lib/action_pack/gem_version.rb 2017-05-12 22:03:55.000000000 +0200
+++ new/lib/action_pack/gem_version.rb 2017-06-19 23:57:09.000000000 +0200
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 5
MINOR = 0
- TINY = 3
+ TINY = 4
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-05-12 22:03:55.000000000 +0200
+++ new/metadata 2017-06-19 23:57:09.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: actionpack
version: !ruby/object:Gem::Version
- version: 5.0.3
+ version: 5.0.4
platform: ruby
authors:
- David Heinemeier Hansson
autorequire:
bindir: bin
cert_chain: []
-date: 2017-05-12 00:00:00.000000000 Z
+date: 2017-06-19 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
@@ -16,14 +16,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.3
+ version: 5.0.4
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.3
+ version: 5.0.4
- !ruby/object:Gem::Dependency
name: rack
requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.3
+ version: 5.0.4
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.3
+ version: 5.0.4
- !ruby/object:Gem::Dependency
name: activemodel
requirement: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.3
+ version: 5.0.4
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.3
+ version: 5.0.4
description: Web apps on Rails. Simple, battle-tested conventions for building
and
testing MVC web applications. Works with any Rack-compatible server.
email: [email protected]
@@ -298,9 +298,8 @@
requirements:
- none
rubyforge_project:
-rubygems_version: 2.6.10
+rubygems_version: 2.6.12
signing_key:
specification_version: 4
summary: Web-flow and rendering framework putting the VC in MVC (part of
Rails).
test_files: []
-has_rdoc: