We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to update bundled version of ruby/ruby to net-ftp-0.3.6. But this version failed with ruby/spec now.
ruby/ruby
net-ftp-0.3.6
ruby/spec
1) Net::FTP#put (text mode) returns nil FAILED Expected "200 OK, Data received. (STOR text)\n" to be nil /Users/hsbt/Documents/github.com/ruby/ruby/spec/ruby/library/net-ftp/shared/puttextfile.rb:38:in 'block (2 levels) in <top (required)>' /Users/hsbt/Documents/github.com/ruby/ruby/spec/ruby/library/net-ftp/put_spec.rb:15:in '<top (required)>' 2) Net::FTP#puttextfile returns nil FAILED Expected "200 OK, Data received. (STOR text)\n" to be nil /Users/hsbt/Documents/github.com/ruby/ruby/spec/ruby/library/net-ftp/shared/puttextfile.rb:38:in 'block (2 levels) in <top (required)>' /Users/hsbt/Documents/github.com/ruby/ruby/spec/ruby/library/net-ftp/puttextfile_spec.rb:6:in '<top (required)>'
The text was updated successfully, but these errors were encountered:
net-ftp-0.3.6 always return response with put/puttextfile.
fec5078
* ruby/net-ftp#34 * ruby/net-ftp#36
dd704eb
c4e1a6b
9aae479
Successfully merging a pull request may close this issue.
I try to update bundled version of
ruby/ruby
tonet-ftp-0.3.6
. But this version failed withruby/spec
now.The text was updated successfully, but these errors were encountered: