Sha256: d8dcf000967988c65c5688b7577c045ab1e9662e88790e860794eab64e9df2ac

Contents?: true

Size: 210 Bytes

Versions: 1

Compression:

Stored size: 210 Bytes

Contents

module IronWorkerNG
  VERSION = '1.6.1'

  def self.version
    VERSION
  end

  def self.full_version
    'iron_worker_ruby_ng-' + IronWorkerNG.version + ' (iron_core_ruby-' + IronCore.version + ')'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iron_worker_ng-1.6.1 lib/iron_worker_ng/version.rb