Sha256: bf560583472c6728cec499e485e9d8392c12c2d9f08b757052695d0dd5f4eb9a

Contents?: true

Size: 137 Bytes

Versions: 25

Compression:

Stored size: 137 Bytes

Contents

# frozen_string_literal: true

module PlatformosCheck
  class MigrationFile < LiquidFile
    def migration?
      true
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
platformos-check-0.2.0 lib/platformos_check/migration_file.rb
platformos-check-0.1.0 lib/platformos_check/migration_file.rb
platformos-check-0.0.3 lib/platformos_check/migration_file.rb
platformos-check-0.0.2 lib/platformos_check/migration_file.rb
platformos-check-0.0.1 lib/platformos_check/migration_file.rb