Sha256: b70122c880f7f3c4ab5a72eb82b831a571055f695b361488819efbd365bc5bd6

Contents?: true

Size: 275 Bytes

Versions: 3

Compression:

Stored size: 275 Bytes

Contents

require 'letsencrypt_webfaction'

module LetsencryptWebfaction
  module Application
    class Version
      def initialize(_); end # rubocop:disable Naming/UncommunicativeMethodParamName

      def run!
        puts LetsencryptWebfaction::VERSION
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
letsencrypt_webfaction-3.2.0 lib/letsencrypt_webfaction/application/version.rb
letsencrypt_webfaction-3.1.2 lib/letsencrypt_webfaction/application/version.rb
letsencrypt_webfaction-3.1.1 lib/letsencrypt_webfaction/application/version.rb