File rubygem-transitions.changes of Package rubygem-transitions
------------------------------------------------------------------- Thu Apr 28 05:53:16 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 1.3.0 see installed CHANGELOG.md # 1.3.0 * Ruby 3.0 support (fishisfast) ------------------------------------------------------------------- Tue Nov 8 05:54:35 UTC 2016 - coolo@suse.com - updated to version 1.2.1 see installed CHANGELOG.md # 1.2.1 (2016-11-07) * (jdguzman) remove explicit ActiveRecord dependency * (jdguzman) fix module lookup to get it to work with mongoid ------------------------------------------------------------------- Thu Sep 22 04:54:42 UTC 2016 - coolo@suse.com - updated to version 1.2.0 see installed CHANGELOG.md # 1.2.0 * (atomaka) Allow timestamp to accept an array of timestamps ------------------------------------------------------------------- Tue May 3 04:50:04 UTC 2016 - coolo@suse.com - updated to version 1.1.1 see installed CHANGELOG.md # 1.1.1 * (beornborn) use instance_exec for defining scope because @klass sometimes is resolved as nil ------------------------------------------------------------------- Sat Apr 9 04:36:47 UTC 2016 - coolo@suse.com - updated to version 1.1.0 see installed CHANGELOG.md # 1.1.0 * (itkin) `available_states` and `available_events` should list states or events in the order they are defined ------------------------------------------------------------------- Sat Feb 6 05:43:29 UTC 2016 - coolo@suse.com - updated to version 1.0.1 see installed CHANGELOG.md # 1.0.1 * (avyy) Fix @state_machine lookup for Presenter's methods ------------------------------------------------------------------- Thu Jan 21 05:50:32 UTC 2016 - coolo@suse.com - updated to version 1.0.0 see installed CHANGELOG.md # 1.0.0 * (troessner) Only support ruby 2.1 and 2.2. ------------------------------------------------------------------- Fri Aug 21 04:37:27 UTC 2015 - coolo@suse.com - updated to version 0.2.1 see installed CHANGELOG.md # 0.2.1 * (ozydingo / Andrew Schwartz) Don't use ActiveModel#has_attribute? since this adds the attribute name to self.attribute_names ------------------------------------------------------------------- Tue Feb 10 18:39:06 UTC 2015 - coolo@suse.com - updated to version 0.2.0 ------------------------------------------------------------------- Sun Dec 1 16:11:08 UTC 2013 - coolo@suse.com - updated to version 0.1.12 * (troessner) Fix issue 107: timestamps are updated even if guard fails. ------------------------------------------------------------------- Mon Aug 26 05:05:53 UTC 2013 - coolo@suse.com - updated to version 0.1.11 * (troessner) Fix: Using a custom ActiveRecord select query without the name of the state attribute would trigger an exception. ------------------------------------------------------------------- Mon May 27 09:32:31 UTC 2013 - coolo@suse.com - updated to version 0.1.9 * (barelyknow) add can_transition? and cant_transition? methods * (barelyknow) add available_events method to class with state machine * (Sean Devine) fire enter on create * (jotto) change scopes to use proc so it works in rails 3 and 4 ------------------------------------------------------------------- Thu May 9 17:38:20 UTC 2013 - coolo@suse.com - updated to version 0.1.8 * (phillipp | Phillipp Röll) Fixes a wrong select for scopes if the state machines attribute_name is set to something other than the default * (cmw) Better prevention of name clashes when creating initializer methods * (troessner) Revert 'Fixing set_initial_state with Mongoid' because of https://github.com/troessner/transitions/issues/76 * (divins) Multiple success callbacks * (cstrahan) Pass additional args to guard function * (cmw) Support for configurable column names * (troessner) Fix unhelpful error message when event can not be fired. * (simonc) Fixing set_initial_state with Mongoid ------------------------------------------------------------------- Thu Jan 10 12:26:46 UTC 2013 - mbarringer@suse.com - Create package