Sha256: bc155b41c520593139f41e97b87407e278b19b98211c87d6ff9406fd2e516619

Contents?: true

Size: 228 Bytes

Versions: 2

Compression:

Stored size: 228 Bytes

Contents

module Autowow
  module Commands
    module Gem
      def release
        ['rake', 'release']
      end

      def clean
        ['gem', 'clean']
      end

      include ReflectionUtils::CreateModuleFunctions
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
autowow-0.4.1 lib/autowow/commands/gem.rb
autowow-0.4.0 lib/autowow/commands/gem.rb