Sha256: b0e0cd568988e686d3b843cc4b845e163fc99fbfd310a2050836287d27a2fdaa

Contents?: true

Size: 441 Bytes

Versions: 1

Compression:

Stored size: 441 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module ReportingProposals
    VERSION = "0.2.0"
    # DECIDIM_VERSION = "0.26.5"
    # Provisional until
    #   https://github.com/openpoke/decidim/pull/23
    #   https://github.com/openpoke/decidim/pull/37
    # are merged on upstream
    DECIDIM_VERSION = { github: "openpoke/decidim", branch: "0.26-lucerne" }.freeze

    COMPAT_DECIDIM_VERSION = [">= 0.25.0", "< 0.27"].freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-reporting_proposals-0.2.0 lib/decidim/reporting_proposals/version.rb