commit rubygem-exception_notification for openSUSE:Factory

2020-07-14 Thread root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2020-07-14 08:06:18

Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new.3060 
(New)


Package is "rubygem-exception_notification"

Tue Jul 14 08:06:18 2020 rev:21 rq:820740 version:4.4.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-exception_notification/rubygem-exception_notification.changes
2020-06-27 23:24:19.322165864 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new.3060/rubygem-exception_notification.changes
  2020-07-14 08:06:22.639166602 +0200
@@ -1,0 +2,8 @@
+Mon Jul 13 17:26:21 UTC 2020 - Manuel Schnitzer 
+
+- updated to version 4.4.3
+
+  * big fixes
+* Remove using configured default from address from custom mailer_parent 
class
+
+---

Old:

  exception_notification-4.4.1.gem

New:

  exception_notification-4.4.3.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.cyp8P1/_old  2020-07-14 08:06:23.975170928 +0200
+++ /var/tmp/diff_new_pack.cyp8P1/_new  2020-07-14 08:06:23.979170942 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-exception_notification
-Version:4.4.1
+Version:4.4.3
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}

++ exception_notification-4.4.1.gem -> exception_notification-4.4.3.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.rdoc new/CHANGELOG.rdoc
--- old/CHANGELOG.rdoc  2020-06-23 19:44:22.0 +0200
+++ new/CHANGELOG.rdoc  2020-06-29 18:19:58.0 +0200
@@ -1,3 +1,13 @@
+== 4.4.3
+
+* big fixes
+  * Remove using configured default from address from custom mailer_parent 
class
+
+== 4.4.2 (yanked)
+
+* bug fixes
+  * Fix `sender_address` being overwritten
+
 == 4.4.1
 
 * enhancements
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exception_notification.gemspec 
new/exception_notification.gemspec
--- old/exception_notification.gemspec  2020-06-23 19:44:22.0 +0200
+++ new/exception_notification.gemspec  2020-06-29 18:19:58.0 +0200
@@ -6,7 +6,7 @@
   s.name = 'exception_notification'
   s.version = ExceptionNotification::VERSION
   s.authors = ['Jamis Buck', 'Josh Peek']
-  s.date = '2020-06-23'
+  s.date = '2020-06-29'
   s.summary = 'Exception notification for Rails apps'
   s.homepage = 'https://smartinez87.github.io/exception_notification/'
   s.email = 'smartine...@gmail.com'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/exception_notification/version.rb 
new/lib/exception_notification/version.rb
--- old/lib/exception_notification/version.rb   2020-06-23 19:44:22.0 
+0200
+++ new/lib/exception_notification/version.rb   2020-06-29 18:19:58.0 
+0200
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module ExceptionNotification
-  VERSION = '4.4.1'
+  VERSION = '4.4.3'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/exception_notifier/email_notifier.rb 
new/lib/exception_notifier/email_notifier.rb
--- old/lib/exception_notifier/email_notifier.rb2020-06-23 
19:44:22.0 +0200
+++ new/lib/exception_notifier/email_notifier.rb2020-06-29 
18:19:58.0 +0200
@@ -127,7 +127,7 @@
 headers = {
   delivery_method: @options[:delivery_method],
   to: exception_recipients,
-  from: self.class.default[:from] || @options[:sender_address],
+  from: @options[:sender_address],
   subject: subject,
   template_name: name
 }.merge(@options[:email_headers])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2020-06-23 19:44:22.0 +0200
+++ new/metadata2020-06-29 18:19:58.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: exception_notification
 version: !ruby/object:Gem::Version
-  version: 4.4.1
+  version: 4.4.3
 platform: ruby
 authors:
 - Jamis Buck
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-06-23 00:00:00.0 Z
+date: 2020-06-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionmailer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit rubygem-exception_notification for openSUSE:Factory

2020-06-27 Thread root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2020-06-27 23:24:14

Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new.3060 
(New)


Package is "rubygem-exception_notification"

Sat Jun 27 23:24:14 2020 rev:20 rq:817433 version:4.4.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-exception_notification/rubygem-exception_notification.changes
2019-08-19 21:41:01.608294724 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new.3060/rubygem-exception_notification.changes
  2020-06-27 23:24:19.322165864 +0200
@@ -1,0 +2,13 @@
+Sat Jun 27 18:55:33 UTC 2020 - Manuel Schnitzer 
+
+- updated to version 4.4.1
+
+  * enhancements
+* Enhance `ignore_if` option to allow by-notifier customization (by 
@fursich)
+* Ignore extended modules of ignored exceptions (by @elengine)
+* Add `exception_data` to Mattermost notifier (by @camillof)
+
+  * bug fixes
+* Fix Rubocop offenses (by @nicolasferraro)
+
+---

Old:

  exception_notification-4.4.0.gem

New:

  exception_notification-4.4.1.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.hSV1cd/_old  2020-06-27 23:24:19.830167535 +0200
+++ /var/tmp/diff_new_pack.hSV1cd/_new  2020-06-27 23:24:19.834167548 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-exception_notification
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,15 +24,15 @@
 #
 
 Name:   rubygem-exception_notification
-Version:4.4.0
+Version:4.4.1
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.0}
+BuildRequires:  %{ruby >= 2.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:https://smartinez87.github.io/exception_notification/
+URL:https://smartinez87.github.io/exception_notification/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Exception notification for Rails apps

++ exception_notification-4.4.0.gem -> exception_notification-4.4.1.gem 
++
 1912 lines of diff (skipped)




commit rubygem-exception_notification for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2019-08-19 21:40:58

Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new.22127 
(New)


Package is "rubygem-exception_notification"

Mon Aug 19 21:40:58 2019 rev:19 rq:724307 version:4.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-exception_notification/rubygem-exception_notification.changes
2019-01-21 10:25:55.561712878 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new.22127/rubygem-exception_notification.changes
 2019-08-19 21:41:01.608294724 +0200
@@ -1,0 +2,17 @@
+Sat Aug 17 21:04:49 UTC 2019 - Manuel Schnitzer 
+
+- updated to version 4.4.0
+
+  * enhancements
+* Rails 6 compatibility (by @shanecav)
+* Add Datadog notifier (by @ajain0184)
+* Use backtrace cleaner for Slack notifications (by @pomier)
+* Add slack channel name override option (by @chaadow)
+* Addition of sample application for testing purposes (by @ampeigonet)
+
+  * bug fixes
+* Fix error in Resque failure backend (by @EmilioCristalli)
+* Remove sqlite dependency (by @EmilioCristalli)
+* Configure ignore_crawlers from Rails initializer (by @EmilioCristalli)
+
+---

Old:

  exception_notification-4.3.0.gem

New:

  exception_notification-4.4.0.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.exgU1S/_old  2019-08-19 21:41:02.864294478 +0200
+++ /var/tmp/diff_new_pack.exgU1S/_new  2019-08-19 21:41:02.872294476 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-exception_notification
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-exception_notification
-Version:4.3.0
+Version:4.4.0
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}

++ exception_notification-4.3.0.gem -> exception_notification-4.4.0.gem 
++
 18769 lines of diff (skipped)




commit rubygem-exception_notification for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2019-01-21 10:25:53

Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new.28833 
(New)


Package is "rubygem-exception_notification"

Mon Jan 21 10:25:53 2019 rev:18 rq:656380 version:4.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-exception_notification/rubygem-exception_notification.changes
2017-09-04 12:36:55.882372182 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new.28833/rubygem-exception_notification.changes
 2019-01-21 10:25:55.561712878 +0100
@@ -1,0 +2,21 @@
+Sat Dec  8 16:20:42 UTC 2018 - Stephan Kulow 
+
+- updated to version 4.3.0
+ see installed CHANGELOG.rdoc
+
+  == 4.3.0
+  
+  * enhancements
+* Add Microsoft Teams Notifier (by @phaelin)
+* Add SNS notifier (by @FLarra)
+* Add Google Chats notifier (by @renatolond)
+* Align output of section-headers consistently (by @kronn)
+* ExceptionNotifier.notify_exception receives block & pass it to each 
notifier (by @pocke)
+* Update Travis to latest rubies (by @lostapathy)
+  
+  * bug fixes
+* Replace all before_filter to before_action on readme (by @pastullo)
+* Fix error when using error grouping outside of rails (by @garethcokell)
+* Fix missing MissingController Mattermost class (by @n-rodriguez)
+
+---

Old:

  exception_notification-4.2.2.gem

New:

  exception_notification-4.3.0.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.002CIj/_old  2019-01-21 10:25:56.913711393 +0100
+++ /var/tmp/diff_new_pack.002CIj/_new  2019-01-21 10:25:56.913711393 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-exception_notification
 #
-# 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-exception_notification
-Version:4.2.2
+Version:4.3.0
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:https://smartinez87.github.io/exception_notification/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Exception notification for Rails apps
 License:MIT

++ exception_notification-4.2.2.gem -> exception_notification-4.3.0.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2017-08-12 22:52:29.0 +0200
+++ new/Appraisals  2018-11-22 23:02:26.0 +0100
@@ -1,8 +1,7 @@
-rails_versions = ['~> 4.0.5', '~> 4.1.1', '~> 4.2.0', '~> 5.0.0']
+rails_versions = ['~> 4.0.5', '~> 4.1.1', '~> 4.2.0', '~> 5.0.0', '~> 5.1.0']
 
 rails_versions.each do |rails_version|
   appraise "rails#{rails_version.slice(/\d+\.\d+/).gsub('.', '_')}" do
 gem 'rails', rails_version
-gem "sqlite3"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.rdoc new/CHANGELOG.rdoc
--- old/CHANGELOG.rdoc  2017-08-12 22:52:29.0 +0200
+++ new/CHANGELOG.rdoc  2018-11-22 23:02:26.0 +0100
@@ -1,7 +1,22 @@
+== 4.3.0
+
+* enhancements
+  * Add Microsoft Teams Notifier (by @phaelin)
+  * Add SNS notifier (by @FLarra)
+  * Add Google Chats notifier (by @renatolond)
+  * Align output of section-headers consistently (by @kronn)
+  * ExceptionNotifier.notify_exception receives block & pass it to each 
notifier (by @pocke)
+  * Update Travis to latest rubies (by @lostapathy)
+
+* bug fixes
+  * Replace all before_filter to before_action on readme (by @pastullo)
+  * Fix error when using error grouping outside of rails (by @garethcokell)
+  * Fix missing MissingController Mattermost class (by @n-rodriguez)
+
 == 4.2.2
 
 * enhancements
-  * Error groupiong (by @Martin91)
+  * Error grouping (by @Martin91)
   * Additional 

commit rubygem-exception_notification for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2017-09-04 12:36:54

Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new (New)


Package is "rubygem-exception_notification"

Mon Sep  4 12:36:54 2017 rev:17 rq:520442 version:4.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-exception_notification/rubygem-exception_notification.changes
2016-07-30 00:27:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2017-09-04 12:36:55.882372182 +0200
@@ -1,0 +2,13 @@
+Sun Sep  3 09:00:32 UTC 2017 - co...@suse.com
+
+- updated to version 4.2.2
+ see installed CHANGELOG.rdoc
+
+  == 4.2.2
+  
+  * enhancements
+* Error groupiong (by @Martin91)
+* Additional fields for Slack support (by @schurig)
+* Enterprise HipChat support (by @seanhuber)
+
+---

Old:

  exception_notification-4.2.1.gem

New:

  exception_notification-4.2.2.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.ORpWOh/_old  2017-09-04 12:36:56.786245015 +0200
+++ /var/tmp/diff_new_pack.ORpWOh/_new  2017-09-04 12:36:56.786245015 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-exception_notification
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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-exception_notification
-Version:4.2.1
+Version:4.2.2
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}

++ exception_notification-4.2.1.gem -> exception_notification-4.2.2.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.rdoc new/CHANGELOG.rdoc
--- old/CHANGELOG.rdoc  2016-07-18 01:26:10.0 +0200
+++ new/CHANGELOG.rdoc  2017-08-12 22:52:29.0 +0200
@@ -1,3 +1,10 @@
+== 4.2.2
+
+* enhancements
+  * Error groupiong (by @Martin91)
+  * Additional fields for Slack support (by @schurig)
+  * Enterprise HipChat support (by @seanhuber)
+
 == 4.2.1
 
 * enhancements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2016-07-18 01:26:10.0 +0200
+++ new/CONTRIBUTING.md 2017-08-12 22:52:29.0 +0200
@@ -30,8 +30,9 @@
   bundle
   cd test/dummy
   bundle
-  bundle exec rake db:reset
-  bundle exec rake db:test:prepare
+  bundle exec rake db:reset db:test:prepare
+  cd ../..
+  bundle exec rake test
   ```
 * Create a topic branch from where you want to base your work.
 * Add a test for your change. Only refactoring and documentation changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-07-18 01:26:10.0 +0200
+++ new/README.md   2017-08-12 22:52:29.0 +0200
@@ -82,7 +82,7 @@
 
 ## Notifiers
 
-ExceptionNotification relies on notifiers to deliver notifications when errors 
occur in your applications. By default, six notifiers are available:
+ExceptionNotification relies on notifiers to deliver notifications when errors 
occur in your applications. By default, 7 notifiers are available:
 
 * [Campfire notifier](#campfire-notifier)
 * [Email notifier](#email-notifier)
@@ -279,6 +279,12 @@
 
 If enabled, remove numbers from subject so they thread as a single one. Use 
`:normalize_subject => true` to enable it.
 
+# include_controller_and_action_names_in_subject
+
+*Boolean, default: true*
+
+If enabled, include the controller and action names in the subject. Use 
`:include_controller_and_action_names_in_subject => false` to exclude them.
+
 # email_format
 
 *Symbol, default: :text*
@@ -393,6 +399,12 @@
 
 Message will appear from this nickname. Default : 'Exception'.
 
+# server_url
+
+*String, optional*
+
+Custom Server URL for self-hosted, Enterprise HipChat Server
+
 For all options & possible values see [Hipchat 
API](https://www.hipchat.com/docs/api/method/rooms/message).
 
 ### IRC notifier
@@ -590,6 +602,12 @@
 
 Contains additional payload for a message (e.g avatar, attachments, etc). See 
[slack-notifier](https://github.com/stevenosloan/slack-notifier#additional-parameters)
 for more information.. Default: '{}'
 

commit rubygem-exception_notification for openSUSE:Factory

2016-07-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2016-07-30 00:27:28

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
2016-07-20 09:25:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2016-07-30 00:27:30.0 +0200
@@ -1,0 +2,16 @@
+Tue Jul 19 04:28:54 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.1
+ see installed CHANGELOG.rdoc
+
+  == 4.2.1
+  
+  * enhancements
+* Allow customizable backtrace for Slack (by @aried3r)
+* Add `Mongoid::Errors::DocumentNotFound` to ignored_exceptions (by 
@nazarok)
+* Improved text in Slack notifier (by @vojtad)
+  
+  * bug fixes
+* Fix data being sent on webhook notifier
+
+---

Old:

  exception_notification-4.2.0.gem

New:

  exception_notification-4.2.1.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.E0Az7J/_old  2016-07-30 00:27:31.0 +0200
+++ /var/tmp/diff_new_pack.E0Az7J/_new  2016-07-30 00:27:31.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-exception_notification
-Version:4.2.0
+Version:4.2.1
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}

++ exception_notification-4.2.0.gem -> exception_notification-4.2.1.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.rdoc new/CHANGELOG.rdoc
--- old/CHANGELOG.rdoc  2016-07-12 22:43:57.0 +0200
+++ new/CHANGELOG.rdoc  2016-07-18 01:26:10.0 +0200
@@ -1,3 +1,13 @@
+== 4.2.1
+
+* enhancements
+  * Allow customizable backtrace for Slack (by @aried3r)
+  * Add `Mongoid::Errors::DocumentNotFound` to ignored_exceptions (by @nazarok)
+  * Improved text in Slack notifier (by @vojtad)
+
+* bug fixes
+  * Fix data being sent on webhook notifier
+
 == 4.2.0
 
 * enhancements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-07-12 22:43:57.0 +0200
+++ new/README.md   2016-07-18 01:26:10.0 +0200
@@ -823,7 +823,7 @@
 
 ### :ignore_exceptions
 
-*Array of strings, default: %w{ActiveRecord::RecordNotFound 
AbstractController::ActionNotFound ActionController::RoutingError 
ActionController::UnknownFormat}*
+*Array of strings, default: %w{ActiveRecord::RecordNotFound 
Mongoid::Errors::DocumentNotFound AbstractController::ActionNotFound 
ActionController::RoutingError ActionController::UnknownFormat}*
 
 Ignore specified exception types. To achieve that, you should use the 
`:ignore_exceptions` option, like this:
 
@@ -950,21 +950,13 @@
 
 ## Versions
 
-For v4.0.1, see this tag:
+For v4.2.1, see this tag:
 
-http://github.com/smartinez87/exception_notification/tree/v4.0.1
+http://github.com/smartinez87/exception_notification/tree/v4.2.1
 
-For v4.0.0, see this tag:
+For v4.2.0, see this tag:
 
-http://github.com/smartinez87/exception_notification/tree/v4.0.0
-
-For v3.0.1, see this tag:
-
-http://github.com/smartinez87/exception_notification/tree/v3.0.1
-
-For v3.0.0, see this tag:
-
-http://github.com/smartinez87/exception_notification/tree/v3.0.0
+http://github.com/smartinez87/exception_notification/tree/v4.2.0
 
 For previous releases, visit:
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exception_notification.gemspec 
new/exception_notification.gemspec
--- old/exception_notification.gemspec  2016-07-12 22:43:57.0 +0200
+++ new/exception_notification.gemspec  2016-07-18 01:26:10.0 +0200
@@ -1,8 +1,8 @@
 Gem::Specification.new do |s|
   s.name = 'exception_notification'
-  s.version = '4.2.0'
+  s.version = '4.2.1'
   s.authors = ["Jamis Buck", "Josh Peek"]
-  s.date = %q{2016-07-12}
+  s.date = %q{2016-07-17}
   s.summary = "Exception notification for Rails apps"
   s.homepage = "https://smartinez87.github.io/exception_notification/;
   s.email = "smartine...@gmail.com"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/exception_notification/rack.rb 
new/lib/exception_notification/rack.rb
--- old/lib/exception_notification/rack.rb  2016-07-12 

commit rubygem-exception_notification for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2016-07-20 09:25:17

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
2016-01-28 17:22:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2016-07-20 09:25:19.0 +0200
@@ -1,0 +2,19 @@
+Wed Jul 13 04:33:13 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.0
+ see installed CHANGELOG.rdoc
+
+  == 4.2.0
+  
+  * enhancements
+* update URL in gemspec (by @ktdreyer)
+* Add `hostname` to Slack notifier (by @juanazam)
+* Allow `exception_recipients` to be a proc (by @kellyjosephprice)
+* Add Mattermost integration (by @Aschen)
+* Rails 5 compatible
+  
+  * bug fixes
+* Fix error when showing timestamp on non Rails apps
+* Fix delivery failure when deliver_with specified (by @grzuy)
+
+---

Old:

  exception_notification-4.1.4.gem

New:

  exception_notification-4.2.0.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.fDaydJ/_old  2016-07-20 09:25:21.0 +0200
+++ /var/tmp/diff_new_pack.fDaydJ/_new  2016-07-20 09:25:21.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-exception_notification
-Version:4.1.4
+Version:4.2.0
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:http://smartinez87.github.com/exception_notification
+Url:https://smartinez87.github.io/exception_notification/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Exception notification for Rails apps

++ exception_notification-4.1.4.gem -> exception_notification-4.2.0.gem 
++
 1703 lines of diff (skipped)




commit rubygem-exception_notification for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2016-01-28 17:22:55

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
2016-01-12 16:12:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2016-01-28 17:22:57.0 +0100
@@ -1,0 +2,20 @@
+Thu Jan 21 05:34:37 UTC 2016 - co...@suse.com
+
+- updated to version 4.1.4
+ see installed CHANGELOG.rdoc
+
+---
+Wed Dec 23 05:33:29 UTC 2015 - co...@suse.com
+
+- updated to version 4.1.3
+ see installed CHANGELOG.rdoc
+
+  == undefined
+  
+  * enhancements
+* Add a way to have a backtrace callback on notifiers (by @pcboy)
+  
+  * bug fixes
+* Fix incompatible character encodings error (by @san650)
+
+---

Old:

  exception_notification-4.1.2.gem

New:

  exception_notification-4.1.4.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.mgbyWJ/_old  2016-01-28 17:22:58.0 +0100
+++ /var/tmp/diff_new_pack.mgbyWJ/_new  2016-01-28 17:22:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-exception_notification
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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-exception_notification
-Version:4.1.2
+Version:4.1.4
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}

++ exception_notification-4.1.2.gem -> exception_notification-4.1.4.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.rdoc new/CHANGELOG.rdoc
--- old/CHANGELOG.rdoc  2015-12-04 21:45:42.0 +0100
+++ new/CHANGELOG.rdoc  2016-01-07 22:21:05.0 +0100
@@ -1,3 +1,17 @@
+== 4.1.4
+
+* bug fixes
+  * HTML-escape exception messages sent to hipchat
+  * Send the correct options in send_notice
+
+== 4.1.3
+
+* enhancements
+  * Add a way to have a backtrace callback on notifiers (by @pcboy)
+
+* bug fixes
+  * Fix incompatible character encodings error (by @san650)
+
 == 4.1.2
 * enhancements
   * Change format of Slack notifications (by @eldano)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-12-04 21:45:42.0 +0100
+++ new/README.md   2016-01-07 22:21:05.0 +0100
@@ -7,26 +7,21 @@
 
 **THIS README IS FOR THE MASTER BRANCH AND REFLECTS THE WORK CURRENTLY 
EXISTING ON THE MASTER BRANCH. IF YOU ARE WISHING TO USE A NON-MASTER BRANCH OF 
EXCEPTION NOTIFICATION, PLEASE CONSULT THAT BRANCH'S README AND NOT THIS ONE.**
 
--
-
-The Exception Notification gem provides a set of [notifiers](#notifiers) for 
sending notifications when errors occur in a Rack/Rails application.
-
-The built-in notifiers can deliver notifications by [email](#email-notifier), 
[campfire rooms](#campfire-notifier) or via [webhooks](#webhook-notifier).
+---
 
+The Exception Notification gem provides a set of [notifiers](#notifiers) for 
sending notifications when errors occur in a Rack/Rails application. The 
built-in notifiers can deliver notifications by [email](#email-notifier), 
[Campfire](#campfire-notifier), [HipChat](#hipchat-notifier), 
[Slack](#slack-notifier), [IRC](#irc-notifier) or via custom 
[WebHooks](#webhook-notifier).
 
 There's a great [Railscast about Exception 
Notification](http://railscasts.com/episodes/104-exception-notifications-revised)
 you can see that may help you getting started.
 
 [Follow us on Twitter](https://twitter.com/exception_notif) to get updates and 
notices about new releases.
 
-
 ## Requirements
 
-* Ruby 1.9.3 or greater
-* Rails 3.1 or greater, Sinatra or another Rack-based application.
+* Ruby 2.0 or greater
+* Rails 4.0 or greater, Sinatra or another Rack-based application.
 
 For previous releases, please checkout [this](#versions).
 
-
 ## Getting Started
 
 Add the following line to your application's Gemfile:
@@ -35,7 +30,9 @@
 gem 'exception_notification'
 ```
 
-As of Rails 3 

commit rubygem-exception_notification for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2016-01-12 16:12:07

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
2015-06-16 14:06:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2016-01-12 16:12:08.0 +0100
@@ -1,0 +2,10 @@
+Sat Dec  5 05:30:02 UTC 2015 - co...@suse.com
+
+- updated to version 4.1.2
+ see installed CHANGELOG.rdoc
+
+  == 4.1.2
+  * enhancements
+* Change format of Slack notifications (by @eldano)
+
+---

Old:

  exception_notification-4.1.1.gem

New:

  exception_notification-4.1.2.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.7iM4OI/_old  2016-01-12 16:12:09.0 +0100
+++ /var/tmp/diff_new_pack.7iM4OI/_new  2016-01-12 16:12:09.0 +0100
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-exception_notification
-Version:4.1.1
+Version:4.1.2
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9.3}
+BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:http://smartinez87.github.com/exception_notification

++ exception_notification-4.1.1.gem -> exception_notification-4.1.2.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2015-06-09 16:51:23.0 +0200
+++ new/Appraisals  2015-12-04 21:45:42.0 +0100
@@ -1,11 +1,3 @@
-appraise "rails3_1" do
-  gem 'rails', '~> 3.1.0'
-end
-
-appraise "rails3_2" do
-  gem 'rails', '~> 3.2.0'
-end
-
 appraise "rails4_0" do
   gem 'rails', '4.0.5'
 end
@@ -13,3 +5,7 @@
 appraise "rails4_1" do
   gem 'rails', '~> 4.1.1'
 end
+
+appraise "rails4_2" do
+  gem 'rails', '~> 4.2.0'
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.rdoc new/CHANGELOG.rdoc
--- old/CHANGELOG.rdoc  2015-06-09 16:51:23.0 +0200
+++ new/CHANGELOG.rdoc  2015-12-04 21:45:42.0 +0100
@@ -1,3 +1,7 @@
+== 4.1.2
+* enhancements
+  * Change format of Slack notifications (by @eldano)
+
 == 4.1.1
 
 * bug fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2015-06-09 16:51:23.0 +0200
+++ new/Gemfile.lock1970-01-01 01:00:00.0 +0100
@@ -1,174 +0,0 @@
-PATH
-  remote: .
-  specs:
-exception_notification (4.1.1)
-  actionmailer (>= 3.0.4)
-  activesupport (>= 3.0.4)
-
-GEM
-  remote: https://rubygems.org/
-  specs:
-actionmailer (3.2.6)
-  actionpack (= 3.2.6)
-  mail (~> 2.4.4)
-actionpack (3.2.6)
-  activemodel (= 3.2.6)
-  activesupport (= 3.2.6)
-  builder (~> 3.0.0)
-  erubis (~> 2.7.0)
-  journey (~> 1.0.1)
-  rack (~> 1.4.0)
-  rack-cache (~> 1.2)
-  rack-test (~> 0.6.1)
-  sprockets (~> 2.1.3)
-activemodel (3.2.6)
-  activesupport (= 3.2.6)
-  builder (~> 3.0.0)
-activerecord (3.2.6)
-  activemodel (= 3.2.6)
-  activesupport (= 3.2.6)
-  arel (~> 3.0.2)
-  tzinfo (~> 0.3.29)
-activeresource (3.2.6)
-  activemodel (= 3.2.6)
-  activesupport (= 3.2.6)
-activesupport (3.2.6)
-  i18n (~> 0.6)
-  multi_json (~> 1.0)
-addressable (2.3.5)
-appraisal (1.0.0)
-  bundler
-  rake
-  thor (>= 0.14.0)
-arel (3.0.2)
-builder (3.0.0)
-carrier-pigeon (0.7.0)
-  addressable
-celluloid (0.15.2)
-  timers (~> 1.1.0)
-colorize (0.5.8)
-connection_pool (2.0.0)
-coveralls (0.6.5)
-  colorize
-  multi_json (~> 1.3)
-  rest-client
-  simplecov (>= 0.7)
-  thor
-erubis (2.7.0)
-eventmachine (1.0.3)
-faraday (0.8.7)
-  multipart-post (~> 1.1)
-faraday_middleware (0.9.0)
-  faraday (>= 0.7.4, < 0.9)
-hashie (1.2.0)
-hike (1.2.1)
-hipchat (1.2.0)
-  httparty
-http_parser.rb (0.5.3)
-httparty (0.10.2)
-  multi_json (~> 1.0)
-  multi_xml (>= 0.5.2)
-i18n (0.6.0)
-journey (1.0.4)
-json (1.8.1)
-mail (2.4.4)
-  i18n 

commit rubygem-exception_notification for openSUSE:Factory

2015-06-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2015-06-16 14:05:51

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
2015-04-12 00:11:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2015-06-16 14:06:08.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 10 04:31:48 UTC 2015 - co...@suse.com
+
+- updated to version 4.1.1
+ see installed CHANGELOG.rdoc
+
+  == 4.1.1
+  
+  * bug fixes
+* Alternate way to monkeypatch (by @joshco)
+* Fix BacktraceCleaner namespacing (by @esdlocomb)
+
+---

Old:

  exception_notification-4.1.0.gem

New:

  exception_notification-4.1.1.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.CozSOQ/_old  2015-06-16 14:06:09.0 +0200
+++ /var/tmp/diff_new_pack.CozSOQ/_new  2015-06-16 14:06:09.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-exception_notification
-Version:4.1.0
+Version:4.1.1
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}

++ exception_notification-4.1.0.gem - exception_notification-4.1.1.gem 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.rdoc new/CHANGELOG.rdoc
--- old/CHANGELOG.rdoc  2015-04-06 00:31:20.0 +0200
+++ new/CHANGELOG.rdoc  2015-06-09 16:51:23.0 +0200
@@ -1,3 +1,9 @@
+== 4.1.1
+
+* bug fixes
+  * Alternate way to monkeypatch (by @joshco)
+  * Fix BacktraceCleaner namespacing (by @esdlocomb)
+
 == 4.1.0
 
 * enhancements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2015-04-06 00:31:20.0 +0200
+++ new/Gemfile.lock2015-06-09 16:51:23.0 +0200
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-exception_notification (4.1.0)
+exception_notification (4.1.1)
   actionmailer (= 3.0.4)
   activesupport (= 3.0.4)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-04-06 00:31:20.0 +0200
+++ new/README.md   2015-06-09 16:51:23.0 +0200
@@ -39,9 +39,9 @@
 As of Rails 3 ExceptionNotification is used as a rack middleware, or in the 
environment you want it to run. In most cases you would want 
ExceptionNotification to run on production. Thus, you can make it work by 
putting the following lines in your `config/environments/production.rb`:
 
 ```ruby
-Whatever::Application.config.middleware.use ExceptionNotification::Rack,
+Rails.application.config.middleware.use ExceptionNotification::Rack,
   :email = {
-:email_prefix = [Whatever] ,
+:email_prefix = [PREFIX] ,
 :sender_address = %{notifier notif...@example.com},
 :exception_recipients = %w{excepti...@example.com}
   }
@@ -58,8 +58,8 @@
 As of 4.x version the configuration syntax has changed. All email related 
options MUST BE nested under the `:email` key. Thus, previous configuration 
like:
 
 ```ruby
-Whatever::Application.config.middleware.use ExceptionNotifier,
-  :email_prefix = [Whatever] ,
+Rails.application.config.middleware.use ExceptionNotifier,
+  :email_prefix = [PREFIX] ,
   :sender_address = %{notifier notif...@example.com},
   :exception_recipients = %w{excepti...@example.com}
 ```
@@ -67,9 +67,9 @@
 becomes:
 
 ```ruby
-Whatever::Application.config.middleware.use ExceptionNotification::Rack,
+Rails.application.config.middleware.use ExceptionNotification::Rack,
   :email = {
-:email_prefix = [Whatever] ,
+:email_prefix = [PREFIX] ,
 :sender_address = %{notifier notif...@example.com},
 :exception_recipients = %w{excepti...@example.com}
   }
@@ -145,9 +145,9 @@
 describe application-specific data--just add the section's name to the list 
(wherever you'd like), and define the corresponding partial. Like the following 
example with two new added sections:
 
 ```ruby
-Whatever::Application.config.middleware.use ExceptionNotification::Rack,
+Rails.application.config.middleware.use ExceptionNotification::Rack,
   :email = {
-:email_prefix = [Whatever] ,
+:email_prefix = [PREFIX] ,
 :sender_address = %{notifier notif...@example.com},
 :exception_recipients = 

commit rubygem-exception_notification for openSUSE:Factory

2015-04-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2015-04-12 00:11:04

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-09-27 18:06:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2015-04-12 00:11:07.0 +0200
@@ -1,0 +2,18 @@
+Sat Apr 11 06:07:24 UTC 2015 - co...@suse.com
+
+- updated to version 4.1.0
+ * enhancements
+   * Add support for Sidekiq 3.0 (by @mbrictson)
+   * Add IRC notifier (by @nathanjsharpe)
+   * Add ActionController::UnknownFormat to default ignored exceptions (by 
@rezwyi)
+   * Add message_template option to HipChat notifier (by @makimoto)
+   * Add support for HipChat APIv2 (by @michaelherold)
+   * Add Slack notifier (by @martin1keogh)
+   * Add option for notifying on `X-Cascade` header (by @etipton)
+   * Improve backtrace data (by @munkius)
+ 
+ * bug fixes
+   * Fix `Rails.root` exception (by @hovatterz)
+   * Fix email notifier in Sinatra (by @betesh)
+
+---

Old:

  exception_notification-4.0.1.gem

New:

  exception_notification-4.1.0.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.xNEwvd/_old  2015-04-12 00:11:08.0 +0200
+++ /var/tmp/diff_new_pack.xNEwvd/_new  2015-04-12 00:11:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-exception_notification
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,70 +16,41 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-exception_notification
-Version:4.0.1
+Version:4.1.0
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-Requires:   ruby = 1.9.3
-BuildRequires:  ruby-devel = 1.9.3
+BuildRequires:  %{ruby = 1.9.3}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros = 5
 Url:http://smartinez87.github.com/exception_notification
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Exception notification for Rails apps
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-Exception notification for Rails apps
-
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+Exception notification for Rails apps.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %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}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-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
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)

commit rubygem-exception_notification for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2013-09-27 18:06:22

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-08-05 20:51:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2013-09-27 18:06:23.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 23 14:52:56 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.1
+ * enhancements
+   * Add HipChat notifier (by @j15e)
+   * Log backtrace when notification fails
+   * Send more info in Webhook notifier
+   * Add HTTP method to request section
+
+---

Old:

  exception_notification-4.0.0.gem

New:

  exception_notification-4.0.1.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.fZ1Z5s/_old  2013-09-27 18:06:23.0 +0200
+++ /var/tmp/diff_new_pack.fZ1Z5s/_new  2013-09-27 18:06:23.0 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   rubygem-exception_notification
-Version:4.0.0
+Version:4.0.1
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+Requires:   ruby = 1.9.3
+BuildRequires:  ruby-devel = 1.9.3
 Url:http://smartinez87.github.com/exception_notification
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Exception notification for Rails apps
@@ -61,6 +63,7 @@
 %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}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-exception_notification for openSUSE:Factory

2013-08-05 Thread h_root
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.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2013-08-05 20:51:41.0 +0200
@@ -1,0 +2,23 @@
+Tue Jul 30 16:03:49 UTC 2013 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.mNzOAc/_new  2013-08-05 20:51:41.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-exception_notification for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2013-02-04 19:07:28

Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new (New)


Package is rubygem-exception_notification, Maintainer is mrueck...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-exception_notification/rubygem-exception_notification.changes
2012-11-19 14:03:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2013-02-04 19:07:31.0 +0100
@@ -1,0 +2,11 @@
+Sun Feb  3 19:26:35 UTC 2013 - co...@suse.com
+
+- updated to version 3.0.1
+ * enhancements
+   * Custom Headers (by @DouweM)
+   * Make Tinder a soft-dependency (by @fgrehm)
+ 
+ * bug fixes
+   * Fix `code converter not found` (by @alanjds)
+
+---

Old:

  exception_notification-3.0.0.gem

New:

  exception_notification-3.0.1.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.ljR5fc/_old  2013-02-04 19:07:33.0 +0100
+++ /var/tmp/diff_new_pack.ljR5fc/_new  2013-02-04 19:07:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-exception_notification
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-exception_notification
-Version:3.0.0
+Version:3.0.1
 Release:0
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-exception_notification for openSUSE:Factory

2012-11-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2012-11-19 14:03:11

Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new (New)


Package is rubygem-exception_notification, Maintainer is mrueck...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-exception_notification/rubygem-exception_notification.changes
2012-05-10 14:34:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2012-11-19 14:03:13.0 +0100
@@ -1,0 +2,14 @@
+Sun Oct 28 06:05:09 UTC 2012 - co...@suse.com
+
+- updated to version 3.0.0
+ * enhancements
+   * Campfire integration
+   * Support fot HTML notifications (by @Xenofex)
+   * Be able to override SMTP settings (by @piglop and @Macint)
+ 
+ * bug fixes
+   * Fix encoding issues
+   * Allow default sections to be overridden (by @jfarmer)
+   * Don't automatically deliver background notifications
+
+---

Old:

  exception_notification-2.6.1.gem

New:

  exception_notification-3.0.0.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.LI5U6M/_old  2012-11-19 14:03:15.0 +0100
+++ /var/tmp/diff_new_pack.LI5U6M/_new  2012-11-19 14:03:15.0 +0100
@@ -17,23 +17,21 @@
 
 
 Name:   rubygem-exception_notification
-Version:2.6.1
+Version:3.0.0
 Release:0
-Summary:Exception notification by email for Rails apps
-License:MIT
-Group:  Development/Languages/Ruby
-Url:http://rubygems.org/gems/exception_notification
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygem-actionmailer-3_2 = 3.0.4
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:   rubygem-actionmailer-3_2 = 3.0.4
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+Url:http://smartinez87.github.com/exception_notification
+Source: %{mod_full_name}.gem
+Summary:Exception notification for Rails apps
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
-Exception notification by email for Rails apps
+Exception notification for Rails apps
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -53,9 +51,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-exception_notification for openSUSE:Factory

2012-05-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2012-05-10 14:34:04

Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new (New)


Package is rubygem-exception_notification, Maintainer is mrueck...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-exception_notification/rubygem-exception_notification.changes
2012-05-08 18:01:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2012-05-10 14:34:40.0 +0200
@@ -1,0 +2,28 @@
+Tue Apr 24 13:28:27 UTC 2012 - co...@suse.com
+
+- update to 2.6.1
+ * bug fixes
+  * Fix finding custom sections on Background notifications. Fixes [#68]
+
+---
+Tue Apr 17 07:32:05 UTC 2012 - co...@suse.com
+
+- update to 2.6.0
+  enhancements
+Avoid raising exception on dev mode
+Add ignore_if option to avoid sending certain notifications.
+Add normalize_subject option to remove numbers from email so that they 
thread (by @jjb)
+Allow the user to provide a custom message and hash of data (by @jjb)
+Add support for configurable background sections and a data partial (by 
@jeffrafter)
+Include timestamp of exception in notification body
+Add support for rack based session management (by @phoet)
+Add ignore_crawlers option to ignore exceptions generated by crawlers
+Add verbode_subject option to exclude exception message from subject (by 
@amishyn)
+
+  bug fixes
+Correctly set view path at the right time so that new sections are 
properly available (by @scrozier)
+Fix handling exceptions with no backtrace
+Fix issue on Solaris with hostname (by @bluescripts)
+Ensure exceptions in view templates doesn’t cause problems, allowing the 
notification to be sent anyway (by @sce)
+
+---

Old:

  exception_notification-2.5.2.gem

New:

  exception_notification-2.6.1.gem



Other differences:
--
++ rubygem-exception_notification.spec ++
--- /var/tmp/diff_new_pack.JmPlIH/_old  2012-05-10 14:34:41.0 +0200
+++ /var/tmp/diff_new_pack.JmPlIH/_new  2012-05-10 14:34:41.0 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-exception_notification
-Version:2.5.2
+Version:2.6.1
 Release:0
-License:MIT
 Summary:Exception notification by email for Rails apps
-Url:http://rubygems.org/gems/exception_notification
+License:MIT
 Group:  Development/Languages/Ruby
+Url:http://rubygems.org/gems/exception_notification
 %define mod_name exception_notification
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-exception_notification for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-exception_notification for 
openSUSE:Factory checked in at 2012-05-08 18:01:52

Comparing /work/SRC/openSUSE:Factory/rubygem-exception_notification (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-exception_notification.new (New)


Package is rubygem-exception_notification, Maintainer is mrueck...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-exception_notification.new/rubygem-exception_notification.changes
   2012-05-08 18:01:54.0 +0200
@@ -0,0 +1,21 @@
+---
+Mon Mar 26 13:21:58 UTC 2012 - sasc...@suse.de
+
+- update to version 2.5.2
+- Require rubygem-actionmailer-3_2, 3_0 is not in Factory
+
+---
+Fri Jun 11 15:48:39 UTC 2010 - mrueck...@suse.de
+
+- update to 2.3.3.0
+
+---
+Fri Jun 11 10:00:01 UTC 2010 - mrueck...@suse.de
+
+- use rubygems_requires macro
+
+---
+Wed Dec 23 19:50:57 UTC 2009 - prus...@suse.cz
+
+- created package
+

New:

  exception_notification-2.5.2.gem
  rubygem-exception_notification.changes
  rubygem-exception_notification.spec



Other differences:
--
++ rubygem-exception_notification.spec ++
#
# spec file for package rubygem-exception_notification
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   rubygem-exception_notification
Version:2.5.2
Release:0
License:MIT
Summary:Exception notification by email for Rails apps
Url:http://rubygems.org/gems/exception_notification
Group:  Development/Languages/Ruby
%define mod_name exception_notification
%define mod_full_name %{mod_name}-%{version}
Source: %{mod_full_name}.gem
BuildRequires:  rubygem-actionmailer-3_2 = 3.0.4
BuildRequires:  rubygems_with_buildroot_patch
Requires:   rubygem-actionmailer-3_2 = 3.0.4
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%rubygems_requires

%description
Exception notification by email for Rails apps

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
%build
%install
%gem_install %{SOURCE0}

%files
%defattr(-,root,root,-)
%{_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
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org