This file contains 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
curl -L https://github.com/dann/gitz/tarball/master > ./gitz.pl.tar |
This file contains 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
$ 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. |
This file contains 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
/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. |
This file contains 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
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' |
This file contains 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
git branch -r -d my-remote-branch |
This file contains 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
Time.now - Time.parse('1982-07-16') |
This file contains 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
cat << EOF > example.txt |
This file contains 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
#!/usr/bin/env ruby | |
#coding:utf-8 |
This file contains 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
Foo | |
Bar bar | |
baz |
This file contains 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
$ 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... |