Sha256: 0f4823f749e220bee1f4265d913395bc496bd6b1993fd14c2ee58fc99e423740

Contents?: true

Size: 326 Bytes

Versions: 7

Compression:

Stored size: 326 Bytes

Contents

module HaveAPI::Fs::Components
  class ClientVersion < File
    def read
      HaveAPI::Client::VERSION + "\n"
    end
  end
  
  class FsVersion < File
    def read
      HaveAPI::Fs::VERSION + "\n"
    end
  end
  
  class ProtocolVersion < File
    def read
      HaveAPI::Client::PROTOCOL_VERSION + "\n"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
haveapi-fs-0.11.0 lib/haveapi/fs/components/info_files.rb
haveapi-fs-0.10.0 lib/haveapi/fs/components/info_files.rb
haveapi-fs-0.9.0 lib/haveapi/fs/components/info_files.rb
haveapi-fs-0.8.0 lib/haveapi/fs/components/info_files.rb
haveapi-fs-0.7.1 lib/haveapi/fs/components/info_files.rb
haveapi-fs-0.7.0 lib/haveapi/fs/components/info_files.rb
haveapi-fs-0.1.0 lib/haveapi/fs/components/info_files.rb