rb2exe 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +22 -0
- data/README.md +18 -22
- data/bin/build +24 -0
- data/bin/decompress +17 -0
- data/bin/installer +19 -0
- data/bin/rb2exe +3 -0
- data/bin/rb2exe.rb +49 -0
- data/bin/traveling-ruby-2.2.2/bin.real/bundle +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/bundler +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/gem +25 -0
- data/bin/traveling-ruby-2.2.2/bin.real/irb +11 -0
- data/bin/traveling-ruby-2.2.2/bin.real/nokogiri +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/posix-spawn-benchmark +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/puma +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/pumactl +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/rackup +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/rake +33 -0
- data/bin/traveling-ruby-2.2.2/bin.real/redcarpet +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/redcloth +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/ruby +0 -0
- data/bin/traveling-ruby-2.2.2/bin.real/thin +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/unicorn +23 -0
- data/bin/traveling-ruby-2.2.2/bin.real/unicorn_rails +23 -0
- data/bin/traveling-ruby-2.2.2/bin/gem +6 -0
- data/bin/traveling-ruby-2.2.2/bin/irb +6 -0
- data/bin/traveling-ruby-2.2.2/bin/rake +6 -0
- data/bin/traveling-ruby-2.2.2/bin/ruby +6 -0
- data/bin/traveling-ruby-2.2.2/bin/ruby_environment +33 -0
- data/bin/traveling-ruby-2.2.2/info/GEM_EXTENSION_API_VERSION +1 -0
- data/bin/traveling-ruby-2.2.2/info/GEM_PLATFORM +1 -0
- data/bin/traveling-ruby-2.2.2/info/RUBY_ARCH +1 -0
- data/bin/traveling-ruby-2.2.2/info/RUBY_COMPAT_VERSION +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ca-bundle.crt +13885 -0
- data/bin/traveling-ruby-2.2.2/lib/libffi.so.6 +0 -0
- data/bin/traveling-ruby-2.2.2/lib/libreadline.so.5 +0 -0
- data/bin/traveling-ruby-2.2.2/lib/libtermcap.so.2 +0 -0
- data/bin/traveling-ruby-2.2.2/lib/libz.so.1 +0 -0
- data/bin/traveling-ruby-2.2.2/lib/restore_environment.rb +17 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/English.rb +185 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/abbrev.rb +131 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/base64.rb +91 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/benchmark.rb +557 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/bigdecimal/jacobian.rb +87 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/bigdecimal/ludcmp.rb +88 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/bigdecimal/math.rb +231 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/bigdecimal/newton.rb +79 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/bigdecimal/util.rb +127 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/cgi.rb +295 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/cgi/cookie.rb +170 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/cgi/core.rb +880 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/cgi/html.rb +1034 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/cgi/session.rb +531 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/cgi/session/pstore.rb +100 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/cgi/util.rb +194 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/cmath.rb +400 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/csv.rb +2341 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/date.rb +60 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/debug.rb +1087 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/delegate.rb +417 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/digest.rb +108 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/digest/sha2.rb +107 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb.rb +2 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/acl.rb +232 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/drb.rb +1864 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/eq.rb +14 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/extserv.rb +43 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/extservm.rb +93 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/gw.rb +160 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/invokemethod.rb +34 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/observer.rb +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/ssl.rb +345 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/timeridconv.rb +101 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/drb/unix.rb +117 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/e2mmap.rb +172 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/erb.rb +1022 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/expect.rb +71 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fiddle.rb +55 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fiddle/closure.rb +48 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fiddle/cparser.rb +176 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fiddle/function.rb +17 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fiddle/import.rb +314 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fiddle/pack.rb +128 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fiddle/struct.rb +243 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fiddle/types.rb +71 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fiddle/value.rb +112 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/fileutils.rb +1761 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/find.rb +88 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/forwardable.rb +289 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/getoptlong.rb +612 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/bigdecimal.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/continuation.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/date_core.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/digest.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/digest/bubblebabble.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/digest/md5.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/digest/rmd160.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/digest/sha1.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/digest/sha2.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/big5.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/cp949.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/emacs_mule.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/encdb.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/euc_jp.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/euc_kr.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/euc_tw.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/gb18030.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/gb2312.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/gbk.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_1.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_10.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_11.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_13.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_14.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_15.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_16.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_2.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_3.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_4.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_5.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_6.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_7.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_8.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/iso_8859_9.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/koi8_r.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/koi8_u.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/shift_jis.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/big5.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/chinese.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/emoji.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/emoji_iso2022_kddi.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/emoji_sjis_docomo.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/emoji_sjis_kddi.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/emoji_sjis_softbank.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/escape.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/gb18030.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/gbk.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/iso2022.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/japanese.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/japanese_euc.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/japanese_sjis.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/korean.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/single_byte.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/transdb.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/utf8_mac.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/trans/utf_16_32.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/utf_16be.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/utf_16le.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/utf_32be.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/utf_32le.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/windows_1251.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/enc/windows_31j.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/etc.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/fcntl.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/fiber.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/fiddle.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/io/console.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/io/nonblock.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/io/wait.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/json/ext/generator.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/json/ext/parser.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/mathn/complex.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/mathn/rational.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/nkf.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/objspace.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/openssl.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/pathname.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/psych.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/pty.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/racc/cparse.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/rbconfig.rb +279 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/rbconfig/sizeof.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/readline.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/ripper.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/socket.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/stringio.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/strscan.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/syslog.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/thread.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/i686-linux/zlib.so +0 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/io/console/size.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/ipaddr.rb +658 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb.rb +703 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/cmd/chws.rb +33 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/cmd/fork.rb +38 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/cmd/help.rb +41 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/cmd/load.rb +66 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/cmd/nop.rb +38 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/cmd/pushws.rb +40 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/cmd/subirb.rb +42 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/completion.rb +227 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/context.rb +419 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ext/change-ws.rb +45 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ext/history.rb +118 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ext/loader.rb +128 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ext/math-mode.rb +47 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ext/multi-irb.rb +265 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ext/save-history.rb +103 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ext/tracer.rb +71 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ext/use-loader.rb +73 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ext/workspaces.rb +66 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/extend-command.rb +308 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/frame.rb +80 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/help.rb +36 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/init.rb +304 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/input-method.rb +191 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/inspector.rb +131 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/lc/error.rb +31 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/lc/help-message +50 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/lc/ja/encoding_aliases.rb +10 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/lc/ja/error.rb +30 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/lc/ja/help-message +53 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/locale.rb +181 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/magic-file.rb +37 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/notifier.rb +231 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/output-method.rb +91 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ruby-lex.rb +1170 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ruby-token.rb +266 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/slex.rb +281 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/src_encoding.rb +4 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/version.rb +15 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/workspace.rb +114 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/ws-for-case-2.rb +14 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/irb/xmp.rb +169 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json.rb +62 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/bigdecimal.rb +28 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/core.rb +11 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/date.rb +34 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/date_time.rb +50 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/exception.rb +31 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/ostruct.rb +31 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/range.rb +29 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/rational.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/regexp.rb +30 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/struct.rb +30 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/symbol.rb +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/time.rb +38 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/common.rb +484 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/ext.rb +21 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/generic_object.rb +70 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/version.rb +8 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/kconv.rb +282 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/logger.rb +737 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/mathn.rb +191 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/matrix.rb +2161 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/matrix/eigenvalue_decomposition.rb +882 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/matrix/lup_decomposition.rb +218 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/mkmf.rb +2677 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/monitor.rb +300 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/mutex_m.rb +111 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/ftp.rb +1126 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http.rb +1559 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http/backward.rb +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http/exceptions.rb +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http/generic_request.rb +332 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http/header.rb +452 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http/proxy_delta.rb +16 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http/request.rb +20 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http/requests.rb +122 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http/response.rb +414 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/http/responses.rb +273 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/https.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/imap.rb +3616 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/pop.rb +1021 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/protocol.rb +420 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/smtp.rb +1073 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/net/telnet.rb +763 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/observer.rb +203 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/open-uri.rb +801 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/open3.rb +663 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/openssl.rb +24 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/openssl/bn.rb +45 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/openssl/buffering.rb +457 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/openssl/cipher.rb +65 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/openssl/config.rb +472 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/openssl/digest.rb +88 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/openssl/ssl.rb +308 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/openssl/x509.rb +182 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/optionparser.rb +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/optparse.rb +1997 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/optparse/ac.rb +50 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/optparse/date.rb +17 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/optparse/shellwords.rb +6 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/optparse/time.rb +10 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/optparse/uri.rb +6 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/optparse/version.rb +70 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/ostruct.rb +286 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/pathname.rb +579 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/pp.rb +546 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/prettyprint.rb +554 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/prime.rb +487 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/profile.rb +10 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/profiler.rb +148 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/pstore.rb +484 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych.rb +498 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/class_loader.rb +101 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/coder.rb +94 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/core_ext.rb +35 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/deprecated.rb +85 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/exception.rb +13 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/handler.rb +249 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/handlers/document_stream.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/handlers/recorder.rb +39 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/json/ruby_events.rb +19 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/json/stream.rb +16 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/json/tree_builder.rb +12 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/json/yaml_events.rb +29 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/nodes.rb +77 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/nodes/alias.rb +18 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/nodes/document.rb +60 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/nodes/mapping.rb +56 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/nodes/node.rb +55 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/nodes/scalar.rb +67 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/nodes/sequence.rb +81 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/nodes/stream.rb +37 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/omap.rb +4 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/parser.rb +51 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/scalar_scanner.rb +149 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/set.rb +4 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/stream.rb +37 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/streaming.rb +27 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/syntax_error.rb +21 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/tree_builder.rb +96 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/visitors.rb +6 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/visitors/depth_first.rb +26 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/visitors/emitter.rb +51 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/visitors/json_tree.rb +24 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/visitors/to_ruby.rb +389 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/visitors/visitor.rb +19 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/visitors/yaml_tree.rb +565 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/y.rb +9 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/racc/parser.rb +622 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake.rb +79 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/alt_system.rb +110 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/application.rb +790 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/backtrace.rb +23 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/clean.rb +76 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/cloneable.rb +16 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/contrib/compositepublisher.rb +21 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/contrib/ftptools.rb +137 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/contrib/publisher.rb +81 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/contrib/rubyforgepublisher.rb +18 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/contrib/sshpublisher.rb +61 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/contrib/sys.rb +4 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/cpu_counter.rb +125 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/default_loader.rb +14 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/dsl_definition.rb +201 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/early_time.rb +21 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/ext/core.rb +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/ext/module.rb +2 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/ext/pathname.rb +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/ext/string.rb +173 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/ext/time.rb +16 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/file_creation_task.rb +24 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/file_list.rb +428 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/file_task.rb +46 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/file_utils.rb +128 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/file_utils_ext.rb +144 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/gempackagetask.rb +4 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/invocation_chain.rb +56 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/invocation_exception_mixin.rb +16 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/late_time.rb +17 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/linked_list.rb +103 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/loaders/makefile.rb +40 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/multi_task.rb +13 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/name_space.rb +38 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/packagetask.rb +199 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/pathmap.rb +3 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/phony.rb +15 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/private_reader.rb +20 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/promise.rb +99 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/pseudo_status.rb +29 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/rake_module.rb +38 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/rake_test_loader.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/rdoctask.rb +4 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/ruby182_test_unit_fix.rb +29 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/rule_recursion_overflow_error.rb +20 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/runtest.rb +27 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/scope.rb +42 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/task.rb +383 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/task_argument_error.rb +7 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/task_arguments.rb +98 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/task_manager.rb +310 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/tasklib.rb +24 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/testtask.rb +212 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/thread_history_display.rb +48 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/thread_pool.rb +164 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/trace_output.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/version.rb +7 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rake/win32.rb +56 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rbconfig/datadir.rb +13 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc.rb +185 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/alias.rb +111 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/anon_class.rb +10 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/any_method.rb +316 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/attr.rb +175 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/class_module.rb +799 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/code_object.rb +429 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/code_objects.rb +5 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/comment.rb +229 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/constant.rb +186 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/context.rb +1211 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/context/section.rb +238 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/cross_reference.rb +183 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/encoding.rb +99 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/erb_partial.rb +18 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/erbio.rb +37 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/extend.rb +9 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/generator.rb +51 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/ghost_method.rb +6 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/i18n.rb +9 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/i18n/locale.rb +101 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/i18n/text.rb +125 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/include.rb +9 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/known_classes.rb +72 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markdown.rb +16133 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markdown/entities.rb +2131 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markdown/literals_1_9.rb +420 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup.rb +869 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/attr_changer.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/attr_span.rb +29 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/attribute_manager.rb +343 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/attributes.rb +70 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/blank_line.rb +27 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/block_quote.rb +14 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/document.rb +164 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/formatter.rb +264 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/formatter_test_case.rb +767 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/hard_break.rb +31 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/heading.rb +78 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/include.rb +42 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/indented_paragraph.rb +47 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/inline.rb +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/list.rb +101 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/list_item.rb +99 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/paragraph.rb +28 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/parser.rb +558 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/pre_process.rb +293 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/raw.rb +69 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/rule.rb +20 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/special.rb +40 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/text_formatter_test_case.rb +114 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_ansi.rb +93 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_bs.rb +78 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_html.rb +398 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_html_crossref.rb +160 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_html_snippet.rb +284 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_joined_paragraph.rb +71 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_label.rb +74 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_markdown.rb +191 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_rdoc.rb +333 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_table_of_contents.rb +87 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_test.rb +69 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/to_tt_only.rb +120 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/markup/verbatim.rb +83 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/meta_method.rb +6 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/method_attr.rb +418 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/mixin.rb +120 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/normal_class.rb +92 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/normal_module.rb +73 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/options.rb +1251 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/parser.rb +310 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/parser/c.rb +1229 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/parser/changelog.rb +198 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/parser/markdown.rb +23 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/parser/rd.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/parser/ruby.rb +2160 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/parser/ruby_tools.rb +167 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/parser/simple.rb +61 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/parser/text.rb +11 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/rd.rb +99 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/rd/block_parser.rb +1055 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/rd/inline.rb +71 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/rd/inline_parser.rb +1207 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/rdoc.rb +570 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/require.rb +51 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/ri.rb +20 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/ri/driver.rb +1497 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/ri/formatter.rb +5 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/ri/paths.rb +187 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/ri/store.rb +6 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/ri/task.rb +71 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/ruby_lex.rb +1377 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/ruby_token.rb +460 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/rubygems_hook.rb +253 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/servlet.rb +441 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/single_class.rb +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/stats.rb +461 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/stats/normal.rb +59 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/stats/quiet.rb +59 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/stats/verbose.rb +45 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/store.rb +979 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/task.rb +330 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/test_case.rb +217 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/text.rb +324 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/token_stream.rb +95 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/tom_doc.rb +257 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rdoc/top_level.rb +282 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/resolv-replace.rb +74 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/resolv.rb +2836 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/attlistdecl.rb +62 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/attribute.rb +191 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/cdata.rb +67 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/child.rb +96 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/comment.rb +79 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/doctype.rb +269 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/document.rb +290 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/dtd/attlistdecl.rb +10 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/dtd/dtd.rb +46 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/dtd/elementdecl.rb +17 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/dtd/entitydecl.rb +56 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/dtd/notationdecl.rb +39 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/element.rb +1240 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/encoding.rb +50 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/entity.rb +173 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/formatters/default.rb +111 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/formatters/pretty.rb +141 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/formatters/transitive.rb +57 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/functions.rb +394 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/instruction.rb +70 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/light/node.rb +195 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/namespace.rb +47 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/node.rb +75 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/output.rb +29 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parent.rb +165 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parseexception.rb +51 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parsers/baseparser.rb +532 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parsers/lightparser.rb +58 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parsers/pullparser.rb +196 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parsers/sax2parser.rb +272 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parsers/streamparser.rb +52 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parsers/treeparser.rb +100 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parsers/ultralightparser.rb +56 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/parsers/xpathparser.rb +656 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/quickpath.rb +265 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/rexml.rb +31 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/sax2listener.rb +97 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/security.rb +27 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/source.rb +296 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/streamlistener.rb +92 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/syncenumerator.rb +32 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/text.rb +425 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/undefinednamespaceexception.rb +8 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/validation/relaxng.rb +538 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/validation/validation.rb +143 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/validation/validationexception.rb +9 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/xmldecl.rb +115 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/xmltokens.rb +84 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/xpath.rb +80 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rexml/xpath_parser.rb +703 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rinda/rinda.rb +327 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rinda/ring.rb +480 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rinda/tuplespace.rb +642 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/ripper.rb +73 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/ripper/core.rb +70 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/ripper/filter.rb +77 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/ripper/lexer.rb +186 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/ripper/sexp.rb +118 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss.rb +91 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/0.9.rb +461 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/1.0.rb +484 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/2.0.rb +142 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/atom.rb +839 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/content.rb +33 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/content/1.0.rb +9 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/content/2.0.rb +11 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/converter.rb +170 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/dublincore.rb +163 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/dublincore/1.0.rb +12 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/dublincore/2.0.rb +12 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/dublincore/atom.rb +16 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/image.rb +197 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/itunes.rb +412 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker.rb +78 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/0.9.rb +508 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/1.0.rb +435 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/2.0.rb +223 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/atom.rb +172 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/base.rb +944 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/content.rb +21 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/dublincore.rb +121 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/entry.rb +163 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/feed.rb +426 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/image.rb +111 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/itunes.rb +242 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/slash.rb +33 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/syndication.rb +18 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/taxonomy.rb +118 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/maker/trackback.rb +61 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/parser.rb +570 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/rexmlparser.rb +49 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/rss.rb +1352 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/slash.rb +51 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/syndication.rb +68 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/taxonomy.rb +147 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/trackback.rb +290 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/utils.rb +199 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/xml-stylesheet.rb +105 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/xml.rb +71 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/xmlparser.rb +94 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rss/xmlscanner.rb +121 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems.rb +1245 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/available_set.rb +164 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/basic_specification.rb +290 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/command.rb +582 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/command_manager.rb +218 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/build_command.rb +60 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/cert_command.rb +276 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/check_command.rb +93 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/cleanup_command.rb +165 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/contents_command.rb +190 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/dependency_command.rb +207 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/environment_command.rb +158 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/fetch_command.rb +77 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/generate_index_command.rb +84 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/help_command.rb +384 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/install_command.rb +347 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/list_command.rb +40 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/lock_command.rb +110 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/mirror_command.rb +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/open_command.rb +74 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/outdated_command.rb +32 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/owner_command.rb +99 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/pristine_command.rb +165 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/push_command.rb +98 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/query_command.rb +343 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/rdoc_command.rb +96 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/search_command.rb +40 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/server_command.rb +86 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/setup_command.rb +483 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/sources_command.rb +210 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/specification_command.rb +145 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/stale_command.rb +38 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/uninstall_command.rb +164 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/unpack_command.rb +182 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/update_command.rb +277 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/which_command.rb +90 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/commands/yank_command.rb +107 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/compatibility.rb +59 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/config_file.rb +483 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_gem.rb +73 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb +139 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/defaults.rb +177 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/dependency.rb +334 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/dependency_installer.rb +480 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/dependency_list.rb +240 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/deprecate.rb +70 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/doctor.rb +131 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/errors.rb +137 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/exceptions.rb +270 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ext.rb +18 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ext/build_error.rb +6 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ext/builder.rb +218 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ext/cmake_builder.rb +16 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ext/configure_builder.rb +23 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ext/ext_conf_builder.rb +78 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ext/rake_builder.rb +36 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/gem_runner.rb +81 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/gemcutter_utilities.rb +154 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/indexer.rb +498 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/install_default_message.rb +12 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/install_message.rb +12 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/install_update_options.rb +186 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/installer.rb +819 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/installer_test_case.rb +193 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/local_remote_options.rb +148 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/mock_gem_ui.rb +88 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/name_tuple.rb +123 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package.rb +613 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/digest_io.rb +64 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/file_source.rb +33 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/io_source.rb +45 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/old.rb +178 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/source.rb +3 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/tar_header.rb +229 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/tar_reader.rb +123 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/tar_reader/entry.rb +147 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/tar_test_case.rb +137 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package/tar_writer.rb +326 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/package_task.rb +128 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/path_support.rb +87 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/platform.rb +204 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/psych_additions.rb +9 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/psych_tree.rb +31 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/rdoc.rb +335 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/remote_fetcher.rb +398 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/request.rb +244 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/request/connection_pools.rb +83 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/request/http_pool.rb +47 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/request/https_pool.rb +10 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/request_set.rb +413 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/request_set/gem_dependency_api.rb +801 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/request_set/lockfile.rb +650 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/requirement.rb +273 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver.rb +485 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/activation_request.rb +172 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/api_set.rb +125 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/api_specification.rb +85 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/best_set.rb +78 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/composed_set.rb +66 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/conflict.rb +160 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/current_set.rb +13 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/dependency_request.rb +116 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/git_set.rb +122 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/git_specification.rb +59 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/index_set.rb +80 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/index_specification.rb +69 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/installed_specification.rb +58 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/installer_set.rb +224 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/local_specification.rb +41 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/lock_set.rb +84 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/lock_specification.rb +84 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/requirement_list.rb +81 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/set.rb +56 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/spec_specification.rb +56 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/specification.rb +110 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/stats.rb +44 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/vendor_set.rb +87 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/resolver/vendor_specification.rb +24 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/security.rb +595 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/security/policies.rb +115 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/security/policy.rb +295 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/security/signer.rb +154 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/security/trust_dir.rb +118 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/server.rb +868 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source.rb +234 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source/git.rb +240 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source/installed.rb +40 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source/local.rb +129 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source/lock.rb +48 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source/specific_file.rb +72 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source/vendor.rb +27 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source_list.rb +149 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source_local.rb +5 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/source_specific_file.rb +4 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/spec_fetcher.rb +269 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/specification.rb +2800 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ssl_certs/AddTrustExternalCARoot.pem +32 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +14 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem +23 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem +28 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/ssl_certs/GeoTrustGlobalCA.pem +20 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/stub_specification.rb +196 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/syck_hack.rb +76 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/test_case.rb +1430 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/test_utilities.rb +383 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/text.rb +75 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/uninstaller.rb +345 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/uri_formatter.rb +49 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/user_interaction.rb +711 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/util.rb +134 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/util/list.rb +48 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/util/stringio.rb +34 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/validator.rb +165 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/version.rb +356 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/rubygems/version_option.rb +71 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/scanf.rb +776 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/securerandom.rb +293 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/set.rb +787 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/shell.rb +458 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/shell/builtin-command.rb +146 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/shell/command-processor.rb +667 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/shell/error.rb +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/shell/filter.rb +137 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/shell/process-controller.rb +310 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/shell/system-command.rb +158 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/shell/version.rb +15 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/shellwords.rb +215 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/singleton.rb +172 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/socket.rb +871 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/sync.rb +328 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/syslog/logger.rb +208 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/tempfile.rb +367 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/thwait.rb +140 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/time.rb +676 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/timeout.rb +130 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/tmpdir.rb +139 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/tracer.rb +286 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/tsort.rb +450 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/ubygems.rb +10 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/un.rb +375 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/unicode_normalize.rb +78 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/unicode_normalize/normalize.rb +168 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/unicode_normalize/tables.rb +1163 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri.rb +111 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/common.rb +720 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/ftp.rb +266 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/generic.rb +1557 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/http.rb +106 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/https.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/ldap.rb +260 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/ldaps.rb +20 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/mailto.rb +286 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/rfc2396_parser.rb +543 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/uri/rfc3986_parser.rb +124 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/weakref.rb +106 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick.rb +226 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/accesslog.rb +158 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/cgi.rb +308 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/compat.rb +35 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/config.rb +151 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/cookie.rb +171 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/htmlutils.rb +29 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpauth.rb +95 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpauth/authenticator.rb +116 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpauth/basicauth.rb +108 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpauth/digestauth.rb +408 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpauth/htdigest.rb +131 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpauth/htgroup.rb +93 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpauth/htpasswd.rb +124 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpauth/userdb.rb +52 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpproxy.rb +337 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httprequest.rb +584 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpresponse.rb +466 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/https.rb +86 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb +278 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpservlet.rb +22 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpservlet/abstract.rb +153 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpservlet/cgi_runner.rb +46 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpservlet/cgihandler.rb +120 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpservlet/erbhandler.rb +87 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpservlet/filehandler.rb +521 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpservlet/prochandler.rb +46 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpstatus.rb +196 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httputils.rb +509 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/httpversion.rb +75 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/log.rb +155 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb +365 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/ssl.rb +196 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/utils.rb +230 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/webrick/version.rb +17 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc.rb +301 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc/base64.rb +62 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc/client.rb +614 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc/config.rb +43 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc/create.rb +286 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc/datetime.rb +129 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc/marshal.rb +66 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc/parser.rb +870 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc/server.rb +707 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/xmlrpc/utils.rb +171 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/yaml.rb +59 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/yaml/dbm.rb +279 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/yaml/store.rb +81 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/build_info/charlock_holmes-0.7.3.info +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/build_info/eventmachine-1.0.4.info +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/build_info/eventmachine-1.0.6.info +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/build_info/puma-2.11.2.info +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/build_info/rugged-0.21.4.info +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/build_info/rugged-0.22.0b5.info +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundle +21 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundle_ruby +56 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundler +21 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bundler.gemspec +32 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler.rb +446 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/anonymizable_uri.rb +32 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/capistrano.rb +16 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli.rb +407 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/binstubs.rb +38 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/cache.rb +35 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/check.rb +35 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/clean.rb +26 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/common.rb +56 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/config.rb +84 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/console.rb +38 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/exec.rb +44 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/gem.rb +195 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/init.rb +33 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/inject.rb +33 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/install.rb +156 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/open.rb +23 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/outdated.rb +80 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/package.rb +45 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/platform.rb +43 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/show.rb +74 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/update.rb +73 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/viz.rb +27 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/constants.rb +5 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/current_ruby.rb +183 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/definition.rb +628 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/dep_proxy.rb +43 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/dependency.rb +110 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/deployment.rb +59 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/deprecate.rb +15 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/dsl.rb +331 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/endpoint_specification.rb +76 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/env.rb +75 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/environment.rb +42 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/fetcher.rb +423 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/friendly_errors.rb +85 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_helper.rb +180 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_helpers.rb +26 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_installer.rb +9 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_path_manipulation.rb +8 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_tasks.rb +2 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/graph.rb +169 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/index.rb +197 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/injector.rb +64 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/installer.rb +339 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/lazy_specification.rb +83 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/lockfile_parser.rb +167 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle +119 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-config +217 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-exec +159 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-install +345 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-package +52 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-platform +61 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-update +213 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/gemfile.5 +669 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/match_platform.rb +13 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/psyched_yaml.rb +26 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/remote_specification.rb +57 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/resolver.rb +334 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/retry.rb +60 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ruby_dsl.rb +11 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ruby_version.rb +117 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/rubygems_ext.rb +170 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/rubygems_integration.rb +619 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/runtime.rb +289 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/settings.rb +208 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/setup.rb +24 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/shared_helpers.rb +149 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/similarity_detector.rb +63 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source.rb +46 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/git.rb +294 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/git/git_proxy.rb +162 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/path.rb +226 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/path/installer.rb +43 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/rubygems.rb +381 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source_list.rb +101 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/spec_set.rb +154 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/.document +1 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem +32 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +14 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem +23 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem +28 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem +20 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/certificate_manager.rb +65 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui.rb +7 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui/rg_proxy.rb +21 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui/shell.rb +103 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui/silent.rb +44 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo.rb +5 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +266 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +69 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +3 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb +90 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb +63 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +415 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb +43 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/state.rb +43 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/net/http/faster.rb +26 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/net/http/persistent.rb +1230 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb +128 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor.rb +484 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions.rb +319 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb +103 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb +59 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/directory.rb +118 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb +135 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +316 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb +107 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/base.rb +656 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/command.rb +133 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb +77 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb +10 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb +98 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/error.rb +32 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/group.rb +281 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/invocation.rb +178 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/line_editor.rb +17 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb +35 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb +88 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser.rb +4 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/argument.rb +73 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +175 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/option.rb +125 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/options.rb +218 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/rake_compat.rb +71 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/runner.rb +322 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell.rb +81 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +421 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell/color.rb +149 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell/html.rb +126 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/util.rb +267 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/version.rb +3 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendored_molinillo.rb +2 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendored_persistent.rb +11 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendored_thor.rb +3 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/version.rb +6 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vlad.rb +11 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/worker.rb +73 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/bundler-1.9.9.gemspec +47 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/default/bigdecimal-1.2.6.gemspec +20 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/default/io-console-0.4.3.gemspec +23 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/default/json-1.8.1.gemspec +7 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/default/psych-2.0.8.gemspec +25 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/default/rake-10.4.2.gemspec +7 -0
- data/bin/traveling-ruby-2.2.2/lib/ruby/gems/2.2.0/specifications/default/rdoc-4.2.0.gemspec +7 -0
- data/bin/traveling-ruby-2.2.2/test +1 -0
- data/bin/traveling-ruby-2.2.2/test-rake +1 -0
- data/lib/rb2exe/version.rb +1 -1
- data/rb2exe.gemspec +0 -1
- metadata +1003 -16
- data/.gitignore +0 -9
@@ -0,0 +1,1559 @@
|
|
1
|
+
#
|
2
|
+
# = net/http.rb
|
3
|
+
#
|
4
|
+
# Copyright (c) 1999-2007 Yukihiro Matsumoto
|
5
|
+
# Copyright (c) 1999-2007 Minero Aoki
|
6
|
+
# Copyright (c) 2001 GOTOU Yuuzou
|
7
|
+
#
|
8
|
+
# Written and maintained by Minero Aoki <aamine@loveruby.net>.
|
9
|
+
# HTTPS support added by GOTOU Yuuzou <gotoyuzo@notwork.org>.
|
10
|
+
#
|
11
|
+
# This file is derived from "http-access.rb".
|
12
|
+
#
|
13
|
+
# Documented by Minero Aoki; converted to RDoc by William Webber.
|
14
|
+
#
|
15
|
+
# This program is free software. You can re-distribute and/or
|
16
|
+
# modify this program under the same terms of ruby itself ---
|
17
|
+
# Ruby Distribution License or GNU General Public License.
|
18
|
+
#
|
19
|
+
# See Net::HTTP for an overview and examples.
|
20
|
+
#
|
21
|
+
|
22
|
+
require 'net/protocol'
|
23
|
+
require 'uri'
|
24
|
+
|
25
|
+
module Net #:nodoc:
|
26
|
+
autoload :OpenSSL, 'openssl'
|
27
|
+
|
28
|
+
# :stopdoc:
|
29
|
+
class HTTPBadResponse < StandardError; end
|
30
|
+
class HTTPHeaderSyntaxError < StandardError; end
|
31
|
+
# :startdoc:
|
32
|
+
|
33
|
+
# == An HTTP client API for Ruby.
|
34
|
+
#
|
35
|
+
# Net::HTTP provides a rich library which can be used to build HTTP
|
36
|
+
# user-agents. For more details about HTTP see
|
37
|
+
# [RFC2616](http://www.ietf.org/rfc/rfc2616.txt)
|
38
|
+
#
|
39
|
+
# Net::HTTP is designed to work closely with URI. URI::HTTP#host,
|
40
|
+
# URI::HTTP#port and URI::HTTP#request_uri are designed to work with
|
41
|
+
# Net::HTTP.
|
42
|
+
#
|
43
|
+
# If you are only performing a few GET requests you should try OpenURI.
|
44
|
+
#
|
45
|
+
# == Simple Examples
|
46
|
+
#
|
47
|
+
# All examples assume you have loaded Net::HTTP with:
|
48
|
+
#
|
49
|
+
# require 'net/http'
|
50
|
+
#
|
51
|
+
# This will also require 'uri' so you don't need to require it separately.
|
52
|
+
#
|
53
|
+
# The Net::HTTP methods in the following section do not persist
|
54
|
+
# connections. They are not recommended if you are performing many HTTP
|
55
|
+
# requests.
|
56
|
+
#
|
57
|
+
# === GET
|
58
|
+
#
|
59
|
+
# Net::HTTP.get('example.com', '/index.html') # => String
|
60
|
+
#
|
61
|
+
# === GET by URI
|
62
|
+
#
|
63
|
+
# uri = URI('http://example.com/index.html?count=10')
|
64
|
+
# Net::HTTP.get(uri) # => String
|
65
|
+
#
|
66
|
+
# === GET with Dynamic Parameters
|
67
|
+
#
|
68
|
+
# uri = URI('http://example.com/index.html')
|
69
|
+
# params = { :limit => 10, :page => 3 }
|
70
|
+
# uri.query = URI.encode_www_form(params)
|
71
|
+
#
|
72
|
+
# res = Net::HTTP.get_response(uri)
|
73
|
+
# puts res.body if res.is_a?(Net::HTTPSuccess)
|
74
|
+
#
|
75
|
+
# === POST
|
76
|
+
#
|
77
|
+
# uri = URI('http://www.example.com/search.cgi')
|
78
|
+
# res = Net::HTTP.post_form(uri, 'q' => 'ruby', 'max' => '50')
|
79
|
+
# puts res.body
|
80
|
+
#
|
81
|
+
# === POST with Multiple Values
|
82
|
+
#
|
83
|
+
# uri = URI('http://www.example.com/search.cgi')
|
84
|
+
# res = Net::HTTP.post_form(uri, 'q' => ['ruby', 'perl'], 'max' => '50')
|
85
|
+
# puts res.body
|
86
|
+
#
|
87
|
+
# == How to use Net::HTTP
|
88
|
+
#
|
89
|
+
# The following example code can be used as the basis of a HTTP user-agent
|
90
|
+
# which can perform a variety of request types using persistent
|
91
|
+
# connections.
|
92
|
+
#
|
93
|
+
# uri = URI('http://example.com/some_path?query=string')
|
94
|
+
#
|
95
|
+
# Net::HTTP.start(uri.host, uri.port) do |http|
|
96
|
+
# request = Net::HTTP::Get.new uri
|
97
|
+
#
|
98
|
+
# response = http.request request # Net::HTTPResponse object
|
99
|
+
# end
|
100
|
+
#
|
101
|
+
# Net::HTTP::start immediately creates a connection to an HTTP server which
|
102
|
+
# is kept open for the duration of the block. The connection will remain
|
103
|
+
# open for multiple requests in the block if the server indicates it
|
104
|
+
# supports persistent connections.
|
105
|
+
#
|
106
|
+
# The request types Net::HTTP supports are listed below in the section "HTTP
|
107
|
+
# Request Classes".
|
108
|
+
#
|
109
|
+
# If you wish to re-use a connection across multiple HTTP requests without
|
110
|
+
# automatically closing it you can use ::new instead of ::start. #request
|
111
|
+
# will automatically open a connection to the server if one is not currently
|
112
|
+
# open. You can manually close the connection with #finish.
|
113
|
+
#
|
114
|
+
# For all the Net::HTTP request objects and shortcut request methods you may
|
115
|
+
# supply either a String for the request path or a URI from which Net::HTTP
|
116
|
+
# will extract the request path.
|
117
|
+
#
|
118
|
+
# === Response Data
|
119
|
+
#
|
120
|
+
# uri = URI('http://example.com/index.html')
|
121
|
+
# res = Net::HTTP.get_response(uri)
|
122
|
+
#
|
123
|
+
# # Headers
|
124
|
+
# res['Set-Cookie'] # => String
|
125
|
+
# res.get_fields('set-cookie') # => Array
|
126
|
+
# res.to_hash['set-cookie'] # => Array
|
127
|
+
# puts "Headers: #{res.to_hash.inspect}"
|
128
|
+
#
|
129
|
+
# # Status
|
130
|
+
# puts res.code # => '200'
|
131
|
+
# puts res.message # => 'OK'
|
132
|
+
# puts res.class.name # => 'HTTPOK'
|
133
|
+
#
|
134
|
+
# # Body
|
135
|
+
# puts res.body if res.response_body_permitted?
|
136
|
+
#
|
137
|
+
# === Following Redirection
|
138
|
+
#
|
139
|
+
# Each Net::HTTPResponse object belongs to a class for its response code.
|
140
|
+
#
|
141
|
+
# For example, all 2XX responses are instances of a Net::HTTPSuccess
|
142
|
+
# subclass, a 3XX response is an instance of a Net::HTTPRedirection
|
143
|
+
# subclass and a 200 response is an instance of the Net::HTTPOK class. For
|
144
|
+
# details of response classes, see the section "HTTP Response Classes"
|
145
|
+
# below.
|
146
|
+
#
|
147
|
+
# Using a case statement you can handle various types of responses properly:
|
148
|
+
#
|
149
|
+
# def fetch(uri_str, limit = 10)
|
150
|
+
# # You should choose a better exception.
|
151
|
+
# raise ArgumentError, 'too many HTTP redirects' if limit == 0
|
152
|
+
#
|
153
|
+
# response = Net::HTTP.get_response(URI(uri_str))
|
154
|
+
#
|
155
|
+
# case response
|
156
|
+
# when Net::HTTPSuccess then
|
157
|
+
# response
|
158
|
+
# when Net::HTTPRedirection then
|
159
|
+
# location = response['location']
|
160
|
+
# warn "redirected to #{location}"
|
161
|
+
# fetch(location, limit - 1)
|
162
|
+
# else
|
163
|
+
# response.value
|
164
|
+
# end
|
165
|
+
# end
|
166
|
+
#
|
167
|
+
# print fetch('http://www.ruby-lang.org')
|
168
|
+
#
|
169
|
+
# === POST
|
170
|
+
#
|
171
|
+
# A POST can be made using the Net::HTTP::Post request class. This example
|
172
|
+
# creates a urlencoded POST body:
|
173
|
+
#
|
174
|
+
# uri = URI('http://www.example.com/todo.cgi')
|
175
|
+
# req = Net::HTTP::Post.new(uri)
|
176
|
+
# req.set_form_data('from' => '2005-01-01', 'to' => '2005-03-31')
|
177
|
+
#
|
178
|
+
# res = Net::HTTP.start(uri.hostname, uri.port) do |http|
|
179
|
+
# http.request(req)
|
180
|
+
# end
|
181
|
+
#
|
182
|
+
# case res
|
183
|
+
# when Net::HTTPSuccess, Net::HTTPRedirection
|
184
|
+
# # OK
|
185
|
+
# else
|
186
|
+
# res.value
|
187
|
+
# end
|
188
|
+
#
|
189
|
+
# At this time Net::HTTP does not support multipart/form-data. To send
|
190
|
+
# multipart/form-data use Net::HTTPRequest#body= and
|
191
|
+
# Net::HTTPRequest#content_type=:
|
192
|
+
#
|
193
|
+
# req = Net::HTTP::Post.new(uri)
|
194
|
+
# req.body = multipart_data
|
195
|
+
# req.content_type = 'multipart/form-data'
|
196
|
+
#
|
197
|
+
# Other requests that can contain a body such as PUT can be created in the
|
198
|
+
# same way using the corresponding request class (Net::HTTP::Put).
|
199
|
+
#
|
200
|
+
# === Setting Headers
|
201
|
+
#
|
202
|
+
# The following example performs a conditional GET using the
|
203
|
+
# If-Modified-Since header. If the files has not been modified since the
|
204
|
+
# time in the header a Not Modified response will be returned. See RFC 2616
|
205
|
+
# section 9.3 for further details.
|
206
|
+
#
|
207
|
+
# uri = URI('http://example.com/cached_response')
|
208
|
+
# file = File.stat 'cached_response'
|
209
|
+
#
|
210
|
+
# req = Net::HTTP::Get.new(uri)
|
211
|
+
# req['If-Modified-Since'] = file.mtime.rfc2822
|
212
|
+
#
|
213
|
+
# res = Net::HTTP.start(uri.hostname, uri.port) {|http|
|
214
|
+
# http.request(req)
|
215
|
+
# }
|
216
|
+
#
|
217
|
+
# open 'cached_response', 'w' do |io|
|
218
|
+
# io.write res.body
|
219
|
+
# end if res.is_a?(Net::HTTPSuccess)
|
220
|
+
#
|
221
|
+
# === Basic Authentication
|
222
|
+
#
|
223
|
+
# Basic authentication is performed according to
|
224
|
+
# [RFC2617](http://www.ietf.org/rfc/rfc2617.txt)
|
225
|
+
#
|
226
|
+
# uri = URI('http://example.com/index.html?key=value')
|
227
|
+
#
|
228
|
+
# req = Net::HTTP::Get.new(uri)
|
229
|
+
# req.basic_auth 'user', 'pass'
|
230
|
+
#
|
231
|
+
# res = Net::HTTP.start(uri.hostname, uri.port) {|http|
|
232
|
+
# http.request(req)
|
233
|
+
# }
|
234
|
+
# puts res.body
|
235
|
+
#
|
236
|
+
# === Streaming Response Bodies
|
237
|
+
#
|
238
|
+
# By default Net::HTTP reads an entire response into memory. If you are
|
239
|
+
# handling large files or wish to implement a progress bar you can instead
|
240
|
+
# stream the body directly to an IO.
|
241
|
+
#
|
242
|
+
# uri = URI('http://example.com/large_file')
|
243
|
+
#
|
244
|
+
# Net::HTTP.start(uri.host, uri.port) do |http|
|
245
|
+
# request = Net::HTTP::Get.new uri
|
246
|
+
#
|
247
|
+
# http.request request do |response|
|
248
|
+
# open 'large_file', 'w' do |io|
|
249
|
+
# response.read_body do |chunk|
|
250
|
+
# io.write chunk
|
251
|
+
# end
|
252
|
+
# end
|
253
|
+
# end
|
254
|
+
# end
|
255
|
+
#
|
256
|
+
# === HTTPS
|
257
|
+
#
|
258
|
+
# HTTPS is enabled for an HTTP connection by Net::HTTP#use_ssl=.
|
259
|
+
#
|
260
|
+
# uri = URI('https://secure.example.com/some_path?query=string')
|
261
|
+
#
|
262
|
+
# Net::HTTP.start(uri.host, uri.port,
|
263
|
+
# :use_ssl => uri.scheme == 'https') do |http|
|
264
|
+
# request = Net::HTTP::Get.new uri
|
265
|
+
#
|
266
|
+
# response = http.request request # Net::HTTPResponse object
|
267
|
+
# end
|
268
|
+
#
|
269
|
+
# In previous versions of Ruby you would need to require 'net/https' to use
|
270
|
+
# HTTPS. This is no longer true.
|
271
|
+
#
|
272
|
+
# === Proxies
|
273
|
+
#
|
274
|
+
# Net::HTTP will automatically create a proxy from the +http_proxy+
|
275
|
+
# environment variable if it is present. To disable use of +http_proxy+,
|
276
|
+
# pass +nil+ for the proxy address.
|
277
|
+
#
|
278
|
+
# You may also create a custom proxy:
|
279
|
+
#
|
280
|
+
# proxy_addr = 'your.proxy.host'
|
281
|
+
# proxy_port = 8080
|
282
|
+
#
|
283
|
+
# Net::HTTP.new('example.com', nil, proxy_addr, proxy_port).start { |http|
|
284
|
+
# # always proxy via your.proxy.addr:8080
|
285
|
+
# }
|
286
|
+
#
|
287
|
+
# See Net::HTTP.new for further details and examples such as proxies that
|
288
|
+
# require a username and password.
|
289
|
+
#
|
290
|
+
# === Compression
|
291
|
+
#
|
292
|
+
# Net::HTTP automatically adds Accept-Encoding for compression of response
|
293
|
+
# bodies and automatically decompresses gzip and deflate responses unless a
|
294
|
+
# Range header was sent.
|
295
|
+
#
|
296
|
+
# Compression can be disabled through the Accept-Encoding: identity header.
|
297
|
+
#
|
298
|
+
# == HTTP Request Classes
|
299
|
+
#
|
300
|
+
# Here is the HTTP request class hierarchy.
|
301
|
+
#
|
302
|
+
# * Net::HTTPRequest
|
303
|
+
# * Net::HTTP::Get
|
304
|
+
# * Net::HTTP::Head
|
305
|
+
# * Net::HTTP::Post
|
306
|
+
# * Net::HTTP::Patch
|
307
|
+
# * Net::HTTP::Put
|
308
|
+
# * Net::HTTP::Proppatch
|
309
|
+
# * Net::HTTP::Lock
|
310
|
+
# * Net::HTTP::Unlock
|
311
|
+
# * Net::HTTP::Options
|
312
|
+
# * Net::HTTP::Propfind
|
313
|
+
# * Net::HTTP::Delete
|
314
|
+
# * Net::HTTP::Move
|
315
|
+
# * Net::HTTP::Copy
|
316
|
+
# * Net::HTTP::Mkcol
|
317
|
+
# * Net::HTTP::Trace
|
318
|
+
#
|
319
|
+
# == HTTP Response Classes
|
320
|
+
#
|
321
|
+
# Here is HTTP response class hierarchy. All classes are defined in Net
|
322
|
+
# module and are subclasses of Net::HTTPResponse.
|
323
|
+
#
|
324
|
+
# HTTPUnknownResponse:: For unhandled HTTP extensions
|
325
|
+
# HTTPInformation:: 1xx
|
326
|
+
# HTTPContinue:: 100
|
327
|
+
# HTTPSwitchProtocol:: 101
|
328
|
+
# HTTPSuccess:: 2xx
|
329
|
+
# HTTPOK:: 200
|
330
|
+
# HTTPCreated:: 201
|
331
|
+
# HTTPAccepted:: 202
|
332
|
+
# HTTPNonAuthoritativeInformation:: 203
|
333
|
+
# HTTPNoContent:: 204
|
334
|
+
# HTTPResetContent:: 205
|
335
|
+
# HTTPPartialContent:: 206
|
336
|
+
# HTTPMultiStatus:: 207
|
337
|
+
# HTTPIMUsed:: 226
|
338
|
+
# HTTPRedirection:: 3xx
|
339
|
+
# HTTPMultipleChoices:: 300
|
340
|
+
# HTTPMovedPermanently:: 301
|
341
|
+
# HTTPFound:: 302
|
342
|
+
# HTTPSeeOther:: 303
|
343
|
+
# HTTPNotModified:: 304
|
344
|
+
# HTTPUseProxy:: 305
|
345
|
+
# HTTPTemporaryRedirect:: 307
|
346
|
+
# HTTPClientError:: 4xx
|
347
|
+
# HTTPBadRequest:: 400
|
348
|
+
# HTTPUnauthorized:: 401
|
349
|
+
# HTTPPaymentRequired:: 402
|
350
|
+
# HTTPForbidden:: 403
|
351
|
+
# HTTPNotFound:: 404
|
352
|
+
# HTTPMethodNotAllowed:: 405
|
353
|
+
# HTTPNotAcceptable:: 406
|
354
|
+
# HTTPProxyAuthenticationRequired:: 407
|
355
|
+
# HTTPRequestTimeOut:: 408
|
356
|
+
# HTTPConflict:: 409
|
357
|
+
# HTTPGone:: 410
|
358
|
+
# HTTPLengthRequired:: 411
|
359
|
+
# HTTPPreconditionFailed:: 412
|
360
|
+
# HTTPRequestEntityTooLarge:: 413
|
361
|
+
# HTTPRequestURITooLong:: 414
|
362
|
+
# HTTPUnsupportedMediaType:: 415
|
363
|
+
# HTTPRequestedRangeNotSatisfiable:: 416
|
364
|
+
# HTTPExpectationFailed:: 417
|
365
|
+
# HTTPUnprocessableEntity:: 422
|
366
|
+
# HTTPLocked:: 423
|
367
|
+
# HTTPFailedDependency:: 424
|
368
|
+
# HTTPUpgradeRequired:: 426
|
369
|
+
# HTTPPreconditionRequired:: 428
|
370
|
+
# HTTPTooManyRequests:: 429
|
371
|
+
# HTTPRequestHeaderFieldsTooLarge:: 431
|
372
|
+
# HTTPServerError:: 5xx
|
373
|
+
# HTTPInternalServerError:: 500
|
374
|
+
# HTTPNotImplemented:: 501
|
375
|
+
# HTTPBadGateway:: 502
|
376
|
+
# HTTPServiceUnavailable:: 503
|
377
|
+
# HTTPGatewayTimeOut:: 504
|
378
|
+
# HTTPVersionNotSupported:: 505
|
379
|
+
# HTTPInsufficientStorage:: 507
|
380
|
+
# HTTPNetworkAuthenticationRequired:: 511
|
381
|
+
#
|
382
|
+
# There is also the Net::HTTPBadResponse exception which is raised when
|
383
|
+
# there is a protocol error.
|
384
|
+
#
|
385
|
+
class HTTP < Protocol
|
386
|
+
|
387
|
+
# :stopdoc:
|
388
|
+
Revision = %q$Revision: 49278 $.split[1]
|
389
|
+
HTTPVersion = '1.1'
|
390
|
+
begin
|
391
|
+
require 'zlib'
|
392
|
+
require 'stringio' #for our purposes (unpacking gzip) lump these together
|
393
|
+
HAVE_ZLIB=true
|
394
|
+
rescue LoadError
|
395
|
+
HAVE_ZLIB=false
|
396
|
+
end
|
397
|
+
# :startdoc:
|
398
|
+
|
399
|
+
# Turns on net/http 1.2 (Ruby 1.8) features.
|
400
|
+
# Defaults to ON in Ruby 1.8 or later.
|
401
|
+
def HTTP.version_1_2
|
402
|
+
true
|
403
|
+
end
|
404
|
+
|
405
|
+
# Returns true if net/http is in version 1.2 mode.
|
406
|
+
# Defaults to true.
|
407
|
+
def HTTP.version_1_2?
|
408
|
+
true
|
409
|
+
end
|
410
|
+
|
411
|
+
def HTTP.version_1_1? #:nodoc:
|
412
|
+
false
|
413
|
+
end
|
414
|
+
|
415
|
+
class << HTTP
|
416
|
+
alias is_version_1_1? version_1_1? #:nodoc:
|
417
|
+
alias is_version_1_2? version_1_2? #:nodoc:
|
418
|
+
end
|
419
|
+
|
420
|
+
#
|
421
|
+
# short cut methods
|
422
|
+
#
|
423
|
+
|
424
|
+
#
|
425
|
+
# Gets the body text from the target and outputs it to $stdout. The
|
426
|
+
# target can either be specified as
|
427
|
+
# (+uri+), or as (+host+, +path+, +port+ = 80); so:
|
428
|
+
#
|
429
|
+
# Net::HTTP.get_print URI('http://www.example.com/index.html')
|
430
|
+
#
|
431
|
+
# or:
|
432
|
+
#
|
433
|
+
# Net::HTTP.get_print 'www.example.com', '/index.html'
|
434
|
+
#
|
435
|
+
def HTTP.get_print(uri_or_host, path = nil, port = nil)
|
436
|
+
get_response(uri_or_host, path, port) {|res|
|
437
|
+
res.read_body do |chunk|
|
438
|
+
$stdout.print chunk
|
439
|
+
end
|
440
|
+
}
|
441
|
+
nil
|
442
|
+
end
|
443
|
+
|
444
|
+
# Sends a GET request to the target and returns the HTTP response
|
445
|
+
# as a string. The target can either be specified as
|
446
|
+
# (+uri+), or as (+host+, +path+, +port+ = 80); so:
|
447
|
+
#
|
448
|
+
# print Net::HTTP.get(URI('http://www.example.com/index.html'))
|
449
|
+
#
|
450
|
+
# or:
|
451
|
+
#
|
452
|
+
# print Net::HTTP.get('www.example.com', '/index.html')
|
453
|
+
#
|
454
|
+
def HTTP.get(uri_or_host, path = nil, port = nil)
|
455
|
+
get_response(uri_or_host, path, port).body
|
456
|
+
end
|
457
|
+
|
458
|
+
# Sends a GET request to the target and returns the HTTP response
|
459
|
+
# as a Net::HTTPResponse object. The target can either be specified as
|
460
|
+
# (+uri+), or as (+host+, +path+, +port+ = 80); so:
|
461
|
+
#
|
462
|
+
# res = Net::HTTP.get_response(URI('http://www.example.com/index.html'))
|
463
|
+
# print res.body
|
464
|
+
#
|
465
|
+
# or:
|
466
|
+
#
|
467
|
+
# res = Net::HTTP.get_response('www.example.com', '/index.html')
|
468
|
+
# print res.body
|
469
|
+
#
|
470
|
+
def HTTP.get_response(uri_or_host, path = nil, port = nil, &block)
|
471
|
+
if path
|
472
|
+
host = uri_or_host
|
473
|
+
new(host, port || HTTP.default_port).start {|http|
|
474
|
+
return http.request_get(path, &block)
|
475
|
+
}
|
476
|
+
else
|
477
|
+
uri = uri_or_host
|
478
|
+
start(uri.hostname, uri.port,
|
479
|
+
:use_ssl => uri.scheme == 'https') {|http|
|
480
|
+
return http.request_get(uri, &block)
|
481
|
+
}
|
482
|
+
end
|
483
|
+
end
|
484
|
+
|
485
|
+
# Posts HTML form data to the specified URI object.
|
486
|
+
# The form data must be provided as a Hash mapping from String to String.
|
487
|
+
# Example:
|
488
|
+
#
|
489
|
+
# { "cmd" => "search", "q" => "ruby", "max" => "50" }
|
490
|
+
#
|
491
|
+
# This method also does Basic Authentication iff +url+.user exists.
|
492
|
+
# But userinfo for authentication is deprecated (RFC3986).
|
493
|
+
# So this feature will be removed.
|
494
|
+
#
|
495
|
+
# Example:
|
496
|
+
#
|
497
|
+
# require 'net/http'
|
498
|
+
# require 'uri'
|
499
|
+
#
|
500
|
+
# Net::HTTP.post_form URI('http://www.example.com/search.cgi'),
|
501
|
+
# { "q" => "ruby", "max" => "50" }
|
502
|
+
#
|
503
|
+
def HTTP.post_form(url, params)
|
504
|
+
req = Post.new(url)
|
505
|
+
req.form_data = params
|
506
|
+
req.basic_auth url.user, url.password if url.user
|
507
|
+
start(url.hostname, url.port,
|
508
|
+
:use_ssl => url.scheme == 'https' ) {|http|
|
509
|
+
http.request(req)
|
510
|
+
}
|
511
|
+
end
|
512
|
+
|
513
|
+
#
|
514
|
+
# HTTP session management
|
515
|
+
#
|
516
|
+
|
517
|
+
# The default port to use for HTTP requests; defaults to 80.
|
518
|
+
def HTTP.default_port
|
519
|
+
http_default_port()
|
520
|
+
end
|
521
|
+
|
522
|
+
# The default port to use for HTTP requests; defaults to 80.
|
523
|
+
def HTTP.http_default_port
|
524
|
+
80
|
525
|
+
end
|
526
|
+
|
527
|
+
# The default port to use for HTTPS requests; defaults to 443.
|
528
|
+
def HTTP.https_default_port
|
529
|
+
443
|
530
|
+
end
|
531
|
+
|
532
|
+
def HTTP.socket_type #:nodoc: obsolete
|
533
|
+
BufferedIO
|
534
|
+
end
|
535
|
+
|
536
|
+
# :call-seq:
|
537
|
+
# HTTP.start(address, port, p_addr, p_port, p_user, p_pass, &block)
|
538
|
+
# HTTP.start(address, port=nil, p_addr=nil, p_port=nil, p_user=nil, p_pass=nil, opt, &block)
|
539
|
+
#
|
540
|
+
# Creates a new Net::HTTP object, then additionally opens the TCP
|
541
|
+
# connection and HTTP session.
|
542
|
+
#
|
543
|
+
# Arguments are the following:
|
544
|
+
# _address_ :: hostname or IP address of the server
|
545
|
+
# _port_ :: port of the server
|
546
|
+
# _p_addr_ :: address of proxy
|
547
|
+
# _p_port_ :: port of proxy
|
548
|
+
# _p_user_ :: user of proxy
|
549
|
+
# _p_pass_ :: pass of proxy
|
550
|
+
# _opt_ :: optional hash
|
551
|
+
#
|
552
|
+
# _opt_ sets following values by its accessor.
|
553
|
+
# The keys are ca_file, ca_path, cert, cert_store, ciphers,
|
554
|
+
# close_on_empty_response, key, open_timeout, read_timeout, ssl_timeout,
|
555
|
+
# ssl_version, use_ssl, verify_callback, verify_depth and verify_mode.
|
556
|
+
# If you set :use_ssl as true, you can use https and default value of
|
557
|
+
# verify_mode is set as OpenSSL::SSL::VERIFY_PEER.
|
558
|
+
#
|
559
|
+
# If the optional block is given, the newly
|
560
|
+
# created Net::HTTP object is passed to it and closed when the
|
561
|
+
# block finishes. In this case, the return value of this method
|
562
|
+
# is the return value of the block. If no block is given, the
|
563
|
+
# return value of this method is the newly created Net::HTTP object
|
564
|
+
# itself, and the caller is responsible for closing it upon completion
|
565
|
+
# using the finish() method.
|
566
|
+
def HTTP.start(address, *arg, &block) # :yield: +http+
|
567
|
+
arg.pop if opt = Hash.try_convert(arg[-1])
|
568
|
+
port, p_addr, p_port, p_user, p_pass = *arg
|
569
|
+
port = https_default_port if !port && opt && opt[:use_ssl]
|
570
|
+
http = new(address, port, p_addr, p_port, p_user, p_pass)
|
571
|
+
|
572
|
+
if opt
|
573
|
+
if opt[:use_ssl]
|
574
|
+
opt = {verify_mode: OpenSSL::SSL::VERIFY_PEER}.update(opt)
|
575
|
+
end
|
576
|
+
http.methods.grep(/\A(\w+)=\z/) do |meth|
|
577
|
+
key = $1.to_sym
|
578
|
+
opt.key?(key) or next
|
579
|
+
http.__send__(meth, opt[key])
|
580
|
+
end
|
581
|
+
end
|
582
|
+
|
583
|
+
http.start(&block)
|
584
|
+
end
|
585
|
+
|
586
|
+
class << HTTP
|
587
|
+
alias newobj new # :nodoc:
|
588
|
+
end
|
589
|
+
|
590
|
+
# Creates a new Net::HTTP object without opening a TCP connection or
|
591
|
+
# HTTP session.
|
592
|
+
#
|
593
|
+
# The +address+ should be a DNS hostname or IP address, the +port+ is the
|
594
|
+
# port the server operates on. If no +port+ is given the default port for
|
595
|
+
# HTTP or HTTPS is used.
|
596
|
+
#
|
597
|
+
# If none of the +p_+ arguments are given, the proxy host and port are
|
598
|
+
# taken from the +http_proxy+ environment variable (or its uppercase
|
599
|
+
# equivalent) if present. If the proxy requires authentication you must
|
600
|
+
# supply it by hand. See URI::Generic#find_proxy for details of proxy
|
601
|
+
# detection from the environment. To disable proxy detection set +p_addr+
|
602
|
+
# to nil.
|
603
|
+
#
|
604
|
+
# If you are connecting to a custom proxy, +p_addr+ the DNS name or IP
|
605
|
+
# address of the proxy host, +p_port+ the port to use to access the proxy,
|
606
|
+
# and +p_user+ and +p_pass+ the username and password if authorization is
|
607
|
+
# required to use the proxy.
|
608
|
+
#
|
609
|
+
def HTTP.new(address, port = nil, p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil)
|
610
|
+
http = super address, port
|
611
|
+
|
612
|
+
if proxy_class? then # from Net::HTTP::Proxy()
|
613
|
+
http.proxy_from_env = @proxy_from_env
|
614
|
+
http.proxy_address = @proxy_address
|
615
|
+
http.proxy_port = @proxy_port
|
616
|
+
http.proxy_user = @proxy_user
|
617
|
+
http.proxy_pass = @proxy_pass
|
618
|
+
elsif p_addr == :ENV then
|
619
|
+
http.proxy_from_env = true
|
620
|
+
else
|
621
|
+
http.proxy_address = p_addr
|
622
|
+
http.proxy_port = p_port || default_port
|
623
|
+
http.proxy_user = p_user
|
624
|
+
http.proxy_pass = p_pass
|
625
|
+
end
|
626
|
+
|
627
|
+
http
|
628
|
+
end
|
629
|
+
|
630
|
+
# Creates a new Net::HTTP object for the specified server address,
|
631
|
+
# without opening the TCP connection or initializing the HTTP session.
|
632
|
+
# The +address+ should be a DNS hostname or IP address.
|
633
|
+
def initialize(address, port = nil)
|
634
|
+
@address = address
|
635
|
+
@port = (port || HTTP.default_port)
|
636
|
+
@local_host = nil
|
637
|
+
@local_port = nil
|
638
|
+
@curr_http_version = HTTPVersion
|
639
|
+
@keep_alive_timeout = 2
|
640
|
+
@last_communicated = nil
|
641
|
+
@close_on_empty_response = false
|
642
|
+
@socket = nil
|
643
|
+
@started = false
|
644
|
+
@open_timeout = nil
|
645
|
+
@read_timeout = 60
|
646
|
+
@continue_timeout = nil
|
647
|
+
@debug_output = nil
|
648
|
+
|
649
|
+
@proxy_from_env = false
|
650
|
+
@proxy_uri = nil
|
651
|
+
@proxy_address = nil
|
652
|
+
@proxy_port = nil
|
653
|
+
@proxy_user = nil
|
654
|
+
@proxy_pass = nil
|
655
|
+
|
656
|
+
@use_ssl = false
|
657
|
+
@ssl_context = nil
|
658
|
+
@ssl_session = nil
|
659
|
+
@enable_post_connection_check = true
|
660
|
+
@sspi_enabled = false
|
661
|
+
SSL_IVNAMES.each do |ivname|
|
662
|
+
instance_variable_set ivname, nil
|
663
|
+
end
|
664
|
+
end
|
665
|
+
|
666
|
+
def inspect
|
667
|
+
"#<#{self.class} #{@address}:#{@port} open=#{started?}>"
|
668
|
+
end
|
669
|
+
|
670
|
+
# *WARNING* This method opens a serious security hole.
|
671
|
+
# Never use this method in production code.
|
672
|
+
#
|
673
|
+
# Sets an output stream for debugging.
|
674
|
+
#
|
675
|
+
# http = Net::HTTP.new(hostname)
|
676
|
+
# http.set_debug_output $stderr
|
677
|
+
# http.start { .... }
|
678
|
+
#
|
679
|
+
def set_debug_output(output)
|
680
|
+
warn 'Net::HTTP#set_debug_output called after HTTP started' if started?
|
681
|
+
@debug_output = output
|
682
|
+
end
|
683
|
+
|
684
|
+
# The DNS host name or IP address to connect to.
|
685
|
+
attr_reader :address
|
686
|
+
|
687
|
+
# The port number to connect to.
|
688
|
+
attr_reader :port
|
689
|
+
|
690
|
+
# The local host used to establish the connection.
|
691
|
+
attr_accessor :local_host
|
692
|
+
|
693
|
+
# The local port used to establish the connection.
|
694
|
+
attr_accessor :local_port
|
695
|
+
|
696
|
+
attr_writer :proxy_from_env
|
697
|
+
attr_writer :proxy_address
|
698
|
+
attr_writer :proxy_port
|
699
|
+
attr_writer :proxy_user
|
700
|
+
attr_writer :proxy_pass
|
701
|
+
|
702
|
+
# Number of seconds to wait for the connection to open. Any number
|
703
|
+
# may be used, including Floats for fractional seconds. If the HTTP
|
704
|
+
# object cannot open a connection in this many seconds, it raises a
|
705
|
+
# Net::OpenTimeout exception. The default value is +nil+.
|
706
|
+
attr_accessor :open_timeout
|
707
|
+
|
708
|
+
# Number of seconds to wait for one block to be read (via one read(2)
|
709
|
+
# call). Any number may be used, including Floats for fractional
|
710
|
+
# seconds. If the HTTP object cannot read data in this many seconds,
|
711
|
+
# it raises a Net::ReadTimeout exception. The default value is 60 seconds.
|
712
|
+
attr_reader :read_timeout
|
713
|
+
|
714
|
+
# Setter for the read_timeout attribute.
|
715
|
+
def read_timeout=(sec)
|
716
|
+
@socket.read_timeout = sec if @socket
|
717
|
+
@read_timeout = sec
|
718
|
+
end
|
719
|
+
|
720
|
+
# Seconds to wait for 100 Continue response. If the HTTP object does not
|
721
|
+
# receive a response in this many seconds it sends the request body. The
|
722
|
+
# default value is +nil+.
|
723
|
+
attr_reader :continue_timeout
|
724
|
+
|
725
|
+
# Setter for the continue_timeout attribute.
|
726
|
+
def continue_timeout=(sec)
|
727
|
+
@socket.continue_timeout = sec if @socket
|
728
|
+
@continue_timeout = sec
|
729
|
+
end
|
730
|
+
|
731
|
+
# Seconds to reuse the connection of the previous request.
|
732
|
+
# If the idle time is less than this Keep-Alive Timeout,
|
733
|
+
# Net::HTTP reuses the TCP/IP socket used by the previous communication.
|
734
|
+
# The default value is 2 seconds.
|
735
|
+
attr_accessor :keep_alive_timeout
|
736
|
+
|
737
|
+
# Returns true if the HTTP session has been started.
|
738
|
+
def started?
|
739
|
+
@started
|
740
|
+
end
|
741
|
+
|
742
|
+
alias active? started? #:nodoc: obsolete
|
743
|
+
|
744
|
+
attr_accessor :close_on_empty_response
|
745
|
+
|
746
|
+
# Returns true if SSL/TLS is being used with HTTP.
|
747
|
+
def use_ssl?
|
748
|
+
@use_ssl
|
749
|
+
end
|
750
|
+
|
751
|
+
# Turn on/off SSL.
|
752
|
+
# This flag must be set before starting session.
|
753
|
+
# If you change use_ssl value after session started,
|
754
|
+
# a Net::HTTP object raises IOError.
|
755
|
+
def use_ssl=(flag)
|
756
|
+
flag = flag ? true : false
|
757
|
+
if started? and @use_ssl != flag
|
758
|
+
raise IOError, "use_ssl value changed, but session already started"
|
759
|
+
end
|
760
|
+
@use_ssl = flag
|
761
|
+
end
|
762
|
+
|
763
|
+
SSL_IVNAMES = [
|
764
|
+
:@ca_file,
|
765
|
+
:@ca_path,
|
766
|
+
:@cert,
|
767
|
+
:@cert_store,
|
768
|
+
:@ciphers,
|
769
|
+
:@key,
|
770
|
+
:@ssl_timeout,
|
771
|
+
:@ssl_version,
|
772
|
+
:@verify_callback,
|
773
|
+
:@verify_depth,
|
774
|
+
:@verify_mode,
|
775
|
+
]
|
776
|
+
SSL_ATTRIBUTES = [
|
777
|
+
:ca_file,
|
778
|
+
:ca_path,
|
779
|
+
:cert,
|
780
|
+
:cert_store,
|
781
|
+
:ciphers,
|
782
|
+
:key,
|
783
|
+
:ssl_timeout,
|
784
|
+
:ssl_version,
|
785
|
+
:verify_callback,
|
786
|
+
:verify_depth,
|
787
|
+
:verify_mode,
|
788
|
+
]
|
789
|
+
|
790
|
+
# Sets path of a CA certification file in PEM format.
|
791
|
+
#
|
792
|
+
# The file can contain several CA certificates.
|
793
|
+
attr_accessor :ca_file
|
794
|
+
|
795
|
+
# Sets path of a CA certification directory containing certifications in
|
796
|
+
# PEM format.
|
797
|
+
attr_accessor :ca_path
|
798
|
+
|
799
|
+
# Sets an OpenSSL::X509::Certificate object as client certificate.
|
800
|
+
# (This method is appeared in Michal Rokos's OpenSSL extension).
|
801
|
+
attr_accessor :cert
|
802
|
+
|
803
|
+
# Sets the X509::Store to verify peer certificate.
|
804
|
+
attr_accessor :cert_store
|
805
|
+
|
806
|
+
# Sets the available ciphers. See OpenSSL::SSL::SSLContext#ciphers=
|
807
|
+
attr_accessor :ciphers
|
808
|
+
|
809
|
+
# Sets an OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object.
|
810
|
+
# (This method is appeared in Michal Rokos's OpenSSL extension.)
|
811
|
+
attr_accessor :key
|
812
|
+
|
813
|
+
# Sets the SSL timeout seconds.
|
814
|
+
attr_accessor :ssl_timeout
|
815
|
+
|
816
|
+
# Sets the SSL version. See OpenSSL::SSL::SSLContext#ssl_version=
|
817
|
+
attr_accessor :ssl_version
|
818
|
+
|
819
|
+
# Sets the verify callback for the server certification verification.
|
820
|
+
attr_accessor :verify_callback
|
821
|
+
|
822
|
+
# Sets the maximum depth for the certificate chain verification.
|
823
|
+
attr_accessor :verify_depth
|
824
|
+
|
825
|
+
# Sets the flags for server the certification verification at beginning of
|
826
|
+
# SSL/TLS session.
|
827
|
+
#
|
828
|
+
# OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER are acceptable.
|
829
|
+
attr_accessor :verify_mode
|
830
|
+
|
831
|
+
# Returns the X.509 certificates the server presented.
|
832
|
+
def peer_cert
|
833
|
+
if not use_ssl? or not @socket
|
834
|
+
return nil
|
835
|
+
end
|
836
|
+
@socket.io.peer_cert
|
837
|
+
end
|
838
|
+
|
839
|
+
# Opens a TCP connection and HTTP session.
|
840
|
+
#
|
841
|
+
# When this method is called with a block, it passes the Net::HTTP
|
842
|
+
# object to the block, and closes the TCP connection and HTTP session
|
843
|
+
# after the block has been executed.
|
844
|
+
#
|
845
|
+
# When called with a block, it returns the return value of the
|
846
|
+
# block; otherwise, it returns self.
|
847
|
+
#
|
848
|
+
def start # :yield: http
|
849
|
+
raise IOError, 'HTTP session already opened' if @started
|
850
|
+
if block_given?
|
851
|
+
begin
|
852
|
+
do_start
|
853
|
+
return yield(self)
|
854
|
+
ensure
|
855
|
+
do_finish
|
856
|
+
end
|
857
|
+
end
|
858
|
+
do_start
|
859
|
+
self
|
860
|
+
end
|
861
|
+
|
862
|
+
def do_start
|
863
|
+
connect
|
864
|
+
@started = true
|
865
|
+
end
|
866
|
+
private :do_start
|
867
|
+
|
868
|
+
def connect
|
869
|
+
if proxy? then
|
870
|
+
conn_address = proxy_address
|
871
|
+
conn_port = proxy_port
|
872
|
+
else
|
873
|
+
conn_address = address
|
874
|
+
conn_port = port
|
875
|
+
end
|
876
|
+
|
877
|
+
D "opening connection to #{conn_address}:#{conn_port}..."
|
878
|
+
s = Timeout.timeout(@open_timeout, Net::OpenTimeout) {
|
879
|
+
TCPSocket.open(conn_address, conn_port, @local_host, @local_port)
|
880
|
+
}
|
881
|
+
s.setsockopt(Socket::IPPROTO_TCP, Socket::TCP_NODELAY, 1)
|
882
|
+
D "opened"
|
883
|
+
if use_ssl?
|
884
|
+
ssl_parameters = Hash.new
|
885
|
+
iv_list = instance_variables
|
886
|
+
SSL_IVNAMES.each_with_index do |ivname, i|
|
887
|
+
if iv_list.include?(ivname) and
|
888
|
+
value = instance_variable_get(ivname)
|
889
|
+
ssl_parameters[SSL_ATTRIBUTES[i]] = value if value
|
890
|
+
end
|
891
|
+
end
|
892
|
+
@ssl_context = OpenSSL::SSL::SSLContext.new
|
893
|
+
@ssl_context.set_params(ssl_parameters)
|
894
|
+
D "starting SSL for #{conn_address}:#{conn_port}..."
|
895
|
+
s = OpenSSL::SSL::SSLSocket.new(s, @ssl_context)
|
896
|
+
s.sync_close = true
|
897
|
+
D "SSL established"
|
898
|
+
end
|
899
|
+
@socket = BufferedIO.new(s)
|
900
|
+
@socket.read_timeout = @read_timeout
|
901
|
+
@socket.continue_timeout = @continue_timeout
|
902
|
+
@socket.debug_output = @debug_output
|
903
|
+
if use_ssl?
|
904
|
+
begin
|
905
|
+
if proxy?
|
906
|
+
buf = "CONNECT #{@address}:#{@port} HTTP/#{HTTPVersion}\r\n"
|
907
|
+
buf << "Host: #{@address}:#{@port}\r\n"
|
908
|
+
if proxy_user
|
909
|
+
credential = ["#{proxy_user}:#{proxy_pass}"].pack('m')
|
910
|
+
credential.delete!("\r\n")
|
911
|
+
buf << "Proxy-Authorization: Basic #{credential}\r\n"
|
912
|
+
end
|
913
|
+
buf << "\r\n"
|
914
|
+
@socket.write(buf)
|
915
|
+
HTTPResponse.read_new(@socket).value
|
916
|
+
end
|
917
|
+
if @ssl_session and
|
918
|
+
Process.clock_gettime(Process::CLOCK_REALTIME) < @ssl_session.time.to_f + @ssl_session.timeout
|
919
|
+
s.session = @ssl_session if @ssl_session
|
920
|
+
end
|
921
|
+
# Server Name Indication (SNI) RFC 3546
|
922
|
+
s.hostname = @address if s.respond_to? :hostname=
|
923
|
+
Timeout.timeout(@open_timeout, Net::OpenTimeout) { s.connect }
|
924
|
+
if @ssl_context.verify_mode != OpenSSL::SSL::VERIFY_NONE
|
925
|
+
s.post_connection_check(@address)
|
926
|
+
end
|
927
|
+
@ssl_session = s.session
|
928
|
+
rescue => exception
|
929
|
+
D "Conn close because of connect error #{exception}"
|
930
|
+
@socket.close if @socket and not @socket.closed?
|
931
|
+
raise exception
|
932
|
+
end
|
933
|
+
end
|
934
|
+
on_connect
|
935
|
+
end
|
936
|
+
private :connect
|
937
|
+
|
938
|
+
def on_connect
|
939
|
+
end
|
940
|
+
private :on_connect
|
941
|
+
|
942
|
+
# Finishes the HTTP session and closes the TCP connection.
|
943
|
+
# Raises IOError if the session has not been started.
|
944
|
+
def finish
|
945
|
+
raise IOError, 'HTTP session not yet started' unless started?
|
946
|
+
do_finish
|
947
|
+
end
|
948
|
+
|
949
|
+
def do_finish
|
950
|
+
@started = false
|
951
|
+
@socket.close if @socket and not @socket.closed?
|
952
|
+
@socket = nil
|
953
|
+
end
|
954
|
+
private :do_finish
|
955
|
+
|
956
|
+
#
|
957
|
+
# proxy
|
958
|
+
#
|
959
|
+
|
960
|
+
public
|
961
|
+
|
962
|
+
# no proxy
|
963
|
+
@is_proxy_class = false
|
964
|
+
@proxy_from_env = false
|
965
|
+
@proxy_addr = nil
|
966
|
+
@proxy_port = nil
|
967
|
+
@proxy_user = nil
|
968
|
+
@proxy_pass = nil
|
969
|
+
|
970
|
+
# Creates an HTTP proxy class which behaves like Net::HTTP, but
|
971
|
+
# performs all access via the specified proxy.
|
972
|
+
#
|
973
|
+
# This class is obsolete. You may pass these same parameters directly to
|
974
|
+
# Net::HTTP.new. See Net::HTTP.new for details of the arguments.
|
975
|
+
def HTTP.Proxy(p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil)
|
976
|
+
return self unless p_addr
|
977
|
+
|
978
|
+
Class.new(self) {
|
979
|
+
@is_proxy_class = true
|
980
|
+
|
981
|
+
if p_addr == :ENV then
|
982
|
+
@proxy_from_env = true
|
983
|
+
@proxy_address = nil
|
984
|
+
@proxy_port = nil
|
985
|
+
else
|
986
|
+
@proxy_from_env = false
|
987
|
+
@proxy_address = p_addr
|
988
|
+
@proxy_port = p_port || default_port
|
989
|
+
end
|
990
|
+
|
991
|
+
@proxy_user = p_user
|
992
|
+
@proxy_pass = p_pass
|
993
|
+
}
|
994
|
+
end
|
995
|
+
|
996
|
+
class << HTTP
|
997
|
+
# returns true if self is a class which was created by HTTP::Proxy.
|
998
|
+
def proxy_class?
|
999
|
+
defined?(@is_proxy_class) ? @is_proxy_class : false
|
1000
|
+
end
|
1001
|
+
|
1002
|
+
# Address of proxy host. If Net::HTTP does not use a proxy, nil.
|
1003
|
+
attr_reader :proxy_address
|
1004
|
+
|
1005
|
+
# Port number of proxy host. If Net::HTTP does not use a proxy, nil.
|
1006
|
+
attr_reader :proxy_port
|
1007
|
+
|
1008
|
+
# User name for accessing proxy. If Net::HTTP does not use a proxy, nil.
|
1009
|
+
attr_reader :proxy_user
|
1010
|
+
|
1011
|
+
# User password for accessing proxy. If Net::HTTP does not use a proxy,
|
1012
|
+
# nil.
|
1013
|
+
attr_reader :proxy_pass
|
1014
|
+
end
|
1015
|
+
|
1016
|
+
# True if requests for this connection will be proxied
|
1017
|
+
def proxy?
|
1018
|
+
!!if @proxy_from_env then
|
1019
|
+
proxy_uri
|
1020
|
+
else
|
1021
|
+
@proxy_address
|
1022
|
+
end
|
1023
|
+
end
|
1024
|
+
|
1025
|
+
# True if the proxy for this connection is determined from the environment
|
1026
|
+
def proxy_from_env?
|
1027
|
+
@proxy_from_env
|
1028
|
+
end
|
1029
|
+
|
1030
|
+
# The proxy URI determined from the environment for this connection.
|
1031
|
+
def proxy_uri # :nodoc:
|
1032
|
+
@proxy_uri ||= URI::HTTP.new(
|
1033
|
+
"http".freeze, nil, address, port, nil, nil, nil, nil, nil
|
1034
|
+
).find_proxy
|
1035
|
+
end
|
1036
|
+
|
1037
|
+
# The address of the proxy server, if one is configured.
|
1038
|
+
def proxy_address
|
1039
|
+
if @proxy_from_env then
|
1040
|
+
proxy_uri && proxy_uri.hostname
|
1041
|
+
else
|
1042
|
+
@proxy_address
|
1043
|
+
end
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
# The port of the proxy server, if one is configured.
|
1047
|
+
def proxy_port
|
1048
|
+
if @proxy_from_env then
|
1049
|
+
proxy_uri && proxy_uri.port
|
1050
|
+
else
|
1051
|
+
@proxy_port
|
1052
|
+
end
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
# The proxy username, if one is configured
|
1056
|
+
def proxy_user
|
1057
|
+
@proxy_user
|
1058
|
+
end
|
1059
|
+
|
1060
|
+
# The proxy password, if one is configured
|
1061
|
+
def proxy_pass
|
1062
|
+
@proxy_pass
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
alias proxyaddr proxy_address #:nodoc: obsolete
|
1066
|
+
alias proxyport proxy_port #:nodoc: obsolete
|
1067
|
+
|
1068
|
+
private
|
1069
|
+
|
1070
|
+
# without proxy, obsolete
|
1071
|
+
|
1072
|
+
def conn_address # :nodoc:
|
1073
|
+
address()
|
1074
|
+
end
|
1075
|
+
|
1076
|
+
def conn_port # :nodoc:
|
1077
|
+
port()
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
def edit_path(path)
|
1081
|
+
if proxy? and not use_ssl? then
|
1082
|
+
"http://#{addr_port}#{path}"
|
1083
|
+
else
|
1084
|
+
path
|
1085
|
+
end
|
1086
|
+
end
|
1087
|
+
|
1088
|
+
#
|
1089
|
+
# HTTP operations
|
1090
|
+
#
|
1091
|
+
|
1092
|
+
public
|
1093
|
+
|
1094
|
+
# Retrieves data from +path+ on the connected-to host which may be an
|
1095
|
+
# absolute path String or a URI to extract the path from.
|
1096
|
+
#
|
1097
|
+
# +initheader+ must be a Hash like { 'Accept' => '*/*', ... },
|
1098
|
+
# and it defaults to an empty hash.
|
1099
|
+
# If +initheader+ doesn't have the key 'accept-encoding', then
|
1100
|
+
# a value of "gzip;q=1.0,deflate;q=0.6,identity;q=0.3" is used,
|
1101
|
+
# so that gzip compression is used in preference to deflate
|
1102
|
+
# compression, which is used in preference to no compression.
|
1103
|
+
# Ruby doesn't have libraries to support the compress (Lempel-Ziv)
|
1104
|
+
# compression, so that is not supported. The intent of this is
|
1105
|
+
# to reduce bandwidth by default. If this routine sets up
|
1106
|
+
# compression, then it does the decompression also, removing
|
1107
|
+
# the header as well to prevent confusion. Otherwise
|
1108
|
+
# it leaves the body as it found it.
|
1109
|
+
#
|
1110
|
+
# This method returns a Net::HTTPResponse object.
|
1111
|
+
#
|
1112
|
+
# If called with a block, yields each fragment of the
|
1113
|
+
# entity body in turn as a string as it is read from
|
1114
|
+
# the socket. Note that in this case, the returned response
|
1115
|
+
# object will *not* contain a (meaningful) body.
|
1116
|
+
#
|
1117
|
+
# +dest+ argument is obsolete.
|
1118
|
+
# It still works but you must not use it.
|
1119
|
+
#
|
1120
|
+
# This method never raises an exception.
|
1121
|
+
#
|
1122
|
+
# response = http.get('/index.html')
|
1123
|
+
#
|
1124
|
+
# # using block
|
1125
|
+
# File.open('result.txt', 'w') {|f|
|
1126
|
+
# http.get('/~foo/') do |str|
|
1127
|
+
# f.write str
|
1128
|
+
# end
|
1129
|
+
# }
|
1130
|
+
#
|
1131
|
+
def get(path, initheader = nil, dest = nil, &block) # :yield: +body_segment+
|
1132
|
+
res = nil
|
1133
|
+
request(Get.new(path, initheader)) {|r|
|
1134
|
+
r.read_body dest, &block
|
1135
|
+
res = r
|
1136
|
+
}
|
1137
|
+
res
|
1138
|
+
end
|
1139
|
+
|
1140
|
+
# Gets only the header from +path+ on the connected-to host.
|
1141
|
+
# +header+ is a Hash like { 'Accept' => '*/*', ... }.
|
1142
|
+
#
|
1143
|
+
# This method returns a Net::HTTPResponse object.
|
1144
|
+
#
|
1145
|
+
# This method never raises an exception.
|
1146
|
+
#
|
1147
|
+
# response = nil
|
1148
|
+
# Net::HTTP.start('some.www.server', 80) {|http|
|
1149
|
+
# response = http.head('/index.html')
|
1150
|
+
# }
|
1151
|
+
# p response['content-type']
|
1152
|
+
#
|
1153
|
+
def head(path, initheader = nil)
|
1154
|
+
request(Head.new(path, initheader))
|
1155
|
+
end
|
1156
|
+
|
1157
|
+
# Posts +data+ (must be a String) to +path+. +header+ must be a Hash
|
1158
|
+
# like { 'Accept' => '*/*', ... }.
|
1159
|
+
#
|
1160
|
+
# This method returns a Net::HTTPResponse object.
|
1161
|
+
#
|
1162
|
+
# If called with a block, yields each fragment of the
|
1163
|
+
# entity body in turn as a string as it is read from
|
1164
|
+
# the socket. Note that in this case, the returned response
|
1165
|
+
# object will *not* contain a (meaningful) body.
|
1166
|
+
#
|
1167
|
+
# +dest+ argument is obsolete.
|
1168
|
+
# It still works but you must not use it.
|
1169
|
+
#
|
1170
|
+
# This method never raises exception.
|
1171
|
+
#
|
1172
|
+
# response = http.post('/cgi-bin/search.rb', 'query=foo')
|
1173
|
+
#
|
1174
|
+
# # using block
|
1175
|
+
# File.open('result.txt', 'w') {|f|
|
1176
|
+
# http.post('/cgi-bin/search.rb', 'query=foo') do |str|
|
1177
|
+
# f.write str
|
1178
|
+
# end
|
1179
|
+
# }
|
1180
|
+
#
|
1181
|
+
# You should set Content-Type: header field for POST.
|
1182
|
+
# If no Content-Type: field given, this method uses
|
1183
|
+
# "application/x-www-form-urlencoded" by default.
|
1184
|
+
#
|
1185
|
+
def post(path, data, initheader = nil, dest = nil, &block) # :yield: +body_segment+
|
1186
|
+
send_entity(path, data, initheader, dest, Post, &block)
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
# Sends a PATCH request to the +path+ and gets a response,
|
1190
|
+
# as an HTTPResponse object.
|
1191
|
+
def patch(path, data, initheader = nil, dest = nil, &block) # :yield: +body_segment+
|
1192
|
+
send_entity(path, data, initheader, dest, Patch, &block)
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
def put(path, data, initheader = nil) #:nodoc:
|
1196
|
+
request(Put.new(path, initheader), data)
|
1197
|
+
end
|
1198
|
+
|
1199
|
+
# Sends a PROPPATCH request to the +path+ and gets a response,
|
1200
|
+
# as an HTTPResponse object.
|
1201
|
+
def proppatch(path, body, initheader = nil)
|
1202
|
+
request(Proppatch.new(path, initheader), body)
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
# Sends a LOCK request to the +path+ and gets a response,
|
1206
|
+
# as an HTTPResponse object.
|
1207
|
+
def lock(path, body, initheader = nil)
|
1208
|
+
request(Lock.new(path, initheader), body)
|
1209
|
+
end
|
1210
|
+
|
1211
|
+
# Sends a UNLOCK request to the +path+ and gets a response,
|
1212
|
+
# as an HTTPResponse object.
|
1213
|
+
def unlock(path, body, initheader = nil)
|
1214
|
+
request(Unlock.new(path, initheader), body)
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
# Sends a OPTIONS request to the +path+ and gets a response,
|
1218
|
+
# as an HTTPResponse object.
|
1219
|
+
def options(path, initheader = nil)
|
1220
|
+
request(Options.new(path, initheader))
|
1221
|
+
end
|
1222
|
+
|
1223
|
+
# Sends a PROPFIND request to the +path+ and gets a response,
|
1224
|
+
# as an HTTPResponse object.
|
1225
|
+
def propfind(path, body = nil, initheader = {'Depth' => '0'})
|
1226
|
+
request(Propfind.new(path, initheader), body)
|
1227
|
+
end
|
1228
|
+
|
1229
|
+
# Sends a DELETE request to the +path+ and gets a response,
|
1230
|
+
# as an HTTPResponse object.
|
1231
|
+
def delete(path, initheader = {'Depth' => 'Infinity'})
|
1232
|
+
request(Delete.new(path, initheader))
|
1233
|
+
end
|
1234
|
+
|
1235
|
+
# Sends a MOVE request to the +path+ and gets a response,
|
1236
|
+
# as an HTTPResponse object.
|
1237
|
+
def move(path, initheader = nil)
|
1238
|
+
request(Move.new(path, initheader))
|
1239
|
+
end
|
1240
|
+
|
1241
|
+
# Sends a COPY request to the +path+ and gets a response,
|
1242
|
+
# as an HTTPResponse object.
|
1243
|
+
def copy(path, initheader = nil)
|
1244
|
+
request(Copy.new(path, initheader))
|
1245
|
+
end
|
1246
|
+
|
1247
|
+
# Sends a MKCOL request to the +path+ and gets a response,
|
1248
|
+
# as an HTTPResponse object.
|
1249
|
+
def mkcol(path, body = nil, initheader = nil)
|
1250
|
+
request(Mkcol.new(path, initheader), body)
|
1251
|
+
end
|
1252
|
+
|
1253
|
+
# Sends a TRACE request to the +path+ and gets a response,
|
1254
|
+
# as an HTTPResponse object.
|
1255
|
+
def trace(path, initheader = nil)
|
1256
|
+
request(Trace.new(path, initheader))
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
# Sends a GET request to the +path+.
|
1260
|
+
# Returns the response as a Net::HTTPResponse object.
|
1261
|
+
#
|
1262
|
+
# When called with a block, passes an HTTPResponse object to the block.
|
1263
|
+
# The body of the response will not have been read yet;
|
1264
|
+
# the block can process it using HTTPResponse#read_body,
|
1265
|
+
# if desired.
|
1266
|
+
#
|
1267
|
+
# Returns the response.
|
1268
|
+
#
|
1269
|
+
# This method never raises Net::* exceptions.
|
1270
|
+
#
|
1271
|
+
# response = http.request_get('/index.html')
|
1272
|
+
# # The entity body is already read in this case.
|
1273
|
+
# p response['content-type']
|
1274
|
+
# puts response.body
|
1275
|
+
#
|
1276
|
+
# # Using a block
|
1277
|
+
# http.request_get('/index.html') {|response|
|
1278
|
+
# p response['content-type']
|
1279
|
+
# response.read_body do |str| # read body now
|
1280
|
+
# print str
|
1281
|
+
# end
|
1282
|
+
# }
|
1283
|
+
#
|
1284
|
+
def request_get(path, initheader = nil, &block) # :yield: +response+
|
1285
|
+
request(Get.new(path, initheader), &block)
|
1286
|
+
end
|
1287
|
+
|
1288
|
+
# Sends a HEAD request to the +path+ and returns the response
|
1289
|
+
# as a Net::HTTPResponse object.
|
1290
|
+
#
|
1291
|
+
# Returns the response.
|
1292
|
+
#
|
1293
|
+
# This method never raises Net::* exceptions.
|
1294
|
+
#
|
1295
|
+
# response = http.request_head('/index.html')
|
1296
|
+
# p response['content-type']
|
1297
|
+
#
|
1298
|
+
def request_head(path, initheader = nil, &block)
|
1299
|
+
request(Head.new(path, initheader), &block)
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
# Sends a POST request to the +path+.
|
1303
|
+
#
|
1304
|
+
# Returns the response as a Net::HTTPResponse object.
|
1305
|
+
#
|
1306
|
+
# When called with a block, the block is passed an HTTPResponse
|
1307
|
+
# object. The body of that response will not have been read yet;
|
1308
|
+
# the block can process it using HTTPResponse#read_body, if desired.
|
1309
|
+
#
|
1310
|
+
# Returns the response.
|
1311
|
+
#
|
1312
|
+
# This method never raises Net::* exceptions.
|
1313
|
+
#
|
1314
|
+
# # example
|
1315
|
+
# response = http.request_post('/cgi-bin/nice.rb', 'datadatadata...')
|
1316
|
+
# p response.status
|
1317
|
+
# puts response.body # body is already read in this case
|
1318
|
+
#
|
1319
|
+
# # using block
|
1320
|
+
# http.request_post('/cgi-bin/nice.rb', 'datadatadata...') {|response|
|
1321
|
+
# p response.status
|
1322
|
+
# p response['content-type']
|
1323
|
+
# response.read_body do |str| # read body now
|
1324
|
+
# print str
|
1325
|
+
# end
|
1326
|
+
# }
|
1327
|
+
#
|
1328
|
+
def request_post(path, data, initheader = nil, &block) # :yield: +response+
|
1329
|
+
request Post.new(path, initheader), data, &block
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
def request_put(path, data, initheader = nil, &block) #:nodoc:
|
1333
|
+
request Put.new(path, initheader), data, &block
|
1334
|
+
end
|
1335
|
+
|
1336
|
+
alias get2 request_get #:nodoc: obsolete
|
1337
|
+
alias head2 request_head #:nodoc: obsolete
|
1338
|
+
alias post2 request_post #:nodoc: obsolete
|
1339
|
+
alias put2 request_put #:nodoc: obsolete
|
1340
|
+
|
1341
|
+
|
1342
|
+
# Sends an HTTP request to the HTTP server.
|
1343
|
+
# Also sends a DATA string if +data+ is given.
|
1344
|
+
#
|
1345
|
+
# Returns a Net::HTTPResponse object.
|
1346
|
+
#
|
1347
|
+
# This method never raises Net::* exceptions.
|
1348
|
+
#
|
1349
|
+
# response = http.send_request('GET', '/index.html')
|
1350
|
+
# puts response.body
|
1351
|
+
#
|
1352
|
+
def send_request(name, path, data = nil, header = nil)
|
1353
|
+
has_response_body = name != 'HEAD'
|
1354
|
+
r = HTTPGenericRequest.new(name,(data ? true : false),has_response_body,path,header)
|
1355
|
+
request r, data
|
1356
|
+
end
|
1357
|
+
|
1358
|
+
# Sends an HTTPRequest object +req+ to the HTTP server.
|
1359
|
+
#
|
1360
|
+
# If +req+ is a Net::HTTP::Post or Net::HTTP::Put request containing
|
1361
|
+
# data, the data is also sent. Providing data for a Net::HTTP::Head or
|
1362
|
+
# Net::HTTP::Get request results in an ArgumentError.
|
1363
|
+
#
|
1364
|
+
# Returns an HTTPResponse object.
|
1365
|
+
#
|
1366
|
+
# When called with a block, passes an HTTPResponse object to the block.
|
1367
|
+
# The body of the response will not have been read yet;
|
1368
|
+
# the block can process it using HTTPResponse#read_body,
|
1369
|
+
# if desired.
|
1370
|
+
#
|
1371
|
+
# This method never raises Net::* exceptions.
|
1372
|
+
#
|
1373
|
+
def request(req, body = nil, &block) # :yield: +response+
|
1374
|
+
unless started?
|
1375
|
+
start {
|
1376
|
+
req['connection'] ||= 'close'
|
1377
|
+
return request(req, body, &block)
|
1378
|
+
}
|
1379
|
+
end
|
1380
|
+
if proxy_user()
|
1381
|
+
req.proxy_basic_auth proxy_user(), proxy_pass() unless use_ssl?
|
1382
|
+
end
|
1383
|
+
req.set_body_internal body
|
1384
|
+
res = transport_request(req, &block)
|
1385
|
+
if sspi_auth?(res)
|
1386
|
+
sspi_auth(req)
|
1387
|
+
res = transport_request(req, &block)
|
1388
|
+
end
|
1389
|
+
res
|
1390
|
+
end
|
1391
|
+
|
1392
|
+
private
|
1393
|
+
|
1394
|
+
# Executes a request which uses a representation
|
1395
|
+
# and returns its body.
|
1396
|
+
def send_entity(path, data, initheader, dest, type, &block)
|
1397
|
+
res = nil
|
1398
|
+
request(type.new(path, initheader), data) {|r|
|
1399
|
+
r.read_body dest, &block
|
1400
|
+
res = r
|
1401
|
+
}
|
1402
|
+
res
|
1403
|
+
end
|
1404
|
+
|
1405
|
+
IDEMPOTENT_METHODS_ = %w/GET HEAD PUT DELETE OPTIONS TRACE/ # :nodoc:
|
1406
|
+
|
1407
|
+
def transport_request(req)
|
1408
|
+
count = 0
|
1409
|
+
begin
|
1410
|
+
begin_transport req
|
1411
|
+
res = catch(:response) {
|
1412
|
+
req.exec @socket, @curr_http_version, edit_path(req.path)
|
1413
|
+
begin
|
1414
|
+
res = HTTPResponse.read_new(@socket)
|
1415
|
+
res.decode_content = req.decode_content
|
1416
|
+
end while res.kind_of?(HTTPContinue)
|
1417
|
+
|
1418
|
+
res.uri = req.uri
|
1419
|
+
|
1420
|
+
res.reading_body(@socket, req.response_body_permitted?) {
|
1421
|
+
yield res if block_given?
|
1422
|
+
}
|
1423
|
+
res
|
1424
|
+
}
|
1425
|
+
rescue Net::OpenTimeout
|
1426
|
+
raise
|
1427
|
+
rescue Net::ReadTimeout, IOError, EOFError,
|
1428
|
+
Errno::ECONNRESET, Errno::ECONNABORTED, Errno::EPIPE,
|
1429
|
+
# avoid a dependency on OpenSSL
|
1430
|
+
defined?(OpenSSL::SSL) ? OpenSSL::SSL::SSLError : IOError,
|
1431
|
+
Timeout::Error => exception
|
1432
|
+
if count == 0 && IDEMPOTENT_METHODS_.include?(req.method)
|
1433
|
+
count += 1
|
1434
|
+
@socket.close if @socket and not @socket.closed?
|
1435
|
+
D "Conn close because of error #{exception}, and retry"
|
1436
|
+
retry
|
1437
|
+
end
|
1438
|
+
D "Conn close because of error #{exception}"
|
1439
|
+
@socket.close if @socket and not @socket.closed?
|
1440
|
+
raise
|
1441
|
+
end
|
1442
|
+
|
1443
|
+
end_transport req, res
|
1444
|
+
res
|
1445
|
+
rescue => exception
|
1446
|
+
D "Conn close because of error #{exception}"
|
1447
|
+
@socket.close if @socket and not @socket.closed?
|
1448
|
+
raise exception
|
1449
|
+
end
|
1450
|
+
|
1451
|
+
def begin_transport(req)
|
1452
|
+
if @socket.closed?
|
1453
|
+
connect
|
1454
|
+
elsif @last_communicated && @last_communicated + @keep_alive_timeout < Time.now
|
1455
|
+
D 'Conn close because of keep_alive_timeout'
|
1456
|
+
@socket.close
|
1457
|
+
connect
|
1458
|
+
end
|
1459
|
+
|
1460
|
+
if not req.response_body_permitted? and @close_on_empty_response
|
1461
|
+
req['connection'] ||= 'close'
|
1462
|
+
end
|
1463
|
+
|
1464
|
+
req.update_uri address, port, use_ssl?
|
1465
|
+
req['host'] ||= addr_port()
|
1466
|
+
end
|
1467
|
+
|
1468
|
+
def end_transport(req, res)
|
1469
|
+
@curr_http_version = res.http_version
|
1470
|
+
@last_communicated = nil
|
1471
|
+
if @socket.closed?
|
1472
|
+
D 'Conn socket closed'
|
1473
|
+
elsif not res.body and @close_on_empty_response
|
1474
|
+
D 'Conn close'
|
1475
|
+
@socket.close
|
1476
|
+
elsif keep_alive?(req, res)
|
1477
|
+
D 'Conn keep-alive'
|
1478
|
+
@last_communicated = Time.now
|
1479
|
+
else
|
1480
|
+
D 'Conn close'
|
1481
|
+
@socket.close
|
1482
|
+
end
|
1483
|
+
end
|
1484
|
+
|
1485
|
+
def keep_alive?(req, res)
|
1486
|
+
return false if req.connection_close?
|
1487
|
+
if @curr_http_version <= '1.0'
|
1488
|
+
res.connection_keep_alive?
|
1489
|
+
else # HTTP/1.1 or later
|
1490
|
+
not res.connection_close?
|
1491
|
+
end
|
1492
|
+
end
|
1493
|
+
|
1494
|
+
def sspi_auth?(res)
|
1495
|
+
return false unless @sspi_enabled
|
1496
|
+
if res.kind_of?(HTTPProxyAuthenticationRequired) and
|
1497
|
+
proxy? and res["Proxy-Authenticate"].include?("Negotiate")
|
1498
|
+
begin
|
1499
|
+
require 'win32/sspi'
|
1500
|
+
true
|
1501
|
+
rescue LoadError
|
1502
|
+
false
|
1503
|
+
end
|
1504
|
+
else
|
1505
|
+
false
|
1506
|
+
end
|
1507
|
+
end
|
1508
|
+
|
1509
|
+
def sspi_auth(req)
|
1510
|
+
n = Win32::SSPI::NegotiateAuth.new
|
1511
|
+
req["Proxy-Authorization"] = "Negotiate #{n.get_initial_token}"
|
1512
|
+
# Some versions of ISA will close the connection if this isn't present.
|
1513
|
+
req["Connection"] = "Keep-Alive"
|
1514
|
+
req["Proxy-Connection"] = "Keep-Alive"
|
1515
|
+
res = transport_request(req)
|
1516
|
+
authphrase = res["Proxy-Authenticate"] or return res
|
1517
|
+
req["Proxy-Authorization"] = "Negotiate #{n.complete_authentication(authphrase)}"
|
1518
|
+
rescue => err
|
1519
|
+
raise HTTPAuthenticationError.new('HTTP authentication failed', err)
|
1520
|
+
end
|
1521
|
+
|
1522
|
+
#
|
1523
|
+
# utils
|
1524
|
+
#
|
1525
|
+
|
1526
|
+
private
|
1527
|
+
|
1528
|
+
def addr_port
|
1529
|
+
if use_ssl?
|
1530
|
+
address() + (port == HTTP.https_default_port ? '' : ":#{port()}")
|
1531
|
+
else
|
1532
|
+
address() + (port == HTTP.http_default_port ? '' : ":#{port()}")
|
1533
|
+
end
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
def D(msg)
|
1537
|
+
return unless @debug_output
|
1538
|
+
@debug_output << msg
|
1539
|
+
@debug_output << "\n"
|
1540
|
+
end
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
end
|
1544
|
+
|
1545
|
+
require 'net/http/exceptions'
|
1546
|
+
|
1547
|
+
require 'net/http/header'
|
1548
|
+
|
1549
|
+
require 'net/http/generic_request'
|
1550
|
+
require 'net/http/request'
|
1551
|
+
require 'net/http/requests'
|
1552
|
+
|
1553
|
+
require 'net/http/response'
|
1554
|
+
require 'net/http/responses'
|
1555
|
+
|
1556
|
+
require 'net/http/proxy_delta'
|
1557
|
+
|
1558
|
+
require 'net/http/backward'
|
1559
|
+
|