aboutsummaryrefslogtreecommitdiffstats
path: root/lib/un.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/un] Bump up 0.3.0Hiroshi SHIBATA2023-11-061-1/+1
* [ruby/un] Removed commented-out codeHiroshi SHIBATA2023-11-061-1/+0
* [ruby/un] Expose UN::VERSIONHiroshi SHIBATA2023-04-131-0/+3
* [ruby/un] wait_writable: close opened fileNobuyoshi Nakada2022-11-301-1/+1
* [ruby/un] Use class methods of `File` over `Kernel.open`Nobuyoshi Nakada2022-11-211-2/+2
* [ruby/un] Support `FileUtils.cp_lr`Nobuyoshi Nakada2022-07-141-1/+3
* [ruby/un] Use STDIN if no argumentsKazuhiro NISHIYAMA2021-08-241-2/+6
* [ruby/un] Add colorize commandKazuhiro NISHIYAMA2021-08-241-0/+20
* improves message. thanks to eregonKentaro Goto2021-08-231-1/+1
* Display httpd URLs supporting HTTPSKentaro Goto2021-08-231-3/+10
* Display httpd URLsKentaro Goto2021-08-231-0/+8
* Use `abort(message)` instead of `puts` and `exit`Kazuhiro NISHIYAMA2020-12-101-2/+1
* Added help message for gem i webrick in un.rbHiroshi SHIBATA2020-12-101-1/+6
* Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui2020-11-051-4/+4
* Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze2020-11-051-4/+4
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-4/+4
* DocumentRoot is optionalKazuhiro NISHIYAMA2020-01-211-2/+2
* Use double splat for keyword args by a hash object in lib/un.rbaycabta2019-08-311-9/+9
* Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`kazu2018-12-041-1/+1
* un.rb: add more options for httpd to help message [ci skip]kazu2018-11-261-0/+2
* un.rb: more options for httpdnobu2018-11-251-0/+1
* un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.newrhe2017-07-051-3/+4
* un.rb: support httpsnobu2017-07-051-1/+12
* Octal mode in un.rbnobu2016-06-281-2/+3
* FileUtils#install: symbolic modenobu2016-06-271-1/+1
* FileUtils#install: owner/group optionsnobu2016-06-271-1/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/un.rb (help): change the name of a block parameter to avoidshugo2015-10-221-1/+1
* un.rb: cwd by defaultnobu2015-06-181-4/+1
* un.rb: HTTP-alt by defaultnobu2015-06-181-0/+1
* un.rb: help ordernobu2013-07-051-3/+13
* un.rb: help messagenobu2013-07-051-1/+14
* un.rb: refine regexpnobu2013-07-051-1/+1
* un.rb: nodoc setupnobu2013-07-051-0/+1
* un.rb: suppress warningnobu2013-02-221-2/+4
* un.rb: reduce duplicationnobu2012-08-031-5/+5
* un.rb: DocumentRootnobu2012-08-031-2/+3
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-32/+32
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-37/+37
* * lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist.usa2010-08-101-2/+2
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-241-2/+5
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-241-2/+5
* * lib/un.rb (httpd): try to convert port number to integer.nobu2009-12-161-0/+1
* * lib/un.rb (httpd): easy WEBrick HTTP server.nobu2009-12-101-1/+38
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-4/+4
* * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu2009-01-251-1/+3
* * lib/un.rb (mkmf): new command to create makefile.nobu2008-06-271-16/+51
* * lib/un.rb (wait_writable): added help message.nobu2008-06-271-0/+5
* * lib/un.rb (wait_writable): wait until target files can benobu2008-06-021-0/+27
* * lib/un.rb: use OptionParser instead of getopts.eban2004-02-141-22/+30