module ActiveSupport class Duration module HumanString def self.version "0.1.1" end end end end