Sha256: 6d1efa3e6cb7983f5b9a4334d1161355000056b1752bed1b2f67475d192b1012

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 10.5.29//EN'

  VERSION = '10.5.29'

  # 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
thoughtafter-vpim-0.7.0.1 lib/vpim/version.rb