{"id":92683,"library":"rubyist-aasm","title":"Rubyist AASM","description":"A state machine library for plain Ruby objects, continuing the acts as state machine plugin.","status":"active","version":"2.1.1","language":"ruby","source_language":null,"source_url":"https://github.com/rubyist/aasm","tags":["state-machine","aasm","ruby","workflow"],"install":[{"cmd":"gem install rubyist-aasm","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'rubyist-aasm', '~> 2.1.1'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"AASM","correct":"require 'aasm'"}],"quickstart":{"code":"require 'aasm'\nclass Job\n  include AASM\n  aasm do\n    state :sleeping, initial: true\n    state :running\n    event :run do\n      transitions from: :sleeping, to: :running\n    end\n  end\nend\njob = Job.new\njob.run!","lang":"ruby","description":"Define a simple state machine with states and events."},"warnings":[],"env_vars":null,"search_vec":"'aasm':2,21 'act':13 'continu':11 'librari':6 'machin':5,16,20 'object':10 'plain':8 'plugin':17 'rubi':9,22 'rubyist':1 'state':4,15,19 'state-machin':18 'workflow':23","created_at":"2026-06-19T09:36:36.791048+00:00","updated_at":"2026-06-19T09:36:36.791048+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://github.com/rubyist/aasm","github":"https://github.com/rubyist/aasm","docs":"http://www.rubydoc.info/gems/rubyist-aasm/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}