Sha256: bcee7bed3c5f38c30dbdb8e63810974f2e9944beebc1dbf4ed56f2274d87c8f1

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

=begin
  Copyright (C) 2008 Sam Roberts

  This library is free software; you can redistribute it and/or modify it
  under the same terms as the ruby language itself, see the file COPYING for
  details.
=end

module Vpim
  PRODID = '-//Octet Cloud//vPim 24.2.20//EN'

  VERSION = '24.2.20'

  # Return the API version as a string.
  def Vpim.version
    VERSION
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vpim-24.2.20 lib/vpim/version.rb