Sha256: 7c867ab0c65ac740472a000732515e8dabb96bc01443bcf75dc854a5d759419d

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 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 = '-//Ensemble Independent//vPim 0.602//EN'

  VERSION = '0.602'

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