Skip to content

Commit abfb66a

Browse files
committed
Net::SCP should be a class
`bundle exec rake test` raises the following error ``` /.../net-scp/lib/net/scp/upload.rb:3:in `<module:Net>': SCP is not a class (TypeError) /.../net-scp/lib/net/scp/version.rb:2: previous definition of SCP was here ```
1 parent d01bc17 commit abfb66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/scp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
2-
module SCP
2+
class SCP
33
# A class for describing the current version of a library. The version
44
# consists of three parts: the +major+ number, the +minor+ number, and the
55
# +tiny+ (or +patch+) number.

0 commit comments

Comments
 (0)