Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Mislav Marohnić c4cfa36761 Remove deprecated calls to `File.exists?`
They emit Ruby warnings on Ruby 2.1.0
2014-01-19 04:24:10 +01:00
Mislav Marohnić d562328077 Add test for standalone script that verifies it's valid Ruby
Execute the `hub version` command to confirm that the standalone script
doesn't have any syntax or load error, and that it can execute a simple
command that shells out to git.
2013-12-20 04:59:18 +01:00
Mislav Marohnić 7fcf6d64b0 Switch to minitest for consistent output between Ruby versions
In Ruby 2.0, `test/unit` activates a fancy output style for terminals
that doesn't look well in Travis logs. I could disable it with the
`--jobs-status=normal` test optiont, but that option isn't supported in
Ruby 1.8.7.

Instead of dealing with inconsistencies between test support in
different Ruby versions, I'm simply switching to a fixed version of
Minitest.
2013-11-14 14:54:40 +01:00
Mislav Marohnić 0a0757f2a8 improve building the standalone script
The source files are now concatenated in order in which they are
required in lib/hub.rb
2012-04-17 09:23:01 +02:00
Mislav Marohnić 452ea80a29 give up on `turn`. don't manipulate $LOAD_PATH in tests 2011-10-27 14:19:35 +02:00
Chris Wanstrath 92eb8d68c4 test doesn't work on all ruby versions 2009-12-09 12:10:31 -08:00
Chris Wanstrath e6576e02ac add man page to DATA portion of standalone script 2009-12-09 12:03:58 -08:00
Chris Wanstrath cd602447a1 move install back to standalone 2009-12-08 20:29:53 -08:00
Chris Wanstrath 064bf12f2c rename standalone test 2009-12-08 19:14:04 -08:00
Chris Wanstrath f08b95596b hub install standalone 2009-12-08 19:06:45 -08:00
Chris Wanstrath 371d473568 add standalone builder to Hub proper 2009-12-08 17:52:23 -08:00