RubyGems
npm
Organizations
Log in
Sign up
RubyGems
file_transfer_mixin
Versions diffs
0.0.2 → 0.0.3
file_transfer_mixin 0.0.2 → 0.0.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/lib/file_transfer_mixin/interfaces/sftp.rb
+1
-1
data/lib/file_transfer_mixin/version.rb
+1
-1
metadata
+2
-2
data/lib/file_transfer_mixin/interfaces/sftp.rb
CHANGED
Viewed
@@ -37,7 +37,7 @@ module FileTransferMixin
37
37
end
38
38
39
39
def perform_network_operations?
40
-
FileTransferMixin.env != 'test'
40
+
FileTransferMixin.env
.to_s
!= 'test'
41
41
end
42
42
end
43
43
end
data/lib/file_transfer_mixin/version.rb
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
1
module FileTransferMixin
2
-
VERSION = "0.0.
2
"
2
+
VERSION = "0.0.
3
"
3
3
end
metadata
CHANGED
Viewed
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 0
7
7
- 0
8
-
-
2
9
-
version: 0.0.
2
8
+
-
3
9
+
version: 0.0.
3
10
10
platform: ruby
11
11
authors:
12
12
- Josh Adams