Hello community,
here is the log from the commit of package rubygem-actionview-5_0 for
openSUSE:Factory checked in at 2018-07-18 22:47:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actionview-5_0 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-actionview-5_0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actionview-5_0"
Wed Jul 18 22:47:56 2018 rev:8 rq:620976 version:5.0.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-actionview-5_0/rubygem-actionview-5_0.changes
2017-09-26 21:16:05.480318907 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-actionview-5_0.new/rubygem-actionview-5_0.changes
2018-07-18 22:48:00.996139287 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 04:29:33 UTC 2018 - [email protected]
+
+- updated to version 5.0.7
+ see installed CHANGELOG.md
+
+ ## Rails 5.0.7 (March 29, 2018) ##
+
+ * No changes.
+
+-------------------------------------------------------------------
Old:
----
actionview-5.0.6.gem
New:
----
actionview-5.0.7.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actionview-5_0.spec ++++++
--- /var/tmp/diff_new_pack.5dFWD4/_old 2018-07-18 22:48:01.560137417 +0200
+++ /var/tmp/diff_new_pack.5dFWD4/_new 2018-07-18 22:48:01.564137404 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-actionview-5_0
#
-# 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-actionview-5_0
-Version: 5.0.6
+Version: 5.0.7
Release: 0
%define mod_name actionview
%define mod_full_name %{mod_name}-%{version}
++++++ actionview-5.0.6.gem -> actionview-5.0.7.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2017-09-08 02:44:54.000000000 +0200
+++ new/CHANGELOG.md 2018-03-29 19:57:30.000000000 +0200
@@ -1,3 +1,8 @@
+## Rails 5.0.7 (March 29, 2018) ##
+
+* No changes.
+
+
## Rails 5.0.6 (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/action_view/gem_version.rb
new/lib/action_view/gem_version.rb
--- old/lib/action_view/gem_version.rb 2017-09-08 02:44:54.000000000 +0200
+++ new/lib/action_view/gem_version.rb 2018-03-29 19:57:30.000000000 +0200
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 5
MINOR = 0
- TINY = 6
+ TINY = 7
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:44:54.000000000 +0200
+++ new/metadata 2018-03-29 19:57:30.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: actionview
version: !ruby/object:Gem::Version
- version: 5.0.6
+ version: 5.0.7
platform: ruby
authors:
- David Heinemeier Hansson
autorequire:
bindir: bin
cert_chain: []
-date: 2017-09-08 00:00:00.000000000 Z
+date: 2018-03-29 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
@@ -16,14 +16,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.6
+ version: 5.0.7
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.6
+ version: 5.0.7
- !ruby/object:Gem::Dependency
name: builder
requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.6
+ version: 5.0.7
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.6
+ version: 5.0.7
- !ruby/object:Gem::Dependency
name: activemodel
requirement: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.6
+ version: 5.0.7
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.0.6
+ version: 5.0.7
description: Simple, battle-tested conventions and helpers for building web
pages.
email: [email protected]
executables: []
@@ -244,7 +244,7 @@
requirements:
- none
rubyforge_project:
-rubygems_version: 2.6.13
+rubygems_version: 2.6.14
signing_key:
specification_version: 4
summary: Rendering framework putting the V in MVC (part of Rails).