Sha256: a8e1bb5b3290d3c9731e922afa20195364c402ce7b7b9cd21457816f6db995b1

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

=begin
  Copyright (C) 2006 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 = '-//Ensemble Independent//vPim 0.360//EN'

  VERSION = '0.360'

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