Skip to content

Instantly share code, notes, and snippets.

View sanemat's full-sized avatar
🍢

Matt Murahashi Kenichi sanemat

🍢
View GitHub Profile
curl -L https://github.com/dann/gitz/tarball/master > ./gitz.pl.tar
$ cpanm ~/src/gitz.pl.tar
--> Working on /home/sane/src/gitz.pl.tar
Fetching file:///home/sane/src/gitz.pl.tar ... OK
Configuring dann-gitz-84e8f83 ... N/A
! The distribution doesn't have a proper Makefile.PL/Build.PL See /home/sane/.cpanm/build.log for details.
@sanemat
sanemat / gist:792216
Created January 23, 2011 17:07
sd make test failed
/home/sane/perl5/perlbrew/perls/perl-5.12.2/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Test::Script::Run,0.02,Prophet,0,DateTime,0,Time::Progress,0,HTML::TreeBuilder,4.1,DateTime::Format::Natural,0,HTML::Tree,0
/home/sane/perl5/perlbrew/perls/perl-5.12.2/bin/perl "-Iinc" "-MModule::Install::ExtraTests" "-e" "Module::Install::ExtraTests::__harness('Test::Harness', 0, '', 'xt/release', '', 0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t
t/01-create.t .................................. ok
t/02-create-with-editor.t ...................... ok
t/03-update-ticket-with-editor.t ............... ok
t/04-update-ticket-comment-with-editor.t ....... ok
t/06-ticket-show.t ............................. ok
t/07-sort-group.t .............................. ok
t/attachment-content.t ......................... ok
t/big-hm-rt.t .................................. skipped: requires RT 3.8 to run tests.
@sanemat
sanemat / gist:792310
Created January 23, 2011 18:42
boson install error
Error: Unable to fetch url
Original error: Unable to fetch url
/home/sane/.rvm/gems/ruby-1.9.2-p136/gems/boson-0.3.2/lib/boson/commands/web_core.rb:55:in `install'
(eval):5:in `install'
/home/sane/.rvm/gems/ruby-1.9.2-p136/gems/boson-0.3.2/lib/boson/scientist.rb:85:in `call'
/home/sane/.rvm/gems/ruby-1.9.2-p136/gems/boson-0.3.2/lib/boson/scientist.rb:85:in `block (2 levels) in redefine_command_block'
/home/sane/.rvm/gems/ruby-1.9.2-p136/gems/boson-0.3.2/lib/boson/scientist.rb:100:in `call'
/home/sane/.rvm/gems/ruby-1.9.2-p136/gems/boson-0.3.2/lib/boson/scientist.rb:100:in `call_original_command'
/home/sane/.rvm/gems/ruby-1.9.2-p136/gems/boson-0.3.2/lib/boson/scientist.rb:108:in `translate_and_render'
/home/sane/.rvm/gems/ruby-1.9.2-p136/gems/boson-0.3.2/lib/boson/scientist.rb:84:in `block in redefine_command_block'
@sanemat
sanemat / gist:796651
Created January 26, 2011 13:03
delete remote branch using git-svn
git branch -r -d my-remote-branch
Time.now - Time.parse('1982-07-16')
cat << EOF > example.txt
@sanemat
sanemat / gist:802206
Created January 29, 2011 21:23
ruby shebang
#!/usr/bin/env ruby
#coding:utf-8
Foo
Bar bar
baz
$ gem install termtter
Successfully installed termcolor-1.2.1
Successfully installed rubytter-1.4.2
Successfully installed notify-0.3.0
Successfully installed termtter-1.9.0
4 gems installed
Installing ri documentation for termcolor-1.2.1...
Installing ri documentation for rubytter-1.4.2...
Installing ri documentation for notify-0.3.0...
Installing ri documentation for termtter-1.9.0...