Sha256: 72f898475d45663a5ee2b9cf35a9e3024d3b203f5a80f69cfaa41a5487c3360f

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

module Arduino
  module Library
    VERSION = '0.5.5'
    DESCRIPTION = <<-eof
    This library provides a convenient ruby API for representation of an Arduino Library specification, including field and type validation, reading and writing the library.properties file, as well as downloading the official database of Arduino libraries, and offering a highly advanced searching functionality. This gem only offers Ruby API, but for command line usage please checkout the gem called "arli" — Arduino Library Dependency Manager that uses this library behind the scenes.
    eof
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arduino-library-0.5.5 lib/arduino/library/version.rb