Sha256: b09b1220e2f9c300ea2a9ee6ccd07024dab07e756f144f63052f851ddef8edc2

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 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

  VERSION = open(File.join(File.dirname(__FILE__), '..', '..', 'VERSION')).read
  
  PRODID = "-//Octet Cloud//vPim #{VERSION}//EN"

  # 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
scashin133-vpim-9.4.0 lib/vpim/version.rb