Hello community,
here is the log from the commit of package rubygem-exception_notification for
openSUSE:Factory checked in at 2013-08-05 20:51:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
and /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-exception_notification"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-exception_notification/rubygem-exception_notification.changes
2013-02-04 19:07:31.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
2013-08-05 20:51:41.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Jul 30 16:03:49 UTC 2013 - [email protected]
+
+- updated to version 4.0.0
+ * enhancements
+ * Be able to override delivery_method (by @jweslley)
+ * Add logger to log when notifications cannot be shiped (by @jweslley)
+ * Add Rails generator to create an initializer file (by @jweslley)
+ * Add rails engine (by @jweslley)
+ * Add sidekiq support (by @jweslley)
+ * Add resque support (by @jweslley)
+ * Better style for html views (by @jweslley)
+ * Support customizable Mailer class (by @Bishop)
+ * Turn ExceptionNotification Rails agnostic (by @jweslley)
+ * Support custom ignore exceptions for background notifications (by
@jweslley)
+ * Be able to implement custom notifiers (by @jweslley)
+ * Add Webhook notifier (by @jweslley)
+ * Rails 4 compatible
+
+ * bug fixes
+ * Don't error if Rails isn't defined. (by @dpogue)
+ * Fix call to #normalize_digits (by @ghiculescu)
+
+-------------------------------------------------------------------
Old:
----
exception_notification-3.0.1.gem
New:
----
exception_notification-4.0.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-exception_notification.spec ++++++
--- /var/tmp/diff_new_pack.mNzOAc/_old 2013-08-05 20:51:41.000000000 +0200
+++ /var/tmp/diff_new_pack.mNzOAc/_new 2013-08-05 20:51:41.000000000 +0200
@@ -17,7 +17,7 @@
Name: rubygem-exception_notification
-Version: 3.0.1
+Version: 4.0.0
Release: 0
%define mod_name exception_notification
%define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
Url: http://smartinez87.github.com/exception_notification
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: Exception notification for Rails apps
License: MIT
Group: Development/Languages/Ruby
@@ -59,9 +59,13 @@
%install
%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.rdoc
%buildroot/%{_docdir}/%{name}/CHANGELOG.rdoc
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md
%buildroot/%{_docdir}/%{name}/README.md
%files
%defattr(-,root,root,-)
+%{_docdir}/%{name}
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]