Introducing month-serializer
Month::Serializer - Integer Serialization Plugin for Month Gem Allows you to convert Month objects to Integer, and vice versa. This is useful for serializing Months into other data structures, like String, or to pass values in JSON, or send as parameters to Resque / Sidekiq jobs (which parameters are only compatible with simple JSON data types). Neither Date or Time can serialize properly to Resque/Sidekiq jobs.
Why use Month instead of Date or Time?