Sha256: e9f39b63e9f7027348ad8f46762644e605e1a1c9efcff1266a41b23df1ac05ed

Contents?: true

Size: 367 Bytes

Versions: 6

Compression:

Stored size: 367 Bytes

Contents

require 'net/ssh/version'

module Net; class SCP

  # Describes the current version of the Net::SCP library.
  class Version < Net::SSH::Version
    MAJOR = 1
    MINOR = 0
    TINY  = 4

    # The current version, as a Version instance
    CURRENT = new(MAJOR, MINOR, TINY)

    # The current version, as a String instance
    STRING  = CURRENT.to_s
  end

end; end

Version data entries

6 entries across 6 versions & 5 rubygems

Version Path
vagrant-actionio-0.0.9 vendor/bundle/gems/net-scp-1.0.4/lib/net/scp/version.rb
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp/version.rb
abiquo-installer-tests-20121026.1 vendor/net-scp-1.0.4/lib/net/scp/version.rb
abiquo-installer-tests-20121023.3 vendor/net-scp-1.0.4/lib/net/scp/version.rb
ftl-0.2.0 vendor/bundle/gems/net-scp-1.0.4/lib/net/scp/version.rb
net-scp-1.0.4 lib/net/scp/version.rb