Skip to content

Instantly share code, notes, and snippets.

View Azolo's full-sized avatar

Justin Baker Azolo

  • Fort Worth, Texas
View GitHub Profile
@Azolo
Azolo / autoupdate.log
Created August 29, 2012 21:07
Heroku 2.31.1 Windows Error
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'
@Azolo
Azolo / gist:9223999
Created February 26, 2014 05:26
Output of a Powershell Session installing the json gem with Ruby 1.9.3p545 on Azure
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.
ruby 2.0.0p643 (2015-02-25) [x64-mingw32]
13653 tests, 2243603 assertions, 0 failures, 0 errors, 103 skips
@Azolo
Azolo / gist:ae4aa5c29620e003c9e3
Last active August 29, 2015 14:16
Running `rake` on Nokogiri@c154c90f8919130e38fbb5954605eee46e1af0d5
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/)
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)>
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>.
ruby 2.1.6p336 (2015-04-13 revision 50298) [i386-mingw32]
14764 tests, 2444348 assertions, 0 failures, 0 errors, 148 skips
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].
ruby 2.0.0p648 (2015-12-16) [i386-mingw32]
13703 tests, 2244837 assertions, 3 failures, 0 errors, 103 skips
[10435/13703] TestRakeApplication#test_load_rakefile_not_found
test_load_rakefile_not_found(TestRakeApplication) [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_application.rb:209]:
[RuntimeError] exception expected, not
Class: <LoadError>
Message: <"cannot load such file -- rspec/core/rake_task">
---Backtrace---
ruby 2.1.8p440 (2015-12-16 revision 53160) [i386-mingw32]
14807 tests, 2446376 assertions, 2 failures, 0 errors, 147 skips
[11343/14807] TestRakeApplication#test_load_rakefile_not_found
TestRakeApplication#test_load_rakefile_not_found [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_1/test/rake/test_rake_application.rb:204]:
[RuntimeError] exception expected, not
Class: <LoadError>
Message: <"cannot load such file -- rspec/core/rake_task">
---Backtrace---