File rubygem-pundit.changes of Package rubygem-pundit.1380
-------------------------------------------------------------------
Thu May 28 04:32:20 UTC 2015 - coolo@suse.com
- updated to version 1.0.1
see installed CHANGELOG.md
## 1.0.1 (2015-05-27)
- Fixed a regression where NotAuthorizedError could not be ininitialized with a string.
- Use `camelize` instead of `classify` for symbol policies to prevent weird pluralizations.
-------------------------------------------------------------------
Mon Apr 20 04:30:03 UTC 2015 - coolo@suse.com
- updated to version 1.0.0
-------------------------------------------------------------------
Wed Oct 15 12:08:22 UTC 2014 - coolo@suse.com
- updated to version 0.3.0
- Extend the default `ApplicationPolicy` with an `ApplicationPolicy::Scope` (#120)
- Fix RSpec 3 deprecation warnings for built-in matchers (#162)
- Generate blank policy spec/test files for Rspec/MiniTest/Test::Unit in Rails (#138)
## 0.2.3 (2014-04-06)
- Customizable error messages: `#query`, `#record` and `#policy` methods on `Pundit::NotAuthorizedError` (#114)
- Raise a different `Pundit::AuthorizationNotPerformedError` when `authorize` call is expected in controller action but missing (#109)
- Update Rspec matchers for Rspec 3 (#124)
-------------------------------------------------------------------
Sun Oct 12 11:58:45 UTC 2014 - adrian@suse.de
- adapt to new rubygem packaging style
-------------------------------------------------------------------
Thu Jul 10 13:54:01 UTC 2014 - coolo@suse.com
- initial package