Sha256: 561d025d4227a90a5f2f9caabce7c9b06247d00a49eae2e6e7dfbf8ffdd2746a

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

module Itamae
  module Plugin
    module Recipe
      module Passenger
        VERSION = '0.1.6'

        PASSENGER_VERSION = [
          PASSENGER_VERSION_MAJOR = '6',
          PASSENGER_VERSION_MINOR = '0',
          PASSENGER_VERSION_REVISION = '18'
        ].join('.')
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
itamae-plugin-recipe-passenger-0.1.6 lib/itamae/plugin/recipe/passenger/version.rb