This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby 2.2.2p95 (2015-04-13 revision 50295) [i386-mingw32] | |
15590 tests, 2542912 assertions, 2 failures, 0 errors, 147 skips | |
TestMath#test_gamma [.../rubyinstaller/sandbox/ruby_2_2/test/ruby/test_math.rb:237]: | |
Math.gamma(2147483648) should be INF. | |
Expected NaN to be infinite?. | |
TestRubyOptions#test_command_line_progname_nonascii [.../rubyinstaller/sandbox/ruby_2_2/test/ruby/test_rubyoptions.rb:719]: | |
[ruby-dev:48752] [Bug #10555]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby 2.1.6p336 (2015-04-13 revision 50298) [i386-mingw32] | |
14764 tests, 2444348 assertions, 0 failures, 0 errors, 148 skips |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby 2.0.0p645 (2015-04-13) [i386-mingw32] | |
13698 tests, 2248190 assertions, 1 failures, 0 errors, 103 skips | |
test_marshal_broken_offset(TestTime) [.../ruby_2_0/test/ruby/test_time.rb:356]: | |
<0> expected but was | |
<-21600>. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby 2.2.1p85 (2015-02-26 revision 49769) [x64-mingw32] | |
15570 tests, 2542192 assertions, 4 failures, 0 errors, 148 skips | |
TestFile#test_utime [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_2/test/ruby/test_file.rb:310]: | |
[ruby-core:44776]. | |
<2011-05-27 15:10:39 -0500> expected but was | |
<2011-05-27 14:10:39 -0500>. | |
Leaked tempfile: TestGemExtBuilder#test_build_extensions_extconf_bad: #<Tempfile:./siteconf20150305-6884-1sz0jna.rb (closed)> | |
Leaked tempfile: TestGemExtExtConfBuilder#test_class_build_extconf_fail: #<Tempfile:./siteconf20150305-6884-1qd6h1a.rb (closed)> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Rakefile b/Rakefile | |
index 171edd6..454df82 100644 | |
--- a/Rakefile | |
+++ b/Rakefile | |
@@ -215,7 +215,7 @@ else | |
archive = File.join("ports", "archives", "#{lib}-#{version}.tar.gz") | |
add_file_to_gem archive | |
patchesdir = File.join("ports", "patches", lib) | |
- patches = `#{['git', 'ls-files', patchesdir].shelljoin}`.split("\n").grep(/\.patch\z/) | |
+ patches = `#{['git', 'ls-files', patchesdir].join(' ')}`.split("\n").grep(/\.patch\z/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby 2.0.0p643 (2015-02-25) [x64-mingw32] | |
13653 tests, 2243603 assertions, 0 failures, 0 errors, 103 skips |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows PowerShell | |
Copyright (C) 2013 Microsoft Corporation. All rights reserved. | |
PS C:\Users\justinb> cd C:\Devkit | |
PS C:\Devkit> ruby .\dk.rb init | |
[INFO] found RubyInstaller v1.9.3 at C:/Ruby193 | |
Initialization complete! Please review and modify the auto-generated | |
'config.yml' file to ensure it contains the root directories to all | |
of the installed Rubies you want enhanced by the DevKit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updating from 2.31.1... failed | |
! Heroku client internal error. | |
! Search for help at: https://help.heroku.com | |
! Or report a bug at: https://github.com/heroku/heroku/issues/new | |
Error: No such file or directory - C:/Users/Justin/.heroku/autoupdating (Errno::ENOENT) | |
Backtrace: C:/Users/Justin/.heroku/client/lib/heroku/updater.rb:111:in `delete' | |
C:/Users/Justin/.heroku/client/lib/heroku/updater.rb:111:in `update' | |
C:/Users/Justin/.heroku/client/lib/heroku/command/update.rb:39:in `block in update_from_url' | |
C:/Users/Justin/.heroku/client/lib/heroku/helpers.rb:232:in `action' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Additional tasks for the knapsack openssl package | |
namespace(:dependencies) do | |
namespace(:openssl) do | |
task :activate => [:patch] | |
task :patch => [:extract] do | |
# All the stuff that we need to do! | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\Justin\Projects\Ruby\test\rackapp> ruby .\app.rb -s webrick | |
Unable to load the EventMachine C extension; To use the pure-ruby reactor, require 'em/pure_ruby' | |
C:/SDK/Ruby193-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': 126: The specified module could | |
not be found. - C:/SDK/Ruby193-p194/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.2-x86-mingw32/lib/1.9/rubyeventmac | |
hine.so (LoadError) | |
from C:/SDK/Ruby193-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
from C:/SDK/Ruby193-p194/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.2-x86-mingw32/lib/rubyeventmachine.rb:2: | |
in `<top (required)>' | |
from C:/SDK/Ruby193-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
from C:/SDK/Ruby193-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' |