File: version.rb

package info (click to toggle)
ruby-state-machines-activerecord 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: ruby: 1,922; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
6
7
module StateMachines
  module Integrations
    module ActiveRecord
      VERSION = '0.9.0'
    end
  end
end