CHANGELOG.md | 664 | 0 | 0 | | | 2.45 KB | 1e8d4878dc888b05e57564753f6901d4e1f8763d7bb76784d1e29cfd461e52b3 |
Gemfile | 664 | 0 | 0 | | | 26 Bytes | cf0464d99573760cc6e3a07f2453ec066082df356c0ea891d5b9d155822f7245 |
LICENSE | 664 | 0 | 0 | | | 1.05 KB | 2fa4652e73318f0cfc55b3446163bc8383d584bb9a1101850faa51bb3c949596 |
README.rdoc | 664 | 0 | 0 | | | 5.75 KB | e3cda3a6d49ae322fc1410053a0434ae13fd22f4ba426daad854d952a2ca7c08 |
Rakefile | 664 | 0 | 0 | | | 240 Bytes | c18affa5fc13ad7f883706ca17756701178b1bd348379a94a86cedda012b2dc8 |
.gitignore | 664 | 0 | 0 | | | 44 Bytes | 5d6e073f32840fd784fa8f2df471a9ba7b750a419f0fa7f17cfcc83baee3cd33 |
.rvmrc | 664 | 0 | 0 | | | 31 Bytes | c9c5b1e2126b2952f678ab42ccb8fc09aed5f188d4262ba9c768ddd834107169 |
.travis.yml | 664 | 0 | 0 | | | 11 Bytes | 5a3c9e0033e1b2e8df4ce523b7788ba447df13ff64eb909d71e9b5187e91d853 |
lib/active_model/transitions.rb | 664 | 0 | 0 | | | 2.54 KB | 7c587c67833eeff10cb57750a592c4712dab76ffde96edc796bc6c38af5141d9 |
lib/active_record/transitions.rb | 664 | 0 | 0 | | | 101 Bytes | cc1a075faedf6ad9f021b7eef4d185b60d18687d45077b805553ea82f037a63e |
lib/transitions.rb | 664 | 0 | 0 | | | 2.92 KB | 309c08f0d84145bfd1e7c48cc93d818bde33b2d7fa240ff8f33740e13c62ac9e |
lib/transitions/event.rb | 664 | 0 | 0 | | | 4.98 KB | 30599754b2d3ba813525b7bf5f57888736f9447a1cc263ae576b950576e6891f |
lib/transitions/machine.rb | 664 | 0 | 0 | | | 3.5 KB | c2a28c22cc9026867c061036f692ffe9aea246e264481c46ad927caa239c43f1 |
lib/transitions/state.rb | 664 | 0 | 0 | | | 2.24 KB | b3adcd78461804d4737aa7588fddfad540c5b0706036325a6380ad7fe1ae6b6a |
lib/transitions/state_transition.rb | 664 | 0 | 0 | | | 2.3 KB | 06be9c24362d9db2897ba27a095ebf1b4544f4cf7cd16b40ec74073343aeab78 |
lib/transitions/version.rb | 664 | 0 | 0 | | | 43 Bytes | b23372650e2a57e55aeda92cfc7c3ba08f988e45260d389f3de51e92f02560cf |
test/active_record/test_active_record.rb | 664 | 0 | 0 | | | 3.69 KB | 4e7fd94e4a114ccb73db020514c33ae2684920a7d4f4b804f3e2017e712a8a2e |
test/active_record/test_active_record_scopes.rb | 664 | 0 | 0 | | | 1.48 KB | 24f1ab9cac32cf0d37bc411d07c7e2b21937aac8aa9477093b7d9becd44357f6 |
test/active_record/test_active_record_timestamps.rb | 664 | 0 | 0 | | | 3.2 KB | 43764b1ae027cddc928c27f90521f6a7e62935065a6c816aa86405ef4e8557bb |
test/event/test_event.rb | 664 | 0 | 0 | | | 1.54 KB | eb5e35355f713e83b4f14e18ad9222534d5ac00648bd548c82249381470f1bb2 |
test/event/test_event_arguments.rb | 664 | 0 | 0 | | | 662 Bytes | dbdc8d7cead1326fdc17824dc51b4a62b8dd45d40472c67664ac562c15a69f43 |
test/event/test_event_being_fired.rb | 664 | 0 | 0 | | | 845 Bytes | e7aca9746ddbadfc389b432818bcc00623db7e12b5ebe99e352683de3251cc89 |
test/event/test_event_checks.rb | 664 | 0 | 0 | | | 719 Bytes | 653de35488c15617db1274570b27313320eb89dc59799cc18dc5b90f8b2f448a |
test/helper.rb | 664 | 0 | 0 | | | 398 Bytes | 2526d1638d13de4cd4ab85140e2b72aa0a8f3a228cd144ab5854431901aeff68 |
test/machine/test_available_states_listing.rb | 664 | 0 | 0 | | | 360 Bytes | 0db5276f6bb117b64c412abab7247009b474a85aaa47e9afd801695251a75fb2 |
test/machine/test_machine.rb | 664 | 0 | 0 | | | 899 Bytes | 72b5df087fecea3c8fd299188eb49d0e9b990ef60f0ce7c19a331e01117bd8be |
test/state/test_state.rb | 664 | 0 | 0 | | | 1.9 KB | d99bb56c1702396a90677459a56b6b2fab78713015f69afb05182dfb5ae751c2 |
test/state/test_state_predicate_method.rb | 664 | 0 | 0 | | | 340 Bytes | c5a2d41b7b8bb05d5e9a4b0f5169636f76b703b8bfeade3560ae813bb5116ee6 |
test/state_transition/test_state_transition.rb | 664 | 0 | 0 | | | 1.22 KB | d3975f0b79e914d7f2ef4d60ed9186da33f91e2bb548f00f0328f3a9defef327 |
test/state_transition/test_state_transition_event_failed_callback.rb | 664 | 0 | 0 | | | 855 Bytes | 5261cdc16b58a25d85fbb0f2e602f6b235606fcc7e221572f865f67e24f1b7ce |
test/state_transition/test_state_transition_event_fired_callback.rb | 664 | 0 | 0 | | | 1.42 KB | 8a0234f041766c2ea51c2cd42caf6e6271287ffc1eede1ae6bf3cf5b1e6a2ae2 |
test/state_transition/test_state_transition_guard_check.rb | 664 | 0 | 0 | | | 1.02 KB | cc607265f82dd1e34e50f64c65fd964b81ca7f3763bc37b232c1141991322c0f |
test/state_transition/test_state_transition_on_transition_callback.rb | 664 | 0 | 0 | | | 1.34 KB | ed7cd9e374be276175c46f938a01c88ffb4f342d564e574255b648ebd265a0f0 |
test/state_transition/test_state_transition_success_callback.rb | 664 | 0 | 0 | | | 1.15 KB | ca40f235b215dba771c5be9a1c62a52213f9aea71f336f564866bf450a8acad6 |
transitions.gemspec | 664 | 0 | 0 | | | 1.19 KB | 07cd397a3f4c48a3f9763d6a44b8e8a54761cddac3c20d85bbce52fac3f9113f |