Sha256: df7283e916f57412613a0e19f8d8f97e7e73ad87b11a1489efc474d516b0592b

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 Bytes

Contents

module FlashSDK
  # Do this craptastic, otherwise we get a carriage return
  # after our version, and that poops on our archive folder
  # after downloading...
  version_file = File.join(File.dirname(__FILE__), '..', '..', 'VERSION')
  VERSION = File.read(version_file).gsub("\n", '')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flashsdk-1.0.5.pre lib/flashsdk/module.rb
flashsdk-1.0.1.pre lib/flashsdk/module.rb