Hello community,
here is the log from the commit of package rubygem-activejob-5_1 for
openSUSE:Factory checked in at 2018-02-18 11:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activejob-5_1 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-activejob-5_1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-activejob-5_1"
Sun Feb 18 11:44:09 2018 rev:3 rq:577552 version:5.1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-activejob-5_1/rubygem-activejob-5_1.changes
2017-09-13 22:36:29.287633557 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-activejob-5_1.new/rubygem-activejob-5_1.changes
2018-02-18 11:44:15.441523433 +0100
@@ -1,0 +2,12 @@
+Thu Feb 15 05:29:16 UTC 2018 - [email protected]
+
+- updated to version 5.1.5
+ see installed CHANGELOG.md
+
+ ## Rails 5.1.5 (February 14, 2018) ##
+
+ * Gemfile for new apps: upgrade redis-rb from ~> 3.0 to 4.0.
+
+ *Jeremy Daer*
+
+-------------------------------------------------------------------
Old:
----
activejob-5.1.4.gem
New:
----
activejob-5.1.5.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-activejob-5_1.spec ++++++
--- /var/tmp/diff_new_pack.i9HKkP/_old 2018-02-18 11:44:17.133462695 +0100
+++ /var/tmp/diff_new_pack.i9HKkP/_new 2018-02-18 11:44:17.133462695 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-activejob-5_1
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
#
Name: rubygem-activejob-5_1
-Version: 5.1.4
+Version: 5.1.5
Release: 0
%define mod_name activejob
%define mod_full_name %{mod_name}-%{version}
++++++ activejob-5.1.4.gem -> activejob-5.1.5.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2017-09-08 02:49:03.000000000 +0200
+++ new/CHANGELOG.md 2018-02-14 21:00:51.000000000 +0100
@@ -1,3 +1,9 @@
+## Rails 5.1.5 (February 14, 2018) ##
+
+* Gemfile for new apps: upgrade redis-rb from ~> 3.0 to 4.0.
+
+ *Jeremy Daer*
+
## Rails 5.1.4 (September 07, 2017) ##
* 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/active_job/gem_version.rb
new/lib/active_job/gem_version.rb
--- old/lib/active_job/gem_version.rb 2017-09-08 02:49:03.000000000 +0200
+++ new/lib/active_job/gem_version.rb 2018-02-14 21:00:51.000000000 +0100
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 5
MINOR = 1
- TINY = 4
+ TINY = 5
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-09-08 02:49:03.000000000 +0200
+++ new/metadata 2018-02-14 21:00:51.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: activejob
version: !ruby/object:Gem::Version
- version: 5.1.4
+ version: 5.1.5
platform: ruby
authors:
- David Heinemeier Hansson
autorequire:
bindir: bin
cert_chain: []
-date: 2017-09-08 00:00:00.000000000 Z
+date: 2018-02-14 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
@@ -16,14 +16,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.1.4
+ version: 5.1.5
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.1.4
+ version: 5.1.5
- !ruby/object:Gem::Dependency
name: globalid
requirement: !ruby/object:Gem::Requirement
@@ -85,7 +85,9 @@
homepage: http://rubyonrails.org
licenses:
- MIT
-metadata: {}
+metadata:
+ source_code_uri: https://github.com/rails/rails/tree/v5.1.5/activejob
+ changelog_uri:
https://github.com/rails/rails/blob/v5.1.5/activejob/CHANGELOG.md
post_install_message:
rdoc_options: []
require_paths:
@@ -102,7 +104,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.6.13
+rubygems_version: 2.7.3
signing_key:
specification_version: 4
summary: Job framework with pluggable queues.