Sha256: 1bfd6bccdd9a8567cf3d89485fdf1655eb784b52604255899a17a18096b23697

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

module Arduino
  module Library
    VERSION = '0.6.0'
    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.6.0 lib/arduino/library/version.rb