Hello community,
here is the log from the commit of package rubygem-actionmailer-4_2 for
openSUSE:Factory checked in at 2015-03-28 18:38:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actionmailer-4_2 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-actionmailer-4_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actionmailer-4_2"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-actionmailer-4_2/rubygem-actionmailer-4_2.changes
2015-02-16 21:09:19.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-4_2.new/rubygem-actionmailer-4_2.changes
2015-03-28 18:38:34.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 20 20:50:19 UTC 2015 - [email protected]
+
+- updated to version 4.2.1, no changes
+
+-------------------------------------------------------------------
Old:
----
actionmailer-4.2.0.gem
New:
----
actionmailer-4.2.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actionmailer-4_2.spec ++++++
--- /var/tmp/diff_new_pack.AIvLg0/_old 2015-03-28 18:38:35.000000000 +0100
+++ /var/tmp/diff_new_pack.AIvLg0/_new 2015-03-28 18:38:35.000000000 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-actionmailer-4_2
-Version: 4.2.0
+Version: 4.2.1
Release: 0
%define mod_name actionmailer
%define mod_full_name %{mod_name}-%{version}
++++++ actionmailer-4.2.0.gem -> actionmailer-4.2.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2014-12-20 01:14:38.000000000 +0100
+++ new/CHANGELOG.md 2015-03-19 17:41:32.000000000 +0100
@@ -1,3 +1,10 @@
+## Rails 4.2.1 (March 19, 2014) ##
+
+* No changes *
+
+
+## Rails 4.2.0 (December 20, 2014) ##
+
* `MailerGenerator` now generates layouts by default. The HTML mailer layout
now includes `<html>` and `<body>` tags which improve the spam rating in
some spam detection engines. Mailers now inherit from `ApplicationMailer`
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/action_mailer/base.rb
new/lib/action_mailer/base.rb
--- old/lib/action_mailer/base.rb 2014-12-20 01:14:38.000000000 +0100
+++ new/lib/action_mailer/base.rb 2015-03-19 17:41:32.000000000 +0100
@@ -58,7 +58,7 @@
#
# The mail method, if not passed a block, will inspect your views and send
all the views with
# the same name as the method, so the above action would send the
+welcome.text.erb+ view
- # file as well as the +welcome.text.html.erb+ view file in a
+multipart/alternative+ email.
+ # file as well as the +welcome.html.erb+ view file in a
+multipart/alternative+ email.
#
# If you want to explicitly render only certain templates, pass a block:
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/action_mailer/delivery_job.rb
new/lib/action_mailer/delivery_job.rb
--- old/lib/action_mailer/delivery_job.rb 2014-12-20 01:14:38.000000000
+0100
+++ new/lib/action_mailer/delivery_job.rb 2015-03-19 17:41:32.000000000
+0100
@@ -3,10 +3,10 @@
module ActionMailer
# The <tt>ActionMailer::DeliveryJob</tt> class is used when you
# want to send emails outside of the request-response cycle.
- class DeliveryJob < ActiveJob::Base #:nodoc:
+ class DeliveryJob < ActiveJob::Base # :nodoc:
queue_as :mailers
- def perform(mailer, mail_method, delivery_method, *args) #:nodoc#
+ def perform(mailer, mail_method, delivery_method, *args) # :nodoc:
mailer.constantize.public_send(mail_method, *args).send(delivery_method)
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/action_mailer/gem_version.rb
new/lib/action_mailer/gem_version.rb
--- old/lib/action_mailer/gem_version.rb 2014-12-20 01:14:38.000000000
+0100
+++ new/lib/action_mailer/gem_version.rb 2015-03-19 17:41:32.000000000
+0100
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 4
MINOR = 2
- TINY = 0
+ TINY = 1
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 2014-12-20 01:14:38.000000000 +0100
+++ new/metadata 2015-03-19 17:41:32.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: actionmailer
version: !ruby/object:Gem::Version
- version: 4.2.0
+ version: 4.2.1
platform: ruby
authors:
- David Heinemeier Hansson
autorequire:
bindir: bin
cert_chain: []
-date: 2014-12-20 00:00:00.000000000 Z
+date: 2015-03-19 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: actionpack
@@ -16,42 +16,42 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.0
+ version: 4.2.1
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.0
+ version: 4.2.1
- !ruby/object:Gem::Dependency
name: actionview
requirement: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.0
+ version: 4.2.1
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.0
+ version: 4.2.1
- !ruby/object:Gem::Dependency
name: activejob
requirement: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.0
+ version: 4.2.1
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.0
+ version: 4.2.1
- !ruby/object:Gem::Dependency
name: mail
requirement: !ruby/object:Gem::Requirement
@@ -141,7 +141,7 @@
requirements:
- none
rubyforge_project:
-rubygems_version: 2.2.2
+rubygems_version: 2.4.5
signing_key:
specification_version: 4
summary: Email composition, delivery, and receiving framework (part of Rails).
++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.AIvLg0/_old 2015-03-28 18:38:35.000000000 +0100
+++ /var/tmp/diff_new_pack.AIvLg0/_new 2015-03-28 18:38:35.000000000 +0100
@@ -1,76 +1,5 @@
-# ---
-# ## used by gem2rpm
-# :summary: this is a custom summary
-# ## used by gem2rpm
-# :description: |-
-# this is a custom description
-#
-# it can be multiline
-# ## used by gem2rpm
-# :license: MIT or Ruby
-# ## used by gem2rpm and gem_packages
-# :version_suffix: -x_y
-# ## used by gem2rpm and gem_packages
-# :disable_docs: true
-# ## used by gem2rpm
-# :disable_automatic_rdoc_dep: true
-# ## used by gem2rpm
-# :preamble: |-
-# BuildRequires: foobar
-# Requires: foobar
-# ## used by gem2rpm
-# :patches:
-# foo.patch: -p1
-# bar.patch:
-# ## used by gem2rpm
-# :sources:
-# - foo.desktop
-# - bar.desktop
-# :gem_install_args: '....'
-# ## used by gem2rpm
-# :pre_install: |-
-# %if 0%{?use_system_libev}
-# export USE_VENDORED_LIBEV="no"
-# %endif
-# ## used by gem2rpm
-# :post_install: |-
-# # delete custom files here or do other fancy stuff
-# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
-# ## used by gem2rpm
-# :testsuite_command: |-
-# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
-# ## used by gem2rpm
-# :filelist: |-
-# /usr/bin/gem2rpm-opensuse
-# ## used by gem2rpm
-# :scripts:
-# :post: |-
-# /bin/echo foo
-# ## used by gem_packages
-# :main:
-# :preamble: |-
-# Requires: util-linux
-# Recommends: pwgen
-# :filelist: |-
-# /usr/bin/gem2rpm-opensuse
-# ## used by gem_packages
-# :custom:
-# apache:
-# :preamble: |-
-# Requires: .....
-# :filelist: |-
-# /etc/apache2/conf.d/passenger.conf
-# :summary: Custom summary is optional
-# :description: |-
-# Custom description is optional
-#
-# bar
-# :post: |-
-# /bin/echo foo
-#
---
:version_suffix: '-4_2'
-
:preamble: |-
%if 0%{?suse_version} == 1110
%define rb_build_versions ruby21
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]