class Generator
    module RiotMixin
      def self.extended(generator)
        generator.development_dependencies << ['riot', '>= 0']
      end