Sha256: 0c4a3b867c36eada833503d644ba40bfa3b5ca530e10a00a42e8b1cc10c0e7c5

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

module Ckeditor
  module Version
    MAJOR = 3
    MINOR = 5
    RELEASE = 4

    def self.dup
      "#{MAJOR}.#{MINOR}.#{RELEASE}"
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
ckeditor-3.5.4 lib/ckeditor/version.rb
artemk-ckeditor-3.5.4 lib/ckeditor/version.rb