Changelog for
ruby2.1-rubygem-transitions-1.3.0-1.1.x86_64.rpm :
* Thu Apr 28 2022 cooloAATTsuse.comupdated to version 1.3.0 see installed CHANGELOG.md [#] 1.3.0
* Ruby 3.0 support (fishisfast)
* Tue Nov 08 2016 cooloAATTsuse.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 2016 cooloAATTsuse.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 03 2016 cooloAATTsuse.com- updated to version 1.1.1 see installed CHANGELOG.md [#] 1.1.1
* (beornborn) use instance_exec for defining scope because AATTklass sometimes is resolved as nil
* Sat Apr 09 2016 cooloAATTsuse.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 06 2016 cooloAATTsuse.com- updated to version 1.0.1 see installed CHANGELOG.md [#] 1.0.1
* (avyy) Fix AATTstate_machine lookup for Presenter\'s methods
* Thu Jan 21 2016 cooloAATTsuse.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 2015 cooloAATTsuse.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 2015 cooloAATTsuse.com- updated to version 0.2.0
* Sun Dec 01 2013 cooloAATTsuse.com- updated to version 0.1.12
* (troessner) Fix issue 107: timestamps are updated even if guard fails.
* Mon Aug 26 2013 cooloAATTsuse.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 2013 cooloAATTsuse.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 09 2013 cooloAATTsuse.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 2013 mbarringerAATTsuse.com- Create package