diff --git a/.gitignore b/.gitignore index 4e2cefa..da1a556 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /exception_notification-4.0.0.gem /exception_notification-4.0.1.gem /exception_notification-4.1.0.gem +/exception_notification-4.1.1.gem diff --git a/rubygem-exception_notification.spec b/rubygem-exception_notification.spec index 140eb74..16fcceb 100644 --- a/rubygem-exception_notification.spec +++ b/rubygem-exception_notification.spec @@ -1,7 +1,7 @@ %global gem_name exception_notification Name: rubygem-%{gem_name} -Version: 4.1.0 +Version: 4.1.1 Release: 1%{?dist} Summary: Exception notification for Rails apps Group: Development/Languages @@ -17,8 +17,6 @@ Patch2: 0002-make-tinder-gem-optional-for-test-suite.patch Patch3: 0003-make-pigeon-carrier-gem-optional-for-test-suite.patch Patch4: 0004-make-slack-notifier-gem-optional-for-test-suite.patch Patch5: 0005-make-sidekiq-gem-optional-for-test-suite.patch -# Patch6 is upstream as d13c366d6a36d85a2800ae470e15e8eb3e7b7abb -Patch6: 0006-tests-handle-Rails-4.1-in-email_notifier_test.patch %if 0%{?fc20} || 0%{?el7} Requires: ruby(release) Requires: ruby(rubygems) @@ -69,10 +67,6 @@ gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec %patch3 -p1 %patch4 -p1 %patch5 -p1 -%patch6 -p1 - -# Update for Minitest 5 -sed -i -e 's/test\/unit/minitest\/autorun/' test/test_helper.rb # Remove unnecessary bundler dependency from dummy Rails in test suite sed -i '/bundler/d' test/dummy/config/boot.rb @@ -137,6 +131,9 @@ popd %changelog +* Thu Jun 11 2015 Ken Dreyer - 4.1.1-1 +- Update to 4.1.0 (rhbz#1229933) + * Mon Apr 06 2015 Ken Dreyer - 4.1.0-1 - Update to 4.1.0 (rhbz#1209084) - More patches for tests diff --git a/sources b/sources index 74e1ac5..a449662 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af57f43e84b430ad8fed44cbd4dad470 exception_notification-4.1.0.gem +020074f81808121d96cdce7d29ec31c0 exception_notification-4.1.1.gem