second_step 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/Rakefile +11 -0
- data/docs/creating_an_adapter.md +34 -0
- data/docs/getting_started.md +89 -0
- data/docs/usage.md +5 -0
- data/lib/generators/second_step/install/install_generator.rb +40 -0
- data/lib/generators/second_step/install/templates/README +6 -0
- data/lib/generators/second_step/install/templates/initializer.rb.erb +137 -0
- data/lib/generators/second_step/install/templates/secondstep.rake +1 -0
- data/lib/generators/second_step/migration/USAGE +1 -0
- data/lib/generators/second_step/migration/migration_generator.rb +14 -0
- data/lib/generators/second_step/migration/templates/migration.rb +19 -0
- data/lib/generators/second_step/user_relationship_generator.rb +14 -0
- data/lib/second_step.rb +20 -0
- data/lib/second_step/active_record_adapter.rb +4 -0
- data/lib/second_step/active_record_adapter/application_user.rb +12 -0
- data/lib/second_step/active_record_adapter/application_user_link.rb +11 -0
- data/lib/second_step/api_requests/application_user_request.rb +33 -0
- data/lib/second_step/api_requests/request.rb +45 -0
- data/lib/second_step/config.rb +114 -0
- data/lib/second_step/logo.png.icns +0 -0
- data/lib/second_step/mac_os_notify.rb +113 -0
- data/lib/second_step/memory_adapter.rb +4 -0
- data/lib/second_step/memory_adapter/application_user.rb +26 -0
- data/lib/second_step/memory_adapter/application_user_link.rb +26 -0
- data/lib/second_step/models/application_user.rb +12 -0
- data/lib/second_step/models/application_user_link.rb +188 -0
- data/lib/second_step/second_step_error.rb +12 -0
- data/lib/second_step/tasks.rb +7 -0
- data/lib/second_step/version.rb +3 -0
- data/lib/tasks/second_step.rake +1 -0
- data/packaging/traveling-ruby-20150715-2.2.2-osx.tar.gz +0 -0
- data/second_step.gemspec +4 -2
- data/secondstep-notify-1.0.0-osx/lib/app/mac_os_notify.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/bundle +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/bundler +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/gem +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/irb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/nokogiri +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/posix-spawn-benchmark +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/puma +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/pumactl +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/rackup +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/rake +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/redcarpet +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/redcloth +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/ruby +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/thin +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/unicorn +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/unicorn_rails +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin/bundle +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin/bundler +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin/gem +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin/irb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin/rackup +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin/rake +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin/ruby +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin/ruby_environment +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/bin/terminal-notifier +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/info/GEM_EXTENSION_API_VERSION +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/info/GEM_PLATFORM +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/info/RUBY_ARCH +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/info/RUBY_COMPAT_VERSION +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ca-bundle.crt +13885 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libcrypto.1.0.0.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libcrypto.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libedit.0.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libedit.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libffi.6.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libffi.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libgmp.10.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libgmp.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/liblzma.5.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/liblzma.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libncurses.5.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libncurses.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libreadline.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libssl.1.0.0.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libssl.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libtermcap.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libyaml-0.2.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libyaml.dylib +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/restore_environment.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/English.rb +185 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/abbrev.rb +131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/base64.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/benchmark.rb +557 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/jacobian.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/ludcmp.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/math.rb +231 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/newton.rb +79 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/util.rb +127 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi.rb +295 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/cookie.rb +170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/core.rb +880 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/html.rb +1034 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/session.rb +531 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/session/pstore.rb +100 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/util.rb +194 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cmath.rb +400 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/csv.rb +2341 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/date.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/debug.rb +1087 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/delegate.rb +417 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/digest.rb +108 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/digest/sha2.rb +107 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/acl.rb +232 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/drb.rb +1864 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/eq.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/extserv.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/extservm.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/gw.rb +160 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/invokemethod.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/observer.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/ssl.rb +345 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/timeridconv.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/unix.rb +117 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/e2mmap.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/erb.rb +1022 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/expect.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle.rb +55 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/closure.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/cparser.rb +176 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/function.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/import.rb +314 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/pack.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/struct.rb +243 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/types.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/value.rb +112 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fileutils.rb +1761 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/find.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/forwardable.rb +289 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/getoptlong.rb +612 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/io/console/size.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ipaddr.rb +658 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb.rb +703 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/chws.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/fork.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/help.rb +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/load.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/nop.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/pushws.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/subirb.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/completion.rb +227 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/context.rb +419 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/change-ws.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/history.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/loader.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/math-mode.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/multi-irb.rb +265 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/save-history.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/tracer.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/use-loader.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/workspaces.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/extend-command.rb +308 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/frame.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/help.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/init.rb +304 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/input-method.rb +191 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/inspector.rb +131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/error.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/help-message +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/ja/encoding_aliases.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/ja/error.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/ja/help-message +53 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/locale.rb +181 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/magic-file.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/notifier.rb +231 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/output-method.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ruby-lex.rb +1170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ruby-token.rb +266 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/slex.rb +281 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/src_encoding.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/version.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/workspace.rb +114 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ws-for-case-2.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/xmp.rb +169 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/bigdecimal.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/complex.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/core.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/date.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/date_time.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/exception.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/ostruct.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/range.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/rational.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/regexp.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/struct.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/symbol.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/time.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/common.rb +484 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/ext.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/generic_object.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/version.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/kconv.rb +282 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/logger.rb +737 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/mathn.rb +191 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/matrix.rb +2161 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/matrix/eigenvalue_decomposition.rb +882 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/matrix/lup_decomposition.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/mkmf.rb +2677 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/monitor.rb +300 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/mutex_m.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/ftp.rb +1126 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http.rb +1559 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/backward.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/exceptions.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/generic_request.rb +332 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/header.rb +452 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/proxy_delta.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/request.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/requests.rb +122 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/response.rb +414 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/responses.rb +273 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/https.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/imap.rb +3616 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/pop.rb +1021 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/protocol.rb +420 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/smtp.rb +1073 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/telnet.rb +763 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/observer.rb +203 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/open-uri.rb +801 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/open3.rb +663 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/bn.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/buffering.rb +457 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/cipher.rb +65 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/config.rb +472 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/digest.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/ssl.rb +308 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/x509.rb +182 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optionparser.rb +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse.rb +1997 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/ac.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/date.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/shellwords.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/time.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/uri.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/version.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ostruct.rb +286 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/pathname.rb +579 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/pp.rb +546 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/prettyprint.rb +554 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/prime.rb +487 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/profile.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/profiler.rb +148 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/pstore.rb +484 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych.rb +498 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/class_loader.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/coder.rb +94 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/core_ext.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/deprecated.rb +85 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/exception.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/handler.rb +249 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/handlers/document_stream.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/handlers/recorder.rb +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/ruby_events.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/stream.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/tree_builder.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/yaml_events.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/alias.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/document.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/mapping.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/node.rb +55 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/scalar.rb +67 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/sequence.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/stream.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/omap.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/parser.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/scalar_scanner.rb +149 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/set.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/stream.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/streaming.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/syntax_error.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/tree_builder.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/depth_first.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/emitter.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/json_tree.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/to_ruby.rb +389 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/visitor.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/yaml_tree.rb +565 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/y.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/racc/parser.rb +622 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake.rb +79 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/alt_system.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/application.rb +790 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/backtrace.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/clean.rb +76 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/cloneable.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/compositepublisher.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/ftptools.rb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/publisher.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/rubyforgepublisher.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/sshpublisher.rb +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/sys.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/cpu_counter.rb +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/default_loader.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/dsl_definition.rb +201 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/early_time.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/core.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/module.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/pathname.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/string.rb +173 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/time.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_creation_task.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_list.rb +428 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_task.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_utils.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_utils_ext.rb +144 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/gempackagetask.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/invocation_chain.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/invocation_exception_mixin.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/late_time.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/linked_list.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/loaders/makefile.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/multi_task.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/name_space.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/packagetask.rb +199 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/pathmap.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/phony.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/private_reader.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/promise.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/pseudo_status.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rake_module.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rake_test_loader.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rdoctask.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ruby182_test_unit_fix.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rule_recursion_overflow_error.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/runtest.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/scope.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task.rb +383 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task_argument_error.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task_arguments.rb +98 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task_manager.rb +310 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/tasklib.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/testtask.rb +212 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/thread_history_display.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/thread_pool.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/trace_output.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/version.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/win32.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rbconfig/datadir.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc.rb +185 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/alias.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/anon_class.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/any_method.rb +316 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/attr.rb +175 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/class_module.rb +799 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/code_object.rb +429 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/code_objects.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/comment.rb +229 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/constant.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/context.rb +1211 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/context/section.rb +238 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/cross_reference.rb +183 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/encoding.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/erb_partial.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/erbio.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/extend.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/generator.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ghost_method.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/i18n.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/i18n/locale.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/i18n/text.rb +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/include.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/known_classes.rb +72 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markdown.rb +16133 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markdown/entities.rb +2131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markdown/literals_1_9.rb +420 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup.rb +869 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attr_changer.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attr_span.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attribute_manager.rb +343 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attributes.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/blank_line.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/block_quote.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/document.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/formatter.rb +264 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/formatter_test_case.rb +767 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/hard_break.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/heading.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/include.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/indented_paragraph.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/inline.rb +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/list.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/list_item.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/paragraph.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/parser.rb +558 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/pre_process.rb +293 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/raw.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/rule.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/special.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/text_formatter_test_case.rb +114 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_ansi.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_bs.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_html.rb +398 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_html_crossref.rb +160 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_html_snippet.rb +284 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_joined_paragraph.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_label.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_markdown.rb +191 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_rdoc.rb +333 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_table_of_contents.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_test.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_tt_only.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/verbatim.rb +83 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/meta_method.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/method_attr.rb +418 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/mixin.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/normal_class.rb +92 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/normal_module.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/options.rb +1251 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser.rb +310 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/c.rb +1229 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/changelog.rb +198 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/markdown.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/rd.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/ruby.rb +2160 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/ruby_tools.rb +167 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/simple.rb +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/text.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd/block_parser.rb +1055 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd/inline.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd/inline_parser.rb +1207 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rdoc.rb +570 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/require.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/driver.rb +1497 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/formatter.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/paths.rb +187 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/store.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/task.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ruby_lex.rb +1377 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ruby_token.rb +460 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rubygems_hook.rb +253 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/servlet.rb +441 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/single_class.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats.rb +461 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats/normal.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats/quiet.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats/verbose.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/store.rb +979 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/task.rb +330 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/test_case.rb +217 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/text.rb +324 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/token_stream.rb +95 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/tom_doc.rb +257 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/top_level.rb +282 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/resolv-replace.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/resolv.rb +2836 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/attlistdecl.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/attribute.rb +191 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/cdata.rb +67 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/child.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/comment.rb +79 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/doctype.rb +269 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/document.rb +290 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/attlistdecl.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/dtd.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/elementdecl.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/entitydecl.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/notationdecl.rb +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/element.rb +1240 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/encoding.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/entity.rb +173 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/formatters/default.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/formatters/pretty.rb +141 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/formatters/transitive.rb +57 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/functions.rb +394 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/instruction.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/light/node.rb +195 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/namespace.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/node.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/output.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parent.rb +165 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parseexception.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/baseparser.rb +532 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/lightparser.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/pullparser.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/sax2parser.rb +272 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/streamparser.rb +52 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/treeparser.rb +100 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/ultralightparser.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/xpathparser.rb +656 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/quickpath.rb +265 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/rexml.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/sax2listener.rb +97 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/security.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/source.rb +296 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/streamlistener.rb +92 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/syncenumerator.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/text.rb +425 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/undefinednamespaceexception.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/validation/relaxng.rb +538 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/validation/validation.rb +143 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/validation/validationexception.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xmldecl.rb +115 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xmltokens.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xpath.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xpath_parser.rb +703 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rinda/rinda.rb +327 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rinda/ring.rb +480 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rinda/tuplespace.rb +642 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/core.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/filter.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/lexer.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/sexp.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/0.9.rb +461 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/1.0.rb +484 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/2.0.rb +142 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/atom.rb +839 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/content.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/content/1.0.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/content/2.0.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/converter.rb +170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore.rb +163 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore/1.0.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore/2.0.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore/atom.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/image.rb +197 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/itunes.rb +412 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/0.9.rb +508 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/1.0.rb +435 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/2.0.rb +223 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/atom.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/base.rb +944 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/content.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/dublincore.rb +121 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/entry.rb +163 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/feed.rb +426 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/image.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/itunes.rb +242 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/slash.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/syndication.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/taxonomy.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/trackback.rb +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/parser.rb +570 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/rexmlparser.rb +49 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/rss.rb +1352 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/slash.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/syndication.rb +68 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/taxonomy.rb +147 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/trackback.rb +290 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/utils.rb +199 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xml-stylesheet.rb +105 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xml.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xmlparser.rb +94 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xmlscanner.rb +121 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems.rb +1245 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/available_set.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/basic_specification.rb +290 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/command.rb +582 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/command_manager.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/build_command.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/cert_command.rb +276 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/check_command.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/cleanup_command.rb +165 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/contents_command.rb +190 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/dependency_command.rb +207 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/environment_command.rb +158 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/fetch_command.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/generate_index_command.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/help_command.rb +384 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/install_command.rb +347 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/list_command.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/lock_command.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/mirror_command.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/open_command.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/outdated_command.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/owner_command.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/pristine_command.rb +165 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/push_command.rb +98 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/query_command.rb +343 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/rdoc_command.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/search_command.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/server_command.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/setup_command.rb +483 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/sources_command.rb +210 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/specification_command.rb +145 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/stale_command.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/uninstall_command.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/unpack_command.rb +182 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/update_command.rb +277 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/which_command.rb +90 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/yank_command.rb +107 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/compatibility.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/config_file.rb +483 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_gem.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb +139 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/defaults.rb +177 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/dependency.rb +334 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/dependency_installer.rb +480 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/dependency_list.rb +240 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/deprecate.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/doctor.rb +131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/errors.rb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/exceptions.rb +270 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/build_error.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/builder.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/cmake_builder.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/configure_builder.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/ext_conf_builder.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/rake_builder.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/gem_runner.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/gemcutter_utilities.rb +154 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/indexer.rb +498 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/install_default_message.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/install_message.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/install_update_options.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/installer.rb +819 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/installer_test_case.rb +193 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/local_remote_options.rb +148 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/mock_gem_ui.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/name_tuple.rb +123 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package.rb +613 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/digest_io.rb +64 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/file_source.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/io_source.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/old.rb +178 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/source.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_header.rb +229 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_reader.rb +123 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_reader/entry.rb +147 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_test_case.rb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_writer.rb +326 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package_task.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/path_support.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/platform.rb +204 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/psych_additions.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/psych_tree.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/rdoc.rb +335 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/remote_fetcher.rb +398 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request.rb +244 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request/connection_pools.rb +83 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request/http_pool.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request/https_pool.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request_set.rb +413 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request_set/gem_dependency_api.rb +801 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request_set/lockfile.rb +650 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/requirement.rb +273 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver.rb +485 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/activation_request.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/api_set.rb +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/api_specification.rb +85 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/best_set.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/composed_set.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/conflict.rb +160 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/current_set.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/dependency_request.rb +116 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/git_set.rb +122 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/git_specification.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/index_set.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/index_specification.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/installed_specification.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/installer_set.rb +224 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/local_specification.rb +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/lock_set.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/lock_specification.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/requirement_list.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/set.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/spec_specification.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/specification.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/stats.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/vendor_set.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/vendor_specification.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security.rb +595 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/policies.rb +115 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/policy.rb +295 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/signer.rb +154 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/trust_dir.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/server.rb +868 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source.rb +234 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/git.rb +240 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/installed.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/local.rb +129 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/lock.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/specific_file.rb +72 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/vendor.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source_list.rb +149 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source_local.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source_specific_file.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/spec_fetcher.rb +269 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/specification.rb +2800 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/AddTrustExternalCARoot.pem +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/GeoTrustGlobalCA.pem +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/stub_specification.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/syck_hack.rb +76 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/test_case.rb +1430 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/test_utilities.rb +383 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/text.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/uninstaller.rb +345 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/uri_formatter.rb +49 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/user_interaction.rb +711 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/util.rb +134 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/util/list.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/util/stringio.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/validator.rb +165 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/version.rb +356 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/version_option.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/scanf.rb +776 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/securerandom.rb +293 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/set.rb +787 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell.rb +458 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/builtin-command.rb +146 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/command-processor.rb +667 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/error.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/filter.rb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/process-controller.rb +310 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/system-command.rb +158 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/version.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shellwords.rb +215 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/singleton.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/socket.rb +871 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/sync.rb +328 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/syslog/logger.rb +208 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tempfile.rb +367 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/thwait.rb +140 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/time.rb +676 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/timeout.rb +130 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tmpdir.rb +139 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tracer.rb +286 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tsort.rb +450 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ubygems.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/un.rb +375 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/unicode_normalize.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/unicode_normalize/normalize.rb +168 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/unicode_normalize/tables.rb +1163 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/common.rb +720 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/ftp.rb +266 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/generic.rb +1557 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/http.rb +106 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/https.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/ldap.rb +260 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/ldaps.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/mailto.rb +286 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/rfc2396_parser.rb +543 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/rfc3986_parser.rb +124 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/weakref.rb +106 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick.rb +226 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/accesslog.rb +158 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/cgi.rb +308 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/compat.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/config.rb +151 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/cookie.rb +171 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/htmlutils.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth.rb +95 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/authenticator.rb +116 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/basicauth.rb +108 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/digestauth.rb +408 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/htdigest.rb +131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/htgroup.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/htpasswd.rb +124 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/userdb.rb +52 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpproxy.rb +337 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httprequest.rb +584 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpresponse.rb +466 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/https.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpserver.rb +278 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/abstract.rb +153 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/cgi_runner.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/cgihandler.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/erbhandler.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/filehandler.rb +521 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/prochandler.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpstatus.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httputils.rb +509 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpversion.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/log.rb +155 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/server.rb +365 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/ssl.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/utils.rb +230 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/version.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/bigdecimal.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/continuation.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/date_core.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/bubblebabble.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/md5.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/rmd160.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/sha1.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/sha2.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/big5.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/cp949.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/emacs_mule.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/encdb.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/euc_jp.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/euc_kr.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/euc_tw.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/gb18030.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/gb2312.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/gbk.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_1.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_10.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_11.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_13.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_14.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_15.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_16.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_2.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_3.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_4.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_5.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_6.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_7.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_8.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_9.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/koi8_r.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/koi8_u.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/shift_jis.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/big5.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/chinese.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji_iso2022_kddi.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji_sjis_docomo.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji_sjis_kddi.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji_sjis_softbank.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/escape.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/gb18030.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/gbk.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/iso2022.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/japanese.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/japanese_euc.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/japanese_sjis.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/korean.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/single_byte.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/transdb.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/utf8_mac.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/utf_16_32.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_16be.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_16le.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_32be.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_32le.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/windows_1251.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/windows_31j.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/etc.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/fcntl.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/fiber.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/fiddle.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/io/console.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/io/nonblock.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/io/wait.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/json/ext/generator.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/json/ext/parser.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/mathn/complex.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/mathn/rational.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/nkf.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/objspace.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/openssl.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/pathname.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/psych.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/pty.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/racc/cparse.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/rbconfig.rb +285 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/rbconfig/sizeof.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/readline.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/ripper.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/socket.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/stringio.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/strscan.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/syslog.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/thread.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/zlib.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc.rb +301 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/base64.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/client.rb +614 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/config.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/create.rb +286 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/datetime.rb +129 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/marshal.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/parser.rb +870 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/server.rb +707 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/utils.rb +171 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/yaml.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/yaml/dbm.rb +279 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/yaml/store.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/charlock_holmes-0.7.3.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/mysql2-0.3.17.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/mysql2-0.3.18.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/nokogiri-1.6.5.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/nokogiri-1.6.6.2.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/activesupport-5.0.0.1.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/chunky_png-1.3.7.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/concurrent-ruby-1.0.2.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/faraday-0.9.2.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/i18n-0.7.0.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/jwt-1.5.6.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/minitest-5.9.1.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/multi_json-1.12.1.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/multi_xml-0.5.5.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/multipart-post-2.0.0.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/oauth2-1.2.0.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/path-builder-0.1.3.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/rack-2.0.1.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/rqrcode-0.10.1.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/second_step-0.1.1.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/terminal-notifier-1.7.1.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/thread_safe-0.3.5.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/tzinfo-1.2.2.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/CHANGELOG.md +798 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/MIT-LICENSE +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/README.rdoc +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/all.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/array_inquirer.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/backtrace_cleaner.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/benchmarkable.rb +49 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/builder.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/cache.rb +701 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/cache/file_store.rb +204 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/cache/mem_cache_store.rb +207 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/cache/memory_store.rb +167 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/cache/null_store.rb +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/cache/strategy/local_cache.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/cache/strategy/local_cache_middleware.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/callbacks.rb +791 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/concern.rb +142 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/concurrency/latch.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/concurrency/share_lock.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/configurable.rb +148 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/array.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/array/access.rb +90 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/array/conversions.rb +211 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/array/extract_options.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/array/grouping.rb +107 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/array/inquiry.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/array/wrap.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/benchmark.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/big_decimal.rb +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/class.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/class/attribute.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/class/subclasses.rb +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date/acts_like.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date/blank.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date/calculations.rb +143 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date/conversions.rb +95 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date/zones.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date_and_time/calculations.rb +335 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date_and_time/compatibility.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date_time.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date_time/blank.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date_time/calculations.rb +199 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date_time/compatibility.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/date_time/conversions.rb +105 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/digest/uuid.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/enumerable.rb +124 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/file.rb +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/file/atomic.rb +68 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash/compact.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash/conversions.rb +262 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash/except.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash/keys.rb +170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash/slice.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/hash/transform_values.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/integer.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/integer/inflections.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/integer/multiple.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/integer/time.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/kernel.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/kernel/concern.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/kernel/debugger.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/kernel/reporting.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/load_error.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/marshal.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/aliasing.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/anonymous.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/attr_internal.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +141 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/concerning.rb +135 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/delegation.rb +215 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/deprecation.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/introspection.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/method_transplanting.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/qualified_const.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/reachable.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/module/remove_method.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/name_error.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/numeric.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/numeric/bytes.rb +64 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/numeric/conversions.rb +145 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/numeric/inquiry.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/numeric/time.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/acts_like.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/blank.rb +143 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/conversions.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/deep_dup.rb +53 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/duplicable.rb +98 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/inclusion.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/instance_variables.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/json.rb +205 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/to_param.rb +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/to_query.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/try.rb +146 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/object/with_options.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/range.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/range/conversions.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/range/each.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/range/include_range.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/range/overlaps.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/regexp.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/securerandom.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/access.rb +104 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/behavior.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/conversions.rb +57 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/exclude.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/filters.rb +102 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/indent.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/inflections.rb +244 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/inquiry.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/multibyte.rb +53 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/output_safety.rb +260 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/strip.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/string/zones.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/struct.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/time.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/time/acts_like.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/time/calculations.rb +290 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/time/compatibility.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/time/conversions.rb +67 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/time/marshal.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/time/zones.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/core_ext/uri.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/dependencies.rb +754 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/dependencies/autoload.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/dependencies/interlock.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/deprecation.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/deprecation/behaviors.rb +90 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/deprecation/instance_delegator.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/deprecation/method_wrappers.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/deprecation/proxy_wrappers.rb +149 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/deprecation/reporting.rb +112 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/descendants_tracker.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/duration.rb +181 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/duration/iso8601_parser.rb +122 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/duration/iso8601_serializer.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/evented_file_update_checker.rb +194 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/execution_wrapper.rb +117 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/executor.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/file_update_checker.rb +157 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/gem_version.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/gzip.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/hash_with_indifferent_access.rb +314 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/i18n.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/i18n_railtie.rb +115 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/inflections.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/inflector.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/inflector/inflections.rb +242 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/inflector/methods.rb +390 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/inflector/transliterate.rb +112 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/json.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/json/decoding.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/json/encoding.rb +127 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/key_generator.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/lazy_load_hooks.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/locale/en.yml +135 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/log_subscriber.rb +109 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/log_subscriber/test_helper.rb +104 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/logger.rb +106 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/logger_silence.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/logger_thread_safe_level.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/message_encryptor.rb +107 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/message_verifier.rb +134 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/multibyte.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/multibyte/chars.rb +231 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/multibyte/unicode.rb +413 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/notifications.rb +212 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/notifications/fanout.rb +157 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/notifications/instrumenter.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/number_helper.rb +368 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/number_helper/number_converter.rb +182 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/number_helper/number_to_currency_converter.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/number_helper/number_to_delimited_converter.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/number_helper/number_to_human_converter.rb +68 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/number_helper/number_to_human_size_converter.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/number_helper/number_to_phone_converter.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/number_helper/number_to_rounded_converter.rb +92 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/option_merger.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/ordered_hash.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/ordered_options.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/per_thread_registry.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/proxy_object.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/rails.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/railtie.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/reloader.rb +129 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/rescuable.rb +165 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/security_utils.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/string_inquirer.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/subscriber.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/tagged_logging.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/test_case.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/assertions.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/autorun.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/constant_lookup.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/declarative.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/deprecation.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/file_fixtures.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/isolation.rb +115 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/method_call_assertions.rb +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/setup_and_teardown.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/stream.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/tagged_logging.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/testing/time_helpers.rb +134 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/time.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/time_with_zone.rb +498 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/values/time_zone.rb +473 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/values/unicode_tables.dat +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/version.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/xml_mini.rb +199 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/xml_mini/jdom.rb +181 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/xml_mini/libxml.rb +79 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/xml_mini/libxmlsax.rb +85 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/xml_mini/nokogirisax.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/activesupport-5.0.0.1/lib/active_support/xml_mini/rexml.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundle +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundle_ruby +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundler +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bundler.gemspec +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler.rb +446 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/anonymizable_uri.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/capistrano.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli.rb +407 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/binstubs.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/cache.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/check.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/clean.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/common.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/config.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/console.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/exec.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/gem.rb +195 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/init.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/inject.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/install.rb +156 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/open.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/outdated.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/package.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/platform.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/show.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/update.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/viz.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/constants.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/current_ruby.rb +183 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/definition.rb +628 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/dep_proxy.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/dependency.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/deployment.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/deprecate.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/dsl.rb +331 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/endpoint_specification.rb +76 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/env.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/environment.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/fetcher.rb +423 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/friendly_errors.rb +85 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_helper.rb +180 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_helpers.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_installer.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_path_manipulation.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_tasks.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/graph.rb +169 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/index.rb +197 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/injector.rb +64 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/installer.rb +339 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/lazy_specification.rb +83 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/lockfile_parser.rb +167 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle +119 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-config +217 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-exec +159 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-install +345 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-package +52 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-platform +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-update +213 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/gemfile.5 +669 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/match_platform.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/psyched_yaml.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/remote_specification.rb +57 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/resolver.rb +334 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/retry.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ruby_dsl.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ruby_version.rb +117 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/rubygems_ext.rb +170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/rubygems_integration.rb +619 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/runtime.rb +289 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/settings.rb +208 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/setup.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/shared_helpers.rb +149 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/similarity_detector.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/git.rb +294 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/git/git_proxy.rb +162 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/path.rb +226 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/path/installer.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/rubygems.rb +381 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source_list.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/spec_set.rb +154 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/.document +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/certificate_manager.rb +65 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui/rg_proxy.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui/shell.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui/silent.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +266 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb +90 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +415 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/state.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/net/http/faster.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/net/http/persistent.rb +1230 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor.rb +484 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions.rb +319 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/directory.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb +135 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +316 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/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/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/base.rb +656 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/command.rb +133 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/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/secondstep-notify-1.0.0-osx/lib/ruby/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/secondstep-notify-1.0.0-osx/lib/ruby/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/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/error.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/group.rb +281 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/invocation.rb +178 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/line_editor.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/argument.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +175 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/option.rb +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/options.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/rake_compat.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/runner.rb +322 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +421 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell/color.rb +149 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell/html.rb +126 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/util.rb +267 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/version.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendored_molinillo.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendored_persistent.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendored_thor.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/version.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vlad.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/worker.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/.yardopts +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/BENCHMARKING.rdoc +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/CHANGELOG.rdoc +254 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/CONTRIBUTING.rdoc +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/LICENSE +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/Rakefile +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/benchmarks/decoding_benchmark.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/benchmarks/encoding_benchmark.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/benchmarks/filesize_benchmark.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/chunky_png.gemspec +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png.rb +160 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas.rb +372 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/adam7_interlacing.rb +72 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/data_url_exporting.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/data_url_importing.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/drawing.rb +338 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/masking.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/operations.rb +401 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/png_decoding.rb +491 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/png_encoding.rb +442 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/resampling.rb +147 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/stream_exporting.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/canvas/stream_importing.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/chunk.rb +357 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/color.rb +983 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/compatibility.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/datastream.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/dimension.rb +126 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/image.rb +79 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/palette.rb +226 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/point.rb +129 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/rmagick.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/vector.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/lib/chunky_png/version.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/adam7_interlacing_spec.rb +106 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/data_url_exporting_spec.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/data_url_importing_spec.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/drawing_spec.rb +170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/masking_spec.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/operations_spec.rb +415 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/png_decoding_spec.rb +97 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/png_encoding_spec.rb +235 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/resampling_spec.rb +121 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/stream_exporting_spec.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas/stream_importing_spec.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/canvas_spec.rb +229 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/color_spec.rb +391 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/datastream_spec.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/dimension_spec.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/image_spec.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/point_spec.rb +82 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/rmagick_spec.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png/vector_spec.rb +109 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/chunky_png_spec.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/background_chunks/bgai4a08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/background_chunks/bgai4a16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/background_chunks/bgan6a08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/background_chunks/bgan6a16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/background_chunks/bgbn4a08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/background_chunks/bggn4a16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/background_chunks/bgwn6a08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/background_chunks/bgyn6a16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g01.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g02.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g04.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi0g16.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi2c08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi2c16.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi3p01.rgba +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi3p02.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi3p04.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi3p08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi4a08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi4a08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi4a16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi4a16.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi6a08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi6a08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi6a16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basi6a16.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g01.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g02.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g04.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn0g16.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn2c08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn2c16.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn3p01.rgba +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn3p02.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn3p04.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn3p08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn4a08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn4a08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn4a16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn4a16.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn6a08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn6a08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn6a16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/basic/basn6a16.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/broken/x00n0g01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/broken/xcrn0g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/broken/xlfn0g04.png +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/chunk_ordering/oi1n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/chunk_ordering/oi1n2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/chunk_ordering/oi2n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/chunk_ordering/oi2n2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/chunk_ordering/oi4n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/chunk_ordering/oi4n2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/chunk_ordering/oi9n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/chunk_ordering/oi9n2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/compression_levels/z00n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/compression_levels/z03n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/compression_levels/z06n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/compression_levels/z09n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f00n0g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f00n0g08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f00n0g08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f00n0g08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f00n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f00n2c08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f00n2c08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f00n2c08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f01n0g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f01n0g08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f01n0g08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f01n0g08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f01n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f01n2c08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f01n2c08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f01n2c08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f02n0g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f02n0g08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f02n0g08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f02n0g08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f02n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f02n2c08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f02n2c08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f02n2c08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f03n0g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f03n0g08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f03n0g08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f03n0g08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f03n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f03n2c08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f03n2c08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f03n2c08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f04n0g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f04n0g08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f04n0g08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f04n0g08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f04n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f04n2c08.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f04n2c08_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/filtering/f04n2c08_reference.rgba +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g03n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g03n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g03n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g04n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g04n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g04n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g05n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g05n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g05n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g07n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g07n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g07n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g10n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g10n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g10n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g25n0g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g25n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/gamma/g25n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/metadata/cm0n0g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/metadata/cm7n0g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/metadata/cm9n0g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ccwn2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ccwn3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cdfn2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cdhn2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cdsn2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cdun2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ch1n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ch2n3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cs3n2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cs3n3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cs5n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cs5n3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cs8n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/cs8n3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ct0n0g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ct1n0g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ctzn0g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/pp0n2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/pp0n6a08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ps1n0g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ps1n2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ps2n0g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/other/ps2n2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s01i3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s01n3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s02i3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s02n3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s03i3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s03n3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s04i3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s04n3p01.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s05i3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s05n3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s06i3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s06n3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s07i3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s07n3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s08i3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s08n3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s09i3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s09n3p02.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s32i3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s32n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s33i3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s33n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s34i3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s34n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s35i3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s35n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s36i3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s36n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s37i3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s37n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s38i3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s38n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s39i3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s39n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s40i3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/sizes/s40n3p04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tbbn1g04.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tbbn2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tbbn3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tbgn2c16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tbgn3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tbrn2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tbwn1g16.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tbwn3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tbyn3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tp0n1g08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tp0n2c08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tp0n3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite/transparency/tp1n3p08.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/png_suite_spec.rb +121 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/adam7.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/bezier_five_point.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/bezier_four_point.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/bezier_four_point_flipped.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/bezier_four_point_s.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/bezier_six_point.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/bezier_three_point.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/bezier_three_point_flipped.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/circles.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_base.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_bl_xdown_ydown.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_bl_xdown_yup.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_bl_xup_yup.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_mask.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_mask_updated.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_nn_xdown_ydown.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_nn_xdown_yup.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_nn_xup_yup.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/clock_updated.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/composited.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/cropped.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/cropped_height.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/damaged_chunk.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/damaged_signature.png +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/empty.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/lines.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/operations.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/operations_border.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/operations_grayscale.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/partial_circles.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/pixelstream.bgr +67 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/pixelstream.rgb +67 -1
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/pixelstream.rgba +67 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/pixelstream_best_compression.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/pixelstream_fast_rgba.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/pixelstream_reference.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/polygon_filled_horizontal.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/polygon_filled_vertical.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/polygon_triangle_filled.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/polygon_unfilled.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/rect.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/replaced.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/text_chunk.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/trailing_bytes_after_iend_chunk.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/resources/ztxt_chunk.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/spec/spec_helper.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/tasks/benchmarks.rake +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/CHANGELOG.md +343 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent.rb +130 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/agent.rb +587 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/array.rb +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/async.rb +445 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atom.rb +221 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/abstract_thread_local_var.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/atomic_boolean.rb +116 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/atomic_fixnum.rb +133 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/atomic_reference.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/count_down_latch.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/cyclic_barrier.rb +108 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/event.rb +89 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/java_count_down_latch.rb +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/java_thread_local_var.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_atomic_boolean.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_atomic_fixnum.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_count_down_latch.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_semaphore.rb +115 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/read_write_lock.rb +253 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/reentrant_read_write_lock.rb +377 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/ruby_thread_local_var.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/semaphore.rb +113 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/thread_local_var.rb +102 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/concurrent_update_error.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/direct_update.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/jruby+truffle.rb +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/jruby.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/mutex_atomic.rb +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/rbx.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/ruby.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/atomics.rb +53 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/non_concurrent_map_backend.rb +140 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/synchronized_map_backend.rb +82 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +150 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/deprecation.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/dereferenceable.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/logging.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/obligation.rb +219 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/observable.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/configuration.rb +153 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/constants.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/dataflow.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/delay.rb +197 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/edge.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/errors.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/exchanger.rb +356 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/abstract_executor_service.rb +134 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/cached_thread_pool.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/executor_service.rb +185 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/fixed_thread_pool.rb +206 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/immediate_executor.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/java_executor_service.rb +100 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/java_single_thread_executor.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/java_thread_pool_executor.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_executor_service.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_single_thread_executor.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_thread_pool_executor.rb +362 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/safe_task_executor.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/serial_executor_service.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/serialized_execution.rb +107 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/simple_executor_service.rb +100 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/single_thread_executor.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/thread_pool_executor.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/timer_set.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/executors.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/future.rb +138 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/hash.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/immutable_struct.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/ivar.rb +208 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/lazy_register.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/map.rb +238 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/maybe.rb +229 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/mutable_struct.rb +228 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/mvar.rb +242 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/options.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/promise.rb +543 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/scheduled_task.rb +318 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/settable_struct.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/abstract_lockable_object.rb +98 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/abstract_object.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/abstract_struct.rb +157 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/condition.rb +55 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/jruby_lockable_object.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/jruby_object.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/lock.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/lockable_object.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/mri_lockable_object.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/mri_object.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/object.rb +152 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/rbx_lockable_object.rb +65 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/rbx_object.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/truffle_lockable_object.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/truffle_object.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/volatile.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/synchronized_delegator.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/adder.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/array_hash_rbx.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/striped64.rb +241 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/volatile.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/timer_task.rb +331 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/tuple.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/tvar.rb +258 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/at_exit.rb +97 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/engine.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/monotonic_time.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/native_extension_loader.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/processor_counter.rb +158 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/concurrent-ruby-1.0.2/lib/concurrent/version.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/LICENSE.md +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday.rb +268 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/em_http.rb +237 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/em_http_ssl_patch.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/em_synchrony.rb +100 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/em_synchrony/parallel_manager.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/excon.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/httpclient.rb +117 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/net_http.rb +130 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/net_http_persistent.rb +49 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/patron.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/rack.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/test.rb +162 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/adapter/typhoeus.rb +123 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/autoload.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/connection.rb +437 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/error.rb +53 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/middleware.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/options.rb +359 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/parameters.rb +197 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/rack_builder.rb +213 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/request.rb +92 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/request/authorization.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/request/basic_authentication.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/request/instrumentation.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/request/multipart.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/request/retry.rb +154 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/request/token_authentication.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/request/url_encoded.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/response.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/response/logger.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/response/raise_error.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/upload_io.rb +67 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/lib/faraday/utils.rb +309 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/MIT-LICENSE +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x.lock +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x.lock +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x.lock +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x.lock +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master.lock +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n.rb +341 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/base.rb +189 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/cache.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/cascade.rb +54 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/chain.rb +97 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/fallbacks.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/flatten.rb +113 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/gettext.rb +72 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/key_value.rb +100 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/memoize.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/metadata.rb +65 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/pluralization.rb +53 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/simple.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/backend/transliterator.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/config.rb +140 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/core_ext/hash.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/core_ext/string/interpolate.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/exceptions.rb +104 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/gettext.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/gettext/helpers.rb +64 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/gettext/po_parser.rb +329 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/locale.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/locale/fallbacks.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/locale/tag.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/locale/tag/parents.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/locale/tag/simple.rb +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/basics.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/defaults.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/interpolation.rb +133 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/link.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/localization.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/localization/date.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/localization/date_time.rb +82 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/localization/procs.rb +116 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/localization/time.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/lookup.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/pluralization.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/tests/procs.rb +55 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/lib/i18n/version.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/api/all_features_test.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/api/cascade_test.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/api/chain_test.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/api/fallbacks_test.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/api/key_value_test.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/api/memoize_test.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/api/override_test.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/api/pluralization_test.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/api/simple_test.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/cache_test.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/cascade_test.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/chain_test.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/exceptions_test.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/fallbacks_test.rb +152 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/interpolation_compiler_test.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/key_value_test.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/memoize_test.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/metadata_test.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/pluralization_test.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/simple_test.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/backend/transliterator_test.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/core_ext/hash_test.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/gettext/api_test.rb +207 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/gettext/backend_test.rb +92 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/i18n/exceptions_test.rb +105 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/i18n/interpolate_test.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/i18n/load_path_test.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/i18n_test.rb +429 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/locale/fallbacks_test.rb +133 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/locale/tag/rfc4646_test.rb +143 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/locale/tag/simple_test.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/run_all.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/test_data/locales/de.po +82 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/test_data/locales/en.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/test_data/locales/en.yml +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/test_data/locales/invalid/empty.yml +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/test_data/locales/invalid/syntax.yml +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/test_data/locales/plurals.rb +113 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/test/test_helper.rb +55 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/.codeclimate.yml +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/.rspec +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/.rubocop.yml +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/CHANGELOG.md +363 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/LICENSE +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/Manifest +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/Rakefile +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/lib/jwt.rb +192 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/lib/jwt/decode.rb +57 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/lib/jwt/error.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/lib/jwt/json.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/lib/jwt/verify.rb +106 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/lib/jwt/version.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/ruby-jwt.gemspec +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec256-private.pem +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec256-public.pem +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec256-wrong-private.pem +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec256-wrong-public.pem +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec384-private.pem +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec384-public.pem +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec384-wrong-private.pem +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec384-wrong-public.pem +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec512-private.pem +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec512-public.pem +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec512-wrong-private.pem +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/ec512-wrong-public.pem +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/rsa-1024-private.pem +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/rsa-1024-public.pem +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/rsa-2048-private.pem +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/rsa-2048-public.pem +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/rsa-2048-wrong-private.pem +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/rsa-2048-wrong-public.pem +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/rsa-4096-private.pem +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/fixtures/certs/rsa-4096-public.pem +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/integration/readme_examples_spec.rb +190 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/jwt/verify_spec.rb +197 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/jwt_spec.rb +240 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/spec/spec_helper.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/.autotest +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/History.rdoc +1190 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/Manifest.txt +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/README.rdoc +656 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/Rakefile +72 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/design_rationale.rb +52 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/hoe/minitest.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest.rb +815 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/assertions.rb +674 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/autorun.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/benchmark.rb +424 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/expectations.rb +284 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/hell.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/mock.rb +232 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/parallel.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/pride.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/pride_plugin.rb +142 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/spec.rb +331 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/test.rb +284 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/lib/minitest/unit.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/test/minitest/metametameta.rb +90 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/test/minitest/test_minitest_benchmark.rb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/test/minitest/test_minitest_mock.rb +512 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/test/minitest/test_minitest_reporter.rb +281 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/test/minitest/test_minitest_spec.rb +967 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/test/minitest/test_minitest_test.rb +1983 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/CHANGELOG.md +245 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/CONTRIBUTING.md +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/LICENSE.md +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json.rb +161 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapter.rb +49 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapter_error.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapters/gson.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapters/jr_jackson.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapters/json_common.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapters/json_gem.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapters/json_pure.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapters/nsjsonserialization.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapters/oj.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapters/ok_json.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/adapters/yajl.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/convertible_hash_keys.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/options.rb +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/options_cache.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/parse_error.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/vendor/okjson.rb +606 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/lib/multi_json/version.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_json-1.12.1/multi_json.gemspec +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/.yardopts +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/CHANGELOG.md +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/CONTRIBUTING.md +49 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/LICENSE.md +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/Rakefile +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/lib/multi_xml.rb +296 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/lib/multi_xml/parsers/libxml.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/lib/multi_xml/parsers/libxml2_parser.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/lib/multi_xml/parsers/nokogiri.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/lib/multi_xml/parsers/ox.rb +97 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/lib/multi_xml/parsers/rexml.rb +113 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/lib/multi_xml/version.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/multi_xml.gemspec +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/spec/helper.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/spec/multi_xml_spec.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/spec/parser_shared_example.rb +694 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/spec/speed.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/History.txt +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/Manifest.txt +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/Rakefile +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/lib/composite_io.rb +108 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/lib/multipart_post.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/lib/multipartable.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/lib/net/http/post/multipart.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/lib/parts.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/multipart-post.gemspec +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/test/multibyte.txt +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/test/net/http/post/test_multipart.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/test/test_composite_io.rb +115 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/test/test_parts.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/.document +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/CONTRIBUTING.md +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/LICENSE.md +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/access_token.rb +175 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/client.rb +176 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/error.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/mac_token.rb +122 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/response.rb +89 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/strategy/assertion.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/strategy/auth_code.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/strategy/base.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/strategy/client_credentials.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/strategy/implicit.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/strategy/password.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/lib/oauth2/version.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/oauth2.gemspec +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/path-builder-0.1.3/Rakefile +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/path-builder-0.1.3/bin/console +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/path-builder-0.1.3/bin/setup +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/path-builder-0.1.3/lib/path-builder.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/path-builder-0.1.3/path-builder-0.1.0.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/path-builder-0.1.3/path-builder-0.1.1.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/path-builder-0.1.3/path-builder-0.1.2.gem +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/path-builder-0.1.3/path-builder.gemspec +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/COPYING +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/HISTORY.md +505 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/README.rdoc +304 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/Rakefile +116 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/SPEC +263 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/bin/rackup +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/contrib/rack.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/contrib/rack.svg +150 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/contrib/rack_logo.svg +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/contrib/rdoc.css +412 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/example/lobster.ru +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/example/protectedlobster.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/example/protectedlobster.ru +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack.rb +147 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/auth/abstract/handler.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/auth/abstract/request.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/auth/basic.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/auth/digest/md5.rb +129 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/auth/digest/nonce.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/auth/digest/params.rb +52 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/auth/digest/request.rb +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/body_proxy.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/cascade.rb +52 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/chunked.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/common_logger.rb +72 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/conditional_get.rb +79 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/config.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/content_length.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/content_type.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/deflater.rb +154 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/directory.rb +179 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/etag.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/events.rb +154 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/file.rb +176 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/handler.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/handler/cgi.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/handler/fastcgi.rb +100 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/handler/lsws.rb +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/handler/scgi.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/handler/thin.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/handler/webrick.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/head.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/lint.rb +760 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/lobster.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/lock.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/logger.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/media_type.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/method_override.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/mime.rb +677 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/mock.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/multipart.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/multipart/generator.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/multipart/parser.rb +367 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/multipart/uploaded_file.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/null_logger.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/query_parser.rb +192 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/recursive.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/reloader.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/request.rb +487 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/response.rb +235 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/rewindable_input.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/runtime.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/sendfile.rb +158 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/server.rb +394 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/session/abstract/id.rb +435 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/session/cookie.rb +195 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/session/memcache.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/session/pool.rb +76 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/show_exceptions.rb +386 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/show_status.rb +113 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/static.rb +175 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/tempfile_reaper.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/urlmap.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/lib/rack/utils.rb +620 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/rack.gemspec +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/builder/an_underscore_app.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/builder/anything.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/builder/comment.ru +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/builder/end.ru +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/builder/line.ru +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/builder/options.ru +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/assets/folder/test.js +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/assets/fonts/font.eot +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/assets/images/image.png +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/assets/index.html +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/assets/javascripts/app.js +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/assets/stylesheets/app.css +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/lighttpd.conf +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/rackup_stub.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/sample_rackup.ru +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/test +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/test+directory/test+file +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/test.fcgi +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/test.gz +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/cgi/test.ru +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/gemloader.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/helper.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/bad_robots +259 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/binary +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/content_type_and_no_filename +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/empty +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/fail_16384_nofile +814 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/file1.txt +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_and_modification_param +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_and_no_name +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_with_encoded_words +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_with_escaped_quotes +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_with_percent_escaped_quotes +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_with_single_quote +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_with_unescaped_percentages +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_with_unescaped_percentages2 +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_with_unescaped_percentages3 +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/filename_with_unescaped_quotes +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/ie +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/invalid_character +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/mixed_files +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/nested +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/none +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/quoted +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/rack-logo.png +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/semicolon +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/text +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/three_files_three_fields +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/unity3d_wwwform +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/multipart/webkit +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/rackup/config.ru +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/registering_handler/rack/handler/registering_myself.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_auth_basic.rb +89 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_auth_digest.rb +260 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_body_proxy.rb +85 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_builder.rb +233 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_cascade.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_cgi.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_chunked.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_common_logger.rb +95 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_conditional_get.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_config.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_content_length.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_content_type.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_deflater.rb +365 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_directory.rb +148 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_etag.rb +108 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_events.rb +133 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_fastcgi.rb +85 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_file.rb +251 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_handler.rb +57 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_head.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_lint.rb +515 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_lobster.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_lock.rb +194 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_logger.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_media_type.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_method_override.rb +83 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_mime.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_mock.rb +342 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_multipart.rb +716 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_null_logger.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_recursive.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_request.rb +1393 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_response.rb +510 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_rewindable_input.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_runtime.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_sendfile.rb +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_server.rb +193 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_session_abstract_id.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_session_abstract_session_hash.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_session_cookie.rb +442 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_session_memcache.rb +320 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_session_pool.rb +210 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_show_exceptions.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_show_status.rb +104 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_static.rb +184 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_tempfile_reaper.rb +64 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_thin.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_urlmap.rb +237 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_utils.rb +742 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_version.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/spec_webrick.rb +208 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/static/another/index.html +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/static/foo.html +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/static/index.html +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/testrequest.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/CHANGELOG +97 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/LICENSE +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/core_ext.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/core_ext/array.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/core_ext/array/behavior.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/core_ext/integer.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/core_ext/integer/bitwise.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/export/ansi.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/export/html.rb +53 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/export/png.rb +117 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/export/svg.rb +53 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode/qr_8bit_byte.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode/qr_alphanumeric.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode/qr_bit_buffer.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode/qr_code.rb +585 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode/qr_math.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode/qr_numeric.rb +57 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode/qr_polynomial.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode/qr_rs_block.rb +314 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/qrcode/qr_util.rb +272 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/lib/rqrcode/version.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/test/data.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/test/test_helper.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/test/test_regresions.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/test/test_rqrcode.rb +155 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/test/test_rqrcode_export.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/.ruby-gemset +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/.ruby-version +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/Rakefile +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/docs/creating_an_adapter.md +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/docs/getting_started.md +89 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/docs/usage.md +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/generators/second_step/install/install_generator.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/generators/second_step/install/templates/README +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/generators/second_step/install/templates/initializer.rb.erb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/generators/second_step/install/templates/secondstep.rake +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/generators/second_step/migration/USAGE +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/generators/second_step/migration/migration_generator.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/generators/second_step/migration/templates/migration.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/generators/second_step/user_relationship_generator.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/active_record_adapter.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/active_record_adapter/application_user.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/active_record_adapter/application_user_link.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/api_requests/application_user_request.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/api_requests/request.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/config.rb +114 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/logo.png.icns +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/mac_os_notify.rb +109 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/memory_adapter.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/memory_adapter/application_user.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/memory_adapter/application_user_link.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/models/application_user.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/models/application_user_link.rb +188 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/second_step_error.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/tasks.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/version.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/tasks/second_step.rake +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/packaging/traveling-ruby-20150715-2.2.2-osx.tar.gz +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/second_step.gemspec +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/app/mac_os_notify.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/bundle +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/bundler +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/gem +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/irb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/nokogiri +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/posix-spawn-benchmark +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/puma +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/pumactl +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/rackup +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/rake +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/redcarpet +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/redcloth +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/ruby +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/thin +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/unicorn +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/unicorn_rails +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin/bundle +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin/bundler +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin/gem +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin/irb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin/rake +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin/ruby +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/bin/ruby_environment +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/info/GEM_EXTENSION_API_VERSION +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/info/GEM_PLATFORM +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/info/RUBY_ARCH +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/info/RUBY_COMPAT_VERSION +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ca-bundle.crt +13885 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/libcrypto.1.0.0.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/libedit.0.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/libffi.6.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/libgmp.10.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/liblzma.5.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/libncurses.5.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/libssl.1.0.0.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/libyaml-0.2.dylib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/restore_environment.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/English.rb +185 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/abbrev.rb +131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/base64.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/benchmark.rb +557 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/jacobian.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/ludcmp.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/math.rb +231 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/newton.rb +79 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/util.rb +127 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi.rb +295 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/cookie.rb +170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/core.rb +880 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/html.rb +1034 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/session.rb +531 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/session/pstore.rb +100 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/util.rb +194 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cmath.rb +400 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/csv.rb +2341 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/date.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/debug.rb +1087 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/delegate.rb +417 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/digest.rb +108 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/digest/sha2.rb +107 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/acl.rb +232 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/drb.rb +1864 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/eq.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/extserv.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/extservm.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/gw.rb +160 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/invokemethod.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/observer.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/ssl.rb +345 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/timeridconv.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/unix.rb +117 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/e2mmap.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/erb.rb +1022 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/expect.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle.rb +55 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/closure.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/cparser.rb +176 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/function.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/import.rb +314 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/pack.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/struct.rb +243 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/types.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/value.rb +112 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fileutils.rb +1761 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/find.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/forwardable.rb +289 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/getoptlong.rb +612 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/io/console/size.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ipaddr.rb +658 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb.rb +703 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/chws.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/fork.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/help.rb +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/load.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/nop.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/pushws.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/subirb.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/completion.rb +227 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/context.rb +419 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/change-ws.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/history.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/loader.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/math-mode.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/multi-irb.rb +265 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/save-history.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/tracer.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/use-loader.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/workspaces.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/extend-command.rb +308 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/frame.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/help.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/init.rb +304 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/input-method.rb +191 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/inspector.rb +131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/error.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/help-message +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/ja/encoding_aliases.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/ja/error.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/ja/help-message +53 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/locale.rb +181 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/magic-file.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/notifier.rb +231 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/output-method.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ruby-lex.rb +1170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ruby-token.rb +266 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/slex.rb +281 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/src_encoding.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/version.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/workspace.rb +114 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ws-for-case-2.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/xmp.rb +169 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/bigdecimal.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/complex.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/core.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/date.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/date_time.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/exception.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/ostruct.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/range.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/rational.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/regexp.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/struct.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/symbol.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/time.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/common.rb +484 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/ext.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/generic_object.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/version.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/kconv.rb +282 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/logger.rb +737 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/mathn.rb +191 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/matrix.rb +2161 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/matrix/eigenvalue_decomposition.rb +882 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/matrix/lup_decomposition.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/mkmf.rb +2677 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/monitor.rb +300 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/mutex_m.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/ftp.rb +1126 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http.rb +1559 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/backward.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/exceptions.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/generic_request.rb +332 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/header.rb +452 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/proxy_delta.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/request.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/requests.rb +122 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/response.rb +414 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/responses.rb +273 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/https.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/imap.rb +3616 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/pop.rb +1021 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/protocol.rb +420 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/smtp.rb +1073 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/telnet.rb +763 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/observer.rb +203 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/open-uri.rb +801 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/open3.rb +663 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/bn.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/buffering.rb +457 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/cipher.rb +65 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/config.rb +472 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/digest.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/ssl.rb +308 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/x509.rb +182 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optionparser.rb +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse.rb +1997 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/ac.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/date.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/shellwords.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/time.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/uri.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/version.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ostruct.rb +286 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/pathname.rb +579 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/pp.rb +546 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/prettyprint.rb +554 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/prime.rb +487 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/profile.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/profiler.rb +148 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/pstore.rb +484 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych.rb +498 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/class_loader.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/coder.rb +94 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/core_ext.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/deprecated.rb +85 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/exception.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/handler.rb +249 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/handlers/document_stream.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/handlers/recorder.rb +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/ruby_events.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/stream.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/tree_builder.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/yaml_events.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/alias.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/document.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/mapping.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/node.rb +55 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/scalar.rb +67 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/sequence.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/stream.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/omap.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/parser.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/scalar_scanner.rb +149 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/set.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/stream.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/streaming.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/syntax_error.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/tree_builder.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/depth_first.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/emitter.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/json_tree.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/to_ruby.rb +389 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/visitor.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/yaml_tree.rb +565 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/y.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/racc/parser.rb +622 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake.rb +79 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/alt_system.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/application.rb +790 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/backtrace.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/clean.rb +76 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/cloneable.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/compositepublisher.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/ftptools.rb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/publisher.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/rubyforgepublisher.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/sshpublisher.rb +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/sys.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/cpu_counter.rb +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/default_loader.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/dsl_definition.rb +201 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/early_time.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/core.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/module.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/pathname.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/string.rb +173 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/time.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_creation_task.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_list.rb +428 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_task.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_utils.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_utils_ext.rb +144 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/gempackagetask.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/invocation_chain.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/invocation_exception_mixin.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/late_time.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/linked_list.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/loaders/makefile.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/multi_task.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/name_space.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/packagetask.rb +199 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/pathmap.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/phony.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/private_reader.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/promise.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/pseudo_status.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rake_module.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rake_test_loader.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rdoctask.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ruby182_test_unit_fix.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rule_recursion_overflow_error.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/runtest.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/scope.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task.rb +383 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task_argument_error.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task_arguments.rb +98 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task_manager.rb +310 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/tasklib.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/testtask.rb +212 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/thread_history_display.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/thread_pool.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/trace_output.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/version.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/win32.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rbconfig/datadir.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc.rb +185 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/alias.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/anon_class.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/any_method.rb +316 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/attr.rb +175 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/class_module.rb +799 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/code_object.rb +429 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/code_objects.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/comment.rb +229 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/constant.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/context.rb +1211 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/context/section.rb +238 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/cross_reference.rb +183 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/encoding.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/erb_partial.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/erbio.rb +37 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/extend.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/generator.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ghost_method.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/i18n.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/i18n/locale.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/i18n/text.rb +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/include.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/known_classes.rb +72 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markdown.rb +16133 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markdown/entities.rb +2131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markdown/literals_1_9.rb +420 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup.rb +869 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attr_changer.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attr_span.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attribute_manager.rb +343 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attributes.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/blank_line.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/block_quote.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/document.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/formatter.rb +264 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/formatter_test_case.rb +767 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/hard_break.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/heading.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/include.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/indented_paragraph.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/inline.rb +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/list.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/list_item.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/paragraph.rb +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/parser.rb +558 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/pre_process.rb +293 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/raw.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/rule.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/special.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/text_formatter_test_case.rb +114 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_ansi.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_bs.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_html.rb +398 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_html_crossref.rb +160 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_html_snippet.rb +284 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_joined_paragraph.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_label.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_markdown.rb +191 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_rdoc.rb +333 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_table_of_contents.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_test.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_tt_only.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/verbatim.rb +83 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/meta_method.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/method_attr.rb +418 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/mixin.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/normal_class.rb +92 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/normal_module.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/options.rb +1251 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser.rb +310 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/c.rb +1229 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/changelog.rb +198 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/markdown.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/rd.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/ruby.rb +2160 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/ruby_tools.rb +167 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/simple.rb +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/text.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd/block_parser.rb +1055 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd/inline.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd/inline_parser.rb +1207 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rdoc.rb +570 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/require.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/driver.rb +1497 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/formatter.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/paths.rb +187 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/store.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/task.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ruby_lex.rb +1377 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ruby_token.rb +460 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rubygems_hook.rb +253 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/servlet.rb +441 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/single_class.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats.rb +461 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats/normal.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats/quiet.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats/verbose.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/store.rb +979 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/task.rb +330 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/test_case.rb +217 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/text.rb +324 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/token_stream.rb +95 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/tom_doc.rb +257 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/top_level.rb +282 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/resolv-replace.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/resolv.rb +2836 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/attlistdecl.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/attribute.rb +191 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/cdata.rb +67 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/child.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/comment.rb +79 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/doctype.rb +269 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/document.rb +290 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/attlistdecl.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/dtd.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/elementdecl.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/entitydecl.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/notationdecl.rb +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/element.rb +1240 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/encoding.rb +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/entity.rb +173 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/formatters/default.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/formatters/pretty.rb +141 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/formatters/transitive.rb +57 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/functions.rb +394 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/instruction.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/light/node.rb +195 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/namespace.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/node.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/output.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parent.rb +165 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parseexception.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/baseparser.rb +532 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/lightparser.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/pullparser.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/sax2parser.rb +272 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/streamparser.rb +52 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/treeparser.rb +100 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/ultralightparser.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/xpathparser.rb +656 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/quickpath.rb +265 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/rexml.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/sax2listener.rb +97 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/security.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/source.rb +296 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/streamlistener.rb +92 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/syncenumerator.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/text.rb +425 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/undefinednamespaceexception.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/validation/relaxng.rb +538 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/validation/validation.rb +143 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/validation/validationexception.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xmldecl.rb +115 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xmltokens.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xpath.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xpath_parser.rb +703 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rinda/rinda.rb +327 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rinda/ring.rb +480 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rinda/tuplespace.rb +642 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/core.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/filter.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/lexer.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/sexp.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss.rb +91 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/0.9.rb +461 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/1.0.rb +484 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/2.0.rb +142 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/atom.rb +839 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/content.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/content/1.0.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/content/2.0.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/converter.rb +170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore.rb +163 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore/1.0.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore/2.0.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore/atom.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/image.rb +197 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/itunes.rb +412 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/0.9.rb +508 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/1.0.rb +435 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/2.0.rb +223 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/atom.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/base.rb +944 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/content.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/dublincore.rb +121 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/entry.rb +163 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/feed.rb +426 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/image.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/itunes.rb +242 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/slash.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/syndication.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/taxonomy.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/trackback.rb +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/parser.rb +570 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/rexmlparser.rb +49 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/rss.rb +1352 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/slash.rb +51 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/syndication.rb +68 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/taxonomy.rb +147 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/trackback.rb +290 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/utils.rb +199 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xml-stylesheet.rb +105 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xml.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xmlparser.rb +94 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xmlscanner.rb +121 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems.rb +1245 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/available_set.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/basic_specification.rb +290 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/command.rb +582 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/command_manager.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/build_command.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/cert_command.rb +276 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/check_command.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/cleanup_command.rb +165 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/contents_command.rb +190 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/dependency_command.rb +207 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/environment_command.rb +158 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/fetch_command.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/generate_index_command.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/help_command.rb +384 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/install_command.rb +347 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/list_command.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/lock_command.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/mirror_command.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/open_command.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/outdated_command.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/owner_command.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/pristine_command.rb +165 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/push_command.rb +98 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/query_command.rb +343 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/rdoc_command.rb +96 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/search_command.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/server_command.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/setup_command.rb +483 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/sources_command.rb +210 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/specification_command.rb +145 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/stale_command.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/uninstall_command.rb +164 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/unpack_command.rb +182 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/update_command.rb +277 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/which_command.rb +90 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/yank_command.rb +107 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/compatibility.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/config_file.rb +483 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_gem.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb +139 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/defaults.rb +177 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/dependency.rb +334 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/dependency_installer.rb +480 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/dependency_list.rb +240 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/deprecate.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/doctor.rb +131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/errors.rb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/exceptions.rb +270 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/build_error.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/builder.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/cmake_builder.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/configure_builder.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/ext_conf_builder.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/rake_builder.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/gem_runner.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/gemcutter_utilities.rb +154 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/indexer.rb +498 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/install_default_message.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/install_message.rb +12 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/install_update_options.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/installer.rb +819 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/installer_test_case.rb +193 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/local_remote_options.rb +148 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/mock_gem_ui.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/name_tuple.rb +123 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package.rb +613 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/digest_io.rb +64 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/file_source.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/io_source.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/old.rb +178 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/source.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_header.rb +229 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_reader.rb +123 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_reader/entry.rb +147 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_test_case.rb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_writer.rb +326 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package_task.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/path_support.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/platform.rb +204 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/psych_additions.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/psych_tree.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/rdoc.rb +335 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/remote_fetcher.rb +398 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request.rb +244 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request/connection_pools.rb +83 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request/http_pool.rb +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request/https_pool.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request_set.rb +413 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request_set/gem_dependency_api.rb +801 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request_set/lockfile.rb +650 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/requirement.rb +273 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver.rb +485 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/activation_request.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/api_set.rb +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/api_specification.rb +85 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/best_set.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/composed_set.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/conflict.rb +160 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/current_set.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/dependency_request.rb +116 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/git_set.rb +122 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/git_specification.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/index_set.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/index_specification.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/installed_specification.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/installer_set.rb +224 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/local_specification.rb +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/lock_set.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/lock_specification.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/requirement_list.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/set.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/spec_specification.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/specification.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/stats.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/vendor_set.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/vendor_specification.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security.rb +595 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/policies.rb +115 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/policy.rb +295 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/signer.rb +154 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/trust_dir.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/server.rb +868 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source.rb +234 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/git.rb +240 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/installed.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/local.rb +129 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/lock.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/specific_file.rb +72 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/vendor.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source_list.rb +149 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source_local.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source_specific_file.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/spec_fetcher.rb +269 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/specification.rb +2800 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/AddTrustExternalCARoot.pem +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/GeoTrustGlobalCA.pem +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/stub_specification.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/syck_hack.rb +76 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/test_case.rb +1430 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/test_utilities.rb +383 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/text.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/uninstaller.rb +345 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/uri_formatter.rb +49 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/user_interaction.rb +711 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/util.rb +134 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/util/list.rb +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/util/stringio.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/validator.rb +165 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/version.rb +356 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/version_option.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/scanf.rb +776 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/securerandom.rb +293 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/set.rb +787 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell.rb +458 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/builtin-command.rb +146 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/command-processor.rb +667 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/error.rb +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/filter.rb +137 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/process-controller.rb +310 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/system-command.rb +158 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/version.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shellwords.rb +215 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/singleton.rb +172 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/socket.rb +871 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/sync.rb +328 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/syslog/logger.rb +208 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tempfile.rb +367 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/thwait.rb +140 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/time.rb +676 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/timeout.rb +130 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tmpdir.rb +139 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tracer.rb +286 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tsort.rb +450 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ubygems.rb +10 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/un.rb +375 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/unicode_normalize.rb +78 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/unicode_normalize/normalize.rb +168 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/unicode_normalize/tables.rb +1163 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri.rb +111 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/common.rb +720 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/ftp.rb +266 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/generic.rb +1557 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/http.rb +106 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/https.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/ldap.rb +260 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/ldaps.rb +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/mailto.rb +286 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/rfc2396_parser.rb +543 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/rfc3986_parser.rb +124 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/weakref.rb +106 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick.rb +226 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/accesslog.rb +158 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/cgi.rb +308 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/compat.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/config.rb +151 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/cookie.rb +171 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/htmlutils.rb +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth.rb +95 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/authenticator.rb +116 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/basicauth.rb +108 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/digestauth.rb +408 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/htdigest.rb +131 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/htgroup.rb +93 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/htpasswd.rb +124 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/userdb.rb +52 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpproxy.rb +337 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httprequest.rb +584 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpresponse.rb +466 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/https.rb +86 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpserver.rb +278 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet.rb +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/abstract.rb +153 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/cgi_runner.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/cgihandler.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/erbhandler.rb +87 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/filehandler.rb +521 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/prochandler.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpstatus.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httputils.rb +509 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpversion.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/log.rb +155 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/server.rb +365 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/ssl.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/utils.rb +230 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/version.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/bigdecimal.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/continuation.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/date_core.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/bubblebabble.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/md5.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/rmd160.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/sha1.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/sha2.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/big5.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/cp949.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/emacs_mule.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/encdb.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/euc_jp.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/euc_kr.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/euc_tw.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/gb18030.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/gb2312.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/gbk.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_1.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_10.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_11.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_13.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_14.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_15.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_16.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_2.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_3.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_4.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_5.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_6.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_7.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_8.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_9.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/koi8_r.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/koi8_u.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/shift_jis.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/big5.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/chinese.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji_iso2022_kddi.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji_sjis_docomo.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji_sjis_kddi.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji_sjis_softbank.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/escape.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/gb18030.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/gbk.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/iso2022.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/japanese.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/japanese_euc.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/japanese_sjis.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/korean.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/single_byte.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/transdb.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/utf8_mac.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/utf_16_32.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_16be.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_16le.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_32be.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_32le.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/windows_1251.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/windows_31j.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/etc.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/fcntl.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/fiber.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/fiddle.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/io/console.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/io/nonblock.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/io/wait.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/json/ext/generator.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/json/ext/parser.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/mathn/complex.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/mathn/rational.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/nkf.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/objspace.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/openssl.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/pathname.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/psych.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/pty.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/racc/cparse.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/rbconfig.rb +285 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/rbconfig/sizeof.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/readline.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/ripper.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/socket.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/stringio.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/strscan.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/syslog.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/thread.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/zlib.bundle +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc.rb +301 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/base64.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/client.rb +614 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/config.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/create.rb +286 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/datetime.rb +129 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/marshal.rb +66 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/parser.rb +870 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/server.rb +707 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/utils.rb +171 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/yaml.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/yaml/dbm.rb +279 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/yaml/store.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/charlock_holmes-0.7.3.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/mysql2-0.3.17.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/mysql2-0.3.18.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/nokogiri-1.6.5.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/nokogiri-1.6.6.2.info +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundle +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundle_ruby +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundler +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bundler.gemspec +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler.rb +446 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/anonymizable_uri.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/capistrano.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli.rb +407 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/binstubs.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/cache.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/check.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/clean.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/common.rb +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/config.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/console.rb +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/exec.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/gem.rb +195 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/init.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/inject.rb +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/install.rb +156 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/open.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/outdated.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/package.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/platform.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/show.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/update.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/cli/viz.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/constants.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/current_ruby.rb +183 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/definition.rb +628 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/dep_proxy.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/dependency.rb +110 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/deployment.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/deprecate.rb +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/dsl.rb +331 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/endpoint_specification.rb +76 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/env.rb +75 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/environment.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/fetcher.rb +423 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/friendly_errors.rb +85 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_helper.rb +180 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_helpers.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_installer.rb +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_path_manipulation.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/gem_tasks.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/graph.rb +169 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/index.rb +197 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/injector.rb +64 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/installer.rb +339 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/lazy_specification.rb +83 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/lockfile_parser.rb +167 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle +119 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-config +217 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-exec +159 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-install +345 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-package +52 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-platform +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/bundle-update +213 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/man/gemfile.5 +669 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/match_platform.rb +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/psyched_yaml.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/remote_specification.rb +57 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/resolver.rb +334 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/retry.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ruby_dsl.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ruby_version.rb +117 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/rubygems_ext.rb +170 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/rubygems_integration.rb +619 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/runtime.rb +289 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/settings.rb +208 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/setup.rb +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/shared_helpers.rb +149 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/similarity_detector.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/git.rb +294 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/git/git_proxy.rb +162 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/path.rb +226 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/path/installer.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source/rubygems.rb +381 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/source_list.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/spec_set.rb +154 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/.document +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem +28 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ssl_certs/certificate_manager.rb +65 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui/rg_proxy.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui/shell.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/ui/silent.rb +44 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +266 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb +90 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +415 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/molinillo/lib/molinillo/state.rb +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/net/http/faster.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/net/http/persistent.rb +1230 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb +128 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor.rb +484 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions.rb +319 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb +103 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb +59 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/directory.rb +118 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb +135 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +316 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/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/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/base.rb +656 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/command.rb +133 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/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/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/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/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/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/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/error.rb +32 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/group.rb +281 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/invocation.rb +178 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/line_editor.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb +88 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser.rb +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/argument.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +175 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/option.rb +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/parser/options.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/rake_compat.rb +71 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/runner.rb +322 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell.rb +81 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +421 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell/color.rb +149 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/shell/html.rb +126 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/util.rb +267 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendor/thor/lib/thor/version.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendored_molinillo.rb +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendored_persistent.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vendored_thor.rb +3 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/version.rb +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/vlad.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/lib/bundler/worker.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/bundler-1.9.9.gemspec +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/bigdecimal-1.2.6.gemspec +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/io-console-0.4.3.gemspec +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/json-1.8.1.gemspec +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/psych-2.0.8.gemspec +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/rake-10.4.2.gemspec +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/rdoc-4.2.0.gemspec +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep.gemspec +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/README.markdown +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/bin/terminal-notifier +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/lib/terminal-notifier.rb +92 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/LICENSE.md +9 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/README.markdown +281 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/Gemfile.lock +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/LICENSE +24 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/README.markdown +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/Rakefile +48 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/bin/terminal-notifier +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/lib/terminal-notifier.rb +92 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/spec/terminal-notifier_spec.rb +72 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Ruby/terminal-notifier.gemspec +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.pbxproj +315 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier.xcodeproj/project.xcworkspace/xcshareddata/Terminal Notifier.xccheckout +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier.xcodeproj/xcshareddata/xcschemes/Terminal Notifier.xcscheme +140 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier/AppDelegate.h +4 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier/AppDelegate.m +592 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier/Terminal Notifier-Info.plist +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier/Terminal Notifier-Prefix.pch +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier/en.lproj/Credits.rtf +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier/en.lproj/InfoPlist.strings +2 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier/en.lproj/MainMenu.xib +3387 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal Notifier/main.m +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/Terminal.icns +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/Info.plist +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/PkgInfo +1 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/Terminal.icns +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf +29 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/.yardopts +13 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/LICENSE +144 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/Rakefile +61 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/examples/bench_cache.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/ext/thread_safe/JrubyCacheBackendService.java +15 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe.rb +65 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb +163 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/mri_cache_backend.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_cache_backend.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_delegator.rb +60 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util/adder.rb +62 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util/atomic_reference.rb +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util/cheap_lockable.rb +106 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util/striped64.rb +222 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile.rb +64 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile_tuple.rb +46 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/util/xor_shift_random.rb +41 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/lib/thread_safe/version.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/tasks/update_doc.rake +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/test/src/thread_safe/SecurityManager.java +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/test/test_array.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/test/test_cache.rb +901 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/test/test_cache_loops.rb +449 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/test/test_hash.rb +17 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/test/test_helper.rb +134 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/test/test_synchronized_delegator.rb +84 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/thread_safe.gemspec +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/yard-template/default/fulldoc/html/css/common.css +125 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/yard-template/default/layout/html/footer.erb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/.yardopts +6 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/CHANGES.md +649 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/LICENSE +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/Rakefile +104 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo.rb +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/country.rb +196 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb +42 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb +123 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb +190 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb +58 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb +55 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb +63 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb +26 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb +77 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb +146 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb +136 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb +333 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb +637 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb +54 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb +30 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb +74 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb +204 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb +70 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb +120 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb +101 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb +274 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb +35 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb +487 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb +245 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_country.rb +236 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_country_index_definition.rb +69 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_country_info.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_country_timezone.rb +161 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_data_source.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_data_timezone.rb +99 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_data_timezone_info.rb +18 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_info_timezone.rb +34 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_linked_timezone.rb +155 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_linked_timezone_info.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_offset_rationals.rb +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_ruby_core_support.rb +168 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_ruby_country_info.rb +80 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_ruby_data_source.rb +143 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_time_or_datetime.rb +639 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone.rb +1334 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_definition.rb +113 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_index_definition.rb +73 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_info.rb +11 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_london.rb +143 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_melbourne.rb +142 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_new_york.rb +142 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_offset.rb +126 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_period.rb +548 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_proxy.rb +113 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_transition.rb +352 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_transition_definition.rb +284 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_timezone_utc.rb +27 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_transition_data_timezone_info.rb +423 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_zoneinfo_country_info.rb +64 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_zoneinfo_data_source.rb +1122 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tc_zoneinfo_timezone_info.rb +814 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/test_utils.rb +132 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/ts_all.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/ts_all_ruby.rb +5 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/ts_all_zoneinfo.rb +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data.rb +8 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +315 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +218 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +261 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +186 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +321 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +265 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +220 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/countries.rb +927 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +596 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb +14 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/America/New_York +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/Australia/Melbourne +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/EST +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/Etc/UTC +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Amsterdam +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Andorra +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/London +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Paris +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Prague +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/Factory +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/iso3166.tab +275 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/posix/Europe/London +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/posixrules +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/right/Europe/London +0 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/zone.tab +439 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/test/zoneinfo/zone1970.tab +369 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/tzinfo.gemspec +21 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/activesupport-5.0.0.1.gemspec +43 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/bundler-1.9.9.gemspec +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/chunky_png-1.3.7.gemspec +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/concurrent-ruby-1.0.2.gemspec +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/bigdecimal-1.2.6.gemspec +20 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/io-console-0.4.3.gemspec +23 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/json-1.8.1.gemspec +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/psych-2.0.8.gemspec +25 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/rake-10.4.2.gemspec +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/rdoc-4.2.0.gemspec +7 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/faraday-0.9.2.gemspec +31 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/i18n-0.7.0.gemspec +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/jwt-1.5.6.gemspec +50 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/minitest-5.9.1.gemspec +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/multi_json-1.12.1.gemspec +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/multi_xml-0.5.5.gemspec +33 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/multipart-post-2.0.0.gemspec +22 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/oauth2-1.2.0.gemspec +47 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/path-builder-0.1.3.gemspec +36 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/rack-2.0.1.gemspec +45 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/rqrcode-0.10.1.gemspec +39 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/second_step-0.1.1.gemspec +56 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/terminal-notifier-1.7.1.gemspec +40 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/thread_safe-0.3.5.gemspec +38 -0
- data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/tzinfo-1.2.2.gemspec +37 -0
- data/secondstep.gemspec +22 -0
- metadata +3509 -3
@@ -0,0 +1,273 @@
|
|
1
|
+
# :stopdoc:
|
2
|
+
class Net::HTTPUnknownResponse < Net::HTTPResponse
|
3
|
+
HAS_BODY = true
|
4
|
+
EXCEPTION_TYPE = Net::HTTPError
|
5
|
+
end
|
6
|
+
class Net::HTTPInformation < Net::HTTPResponse # 1xx
|
7
|
+
HAS_BODY = false
|
8
|
+
EXCEPTION_TYPE = Net::HTTPError
|
9
|
+
end
|
10
|
+
class Net::HTTPSuccess < Net::HTTPResponse # 2xx
|
11
|
+
HAS_BODY = true
|
12
|
+
EXCEPTION_TYPE = Net::HTTPError
|
13
|
+
end
|
14
|
+
class Net::HTTPRedirection < Net::HTTPResponse # 3xx
|
15
|
+
HAS_BODY = true
|
16
|
+
EXCEPTION_TYPE = Net::HTTPRetriableError
|
17
|
+
end
|
18
|
+
class Net::HTTPClientError < Net::HTTPResponse # 4xx
|
19
|
+
HAS_BODY = true
|
20
|
+
EXCEPTION_TYPE = Net::HTTPServerException # for backward compatibility
|
21
|
+
end
|
22
|
+
class Net::HTTPServerError < Net::HTTPResponse # 5xx
|
23
|
+
HAS_BODY = true
|
24
|
+
EXCEPTION_TYPE = Net::HTTPFatalError # for backward compatibility
|
25
|
+
end
|
26
|
+
|
27
|
+
class Net::HTTPContinue < Net::HTTPInformation # 100
|
28
|
+
HAS_BODY = false
|
29
|
+
end
|
30
|
+
class Net::HTTPSwitchProtocol < Net::HTTPInformation # 101
|
31
|
+
HAS_BODY = false
|
32
|
+
end
|
33
|
+
# 102 - RFC 2518; removed in RFC 4918
|
34
|
+
|
35
|
+
class Net::HTTPOK < Net::HTTPSuccess # 200
|
36
|
+
HAS_BODY = true
|
37
|
+
end
|
38
|
+
class Net::HTTPCreated < Net::HTTPSuccess # 201
|
39
|
+
HAS_BODY = true
|
40
|
+
end
|
41
|
+
class Net::HTTPAccepted < Net::HTTPSuccess # 202
|
42
|
+
HAS_BODY = true
|
43
|
+
end
|
44
|
+
class Net::HTTPNonAuthoritativeInformation < Net::HTTPSuccess # 203
|
45
|
+
HAS_BODY = true
|
46
|
+
end
|
47
|
+
class Net::HTTPNoContent < Net::HTTPSuccess # 204
|
48
|
+
HAS_BODY = false
|
49
|
+
end
|
50
|
+
class Net::HTTPResetContent < Net::HTTPSuccess # 205
|
51
|
+
HAS_BODY = false
|
52
|
+
end
|
53
|
+
class Net::HTTPPartialContent < Net::HTTPSuccess # 206
|
54
|
+
HAS_BODY = true
|
55
|
+
end
|
56
|
+
class Net::HTTPMultiStatus < Net::HTTPSuccess # 207 - RFC 4918
|
57
|
+
HAS_BODY = true
|
58
|
+
end
|
59
|
+
# 208 Already Reported - RFC 5842; experimental
|
60
|
+
class Net::HTTPIMUsed < Net::HTTPSuccess # 226 - RFC 3229
|
61
|
+
HAS_BODY = true
|
62
|
+
end
|
63
|
+
|
64
|
+
class Net::HTTPMultipleChoices < Net::HTTPRedirection # 300
|
65
|
+
HAS_BODY = true
|
66
|
+
end
|
67
|
+
Net::HTTPMultipleChoice = Net::HTTPMultipleChoices
|
68
|
+
class Net::HTTPMovedPermanently < Net::HTTPRedirection # 301
|
69
|
+
HAS_BODY = true
|
70
|
+
end
|
71
|
+
class Net::HTTPFound < Net::HTTPRedirection # 302
|
72
|
+
HAS_BODY = true
|
73
|
+
end
|
74
|
+
Net::HTTPMovedTemporarily = Net::HTTPFound
|
75
|
+
class Net::HTTPSeeOther < Net::HTTPRedirection # 303
|
76
|
+
HAS_BODY = true
|
77
|
+
end
|
78
|
+
class Net::HTTPNotModified < Net::HTTPRedirection # 304
|
79
|
+
HAS_BODY = false
|
80
|
+
end
|
81
|
+
class Net::HTTPUseProxy < Net::HTTPRedirection # 305
|
82
|
+
HAS_BODY = false
|
83
|
+
end
|
84
|
+
# 306 Switch Proxy - no longer unused
|
85
|
+
class Net::HTTPTemporaryRedirect < Net::HTTPRedirection # 307
|
86
|
+
HAS_BODY = true
|
87
|
+
end
|
88
|
+
class Net::HTTPPermanentRedirect < Net::HTTPRedirection # 308
|
89
|
+
HAS_BODY = true
|
90
|
+
end
|
91
|
+
|
92
|
+
class Net::HTTPBadRequest < Net::HTTPClientError # 400
|
93
|
+
HAS_BODY = true
|
94
|
+
end
|
95
|
+
class Net::HTTPUnauthorized < Net::HTTPClientError # 401
|
96
|
+
HAS_BODY = true
|
97
|
+
end
|
98
|
+
class Net::HTTPPaymentRequired < Net::HTTPClientError # 402
|
99
|
+
HAS_BODY = true
|
100
|
+
end
|
101
|
+
class Net::HTTPForbidden < Net::HTTPClientError # 403
|
102
|
+
HAS_BODY = true
|
103
|
+
end
|
104
|
+
class Net::HTTPNotFound < Net::HTTPClientError # 404
|
105
|
+
HAS_BODY = true
|
106
|
+
end
|
107
|
+
class Net::HTTPMethodNotAllowed < Net::HTTPClientError # 405
|
108
|
+
HAS_BODY = true
|
109
|
+
end
|
110
|
+
class Net::HTTPNotAcceptable < Net::HTTPClientError # 406
|
111
|
+
HAS_BODY = true
|
112
|
+
end
|
113
|
+
class Net::HTTPProxyAuthenticationRequired < Net::HTTPClientError # 407
|
114
|
+
HAS_BODY = true
|
115
|
+
end
|
116
|
+
class Net::HTTPRequestTimeOut < Net::HTTPClientError # 408
|
117
|
+
HAS_BODY = true
|
118
|
+
end
|
119
|
+
class Net::HTTPConflict < Net::HTTPClientError # 409
|
120
|
+
HAS_BODY = true
|
121
|
+
end
|
122
|
+
class Net::HTTPGone < Net::HTTPClientError # 410
|
123
|
+
HAS_BODY = true
|
124
|
+
end
|
125
|
+
class Net::HTTPLengthRequired < Net::HTTPClientError # 411
|
126
|
+
HAS_BODY = true
|
127
|
+
end
|
128
|
+
class Net::HTTPPreconditionFailed < Net::HTTPClientError # 412
|
129
|
+
HAS_BODY = true
|
130
|
+
end
|
131
|
+
class Net::HTTPRequestEntityTooLarge < Net::HTTPClientError # 413
|
132
|
+
HAS_BODY = true
|
133
|
+
end
|
134
|
+
class Net::HTTPRequestURITooLong < Net::HTTPClientError # 414
|
135
|
+
HAS_BODY = true
|
136
|
+
end
|
137
|
+
Net::HTTPRequestURITooLarge = Net::HTTPRequestURITooLong
|
138
|
+
class Net::HTTPUnsupportedMediaType < Net::HTTPClientError # 415
|
139
|
+
HAS_BODY = true
|
140
|
+
end
|
141
|
+
class Net::HTTPRequestedRangeNotSatisfiable < Net::HTTPClientError # 416
|
142
|
+
HAS_BODY = true
|
143
|
+
end
|
144
|
+
class Net::HTTPExpectationFailed < Net::HTTPClientError # 417
|
145
|
+
HAS_BODY = true
|
146
|
+
end
|
147
|
+
# 418 I'm a teapot - RFC 2324; a joke RFC
|
148
|
+
# 420 Enhance Your Calm - Twitter
|
149
|
+
class Net::HTTPUnprocessableEntity < Net::HTTPClientError # 422 - RFC 4918
|
150
|
+
HAS_BODY = true
|
151
|
+
end
|
152
|
+
class Net::HTTPLocked < Net::HTTPClientError # 423 - RFC 4918
|
153
|
+
HAS_BODY = true
|
154
|
+
end
|
155
|
+
class Net::HTTPFailedDependency < Net::HTTPClientError # 424 - RFC 4918
|
156
|
+
HAS_BODY = true
|
157
|
+
end
|
158
|
+
# 425 Unordered Collection - existed only in draft
|
159
|
+
class Net::HTTPUpgradeRequired < Net::HTTPClientError # 426 - RFC 2817
|
160
|
+
HAS_BODY = true
|
161
|
+
end
|
162
|
+
class Net::HTTPPreconditionRequired < Net::HTTPClientError # 428 - RFC 6585
|
163
|
+
HAS_BODY = true
|
164
|
+
end
|
165
|
+
class Net::HTTPTooManyRequests < Net::HTTPClientError # 429 - RFC 6585
|
166
|
+
HAS_BODY = true
|
167
|
+
end
|
168
|
+
class Net::HTTPRequestHeaderFieldsTooLarge < Net::HTTPClientError # 431 - RFC 6585
|
169
|
+
HAS_BODY = true
|
170
|
+
end
|
171
|
+
# 444 No Response - Nginx
|
172
|
+
# 449 Retry With - Microsoft
|
173
|
+
# 450 Blocked by Windows Parental Controls - Microsoft
|
174
|
+
# 499 Client Closed Request - Nginx
|
175
|
+
|
176
|
+
class Net::HTTPInternalServerError < Net::HTTPServerError # 500
|
177
|
+
HAS_BODY = true
|
178
|
+
end
|
179
|
+
class Net::HTTPNotImplemented < Net::HTTPServerError # 501
|
180
|
+
HAS_BODY = true
|
181
|
+
end
|
182
|
+
class Net::HTTPBadGateway < Net::HTTPServerError # 502
|
183
|
+
HAS_BODY = true
|
184
|
+
end
|
185
|
+
class Net::HTTPServiceUnavailable < Net::HTTPServerError # 503
|
186
|
+
HAS_BODY = true
|
187
|
+
end
|
188
|
+
class Net::HTTPGatewayTimeOut < Net::HTTPServerError # 504
|
189
|
+
HAS_BODY = true
|
190
|
+
end
|
191
|
+
class Net::HTTPVersionNotSupported < Net::HTTPServerError # 505
|
192
|
+
HAS_BODY = true
|
193
|
+
end
|
194
|
+
# 506 Variant Also Negotiates - RFC 2295; experimental
|
195
|
+
class Net::HTTPInsufficientStorage < Net::HTTPServerError # 507 - RFC 4918
|
196
|
+
HAS_BODY = true
|
197
|
+
end
|
198
|
+
# 508 Loop Detected - RFC 5842; experimental
|
199
|
+
# 509 Bandwidth Limit Exceeded - Apache bw/limited extension
|
200
|
+
# 510 Not Extended - RFC 2774; experimental
|
201
|
+
class Net::HTTPNetworkAuthenticationRequired < Net::HTTPServerError # 511 - RFC 6585
|
202
|
+
HAS_BODY = true
|
203
|
+
end
|
204
|
+
|
205
|
+
class Net::HTTPResponse
|
206
|
+
CODE_CLASS_TO_OBJ = {
|
207
|
+
'1' => Net::HTTPInformation,
|
208
|
+
'2' => Net::HTTPSuccess,
|
209
|
+
'3' => Net::HTTPRedirection,
|
210
|
+
'4' => Net::HTTPClientError,
|
211
|
+
'5' => Net::HTTPServerError
|
212
|
+
}
|
213
|
+
CODE_TO_OBJ = {
|
214
|
+
'100' => Net::HTTPContinue,
|
215
|
+
'101' => Net::HTTPSwitchProtocol,
|
216
|
+
|
217
|
+
'200' => Net::HTTPOK,
|
218
|
+
'201' => Net::HTTPCreated,
|
219
|
+
'202' => Net::HTTPAccepted,
|
220
|
+
'203' => Net::HTTPNonAuthoritativeInformation,
|
221
|
+
'204' => Net::HTTPNoContent,
|
222
|
+
'205' => Net::HTTPResetContent,
|
223
|
+
'206' => Net::HTTPPartialContent,
|
224
|
+
'207' => Net::HTTPMultiStatus,
|
225
|
+
'226' => Net::HTTPIMUsed,
|
226
|
+
|
227
|
+
'300' => Net::HTTPMultipleChoices,
|
228
|
+
'301' => Net::HTTPMovedPermanently,
|
229
|
+
'302' => Net::HTTPFound,
|
230
|
+
'303' => Net::HTTPSeeOther,
|
231
|
+
'304' => Net::HTTPNotModified,
|
232
|
+
'305' => Net::HTTPUseProxy,
|
233
|
+
'307' => Net::HTTPTemporaryRedirect,
|
234
|
+
|
235
|
+
'400' => Net::HTTPBadRequest,
|
236
|
+
'401' => Net::HTTPUnauthorized,
|
237
|
+
'402' => Net::HTTPPaymentRequired,
|
238
|
+
'403' => Net::HTTPForbidden,
|
239
|
+
'404' => Net::HTTPNotFound,
|
240
|
+
'405' => Net::HTTPMethodNotAllowed,
|
241
|
+
'406' => Net::HTTPNotAcceptable,
|
242
|
+
'407' => Net::HTTPProxyAuthenticationRequired,
|
243
|
+
'408' => Net::HTTPRequestTimeOut,
|
244
|
+
'409' => Net::HTTPConflict,
|
245
|
+
'410' => Net::HTTPGone,
|
246
|
+
'411' => Net::HTTPLengthRequired,
|
247
|
+
'412' => Net::HTTPPreconditionFailed,
|
248
|
+
'413' => Net::HTTPRequestEntityTooLarge,
|
249
|
+
'414' => Net::HTTPRequestURITooLong,
|
250
|
+
'415' => Net::HTTPUnsupportedMediaType,
|
251
|
+
'416' => Net::HTTPRequestedRangeNotSatisfiable,
|
252
|
+
'417' => Net::HTTPExpectationFailed,
|
253
|
+
'422' => Net::HTTPUnprocessableEntity,
|
254
|
+
'423' => Net::HTTPLocked,
|
255
|
+
'424' => Net::HTTPFailedDependency,
|
256
|
+
'426' => Net::HTTPUpgradeRequired,
|
257
|
+
'428' => Net::HTTPPreconditionRequired,
|
258
|
+
'429' => Net::HTTPTooManyRequests,
|
259
|
+
'431' => Net::HTTPRequestHeaderFieldsTooLarge,
|
260
|
+
|
261
|
+
'500' => Net::HTTPInternalServerError,
|
262
|
+
'501' => Net::HTTPNotImplemented,
|
263
|
+
'502' => Net::HTTPBadGateway,
|
264
|
+
'503' => Net::HTTPServiceUnavailable,
|
265
|
+
'504' => Net::HTTPGatewayTimeOut,
|
266
|
+
'505' => Net::HTTPVersionNotSupported,
|
267
|
+
'507' => Net::HTTPInsufficientStorage,
|
268
|
+
'511' => Net::HTTPNetworkAuthenticationRequired,
|
269
|
+
}
|
270
|
+
end
|
271
|
+
|
272
|
+
# :startdoc:
|
273
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
=begin
|
2
|
+
|
3
|
+
= net/https -- SSL/TLS enhancement for Net::HTTP.
|
4
|
+
|
5
|
+
This file has been merged with net/http. There is no longer any need to
|
6
|
+
require 'net/https' to use HTTPS.
|
7
|
+
|
8
|
+
See Net::HTTP for details on how to make HTTPS connections.
|
9
|
+
|
10
|
+
== Info
|
11
|
+
'OpenSSL for Ruby 2' project
|
12
|
+
Copyright (C) 2001 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
13
|
+
All rights reserved.
|
14
|
+
|
15
|
+
== Licence
|
16
|
+
This program is licenced under the same licence as Ruby.
|
17
|
+
(See the file 'LICENCE'.)
|
18
|
+
|
19
|
+
=end
|
20
|
+
|
21
|
+
require 'net/http'
|
22
|
+
require 'openssl'
|
@@ -0,0 +1,3616 @@
|
|
1
|
+
#
|
2
|
+
# = net/imap.rb
|
3
|
+
#
|
4
|
+
# Copyright (C) 2000 Shugo Maeda <shugo@ruby-lang.org>
|
5
|
+
#
|
6
|
+
# This library is distributed under the terms of the Ruby license.
|
7
|
+
# You can freely distribute/modify this library.
|
8
|
+
#
|
9
|
+
# Documentation: Shugo Maeda, with RDoc conversion and overview by William
|
10
|
+
# Webber.
|
11
|
+
#
|
12
|
+
# See Net::IMAP for documentation.
|
13
|
+
#
|
14
|
+
|
15
|
+
|
16
|
+
require "socket"
|
17
|
+
require "monitor"
|
18
|
+
require "digest/md5"
|
19
|
+
require "strscan"
|
20
|
+
begin
|
21
|
+
require "openssl"
|
22
|
+
rescue LoadError
|
23
|
+
end
|
24
|
+
|
25
|
+
module Net
|
26
|
+
|
27
|
+
#
|
28
|
+
# Net::IMAP implements Internet Message Access Protocol (IMAP) client
|
29
|
+
# functionality. The protocol is described in [IMAP].
|
30
|
+
#
|
31
|
+
# == IMAP Overview
|
32
|
+
#
|
33
|
+
# An IMAP client connects to a server, and then authenticates
|
34
|
+
# itself using either #authenticate() or #login(). Having
|
35
|
+
# authenticated itself, there is a range of commands
|
36
|
+
# available to it. Most work with mailboxes, which may be
|
37
|
+
# arranged in an hierarchical namespace, and each of which
|
38
|
+
# contains zero or more messages. How this is implemented on
|
39
|
+
# the server is implementation-dependent; on a UNIX server, it
|
40
|
+
# will frequently be implemented as files in mailbox format
|
41
|
+
# within a hierarchy of directories.
|
42
|
+
#
|
43
|
+
# To work on the messages within a mailbox, the client must
|
44
|
+
# first select that mailbox, using either #select() or (for
|
45
|
+
# read-only access) #examine(). Once the client has successfully
|
46
|
+
# selected a mailbox, they enter _selected_ state, and that
|
47
|
+
# mailbox becomes the _current_ mailbox, on which mail-item
|
48
|
+
# related commands implicitly operate.
|
49
|
+
#
|
50
|
+
# Messages have two sorts of identifiers: message sequence
|
51
|
+
# numbers and UIDs.
|
52
|
+
#
|
53
|
+
# Message sequence numbers number messages within a mailbox
|
54
|
+
# from 1 up to the number of items in the mailbox. If a new
|
55
|
+
# message arrives during a session, it receives a sequence
|
56
|
+
# number equal to the new size of the mailbox. If messages
|
57
|
+
# are expunged from the mailbox, remaining messages have their
|
58
|
+
# sequence numbers "shuffled down" to fill the gaps.
|
59
|
+
#
|
60
|
+
# UIDs, on the other hand, are permanently guaranteed not to
|
61
|
+
# identify another message within the same mailbox, even if
|
62
|
+
# the existing message is deleted. UIDs are required to
|
63
|
+
# be assigned in ascending (but not necessarily sequential)
|
64
|
+
# order within a mailbox; this means that if a non-IMAP client
|
65
|
+
# rearranges the order of mailitems within a mailbox, the
|
66
|
+
# UIDs have to be reassigned. An IMAP client thus cannot
|
67
|
+
# rearrange message orders.
|
68
|
+
#
|
69
|
+
# == Examples of Usage
|
70
|
+
#
|
71
|
+
# === List sender and subject of all recent messages in the default mailbox
|
72
|
+
#
|
73
|
+
# imap = Net::IMAP.new('mail.example.com')
|
74
|
+
# imap.authenticate('LOGIN', 'joe_user', 'joes_password')
|
75
|
+
# imap.examine('INBOX')
|
76
|
+
# imap.search(["RECENT"]).each do |message_id|
|
77
|
+
# envelope = imap.fetch(message_id, "ENVELOPE")[0].attr["ENVELOPE"]
|
78
|
+
# puts "#{envelope.from[0].name}: \t#{envelope.subject}"
|
79
|
+
# end
|
80
|
+
#
|
81
|
+
# === Move all messages from April 2003 from "Mail/sent-mail" to "Mail/sent-apr03"
|
82
|
+
#
|
83
|
+
# imap = Net::IMAP.new('mail.example.com')
|
84
|
+
# imap.authenticate('LOGIN', 'joe_user', 'joes_password')
|
85
|
+
# imap.select('Mail/sent-mail')
|
86
|
+
# if not imap.list('Mail/', 'sent-apr03')
|
87
|
+
# imap.create('Mail/sent-apr03')
|
88
|
+
# end
|
89
|
+
# imap.search(["BEFORE", "30-Apr-2003", "SINCE", "1-Apr-2003"]).each do |message_id|
|
90
|
+
# imap.copy(message_id, "Mail/sent-apr03")
|
91
|
+
# imap.store(message_id, "+FLAGS", [:Deleted])
|
92
|
+
# end
|
93
|
+
# imap.expunge
|
94
|
+
#
|
95
|
+
# == Thread Safety
|
96
|
+
#
|
97
|
+
# Net::IMAP supports concurrent threads. For example,
|
98
|
+
#
|
99
|
+
# imap = Net::IMAP.new("imap.foo.net", "imap2")
|
100
|
+
# imap.authenticate("cram-md5", "bar", "password")
|
101
|
+
# imap.select("inbox")
|
102
|
+
# fetch_thread = Thread.start { imap.fetch(1..-1, "UID") }
|
103
|
+
# search_result = imap.search(["BODY", "hello"])
|
104
|
+
# fetch_result = fetch_thread.value
|
105
|
+
# imap.disconnect
|
106
|
+
#
|
107
|
+
# This script invokes the FETCH command and the SEARCH command concurrently.
|
108
|
+
#
|
109
|
+
# == Errors
|
110
|
+
#
|
111
|
+
# An IMAP server can send three different types of responses to indicate
|
112
|
+
# failure:
|
113
|
+
#
|
114
|
+
# NO:: the attempted command could not be successfully completed. For
|
115
|
+
# instance, the username/password used for logging in are incorrect;
|
116
|
+
# the selected mailbox does not exist; etc.
|
117
|
+
#
|
118
|
+
# BAD:: the request from the client does not follow the server's
|
119
|
+
# understanding of the IMAP protocol. This includes attempting
|
120
|
+
# commands from the wrong client state; for instance, attempting
|
121
|
+
# to perform a SEARCH command without having SELECTed a current
|
122
|
+
# mailbox. It can also signal an internal server
|
123
|
+
# failure (such as a disk crash) has occurred.
|
124
|
+
#
|
125
|
+
# BYE:: the server is saying goodbye. This can be part of a normal
|
126
|
+
# logout sequence, and can be used as part of a login sequence
|
127
|
+
# to indicate that the server is (for some reason) unwilling
|
128
|
+
# to accept your connection. As a response to any other command,
|
129
|
+
# it indicates either that the server is shutting down, or that
|
130
|
+
# the server is timing out the client connection due to inactivity.
|
131
|
+
#
|
132
|
+
# These three error response are represented by the errors
|
133
|
+
# Net::IMAP::NoResponseError, Net::IMAP::BadResponseError, and
|
134
|
+
# Net::IMAP::ByeResponseError, all of which are subclasses of
|
135
|
+
# Net::IMAP::ResponseError. Essentially, all methods that involve
|
136
|
+
# sending a request to the server can generate one of these errors.
|
137
|
+
# Only the most pertinent instances have been documented below.
|
138
|
+
#
|
139
|
+
# Because the IMAP class uses Sockets for communication, its methods
|
140
|
+
# are also susceptible to the various errors that can occur when
|
141
|
+
# working with sockets. These are generally represented as
|
142
|
+
# Errno errors. For instance, any method that involves sending a
|
143
|
+
# request to the server and/or receiving a response from it could
|
144
|
+
# raise an Errno::EPIPE error if the network connection unexpectedly
|
145
|
+
# goes down. See the socket(7), ip(7), tcp(7), socket(2), connect(2),
|
146
|
+
# and associated man pages.
|
147
|
+
#
|
148
|
+
# Finally, a Net::IMAP::DataFormatError is thrown if low-level data
|
149
|
+
# is found to be in an incorrect format (for instance, when converting
|
150
|
+
# between UTF-8 and UTF-16), and Net::IMAP::ResponseParseError is
|
151
|
+
# thrown if a server response is non-parseable.
|
152
|
+
#
|
153
|
+
#
|
154
|
+
# == References
|
155
|
+
#
|
156
|
+
# [[IMAP]]
|
157
|
+
# M. Crispin, "INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1",
|
158
|
+
# RFC 2060, December 1996. (Note: since obsoleted by RFC 3501)
|
159
|
+
#
|
160
|
+
# [[LANGUAGE-TAGS]]
|
161
|
+
# Alvestrand, H., "Tags for the Identification of
|
162
|
+
# Languages", RFC 1766, March 1995.
|
163
|
+
#
|
164
|
+
# [[MD5]]
|
165
|
+
# Myers, J., and M. Rose, "The Content-MD5 Header Field", RFC
|
166
|
+
# 1864, October 1995.
|
167
|
+
#
|
168
|
+
# [[MIME-IMB]]
|
169
|
+
# Freed, N., and N. Borenstein, "MIME (Multipurpose Internet
|
170
|
+
# Mail Extensions) Part One: Format of Internet Message Bodies", RFC
|
171
|
+
# 2045, November 1996.
|
172
|
+
#
|
173
|
+
# [[RFC-822]]
|
174
|
+
# Crocker, D., "Standard for the Format of ARPA Internet Text
|
175
|
+
# Messages", STD 11, RFC 822, University of Delaware, August 1982.
|
176
|
+
#
|
177
|
+
# [[RFC-2087]]
|
178
|
+
# Myers, J., "IMAP4 QUOTA extension", RFC 2087, January 1997.
|
179
|
+
#
|
180
|
+
# [[RFC-2086]]
|
181
|
+
# Myers, J., "IMAP4 ACL extension", RFC 2086, January 1997.
|
182
|
+
#
|
183
|
+
# [[RFC-2195]]
|
184
|
+
# Klensin, J., Catoe, R., and Krumviede, P., "IMAP/POP AUTHorize Extension
|
185
|
+
# for Simple Challenge/Response", RFC 2195, September 1997.
|
186
|
+
#
|
187
|
+
# [[SORT-THREAD-EXT]]
|
188
|
+
# Crispin, M., "INTERNET MESSAGE ACCESS PROTOCOL - SORT and THREAD
|
189
|
+
# Extensions", draft-ietf-imapext-sort, May 2003.
|
190
|
+
#
|
191
|
+
# [[OSSL]]
|
192
|
+
# http://www.openssl.org
|
193
|
+
#
|
194
|
+
# [[RSSL]]
|
195
|
+
# http://savannah.gnu.org/projects/rubypki
|
196
|
+
#
|
197
|
+
# [[UTF7]]
|
198
|
+
# Goldsmith, D. and Davis, M., "UTF-7: A Mail-Safe Transformation Format of
|
199
|
+
# Unicode", RFC 2152, May 1997.
|
200
|
+
#
|
201
|
+
class IMAP
|
202
|
+
include MonitorMixin
|
203
|
+
if defined?(OpenSSL::SSL)
|
204
|
+
include OpenSSL
|
205
|
+
include SSL
|
206
|
+
end
|
207
|
+
|
208
|
+
# Returns an initial greeting response from the server.
|
209
|
+
attr_reader :greeting
|
210
|
+
|
211
|
+
# Returns recorded untagged responses. For example:
|
212
|
+
#
|
213
|
+
# imap.select("inbox")
|
214
|
+
# p imap.responses["EXISTS"][-1]
|
215
|
+
# #=> 2
|
216
|
+
# p imap.responses["UIDVALIDITY"][-1]
|
217
|
+
# #=> 968263756
|
218
|
+
attr_reader :responses
|
219
|
+
|
220
|
+
# Returns all response handlers.
|
221
|
+
attr_reader :response_handlers
|
222
|
+
|
223
|
+
# The thread to receive exceptions.
|
224
|
+
attr_accessor :client_thread
|
225
|
+
|
226
|
+
# Flag indicating a message has been seen.
|
227
|
+
SEEN = :Seen
|
228
|
+
|
229
|
+
# Flag indicating a message has been answered.
|
230
|
+
ANSWERED = :Answered
|
231
|
+
|
232
|
+
# Flag indicating a message has been flagged for special or urgent
|
233
|
+
# attention.
|
234
|
+
FLAGGED = :Flagged
|
235
|
+
|
236
|
+
# Flag indicating a message has been marked for deletion. This
|
237
|
+
# will occur when the mailbox is closed or expunged.
|
238
|
+
DELETED = :Deleted
|
239
|
+
|
240
|
+
# Flag indicating a message is only a draft or work-in-progress version.
|
241
|
+
DRAFT = :Draft
|
242
|
+
|
243
|
+
# Flag indicating that the message is "recent," meaning that this
|
244
|
+
# session is the first session in which the client has been notified
|
245
|
+
# of this message.
|
246
|
+
RECENT = :Recent
|
247
|
+
|
248
|
+
# Flag indicating that a mailbox context name cannot contain
|
249
|
+
# children.
|
250
|
+
NOINFERIORS = :Noinferiors
|
251
|
+
|
252
|
+
# Flag indicating that a mailbox is not selected.
|
253
|
+
NOSELECT = :Noselect
|
254
|
+
|
255
|
+
# Flag indicating that a mailbox has been marked "interesting" by
|
256
|
+
# the server; this commonly indicates that the mailbox contains
|
257
|
+
# new messages.
|
258
|
+
MARKED = :Marked
|
259
|
+
|
260
|
+
# Flag indicating that the mailbox does not contains new messages.
|
261
|
+
UNMARKED = :Unmarked
|
262
|
+
|
263
|
+
# Returns the debug mode.
|
264
|
+
def self.debug
|
265
|
+
return @@debug
|
266
|
+
end
|
267
|
+
|
268
|
+
# Sets the debug mode.
|
269
|
+
def self.debug=(val)
|
270
|
+
return @@debug = val
|
271
|
+
end
|
272
|
+
|
273
|
+
# Returns the max number of flags interned to symbols.
|
274
|
+
def self.max_flag_count
|
275
|
+
return @@max_flag_count
|
276
|
+
end
|
277
|
+
|
278
|
+
# Sets the max number of flags interned to symbols.
|
279
|
+
def self.max_flag_count=(count)
|
280
|
+
@@max_flag_count = count
|
281
|
+
end
|
282
|
+
|
283
|
+
# Adds an authenticator for Net::IMAP#authenticate. +auth_type+
|
284
|
+
# is the type of authentication this authenticator supports
|
285
|
+
# (for instance, "LOGIN"). The +authenticator+ is an object
|
286
|
+
# which defines a process() method to handle authentication with
|
287
|
+
# the server. See Net::IMAP::LoginAuthenticator,
|
288
|
+
# Net::IMAP::CramMD5Authenticator, and Net::IMAP::DigestMD5Authenticator
|
289
|
+
# for examples.
|
290
|
+
#
|
291
|
+
#
|
292
|
+
# If +auth_type+ refers to an existing authenticator, it will be
|
293
|
+
# replaced by the new one.
|
294
|
+
def self.add_authenticator(auth_type, authenticator)
|
295
|
+
@@authenticators[auth_type] = authenticator
|
296
|
+
end
|
297
|
+
|
298
|
+
# The default port for IMAP connections, port 143
|
299
|
+
def self.default_port
|
300
|
+
return PORT
|
301
|
+
end
|
302
|
+
|
303
|
+
# The default port for IMAPS connections, port 993
|
304
|
+
def self.default_tls_port
|
305
|
+
return SSL_PORT
|
306
|
+
end
|
307
|
+
|
308
|
+
class << self
|
309
|
+
alias default_imap_port default_port
|
310
|
+
alias default_imaps_port default_tls_port
|
311
|
+
alias default_ssl_port default_tls_port
|
312
|
+
end
|
313
|
+
|
314
|
+
# Disconnects from the server.
|
315
|
+
def disconnect
|
316
|
+
begin
|
317
|
+
begin
|
318
|
+
# try to call SSL::SSLSocket#io.
|
319
|
+
@sock.io.shutdown
|
320
|
+
rescue NoMethodError
|
321
|
+
# @sock is not an SSL::SSLSocket.
|
322
|
+
@sock.shutdown
|
323
|
+
end
|
324
|
+
rescue Errno::ENOTCONN
|
325
|
+
# ignore `Errno::ENOTCONN: Socket is not connected' on some platforms.
|
326
|
+
rescue Exception => e
|
327
|
+
@receiver_thread.raise(e)
|
328
|
+
end
|
329
|
+
@receiver_thread.join
|
330
|
+
synchronize do
|
331
|
+
unless @sock.closed?
|
332
|
+
@sock.close
|
333
|
+
end
|
334
|
+
end
|
335
|
+
raise e if e
|
336
|
+
end
|
337
|
+
|
338
|
+
# Returns true if disconnected from the server.
|
339
|
+
def disconnected?
|
340
|
+
return @sock.closed?
|
341
|
+
end
|
342
|
+
|
343
|
+
# Sends a CAPABILITY command, and returns an array of
|
344
|
+
# capabilities that the server supports. Each capability
|
345
|
+
# is a string. See [IMAP] for a list of possible
|
346
|
+
# capabilities.
|
347
|
+
#
|
348
|
+
# Note that the Net::IMAP class does not modify its
|
349
|
+
# behaviour according to the capabilities of the server;
|
350
|
+
# it is up to the user of the class to ensure that
|
351
|
+
# a certain capability is supported by a server before
|
352
|
+
# using it.
|
353
|
+
def capability
|
354
|
+
synchronize do
|
355
|
+
send_command("CAPABILITY")
|
356
|
+
return @responses.delete("CAPABILITY")[-1]
|
357
|
+
end
|
358
|
+
end
|
359
|
+
|
360
|
+
# Sends a NOOP command to the server. It does nothing.
|
361
|
+
def noop
|
362
|
+
send_command("NOOP")
|
363
|
+
end
|
364
|
+
|
365
|
+
# Sends a LOGOUT command to inform the server that the client is
|
366
|
+
# done with the connection.
|
367
|
+
def logout
|
368
|
+
send_command("LOGOUT")
|
369
|
+
end
|
370
|
+
|
371
|
+
# Sends a STARTTLS command to start TLS session.
|
372
|
+
def starttls(options = {}, verify = true)
|
373
|
+
send_command("STARTTLS") do |resp|
|
374
|
+
if resp.kind_of?(TaggedResponse) && resp.name == "OK"
|
375
|
+
begin
|
376
|
+
# for backward compatibility
|
377
|
+
certs = options.to_str
|
378
|
+
options = create_ssl_params(certs, verify)
|
379
|
+
rescue NoMethodError
|
380
|
+
end
|
381
|
+
start_tls_session(options)
|
382
|
+
end
|
383
|
+
end
|
384
|
+
end
|
385
|
+
|
386
|
+
# Sends an AUTHENTICATE command to authenticate the client.
|
387
|
+
# The +auth_type+ parameter is a string that represents
|
388
|
+
# the authentication mechanism to be used. Currently Net::IMAP
|
389
|
+
# supports the authentication mechanisms:
|
390
|
+
#
|
391
|
+
# LOGIN:: login using cleartext user and password.
|
392
|
+
# CRAM-MD5:: login with cleartext user and encrypted password
|
393
|
+
# (see [RFC-2195] for a full description). This
|
394
|
+
# mechanism requires that the server have the user's
|
395
|
+
# password stored in clear-text password.
|
396
|
+
#
|
397
|
+
# For both of these mechanisms, there should be two +args+: username
|
398
|
+
# and (cleartext) password. A server may not support one or the other
|
399
|
+
# of these mechanisms; check #capability() for a capability of
|
400
|
+
# the form "AUTH=LOGIN" or "AUTH=CRAM-MD5".
|
401
|
+
#
|
402
|
+
# Authentication is done using the appropriate authenticator object:
|
403
|
+
# see @@authenticators for more information on plugging in your own
|
404
|
+
# authenticator.
|
405
|
+
#
|
406
|
+
# For example:
|
407
|
+
#
|
408
|
+
# imap.authenticate('LOGIN', user, password)
|
409
|
+
#
|
410
|
+
# A Net::IMAP::NoResponseError is raised if authentication fails.
|
411
|
+
def authenticate(auth_type, *args)
|
412
|
+
auth_type = auth_type.upcase
|
413
|
+
unless @@authenticators.has_key?(auth_type)
|
414
|
+
raise ArgumentError,
|
415
|
+
format('unknown auth type - "%s"', auth_type)
|
416
|
+
end
|
417
|
+
authenticator = @@authenticators[auth_type].new(*args)
|
418
|
+
send_command("AUTHENTICATE", auth_type) do |resp|
|
419
|
+
if resp.instance_of?(ContinuationRequest)
|
420
|
+
data = authenticator.process(resp.data.text.unpack("m")[0])
|
421
|
+
s = [data].pack("m").gsub(/\n/, "")
|
422
|
+
send_string_data(s)
|
423
|
+
put_string(CRLF)
|
424
|
+
end
|
425
|
+
end
|
426
|
+
end
|
427
|
+
|
428
|
+
# Sends a LOGIN command to identify the client and carries
|
429
|
+
# the plaintext +password+ authenticating this +user+. Note
|
430
|
+
# that, unlike calling #authenticate() with an +auth_type+
|
431
|
+
# of "LOGIN", #login() does *not* use the login authenticator.
|
432
|
+
#
|
433
|
+
# A Net::IMAP::NoResponseError is raised if authentication fails.
|
434
|
+
def login(user, password)
|
435
|
+
send_command("LOGIN", user, password)
|
436
|
+
end
|
437
|
+
|
438
|
+
# Sends a SELECT command to select a +mailbox+ so that messages
|
439
|
+
# in the +mailbox+ can be accessed.
|
440
|
+
#
|
441
|
+
# After you have selected a mailbox, you may retrieve the
|
442
|
+
# number of items in that mailbox from @responses["EXISTS"][-1],
|
443
|
+
# and the number of recent messages from @responses["RECENT"][-1].
|
444
|
+
# Note that these values can change if new messages arrive
|
445
|
+
# during a session; see #add_response_handler() for a way of
|
446
|
+
# detecting this event.
|
447
|
+
#
|
448
|
+
# A Net::IMAP::NoResponseError is raised if the mailbox does not
|
449
|
+
# exist or is for some reason non-selectable.
|
450
|
+
def select(mailbox)
|
451
|
+
synchronize do
|
452
|
+
@responses.clear
|
453
|
+
send_command("SELECT", mailbox)
|
454
|
+
end
|
455
|
+
end
|
456
|
+
|
457
|
+
# Sends a EXAMINE command to select a +mailbox+ so that messages
|
458
|
+
# in the +mailbox+ can be accessed. Behaves the same as #select(),
|
459
|
+
# except that the selected +mailbox+ is identified as read-only.
|
460
|
+
#
|
461
|
+
# A Net::IMAP::NoResponseError is raised if the mailbox does not
|
462
|
+
# exist or is for some reason non-examinable.
|
463
|
+
def examine(mailbox)
|
464
|
+
synchronize do
|
465
|
+
@responses.clear
|
466
|
+
send_command("EXAMINE", mailbox)
|
467
|
+
end
|
468
|
+
end
|
469
|
+
|
470
|
+
# Sends a CREATE command to create a new +mailbox+.
|
471
|
+
#
|
472
|
+
# A Net::IMAP::NoResponseError is raised if a mailbox with that name
|
473
|
+
# cannot be created.
|
474
|
+
def create(mailbox)
|
475
|
+
send_command("CREATE", mailbox)
|
476
|
+
end
|
477
|
+
|
478
|
+
# Sends a DELETE command to remove the +mailbox+.
|
479
|
+
#
|
480
|
+
# A Net::IMAP::NoResponseError is raised if a mailbox with that name
|
481
|
+
# cannot be deleted, either because it does not exist or because the
|
482
|
+
# client does not have permission to delete it.
|
483
|
+
def delete(mailbox)
|
484
|
+
send_command("DELETE", mailbox)
|
485
|
+
end
|
486
|
+
|
487
|
+
# Sends a RENAME command to change the name of the +mailbox+ to
|
488
|
+
# +newname+.
|
489
|
+
#
|
490
|
+
# A Net::IMAP::NoResponseError is raised if a mailbox with the
|
491
|
+
# name +mailbox+ cannot be renamed to +newname+ for whatever
|
492
|
+
# reason; for instance, because +mailbox+ does not exist, or
|
493
|
+
# because there is already a mailbox with the name +newname+.
|
494
|
+
def rename(mailbox, newname)
|
495
|
+
send_command("RENAME", mailbox, newname)
|
496
|
+
end
|
497
|
+
|
498
|
+
# Sends a SUBSCRIBE command to add the specified +mailbox+ name to
|
499
|
+
# the server's set of "active" or "subscribed" mailboxes as returned
|
500
|
+
# by #lsub().
|
501
|
+
#
|
502
|
+
# A Net::IMAP::NoResponseError is raised if +mailbox+ cannot be
|
503
|
+
# subscribed to; for instance, because it does not exist.
|
504
|
+
def subscribe(mailbox)
|
505
|
+
send_command("SUBSCRIBE", mailbox)
|
506
|
+
end
|
507
|
+
|
508
|
+
# Sends a UNSUBSCRIBE command to remove the specified +mailbox+ name
|
509
|
+
# from the server's set of "active" or "subscribed" mailboxes.
|
510
|
+
#
|
511
|
+
# A Net::IMAP::NoResponseError is raised if +mailbox+ cannot be
|
512
|
+
# unsubscribed from; for instance, because the client is not currently
|
513
|
+
# subscribed to it.
|
514
|
+
def unsubscribe(mailbox)
|
515
|
+
send_command("UNSUBSCRIBE", mailbox)
|
516
|
+
end
|
517
|
+
|
518
|
+
# Sends a LIST command, and returns a subset of names from
|
519
|
+
# the complete set of all names available to the client.
|
520
|
+
# +refname+ provides a context (for instance, a base directory
|
521
|
+
# in a directory-based mailbox hierarchy). +mailbox+ specifies
|
522
|
+
# a mailbox or (via wildcards) mailboxes under that context.
|
523
|
+
# Two wildcards may be used in +mailbox+: '*', which matches
|
524
|
+
# all characters *including* the hierarchy delimiter (for instance,
|
525
|
+
# '/' on a UNIX-hosted directory-based mailbox hierarchy); and '%',
|
526
|
+
# which matches all characters *except* the hierarchy delimiter.
|
527
|
+
#
|
528
|
+
# If +refname+ is empty, +mailbox+ is used directly to determine
|
529
|
+
# which mailboxes to match. If +mailbox+ is empty, the root
|
530
|
+
# name of +refname+ and the hierarchy delimiter are returned.
|
531
|
+
#
|
532
|
+
# The return value is an array of +Net::IMAP::MailboxList+. For example:
|
533
|
+
#
|
534
|
+
# imap.create("foo/bar")
|
535
|
+
# imap.create("foo/baz")
|
536
|
+
# p imap.list("", "foo/%")
|
537
|
+
# #=> [#<Net::IMAP::MailboxList attr=[:Noselect], delim="/", name="foo/">, \\
|
538
|
+
# #<Net::IMAP::MailboxList attr=[:Noinferiors, :Marked], delim="/", name="foo/bar">, \\
|
539
|
+
# #<Net::IMAP::MailboxList attr=[:Noinferiors], delim="/", name="foo/baz">]
|
540
|
+
def list(refname, mailbox)
|
541
|
+
synchronize do
|
542
|
+
send_command("LIST", refname, mailbox)
|
543
|
+
return @responses.delete("LIST")
|
544
|
+
end
|
545
|
+
end
|
546
|
+
|
547
|
+
# Sends a XLIST command, and returns a subset of names from
|
548
|
+
# the complete set of all names available to the client.
|
549
|
+
# +refname+ provides a context (for instance, a base directory
|
550
|
+
# in a directory-based mailbox hierarchy). +mailbox+ specifies
|
551
|
+
# a mailbox or (via wildcards) mailboxes under that context.
|
552
|
+
# Two wildcards may be used in +mailbox+: '*', which matches
|
553
|
+
# all characters *including* the hierarchy delimiter (for instance,
|
554
|
+
# '/' on a UNIX-hosted directory-based mailbox hierarchy); and '%',
|
555
|
+
# which matches all characters *except* the hierarchy delimiter.
|
556
|
+
#
|
557
|
+
# If +refname+ is empty, +mailbox+ is used directly to determine
|
558
|
+
# which mailboxes to match. If +mailbox+ is empty, the root
|
559
|
+
# name of +refname+ and the hierarchy delimiter are returned.
|
560
|
+
#
|
561
|
+
# The XLIST command is like the LIST command except that the flags
|
562
|
+
# returned refer to the function of the folder/mailbox, e.g. :Sent
|
563
|
+
#
|
564
|
+
# The return value is an array of +Net::IMAP::MailboxList+. For example:
|
565
|
+
#
|
566
|
+
# imap.create("foo/bar")
|
567
|
+
# imap.create("foo/baz")
|
568
|
+
# p imap.xlist("", "foo/%")
|
569
|
+
# #=> [#<Net::IMAP::MailboxList attr=[:Noselect], delim="/", name="foo/">, \\
|
570
|
+
# #<Net::IMAP::MailboxList attr=[:Noinferiors, :Marked], delim="/", name="foo/bar">, \\
|
571
|
+
# #<Net::IMAP::MailboxList attr=[:Noinferiors], delim="/", name="foo/baz">]
|
572
|
+
def xlist(refname, mailbox)
|
573
|
+
synchronize do
|
574
|
+
send_command("XLIST", refname, mailbox)
|
575
|
+
return @responses.delete("XLIST")
|
576
|
+
end
|
577
|
+
end
|
578
|
+
|
579
|
+
# Sends the GETQUOTAROOT command along with the specified +mailbox+.
|
580
|
+
# This command is generally available to both admin and user.
|
581
|
+
# If this mailbox exists, it returns an array containing objects of type
|
582
|
+
# Net::IMAP::MailboxQuotaRoot and Net::IMAP::MailboxQuota.
|
583
|
+
def getquotaroot(mailbox)
|
584
|
+
synchronize do
|
585
|
+
send_command("GETQUOTAROOT", mailbox)
|
586
|
+
result = []
|
587
|
+
result.concat(@responses.delete("QUOTAROOT"))
|
588
|
+
result.concat(@responses.delete("QUOTA"))
|
589
|
+
return result
|
590
|
+
end
|
591
|
+
end
|
592
|
+
|
593
|
+
# Sends the GETQUOTA command along with specified +mailbox+.
|
594
|
+
# If this mailbox exists, then an array containing a
|
595
|
+
# Net::IMAP::MailboxQuota object is returned. This
|
596
|
+
# command is generally only available to server admin.
|
597
|
+
def getquota(mailbox)
|
598
|
+
synchronize do
|
599
|
+
send_command("GETQUOTA", mailbox)
|
600
|
+
return @responses.delete("QUOTA")
|
601
|
+
end
|
602
|
+
end
|
603
|
+
|
604
|
+
# Sends a SETQUOTA command along with the specified +mailbox+ and
|
605
|
+
# +quota+. If +quota+ is nil, then +quota+ will be unset for that
|
606
|
+
# mailbox. Typically one needs to be logged in as a server admin
|
607
|
+
# for this to work. The IMAP quota commands are described in
|
608
|
+
# [RFC-2087].
|
609
|
+
def setquota(mailbox, quota)
|
610
|
+
if quota.nil?
|
611
|
+
data = '()'
|
612
|
+
else
|
613
|
+
data = '(STORAGE ' + quota.to_s + ')'
|
614
|
+
end
|
615
|
+
send_command("SETQUOTA", mailbox, RawData.new(data))
|
616
|
+
end
|
617
|
+
|
618
|
+
# Sends the SETACL command along with +mailbox+, +user+ and the
|
619
|
+
# +rights+ that user is to have on that mailbox. If +rights+ is nil,
|
620
|
+
# then that user will be stripped of any rights to that mailbox.
|
621
|
+
# The IMAP ACL commands are described in [RFC-2086].
|
622
|
+
def setacl(mailbox, user, rights)
|
623
|
+
if rights.nil?
|
624
|
+
send_command("SETACL", mailbox, user, "")
|
625
|
+
else
|
626
|
+
send_command("SETACL", mailbox, user, rights)
|
627
|
+
end
|
628
|
+
end
|
629
|
+
|
630
|
+
# Send the GETACL command along with a specified +mailbox+.
|
631
|
+
# If this mailbox exists, an array containing objects of
|
632
|
+
# Net::IMAP::MailboxACLItem will be returned.
|
633
|
+
def getacl(mailbox)
|
634
|
+
synchronize do
|
635
|
+
send_command("GETACL", mailbox)
|
636
|
+
return @responses.delete("ACL")[-1]
|
637
|
+
end
|
638
|
+
end
|
639
|
+
|
640
|
+
# Sends a LSUB command, and returns a subset of names from the set
|
641
|
+
# of names that the user has declared as being "active" or
|
642
|
+
# "subscribed." +refname+ and +mailbox+ are interpreted as
|
643
|
+
# for #list().
|
644
|
+
# The return value is an array of +Net::IMAP::MailboxList+.
|
645
|
+
def lsub(refname, mailbox)
|
646
|
+
synchronize do
|
647
|
+
send_command("LSUB", refname, mailbox)
|
648
|
+
return @responses.delete("LSUB")
|
649
|
+
end
|
650
|
+
end
|
651
|
+
|
652
|
+
# Sends a STATUS command, and returns the status of the indicated
|
653
|
+
# +mailbox+. +attr+ is a list of one or more attributes whose
|
654
|
+
# statuses are to be requested. Supported attributes include:
|
655
|
+
#
|
656
|
+
# MESSAGES:: the number of messages in the mailbox.
|
657
|
+
# RECENT:: the number of recent messages in the mailbox.
|
658
|
+
# UNSEEN:: the number of unseen messages in the mailbox.
|
659
|
+
#
|
660
|
+
# The return value is a hash of attributes. For example:
|
661
|
+
#
|
662
|
+
# p imap.status("inbox", ["MESSAGES", "RECENT"])
|
663
|
+
# #=> {"RECENT"=>0, "MESSAGES"=>44}
|
664
|
+
#
|
665
|
+
# A Net::IMAP::NoResponseError is raised if status values
|
666
|
+
# for +mailbox+ cannot be returned; for instance, because it
|
667
|
+
# does not exist.
|
668
|
+
def status(mailbox, attr)
|
669
|
+
synchronize do
|
670
|
+
send_command("STATUS", mailbox, attr)
|
671
|
+
return @responses.delete("STATUS")[-1].attr
|
672
|
+
end
|
673
|
+
end
|
674
|
+
|
675
|
+
# Sends a APPEND command to append the +message+ to the end of
|
676
|
+
# the +mailbox+. The optional +flags+ argument is an array of
|
677
|
+
# flags initially passed to the new message. The optional
|
678
|
+
# +date_time+ argument specifies the creation time to assign to the
|
679
|
+
# new message; it defaults to the current time.
|
680
|
+
# For example:
|
681
|
+
#
|
682
|
+
# imap.append("inbox", <<EOF.gsub(/\n/, "\r\n"), [:Seen], Time.now)
|
683
|
+
# Subject: hello
|
684
|
+
# From: shugo@ruby-lang.org
|
685
|
+
# To: shugo@ruby-lang.org
|
686
|
+
#
|
687
|
+
# hello world
|
688
|
+
# EOF
|
689
|
+
#
|
690
|
+
# A Net::IMAP::NoResponseError is raised if the mailbox does
|
691
|
+
# not exist (it is not created automatically), or if the flags,
|
692
|
+
# date_time, or message arguments contain errors.
|
693
|
+
def append(mailbox, message, flags = nil, date_time = nil)
|
694
|
+
args = []
|
695
|
+
if flags
|
696
|
+
args.push(flags)
|
697
|
+
end
|
698
|
+
args.push(date_time) if date_time
|
699
|
+
args.push(Literal.new(message))
|
700
|
+
send_command("APPEND", mailbox, *args)
|
701
|
+
end
|
702
|
+
|
703
|
+
# Sends a CHECK command to request a checkpoint of the currently
|
704
|
+
# selected mailbox. This performs implementation-specific
|
705
|
+
# housekeeping; for instance, reconciling the mailbox's
|
706
|
+
# in-memory and on-disk state.
|
707
|
+
def check
|
708
|
+
send_command("CHECK")
|
709
|
+
end
|
710
|
+
|
711
|
+
# Sends a CLOSE command to close the currently selected mailbox.
|
712
|
+
# The CLOSE command permanently removes from the mailbox all
|
713
|
+
# messages that have the \Deleted flag set.
|
714
|
+
def close
|
715
|
+
send_command("CLOSE")
|
716
|
+
end
|
717
|
+
|
718
|
+
# Sends a EXPUNGE command to permanently remove from the currently
|
719
|
+
# selected mailbox all messages that have the \Deleted flag set.
|
720
|
+
def expunge
|
721
|
+
synchronize do
|
722
|
+
send_command("EXPUNGE")
|
723
|
+
return @responses.delete("EXPUNGE")
|
724
|
+
end
|
725
|
+
end
|
726
|
+
|
727
|
+
# Sends a SEARCH command to search the mailbox for messages that
|
728
|
+
# match the given searching criteria, and returns message sequence
|
729
|
+
# numbers. +keys+ can either be a string holding the entire
|
730
|
+
# search string, or a single-dimension array of search keywords and
|
731
|
+
# arguments. The following are some common search criteria;
|
732
|
+
# see [IMAP] section 6.4.4 for a full list.
|
733
|
+
#
|
734
|
+
# <message set>:: a set of message sequence numbers. ',' indicates
|
735
|
+
# an interval, ':' indicates a range. For instance,
|
736
|
+
# '2,10:12,15' means "2,10,11,12,15".
|
737
|
+
#
|
738
|
+
# BEFORE <date>:: messages with an internal date strictly before
|
739
|
+
# <date>. The date argument has a format similar
|
740
|
+
# to 8-Aug-2002.
|
741
|
+
#
|
742
|
+
# BODY <string>:: messages that contain <string> within their body.
|
743
|
+
#
|
744
|
+
# CC <string>:: messages containing <string> in their CC field.
|
745
|
+
#
|
746
|
+
# FROM <string>:: messages that contain <string> in their FROM field.
|
747
|
+
#
|
748
|
+
# NEW:: messages with the \Recent, but not the \Seen, flag set.
|
749
|
+
#
|
750
|
+
# NOT <search-key>:: negate the following search key.
|
751
|
+
#
|
752
|
+
# OR <search-key> <search-key>:: "or" two search keys together.
|
753
|
+
#
|
754
|
+
# ON <date>:: messages with an internal date exactly equal to <date>,
|
755
|
+
# which has a format similar to 8-Aug-2002.
|
756
|
+
#
|
757
|
+
# SINCE <date>:: messages with an internal date on or after <date>.
|
758
|
+
#
|
759
|
+
# SUBJECT <string>:: messages with <string> in their subject.
|
760
|
+
#
|
761
|
+
# TO <string>:: messages with <string> in their TO field.
|
762
|
+
#
|
763
|
+
# For example:
|
764
|
+
#
|
765
|
+
# p imap.search(["SUBJECT", "hello", "NOT", "NEW"])
|
766
|
+
# #=> [1, 6, 7, 8]
|
767
|
+
def search(keys, charset = nil)
|
768
|
+
return search_internal("SEARCH", keys, charset)
|
769
|
+
end
|
770
|
+
|
771
|
+
# Similar to #search(), but returns unique identifiers.
|
772
|
+
def uid_search(keys, charset = nil)
|
773
|
+
return search_internal("UID SEARCH", keys, charset)
|
774
|
+
end
|
775
|
+
|
776
|
+
# Sends a FETCH command to retrieve data associated with a message
|
777
|
+
# in the mailbox.
|
778
|
+
#
|
779
|
+
# The +set+ parameter is a number or a range between two numbers,
|
780
|
+
# or an array of those. The number is a message sequence number,
|
781
|
+
# where -1 repesents a '*' for use in range notation like 100..-1
|
782
|
+
# being interpreted as '100:*'. Beware that the +exclude_end?+
|
783
|
+
# property of a Range object is ignored, and the contents of a
|
784
|
+
# range are independent of the order of the range endpoints as per
|
785
|
+
# the protocol specification, so 1...5, 5..1 and 5...1 are all
|
786
|
+
# equivalent to 1..5.
|
787
|
+
#
|
788
|
+
# +attr+ is a list of attributes to fetch; see the documentation
|
789
|
+
# for Net::IMAP::FetchData for a list of valid attributes.
|
790
|
+
#
|
791
|
+
# The return value is an array of Net::IMAP::FetchData or nil
|
792
|
+
# (instead of an empty array) if there is no matching message.
|
793
|
+
#
|
794
|
+
# For example:
|
795
|
+
#
|
796
|
+
# p imap.fetch(6..8, "UID")
|
797
|
+
# #=> [#<Net::IMAP::FetchData seqno=6, attr={"UID"=>98}>, \\
|
798
|
+
# #<Net::IMAP::FetchData seqno=7, attr={"UID"=>99}>, \\
|
799
|
+
# #<Net::IMAP::FetchData seqno=8, attr={"UID"=>100}>]
|
800
|
+
# p imap.fetch(6, "BODY[HEADER.FIELDS (SUBJECT)]")
|
801
|
+
# #=> [#<Net::IMAP::FetchData seqno=6, attr={"BODY[HEADER.FIELDS (SUBJECT)]"=>"Subject: test\r\n\r\n"}>]
|
802
|
+
# data = imap.uid_fetch(98, ["RFC822.SIZE", "INTERNALDATE"])[0]
|
803
|
+
# p data.seqno
|
804
|
+
# #=> 6
|
805
|
+
# p data.attr["RFC822.SIZE"]
|
806
|
+
# #=> 611
|
807
|
+
# p data.attr["INTERNALDATE"]
|
808
|
+
# #=> "12-Oct-2000 22:40:59 +0900"
|
809
|
+
# p data.attr["UID"]
|
810
|
+
# #=> 98
|
811
|
+
def fetch(set, attr)
|
812
|
+
return fetch_internal("FETCH", set, attr)
|
813
|
+
end
|
814
|
+
|
815
|
+
# Similar to #fetch(), but +set+ contains unique identifiers.
|
816
|
+
def uid_fetch(set, attr)
|
817
|
+
return fetch_internal("UID FETCH", set, attr)
|
818
|
+
end
|
819
|
+
|
820
|
+
# Sends a STORE command to alter data associated with messages
|
821
|
+
# in the mailbox, in particular their flags. The +set+ parameter
|
822
|
+
# is a number, an array of numbers, or a Range object. Each number
|
823
|
+
# is a message sequence number. +attr+ is the name of a data item
|
824
|
+
# to store: 'FLAGS' will replace the message's flag list
|
825
|
+
# with the provided one, '+FLAGS' will add the provided flags,
|
826
|
+
# and '-FLAGS' will remove them. +flags+ is a list of flags.
|
827
|
+
#
|
828
|
+
# The return value is an array of Net::IMAP::FetchData. For example:
|
829
|
+
#
|
830
|
+
# p imap.store(6..8, "+FLAGS", [:Deleted])
|
831
|
+
# #=> [#<Net::IMAP::FetchData seqno=6, attr={"FLAGS"=>[:Seen, :Deleted]}>, \\
|
832
|
+
# #<Net::IMAP::FetchData seqno=7, attr={"FLAGS"=>[:Seen, :Deleted]}>, \\
|
833
|
+
# #<Net::IMAP::FetchData seqno=8, attr={"FLAGS"=>[:Seen, :Deleted]}>]
|
834
|
+
def store(set, attr, flags)
|
835
|
+
return store_internal("STORE", set, attr, flags)
|
836
|
+
end
|
837
|
+
|
838
|
+
# Similar to #store(), but +set+ contains unique identifiers.
|
839
|
+
def uid_store(set, attr, flags)
|
840
|
+
return store_internal("UID STORE", set, attr, flags)
|
841
|
+
end
|
842
|
+
|
843
|
+
# Sends a COPY command to copy the specified message(s) to the end
|
844
|
+
# of the specified destination +mailbox+. The +set+ parameter is
|
845
|
+
# a number, an array of numbers, or a Range object. The number is
|
846
|
+
# a message sequence number.
|
847
|
+
def copy(set, mailbox)
|
848
|
+
copy_internal("COPY", set, mailbox)
|
849
|
+
end
|
850
|
+
|
851
|
+
# Similar to #copy(), but +set+ contains unique identifiers.
|
852
|
+
def uid_copy(set, mailbox)
|
853
|
+
copy_internal("UID COPY", set, mailbox)
|
854
|
+
end
|
855
|
+
|
856
|
+
# Sends a SORT command to sort messages in the mailbox.
|
857
|
+
# Returns an array of message sequence numbers. For example:
|
858
|
+
#
|
859
|
+
# p imap.sort(["FROM"], ["ALL"], "US-ASCII")
|
860
|
+
# #=> [1, 2, 3, 5, 6, 7, 8, 4, 9]
|
861
|
+
# p imap.sort(["DATE"], ["SUBJECT", "hello"], "US-ASCII")
|
862
|
+
# #=> [6, 7, 8, 1]
|
863
|
+
#
|
864
|
+
# See [SORT-THREAD-EXT] for more details.
|
865
|
+
def sort(sort_keys, search_keys, charset)
|
866
|
+
return sort_internal("SORT", sort_keys, search_keys, charset)
|
867
|
+
end
|
868
|
+
|
869
|
+
# Similar to #sort(), but returns an array of unique identifiers.
|
870
|
+
def uid_sort(sort_keys, search_keys, charset)
|
871
|
+
return sort_internal("UID SORT", sort_keys, search_keys, charset)
|
872
|
+
end
|
873
|
+
|
874
|
+
# Adds a response handler. For example, to detect when
|
875
|
+
# the server sends a new EXISTS response (which normally
|
876
|
+
# indicates new messages being added to the mailbox),
|
877
|
+
# add the following handler after selecting the
|
878
|
+
# mailbox:
|
879
|
+
#
|
880
|
+
# imap.add_response_handler { |resp|
|
881
|
+
# if resp.kind_of?(Net::IMAP::UntaggedResponse) and resp.name == "EXISTS"
|
882
|
+
# puts "Mailbox now has #{resp.data} messages"
|
883
|
+
# end
|
884
|
+
# }
|
885
|
+
#
|
886
|
+
def add_response_handler(handler = Proc.new)
|
887
|
+
@response_handlers.push(handler)
|
888
|
+
end
|
889
|
+
|
890
|
+
# Removes the response handler.
|
891
|
+
def remove_response_handler(handler)
|
892
|
+
@response_handlers.delete(handler)
|
893
|
+
end
|
894
|
+
|
895
|
+
# Similar to #search(), but returns message sequence numbers in threaded
|
896
|
+
# format, as a Net::IMAP::ThreadMember tree. The supported algorithms
|
897
|
+
# are:
|
898
|
+
#
|
899
|
+
# ORDEREDSUBJECT:: split into single-level threads according to subject,
|
900
|
+
# ordered by date.
|
901
|
+
# REFERENCES:: split into threads by parent/child relationships determined
|
902
|
+
# by which message is a reply to which.
|
903
|
+
#
|
904
|
+
# Unlike #search(), +charset+ is a required argument. US-ASCII
|
905
|
+
# and UTF-8 are sample values.
|
906
|
+
#
|
907
|
+
# See [SORT-THREAD-EXT] for more details.
|
908
|
+
def thread(algorithm, search_keys, charset)
|
909
|
+
return thread_internal("THREAD", algorithm, search_keys, charset)
|
910
|
+
end
|
911
|
+
|
912
|
+
# Similar to #thread(), but returns unique identifiers instead of
|
913
|
+
# message sequence numbers.
|
914
|
+
def uid_thread(algorithm, search_keys, charset)
|
915
|
+
return thread_internal("UID THREAD", algorithm, search_keys, charset)
|
916
|
+
end
|
917
|
+
|
918
|
+
# Sends an IDLE command that waits for notifications of new or expunged
|
919
|
+
# messages. Yields responses from the server during the IDLE.
|
920
|
+
#
|
921
|
+
# Use #idle_done() to leave IDLE.
|
922
|
+
def idle(&response_handler)
|
923
|
+
raise LocalJumpError, "no block given" unless response_handler
|
924
|
+
|
925
|
+
response = nil
|
926
|
+
|
927
|
+
synchronize do
|
928
|
+
tag = Thread.current[:net_imap_tag] = generate_tag
|
929
|
+
put_string("#{tag} IDLE#{CRLF}")
|
930
|
+
|
931
|
+
begin
|
932
|
+
add_response_handler(response_handler)
|
933
|
+
@idle_done_cond = new_cond
|
934
|
+
@idle_done_cond.wait
|
935
|
+
@idle_done_cond = nil
|
936
|
+
if @receiver_thread_terminating
|
937
|
+
raise Net::IMAP::Error, "connection closed"
|
938
|
+
end
|
939
|
+
ensure
|
940
|
+
unless @receiver_thread_terminating
|
941
|
+
remove_response_handler(response_handler)
|
942
|
+
put_string("DONE#{CRLF}")
|
943
|
+
response = get_tagged_response(tag, "IDLE")
|
944
|
+
end
|
945
|
+
end
|
946
|
+
end
|
947
|
+
|
948
|
+
return response
|
949
|
+
end
|
950
|
+
|
951
|
+
# Leaves IDLE.
|
952
|
+
def idle_done
|
953
|
+
synchronize do
|
954
|
+
if @idle_done_cond.nil?
|
955
|
+
raise Net::IMAP::Error, "not during IDLE"
|
956
|
+
end
|
957
|
+
@idle_done_cond.signal
|
958
|
+
end
|
959
|
+
end
|
960
|
+
|
961
|
+
# Decode a string from modified UTF-7 format to UTF-8.
|
962
|
+
#
|
963
|
+
# UTF-7 is a 7-bit encoding of Unicode [UTF7]. IMAP uses a
|
964
|
+
# slightly modified version of this to encode mailbox names
|
965
|
+
# containing non-ASCII characters; see [IMAP] section 5.1.3.
|
966
|
+
#
|
967
|
+
# Net::IMAP does _not_ automatically encode and decode
|
968
|
+
# mailbox names to and from UTF-7.
|
969
|
+
def self.decode_utf7(s)
|
970
|
+
return s.gsub(/&([^-]+)?-/n) {
|
971
|
+
if $1
|
972
|
+
($1.tr(",", "/") + "===").unpack("m")[0].encode(Encoding::UTF_8, Encoding::UTF_16BE)
|
973
|
+
else
|
974
|
+
"&"
|
975
|
+
end
|
976
|
+
}
|
977
|
+
end
|
978
|
+
|
979
|
+
# Encode a string from UTF-8 format to modified UTF-7.
|
980
|
+
def self.encode_utf7(s)
|
981
|
+
return s.gsub(/(&)|[^\x20-\x7e]+/) {
|
982
|
+
if $1
|
983
|
+
"&-"
|
984
|
+
else
|
985
|
+
base64 = [$&.encode(Encoding::UTF_16BE)].pack("m")
|
986
|
+
"&" + base64.delete("=\n").tr("/", ",") + "-"
|
987
|
+
end
|
988
|
+
}.force_encoding("ASCII-8BIT")
|
989
|
+
end
|
990
|
+
|
991
|
+
# Formats +time+ as an IMAP-style date.
|
992
|
+
def self.format_date(time)
|
993
|
+
return time.strftime('%d-%b-%Y')
|
994
|
+
end
|
995
|
+
|
996
|
+
# Formats +time+ as an IMAP-style date-time.
|
997
|
+
def self.format_datetime(time)
|
998
|
+
return time.strftime('%d-%b-%Y %H:%M %z')
|
999
|
+
end
|
1000
|
+
|
1001
|
+
private
|
1002
|
+
|
1003
|
+
CRLF = "\r\n" # :nodoc:
|
1004
|
+
PORT = 143 # :nodoc:
|
1005
|
+
SSL_PORT = 993 # :nodoc:
|
1006
|
+
|
1007
|
+
@@debug = false
|
1008
|
+
@@authenticators = {}
|
1009
|
+
@@max_flag_count = 10000
|
1010
|
+
|
1011
|
+
# :call-seq:
|
1012
|
+
# Net::IMAP.new(host, options = {})
|
1013
|
+
#
|
1014
|
+
# Creates a new Net::IMAP object and connects it to the specified
|
1015
|
+
# +host+.
|
1016
|
+
#
|
1017
|
+
# +options+ is an option hash, each key of which is a symbol.
|
1018
|
+
#
|
1019
|
+
# The available options are:
|
1020
|
+
#
|
1021
|
+
# port:: Port number (default value is 143 for imap, or 993 for imaps)
|
1022
|
+
# ssl:: If options[:ssl] is true, then an attempt will be made
|
1023
|
+
# to use SSL (now TLS) to connect to the server. For this to work
|
1024
|
+
# OpenSSL [OSSL] and the Ruby OpenSSL [RSSL] extensions need to
|
1025
|
+
# be installed.
|
1026
|
+
# If options[:ssl] is a hash, it's passed to
|
1027
|
+
# OpenSSL::SSL::SSLContext#set_params as parameters.
|
1028
|
+
#
|
1029
|
+
# The most common errors are:
|
1030
|
+
#
|
1031
|
+
# Errno::ECONNREFUSED:: Connection refused by +host+ or an intervening
|
1032
|
+
# firewall.
|
1033
|
+
# Errno::ETIMEDOUT:: Connection timed out (possibly due to packets
|
1034
|
+
# being dropped by an intervening firewall).
|
1035
|
+
# Errno::ENETUNREACH:: There is no route to that network.
|
1036
|
+
# SocketError:: Hostname not known or other socket error.
|
1037
|
+
# Net::IMAP::ByeResponseError:: The connected to the host was successful, but
|
1038
|
+
# it immediately said goodbye.
|
1039
|
+
def initialize(host, port_or_options = {},
|
1040
|
+
usessl = false, certs = nil, verify = true)
|
1041
|
+
super()
|
1042
|
+
@host = host
|
1043
|
+
begin
|
1044
|
+
options = port_or_options.to_hash
|
1045
|
+
rescue NoMethodError
|
1046
|
+
# for backward compatibility
|
1047
|
+
options = {}
|
1048
|
+
options[:port] = port_or_options
|
1049
|
+
if usessl
|
1050
|
+
options[:ssl] = create_ssl_params(certs, verify)
|
1051
|
+
end
|
1052
|
+
end
|
1053
|
+
@port = options[:port] || (options[:ssl] ? SSL_PORT : PORT)
|
1054
|
+
@tag_prefix = "RUBY"
|
1055
|
+
@tagno = 0
|
1056
|
+
@parser = ResponseParser.new
|
1057
|
+
@sock = TCPSocket.open(@host, @port)
|
1058
|
+
begin
|
1059
|
+
if options[:ssl]
|
1060
|
+
start_tls_session(options[:ssl])
|
1061
|
+
@usessl = true
|
1062
|
+
else
|
1063
|
+
@usessl = false
|
1064
|
+
end
|
1065
|
+
@responses = Hash.new([].freeze)
|
1066
|
+
@tagged_responses = {}
|
1067
|
+
@response_handlers = []
|
1068
|
+
@tagged_response_arrival = new_cond
|
1069
|
+
@continuation_request_arrival = new_cond
|
1070
|
+
@idle_done_cond = nil
|
1071
|
+
@logout_command_tag = nil
|
1072
|
+
@debug_output_bol = true
|
1073
|
+
@exception = nil
|
1074
|
+
|
1075
|
+
@greeting = get_response
|
1076
|
+
if @greeting.nil?
|
1077
|
+
raise Error, "connection closed"
|
1078
|
+
end
|
1079
|
+
if @greeting.name == "BYE"
|
1080
|
+
raise ByeResponseError, @greeting
|
1081
|
+
end
|
1082
|
+
|
1083
|
+
@client_thread = Thread.current
|
1084
|
+
@receiver_thread = Thread.start {
|
1085
|
+
begin
|
1086
|
+
receive_responses
|
1087
|
+
rescue Exception
|
1088
|
+
end
|
1089
|
+
}
|
1090
|
+
@receiver_thread_terminating = false
|
1091
|
+
rescue Exception
|
1092
|
+
@sock.close
|
1093
|
+
raise
|
1094
|
+
end
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
def receive_responses
|
1098
|
+
connection_closed = false
|
1099
|
+
until connection_closed
|
1100
|
+
synchronize do
|
1101
|
+
@exception = nil
|
1102
|
+
end
|
1103
|
+
begin
|
1104
|
+
resp = get_response
|
1105
|
+
rescue Exception => e
|
1106
|
+
synchronize do
|
1107
|
+
@sock.close
|
1108
|
+
@exception = e
|
1109
|
+
end
|
1110
|
+
break
|
1111
|
+
end
|
1112
|
+
unless resp
|
1113
|
+
synchronize do
|
1114
|
+
@exception = EOFError.new("end of file reached")
|
1115
|
+
end
|
1116
|
+
break
|
1117
|
+
end
|
1118
|
+
begin
|
1119
|
+
synchronize do
|
1120
|
+
case resp
|
1121
|
+
when TaggedResponse
|
1122
|
+
@tagged_responses[resp.tag] = resp
|
1123
|
+
@tagged_response_arrival.broadcast
|
1124
|
+
if resp.tag == @logout_command_tag
|
1125
|
+
return
|
1126
|
+
end
|
1127
|
+
when UntaggedResponse
|
1128
|
+
record_response(resp.name, resp.data)
|
1129
|
+
if resp.data.instance_of?(ResponseText) &&
|
1130
|
+
(code = resp.data.code)
|
1131
|
+
record_response(code.name, code.data)
|
1132
|
+
end
|
1133
|
+
if resp.name == "BYE" && @logout_command_tag.nil?
|
1134
|
+
@sock.close
|
1135
|
+
@exception = ByeResponseError.new(resp)
|
1136
|
+
connection_closed = true
|
1137
|
+
end
|
1138
|
+
when ContinuationRequest
|
1139
|
+
@continuation_request_arrival.signal
|
1140
|
+
end
|
1141
|
+
@response_handlers.each do |handler|
|
1142
|
+
handler.call(resp)
|
1143
|
+
end
|
1144
|
+
end
|
1145
|
+
rescue Exception => e
|
1146
|
+
@exception = e
|
1147
|
+
synchronize do
|
1148
|
+
@tagged_response_arrival.broadcast
|
1149
|
+
@continuation_request_arrival.broadcast
|
1150
|
+
end
|
1151
|
+
end
|
1152
|
+
end
|
1153
|
+
synchronize do
|
1154
|
+
@receiver_thread_terminating = true
|
1155
|
+
@tagged_response_arrival.broadcast
|
1156
|
+
@continuation_request_arrival.broadcast
|
1157
|
+
if @idle_done_cond
|
1158
|
+
@idle_done_cond.signal
|
1159
|
+
end
|
1160
|
+
end
|
1161
|
+
end
|
1162
|
+
|
1163
|
+
def get_tagged_response(tag, cmd)
|
1164
|
+
until @tagged_responses.key?(tag)
|
1165
|
+
raise @exception if @exception
|
1166
|
+
@tagged_response_arrival.wait
|
1167
|
+
end
|
1168
|
+
resp = @tagged_responses.delete(tag)
|
1169
|
+
case resp.name
|
1170
|
+
when /\A(?:NO)\z/ni
|
1171
|
+
raise NoResponseError, resp
|
1172
|
+
when /\A(?:BAD)\z/ni
|
1173
|
+
raise BadResponseError, resp
|
1174
|
+
else
|
1175
|
+
return resp
|
1176
|
+
end
|
1177
|
+
end
|
1178
|
+
|
1179
|
+
def get_response
|
1180
|
+
buff = ""
|
1181
|
+
while true
|
1182
|
+
s = @sock.gets(CRLF)
|
1183
|
+
break unless s
|
1184
|
+
buff.concat(s)
|
1185
|
+
if /\{(\d+)\}\r\n/n =~ s
|
1186
|
+
s = @sock.read($1.to_i)
|
1187
|
+
buff.concat(s)
|
1188
|
+
else
|
1189
|
+
break
|
1190
|
+
end
|
1191
|
+
end
|
1192
|
+
return nil if buff.length == 0
|
1193
|
+
if @@debug
|
1194
|
+
$stderr.print(buff.gsub(/^/n, "S: "))
|
1195
|
+
end
|
1196
|
+
return @parser.parse(buff)
|
1197
|
+
end
|
1198
|
+
|
1199
|
+
def record_response(name, data)
|
1200
|
+
unless @responses.has_key?(name)
|
1201
|
+
@responses[name] = []
|
1202
|
+
end
|
1203
|
+
@responses[name].push(data)
|
1204
|
+
end
|
1205
|
+
|
1206
|
+
def send_command(cmd, *args, &block)
|
1207
|
+
synchronize do
|
1208
|
+
args.each do |i|
|
1209
|
+
validate_data(i)
|
1210
|
+
end
|
1211
|
+
tag = generate_tag
|
1212
|
+
put_string(tag + " " + cmd)
|
1213
|
+
args.each do |i|
|
1214
|
+
put_string(" ")
|
1215
|
+
send_data(i)
|
1216
|
+
end
|
1217
|
+
put_string(CRLF)
|
1218
|
+
if cmd == "LOGOUT"
|
1219
|
+
@logout_command_tag = tag
|
1220
|
+
end
|
1221
|
+
if block
|
1222
|
+
add_response_handler(block)
|
1223
|
+
end
|
1224
|
+
begin
|
1225
|
+
return get_tagged_response(tag, cmd)
|
1226
|
+
ensure
|
1227
|
+
if block
|
1228
|
+
remove_response_handler(block)
|
1229
|
+
end
|
1230
|
+
end
|
1231
|
+
end
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
def generate_tag
|
1235
|
+
@tagno += 1
|
1236
|
+
return format("%s%04d", @tag_prefix, @tagno)
|
1237
|
+
end
|
1238
|
+
|
1239
|
+
def put_string(str)
|
1240
|
+
@sock.print(str)
|
1241
|
+
if @@debug
|
1242
|
+
if @debug_output_bol
|
1243
|
+
$stderr.print("C: ")
|
1244
|
+
end
|
1245
|
+
$stderr.print(str.gsub(/\n(?!\z)/n, "\nC: "))
|
1246
|
+
if /\r\n\z/n.match(str)
|
1247
|
+
@debug_output_bol = true
|
1248
|
+
else
|
1249
|
+
@debug_output_bol = false
|
1250
|
+
end
|
1251
|
+
end
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
def validate_data(data)
|
1255
|
+
case data
|
1256
|
+
when nil
|
1257
|
+
when String
|
1258
|
+
when Integer
|
1259
|
+
NumValidator.ensure_number(data)
|
1260
|
+
when Array
|
1261
|
+
data.each do |i|
|
1262
|
+
validate_data(i)
|
1263
|
+
end
|
1264
|
+
when Time
|
1265
|
+
when Symbol
|
1266
|
+
else
|
1267
|
+
data.validate
|
1268
|
+
end
|
1269
|
+
end
|
1270
|
+
|
1271
|
+
def send_data(data)
|
1272
|
+
case data
|
1273
|
+
when nil
|
1274
|
+
put_string("NIL")
|
1275
|
+
when String
|
1276
|
+
send_string_data(data)
|
1277
|
+
when Integer
|
1278
|
+
send_number_data(data)
|
1279
|
+
when Array
|
1280
|
+
send_list_data(data)
|
1281
|
+
when Time
|
1282
|
+
send_time_data(data)
|
1283
|
+
when Symbol
|
1284
|
+
send_symbol_data(data)
|
1285
|
+
else
|
1286
|
+
data.send_data(self)
|
1287
|
+
end
|
1288
|
+
end
|
1289
|
+
|
1290
|
+
def send_string_data(str)
|
1291
|
+
case str
|
1292
|
+
when ""
|
1293
|
+
put_string('""')
|
1294
|
+
when /[\x80-\xff\r\n]/n
|
1295
|
+
# literal
|
1296
|
+
send_literal(str)
|
1297
|
+
when /[(){ \x00-\x1f\x7f%*"\\]/n
|
1298
|
+
# quoted string
|
1299
|
+
send_quoted_string(str)
|
1300
|
+
else
|
1301
|
+
put_string(str)
|
1302
|
+
end
|
1303
|
+
end
|
1304
|
+
|
1305
|
+
def send_quoted_string(str)
|
1306
|
+
put_string('"' + str.gsub(/["\\]/n, "\\\\\\&") + '"')
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
def send_literal(str)
|
1310
|
+
put_string("{" + str.bytesize.to_s + "}" + CRLF)
|
1311
|
+
@continuation_request_arrival.wait
|
1312
|
+
raise @exception if @exception
|
1313
|
+
put_string(str)
|
1314
|
+
end
|
1315
|
+
|
1316
|
+
def send_number_data(num)
|
1317
|
+
put_string(num.to_s)
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
def send_list_data(list)
|
1321
|
+
put_string("(")
|
1322
|
+
first = true
|
1323
|
+
list.each do |i|
|
1324
|
+
if first
|
1325
|
+
first = false
|
1326
|
+
else
|
1327
|
+
put_string(" ")
|
1328
|
+
end
|
1329
|
+
send_data(i)
|
1330
|
+
end
|
1331
|
+
put_string(")")
|
1332
|
+
end
|
1333
|
+
|
1334
|
+
DATE_MONTH = %w(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec)
|
1335
|
+
|
1336
|
+
def send_time_data(time)
|
1337
|
+
t = time.dup.gmtime
|
1338
|
+
s = format('"%2d-%3s-%4d %02d:%02d:%02d +0000"',
|
1339
|
+
t.day, DATE_MONTH[t.month - 1], t.year,
|
1340
|
+
t.hour, t.min, t.sec)
|
1341
|
+
put_string(s)
|
1342
|
+
end
|
1343
|
+
|
1344
|
+
def send_symbol_data(symbol)
|
1345
|
+
put_string("\\" + symbol.to_s)
|
1346
|
+
end
|
1347
|
+
|
1348
|
+
def search_internal(cmd, keys, charset)
|
1349
|
+
if keys.instance_of?(String)
|
1350
|
+
keys = [RawData.new(keys)]
|
1351
|
+
else
|
1352
|
+
normalize_searching_criteria(keys)
|
1353
|
+
end
|
1354
|
+
synchronize do
|
1355
|
+
if charset
|
1356
|
+
send_command(cmd, "CHARSET", charset, *keys)
|
1357
|
+
else
|
1358
|
+
send_command(cmd, *keys)
|
1359
|
+
end
|
1360
|
+
return @responses.delete("SEARCH")[-1]
|
1361
|
+
end
|
1362
|
+
end
|
1363
|
+
|
1364
|
+
def fetch_internal(cmd, set, attr)
|
1365
|
+
case attr
|
1366
|
+
when String then
|
1367
|
+
attr = RawData.new(attr)
|
1368
|
+
when Array then
|
1369
|
+
attr = attr.map { |arg|
|
1370
|
+
arg.is_a?(String) ? RawData.new(arg) : arg
|
1371
|
+
}
|
1372
|
+
end
|
1373
|
+
|
1374
|
+
synchronize do
|
1375
|
+
@responses.delete("FETCH")
|
1376
|
+
send_command(cmd, MessageSet.new(set), attr)
|
1377
|
+
return @responses.delete("FETCH")
|
1378
|
+
end
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
def store_internal(cmd, set, attr, flags)
|
1382
|
+
if attr.instance_of?(String)
|
1383
|
+
attr = RawData.new(attr)
|
1384
|
+
end
|
1385
|
+
synchronize do
|
1386
|
+
@responses.delete("FETCH")
|
1387
|
+
send_command(cmd, MessageSet.new(set), attr, flags)
|
1388
|
+
return @responses.delete("FETCH")
|
1389
|
+
end
|
1390
|
+
end
|
1391
|
+
|
1392
|
+
def copy_internal(cmd, set, mailbox)
|
1393
|
+
send_command(cmd, MessageSet.new(set), mailbox)
|
1394
|
+
end
|
1395
|
+
|
1396
|
+
def sort_internal(cmd, sort_keys, search_keys, charset)
|
1397
|
+
if search_keys.instance_of?(String)
|
1398
|
+
search_keys = [RawData.new(search_keys)]
|
1399
|
+
else
|
1400
|
+
normalize_searching_criteria(search_keys)
|
1401
|
+
end
|
1402
|
+
normalize_searching_criteria(search_keys)
|
1403
|
+
synchronize do
|
1404
|
+
send_command(cmd, sort_keys, charset, *search_keys)
|
1405
|
+
return @responses.delete("SORT")[-1]
|
1406
|
+
end
|
1407
|
+
end
|
1408
|
+
|
1409
|
+
def thread_internal(cmd, algorithm, search_keys, charset)
|
1410
|
+
if search_keys.instance_of?(String)
|
1411
|
+
search_keys = [RawData.new(search_keys)]
|
1412
|
+
else
|
1413
|
+
normalize_searching_criteria(search_keys)
|
1414
|
+
end
|
1415
|
+
normalize_searching_criteria(search_keys)
|
1416
|
+
send_command(cmd, algorithm, charset, *search_keys)
|
1417
|
+
return @responses.delete("THREAD")[-1]
|
1418
|
+
end
|
1419
|
+
|
1420
|
+
def normalize_searching_criteria(keys)
|
1421
|
+
keys.collect! do |i|
|
1422
|
+
case i
|
1423
|
+
when -1, Range, Array
|
1424
|
+
MessageSet.new(i)
|
1425
|
+
else
|
1426
|
+
i
|
1427
|
+
end
|
1428
|
+
end
|
1429
|
+
end
|
1430
|
+
|
1431
|
+
def create_ssl_params(certs = nil, verify = true)
|
1432
|
+
params = {}
|
1433
|
+
if certs
|
1434
|
+
if File.file?(certs)
|
1435
|
+
params[:ca_file] = certs
|
1436
|
+
elsif File.directory?(certs)
|
1437
|
+
params[:ca_path] = certs
|
1438
|
+
end
|
1439
|
+
end
|
1440
|
+
if verify
|
1441
|
+
params[:verify_mode] = VERIFY_PEER
|
1442
|
+
else
|
1443
|
+
params[:verify_mode] = VERIFY_NONE
|
1444
|
+
end
|
1445
|
+
return params
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
def start_tls_session(params = {})
|
1449
|
+
unless defined?(OpenSSL::SSL)
|
1450
|
+
raise "SSL extension not installed"
|
1451
|
+
end
|
1452
|
+
if @sock.kind_of?(OpenSSL::SSL::SSLSocket)
|
1453
|
+
raise RuntimeError, "already using SSL"
|
1454
|
+
end
|
1455
|
+
begin
|
1456
|
+
params = params.to_hash
|
1457
|
+
rescue NoMethodError
|
1458
|
+
params = {}
|
1459
|
+
end
|
1460
|
+
context = SSLContext.new
|
1461
|
+
context.set_params(params)
|
1462
|
+
if defined?(VerifyCallbackProc)
|
1463
|
+
context.verify_callback = VerifyCallbackProc
|
1464
|
+
end
|
1465
|
+
@sock = SSLSocket.new(@sock, context)
|
1466
|
+
@sock.sync_close = true
|
1467
|
+
@sock.connect
|
1468
|
+
if context.verify_mode != VERIFY_NONE
|
1469
|
+
@sock.post_connection_check(@host)
|
1470
|
+
end
|
1471
|
+
end
|
1472
|
+
|
1473
|
+
class RawData # :nodoc:
|
1474
|
+
def send_data(imap)
|
1475
|
+
imap.send(:put_string, @data)
|
1476
|
+
end
|
1477
|
+
|
1478
|
+
def validate
|
1479
|
+
end
|
1480
|
+
|
1481
|
+
private
|
1482
|
+
|
1483
|
+
def initialize(data)
|
1484
|
+
@data = data
|
1485
|
+
end
|
1486
|
+
end
|
1487
|
+
|
1488
|
+
class Atom # :nodoc:
|
1489
|
+
def send_data(imap)
|
1490
|
+
imap.send(:put_string, @data)
|
1491
|
+
end
|
1492
|
+
|
1493
|
+
def validate
|
1494
|
+
end
|
1495
|
+
|
1496
|
+
private
|
1497
|
+
|
1498
|
+
def initialize(data)
|
1499
|
+
@data = data
|
1500
|
+
end
|
1501
|
+
end
|
1502
|
+
|
1503
|
+
class QuotedString # :nodoc:
|
1504
|
+
def send_data(imap)
|
1505
|
+
imap.send(:send_quoted_string, @data)
|
1506
|
+
end
|
1507
|
+
|
1508
|
+
def validate
|
1509
|
+
end
|
1510
|
+
|
1511
|
+
private
|
1512
|
+
|
1513
|
+
def initialize(data)
|
1514
|
+
@data = data
|
1515
|
+
end
|
1516
|
+
end
|
1517
|
+
|
1518
|
+
class Literal # :nodoc:
|
1519
|
+
def send_data(imap)
|
1520
|
+
imap.send(:send_literal, @data)
|
1521
|
+
end
|
1522
|
+
|
1523
|
+
def validate
|
1524
|
+
end
|
1525
|
+
|
1526
|
+
private
|
1527
|
+
|
1528
|
+
def initialize(data)
|
1529
|
+
@data = data
|
1530
|
+
end
|
1531
|
+
end
|
1532
|
+
|
1533
|
+
class MessageSet # :nodoc:
|
1534
|
+
def send_data(imap)
|
1535
|
+
imap.send(:put_string, format_internal(@data))
|
1536
|
+
end
|
1537
|
+
|
1538
|
+
def validate
|
1539
|
+
validate_internal(@data)
|
1540
|
+
end
|
1541
|
+
|
1542
|
+
private
|
1543
|
+
|
1544
|
+
def initialize(data)
|
1545
|
+
@data = data
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
def format_internal(data)
|
1549
|
+
case data
|
1550
|
+
when "*"
|
1551
|
+
return data
|
1552
|
+
when Integer
|
1553
|
+
if data == -1
|
1554
|
+
return "*"
|
1555
|
+
else
|
1556
|
+
return data.to_s
|
1557
|
+
end
|
1558
|
+
when Range
|
1559
|
+
return format_internal(data.first) +
|
1560
|
+
":" + format_internal(data.last)
|
1561
|
+
when Array
|
1562
|
+
return data.collect {|i| format_internal(i)}.join(",")
|
1563
|
+
when ThreadMember
|
1564
|
+
return data.seqno.to_s +
|
1565
|
+
":" + data.children.collect {|i| format_internal(i).join(",")}
|
1566
|
+
end
|
1567
|
+
end
|
1568
|
+
|
1569
|
+
def validate_internal(data)
|
1570
|
+
case data
|
1571
|
+
when "*"
|
1572
|
+
when Integer
|
1573
|
+
NumValidator.ensure_nz_number(data)
|
1574
|
+
when Range
|
1575
|
+
when Array
|
1576
|
+
data.each do |i|
|
1577
|
+
validate_internal(i)
|
1578
|
+
end
|
1579
|
+
when ThreadMember
|
1580
|
+
data.children.each do |i|
|
1581
|
+
validate_internal(i)
|
1582
|
+
end
|
1583
|
+
else
|
1584
|
+
raise DataFormatError, data.inspect
|
1585
|
+
end
|
1586
|
+
end
|
1587
|
+
end
|
1588
|
+
|
1589
|
+
# Common validators of number and nz_number types
|
1590
|
+
module NumValidator # :nodoc
|
1591
|
+
class << self
|
1592
|
+
# Check is passed argument valid 'number' in RFC 3501 terminology
|
1593
|
+
def valid_number?(num)
|
1594
|
+
# [RFC 3501]
|
1595
|
+
# number = 1*DIGIT
|
1596
|
+
# ; Unsigned 32-bit integer
|
1597
|
+
# ; (0 <= n < 4,294,967,296)
|
1598
|
+
num >= 0 && num < 4294967296
|
1599
|
+
end
|
1600
|
+
|
1601
|
+
# Check is passed argument valid 'nz_number' in RFC 3501 terminology
|
1602
|
+
def valid_nz_number?(num)
|
1603
|
+
# [RFC 3501]
|
1604
|
+
# nz-number = digit-nz *DIGIT
|
1605
|
+
# ; Non-zero unsigned 32-bit integer
|
1606
|
+
# ; (0 < n < 4,294,967,296)
|
1607
|
+
num != 0 && valid_number?(num)
|
1608
|
+
end
|
1609
|
+
|
1610
|
+
# Ensure argument is 'number' or raise DataFormatError
|
1611
|
+
def ensure_number(num)
|
1612
|
+
return if valid_number?(num)
|
1613
|
+
|
1614
|
+
msg = "number must be unsigned 32-bit integer: #{num}"
|
1615
|
+
raise DataFormatError, msg
|
1616
|
+
end
|
1617
|
+
|
1618
|
+
# Ensure argument is 'nz_number' or raise DataFormatError
|
1619
|
+
def ensure_nz_number(num)
|
1620
|
+
return if valid_nz_number?(num)
|
1621
|
+
|
1622
|
+
msg = "nz_number must be non-zero unsigned 32-bit integer: #{num}"
|
1623
|
+
raise DataFormatError, msg
|
1624
|
+
end
|
1625
|
+
end
|
1626
|
+
end
|
1627
|
+
|
1628
|
+
# Net::IMAP::ContinuationRequest represents command continuation requests.
|
1629
|
+
#
|
1630
|
+
# The command continuation request response is indicated by a "+" token
|
1631
|
+
# instead of a tag. This form of response indicates that the server is
|
1632
|
+
# ready to accept the continuation of a command from the client. The
|
1633
|
+
# remainder of this response is a line of text.
|
1634
|
+
#
|
1635
|
+
# continue_req ::= "+" SPACE (resp_text / base64)
|
1636
|
+
#
|
1637
|
+
# ==== Fields:
|
1638
|
+
#
|
1639
|
+
# data:: Returns the data (Net::IMAP::ResponseText).
|
1640
|
+
#
|
1641
|
+
# raw_data:: Returns the raw data string.
|
1642
|
+
ContinuationRequest = Struct.new(:data, :raw_data)
|
1643
|
+
|
1644
|
+
# Net::IMAP::UntaggedResponse represents untagged responses.
|
1645
|
+
#
|
1646
|
+
# Data transmitted by the server to the client and status responses
|
1647
|
+
# that do not indicate command completion are prefixed with the token
|
1648
|
+
# "*", and are called untagged responses.
|
1649
|
+
#
|
1650
|
+
# response_data ::= "*" SPACE (resp_cond_state / resp_cond_bye /
|
1651
|
+
# mailbox_data / message_data / capability_data)
|
1652
|
+
#
|
1653
|
+
# ==== Fields:
|
1654
|
+
#
|
1655
|
+
# name:: Returns the name, such as "FLAGS", "LIST", or "FETCH".
|
1656
|
+
#
|
1657
|
+
# data:: Returns the data such as an array of flag symbols,
|
1658
|
+
# a ((<Net::IMAP::MailboxList>)) object.
|
1659
|
+
#
|
1660
|
+
# raw_data:: Returns the raw data string.
|
1661
|
+
UntaggedResponse = Struct.new(:name, :data, :raw_data)
|
1662
|
+
|
1663
|
+
# Net::IMAP::TaggedResponse represents tagged responses.
|
1664
|
+
#
|
1665
|
+
# The server completion result response indicates the success or
|
1666
|
+
# failure of the operation. It is tagged with the same tag as the
|
1667
|
+
# client command which began the operation.
|
1668
|
+
#
|
1669
|
+
# response_tagged ::= tag SPACE resp_cond_state CRLF
|
1670
|
+
#
|
1671
|
+
# tag ::= 1*<any ATOM_CHAR except "+">
|
1672
|
+
#
|
1673
|
+
# resp_cond_state ::= ("OK" / "NO" / "BAD") SPACE resp_text
|
1674
|
+
#
|
1675
|
+
# ==== Fields:
|
1676
|
+
#
|
1677
|
+
# tag:: Returns the tag.
|
1678
|
+
#
|
1679
|
+
# name:: Returns the name, one of "OK", "NO", or "BAD".
|
1680
|
+
#
|
1681
|
+
# data:: Returns the data. See ((<Net::IMAP::ResponseText>)).
|
1682
|
+
#
|
1683
|
+
# raw_data:: Returns the raw data string.
|
1684
|
+
#
|
1685
|
+
TaggedResponse = Struct.new(:tag, :name, :data, :raw_data)
|
1686
|
+
|
1687
|
+
# Net::IMAP::ResponseText represents texts of responses.
|
1688
|
+
# The text may be prefixed by the response code.
|
1689
|
+
#
|
1690
|
+
# resp_text ::= ["[" resp_text_code "]" SPACE] (text_mime2 / text)
|
1691
|
+
# ;; text SHOULD NOT begin with "[" or "="
|
1692
|
+
#
|
1693
|
+
# ==== Fields:
|
1694
|
+
#
|
1695
|
+
# code:: Returns the response code. See ((<Net::IMAP::ResponseCode>)).
|
1696
|
+
#
|
1697
|
+
# text:: Returns the text.
|
1698
|
+
#
|
1699
|
+
ResponseText = Struct.new(:code, :text)
|
1700
|
+
|
1701
|
+
# Net::IMAP::ResponseCode represents response codes.
|
1702
|
+
#
|
1703
|
+
# resp_text_code ::= "ALERT" / "PARSE" /
|
1704
|
+
# "PERMANENTFLAGS" SPACE "(" #(flag / "\*") ")" /
|
1705
|
+
# "READ-ONLY" / "READ-WRITE" / "TRYCREATE" /
|
1706
|
+
# "UIDVALIDITY" SPACE nz_number /
|
1707
|
+
# "UNSEEN" SPACE nz_number /
|
1708
|
+
# atom [SPACE 1*<any TEXT_CHAR except "]">]
|
1709
|
+
#
|
1710
|
+
# ==== Fields:
|
1711
|
+
#
|
1712
|
+
# name:: Returns the name, such as "ALERT", "PERMANENTFLAGS", or "UIDVALIDITY".
|
1713
|
+
#
|
1714
|
+
# data:: Returns the data, if it exists.
|
1715
|
+
#
|
1716
|
+
ResponseCode = Struct.new(:name, :data)
|
1717
|
+
|
1718
|
+
# Net::IMAP::MailboxList represents contents of the LIST response.
|
1719
|
+
#
|
1720
|
+
# mailbox_list ::= "(" #("\Marked" / "\Noinferiors" /
|
1721
|
+
# "\Noselect" / "\Unmarked" / flag_extension) ")"
|
1722
|
+
# SPACE (<"> QUOTED_CHAR <"> / nil) SPACE mailbox
|
1723
|
+
#
|
1724
|
+
# ==== Fields:
|
1725
|
+
#
|
1726
|
+
# attr:: Returns the name attributes. Each name attribute is a symbol
|
1727
|
+
# capitalized by String#capitalize, such as :Noselect (not :NoSelect).
|
1728
|
+
#
|
1729
|
+
# delim:: Returns the hierarchy delimiter.
|
1730
|
+
#
|
1731
|
+
# name:: Returns the mailbox name.
|
1732
|
+
#
|
1733
|
+
MailboxList = Struct.new(:attr, :delim, :name)
|
1734
|
+
|
1735
|
+
# Net::IMAP::MailboxQuota represents contents of GETQUOTA response.
|
1736
|
+
# This object can also be a response to GETQUOTAROOT. In the syntax
|
1737
|
+
# specification below, the delimiter used with the "#" construct is a
|
1738
|
+
# single space (SPACE).
|
1739
|
+
#
|
1740
|
+
# quota_list ::= "(" #quota_resource ")"
|
1741
|
+
#
|
1742
|
+
# quota_resource ::= atom SPACE number SPACE number
|
1743
|
+
#
|
1744
|
+
# quota_response ::= "QUOTA" SPACE astring SPACE quota_list
|
1745
|
+
#
|
1746
|
+
# ==== Fields:
|
1747
|
+
#
|
1748
|
+
# mailbox:: The mailbox with the associated quota.
|
1749
|
+
#
|
1750
|
+
# usage:: Current storage usage of the mailbox.
|
1751
|
+
#
|
1752
|
+
# quota:: Quota limit imposed on the mailbox.
|
1753
|
+
#
|
1754
|
+
MailboxQuota = Struct.new(:mailbox, :usage, :quota)
|
1755
|
+
|
1756
|
+
# Net::IMAP::MailboxQuotaRoot represents part of the GETQUOTAROOT
|
1757
|
+
# response. (GETQUOTAROOT can also return Net::IMAP::MailboxQuota.)
|
1758
|
+
#
|
1759
|
+
# quotaroot_response ::= "QUOTAROOT" SPACE astring *(SPACE astring)
|
1760
|
+
#
|
1761
|
+
# ==== Fields:
|
1762
|
+
#
|
1763
|
+
# mailbox:: The mailbox with the associated quota.
|
1764
|
+
#
|
1765
|
+
# quotaroots:: Zero or more quotaroots that affect the quota on the
|
1766
|
+
# specified mailbox.
|
1767
|
+
#
|
1768
|
+
MailboxQuotaRoot = Struct.new(:mailbox, :quotaroots)
|
1769
|
+
|
1770
|
+
# Net::IMAP::MailboxACLItem represents the response from GETACL.
|
1771
|
+
#
|
1772
|
+
# acl_data ::= "ACL" SPACE mailbox *(SPACE identifier SPACE rights)
|
1773
|
+
#
|
1774
|
+
# identifier ::= astring
|
1775
|
+
#
|
1776
|
+
# rights ::= astring
|
1777
|
+
#
|
1778
|
+
# ==== Fields:
|
1779
|
+
#
|
1780
|
+
# user:: Login name that has certain rights to the mailbox
|
1781
|
+
# that was specified with the getacl command.
|
1782
|
+
#
|
1783
|
+
# rights:: The access rights the indicated user has to the
|
1784
|
+
# mailbox.
|
1785
|
+
#
|
1786
|
+
MailboxACLItem = Struct.new(:user, :rights, :mailbox)
|
1787
|
+
|
1788
|
+
# Net::IMAP::StatusData represents the contents of the STATUS response.
|
1789
|
+
#
|
1790
|
+
# ==== Fields:
|
1791
|
+
#
|
1792
|
+
# mailbox:: Returns the mailbox name.
|
1793
|
+
#
|
1794
|
+
# attr:: Returns a hash. Each key is one of "MESSAGES", "RECENT", "UIDNEXT",
|
1795
|
+
# "UIDVALIDITY", "UNSEEN". Each value is a number.
|
1796
|
+
#
|
1797
|
+
StatusData = Struct.new(:mailbox, :attr)
|
1798
|
+
|
1799
|
+
# Net::IMAP::FetchData represents the contents of the FETCH response.
|
1800
|
+
#
|
1801
|
+
# ==== Fields:
|
1802
|
+
#
|
1803
|
+
# seqno:: Returns the message sequence number.
|
1804
|
+
# (Note: not the unique identifier, even for the UID command response.)
|
1805
|
+
#
|
1806
|
+
# attr:: Returns a hash. Each key is a data item name, and each value is
|
1807
|
+
# its value.
|
1808
|
+
#
|
1809
|
+
# The current data items are:
|
1810
|
+
#
|
1811
|
+
# [BODY]
|
1812
|
+
# A form of BODYSTRUCTURE without extension data.
|
1813
|
+
# [BODY[<section>]<<origin_octet>>]
|
1814
|
+
# A string expressing the body contents of the specified section.
|
1815
|
+
# [BODYSTRUCTURE]
|
1816
|
+
# An object that describes the [MIME-IMB] body structure of a message.
|
1817
|
+
# See Net::IMAP::BodyTypeBasic, Net::IMAP::BodyTypeText,
|
1818
|
+
# Net::IMAP::BodyTypeMessage, Net::IMAP::BodyTypeMultipart.
|
1819
|
+
# [ENVELOPE]
|
1820
|
+
# A Net::IMAP::Envelope object that describes the envelope
|
1821
|
+
# structure of a message.
|
1822
|
+
# [FLAGS]
|
1823
|
+
# A array of flag symbols that are set for this message. Flag symbols
|
1824
|
+
# are capitalized by String#capitalize.
|
1825
|
+
# [INTERNALDATE]
|
1826
|
+
# A string representing the internal date of the message.
|
1827
|
+
# [RFC822]
|
1828
|
+
# Equivalent to BODY[].
|
1829
|
+
# [RFC822.HEADER]
|
1830
|
+
# Equivalent to BODY.PEEK[HEADER].
|
1831
|
+
# [RFC822.SIZE]
|
1832
|
+
# A number expressing the [RFC-822] size of the message.
|
1833
|
+
# [RFC822.TEXT]
|
1834
|
+
# Equivalent to BODY[TEXT].
|
1835
|
+
# [UID]
|
1836
|
+
# A number expressing the unique identifier of the message.
|
1837
|
+
#
|
1838
|
+
FetchData = Struct.new(:seqno, :attr)
|
1839
|
+
|
1840
|
+
# Net::IMAP::Envelope represents envelope structures of messages.
|
1841
|
+
#
|
1842
|
+
# ==== Fields:
|
1843
|
+
#
|
1844
|
+
# date:: Returns a string that represents the date.
|
1845
|
+
#
|
1846
|
+
# subject:: Returns a string that represents the subject.
|
1847
|
+
#
|
1848
|
+
# from:: Returns an array of Net::IMAP::Address that represents the from.
|
1849
|
+
#
|
1850
|
+
# sender:: Returns an array of Net::IMAP::Address that represents the sender.
|
1851
|
+
#
|
1852
|
+
# reply_to:: Returns an array of Net::IMAP::Address that represents the reply-to.
|
1853
|
+
#
|
1854
|
+
# to:: Returns an array of Net::IMAP::Address that represents the to.
|
1855
|
+
#
|
1856
|
+
# cc:: Returns an array of Net::IMAP::Address that represents the cc.
|
1857
|
+
#
|
1858
|
+
# bcc:: Returns an array of Net::IMAP::Address that represents the bcc.
|
1859
|
+
#
|
1860
|
+
# in_reply_to:: Returns a string that represents the in-reply-to.
|
1861
|
+
#
|
1862
|
+
# message_id:: Returns a string that represents the message-id.
|
1863
|
+
#
|
1864
|
+
Envelope = Struct.new(:date, :subject, :from, :sender, :reply_to,
|
1865
|
+
:to, :cc, :bcc, :in_reply_to, :message_id)
|
1866
|
+
|
1867
|
+
#
|
1868
|
+
# Net::IMAP::Address represents electronic mail addresses.
|
1869
|
+
#
|
1870
|
+
# ==== Fields:
|
1871
|
+
#
|
1872
|
+
# name:: Returns the phrase from [RFC-822] mailbox.
|
1873
|
+
#
|
1874
|
+
# route:: Returns the route from [RFC-822] route-addr.
|
1875
|
+
#
|
1876
|
+
# mailbox:: nil indicates end of [RFC-822] group.
|
1877
|
+
# If non-nil and host is nil, returns [RFC-822] group name.
|
1878
|
+
# Otherwise, returns [RFC-822] local-part.
|
1879
|
+
#
|
1880
|
+
# host:: nil indicates [RFC-822] group syntax.
|
1881
|
+
# Otherwise, returns [RFC-822] domain name.
|
1882
|
+
#
|
1883
|
+
Address = Struct.new(:name, :route, :mailbox, :host)
|
1884
|
+
|
1885
|
+
#
|
1886
|
+
# Net::IMAP::ContentDisposition represents Content-Disposition fields.
|
1887
|
+
#
|
1888
|
+
# ==== Fields:
|
1889
|
+
#
|
1890
|
+
# dsp_type:: Returns the disposition type.
|
1891
|
+
#
|
1892
|
+
# param:: Returns a hash that represents parameters of the Content-Disposition
|
1893
|
+
# field.
|
1894
|
+
#
|
1895
|
+
ContentDisposition = Struct.new(:dsp_type, :param)
|
1896
|
+
|
1897
|
+
# Net::IMAP::ThreadMember represents a thread-node returned
|
1898
|
+
# by Net::IMAP#thread.
|
1899
|
+
#
|
1900
|
+
# ==== Fields:
|
1901
|
+
#
|
1902
|
+
# seqno:: The sequence number of this message.
|
1903
|
+
#
|
1904
|
+
# children:: An array of Net::IMAP::ThreadMember objects for mail
|
1905
|
+
# items that are children of this in the thread.
|
1906
|
+
#
|
1907
|
+
ThreadMember = Struct.new(:seqno, :children)
|
1908
|
+
|
1909
|
+
# Net::IMAP::BodyTypeBasic represents basic body structures of messages.
|
1910
|
+
#
|
1911
|
+
# ==== Fields:
|
1912
|
+
#
|
1913
|
+
# media_type:: Returns the content media type name as defined in [MIME-IMB].
|
1914
|
+
#
|
1915
|
+
# subtype:: Returns the content subtype name as defined in [MIME-IMB].
|
1916
|
+
#
|
1917
|
+
# param:: Returns a hash that represents parameters as defined in [MIME-IMB].
|
1918
|
+
#
|
1919
|
+
# content_id:: Returns a string giving the content id as defined in [MIME-IMB].
|
1920
|
+
#
|
1921
|
+
# description:: Returns a string giving the content description as defined in
|
1922
|
+
# [MIME-IMB].
|
1923
|
+
#
|
1924
|
+
# encoding:: Returns a string giving the content transfer encoding as defined in
|
1925
|
+
# [MIME-IMB].
|
1926
|
+
#
|
1927
|
+
# size:: Returns a number giving the size of the body in octets.
|
1928
|
+
#
|
1929
|
+
# md5:: Returns a string giving the body MD5 value as defined in [MD5].
|
1930
|
+
#
|
1931
|
+
# disposition:: Returns a Net::IMAP::ContentDisposition object giving
|
1932
|
+
# the content disposition.
|
1933
|
+
#
|
1934
|
+
# language:: Returns a string or an array of strings giving the body
|
1935
|
+
# language value as defined in [LANGUAGE-TAGS].
|
1936
|
+
#
|
1937
|
+
# extension:: Returns extension data.
|
1938
|
+
#
|
1939
|
+
# multipart?:: Returns false.
|
1940
|
+
#
|
1941
|
+
class BodyTypeBasic < Struct.new(:media_type, :subtype,
|
1942
|
+
:param, :content_id,
|
1943
|
+
:description, :encoding, :size,
|
1944
|
+
:md5, :disposition, :language,
|
1945
|
+
:extension)
|
1946
|
+
def multipart?
|
1947
|
+
return false
|
1948
|
+
end
|
1949
|
+
|
1950
|
+
# Obsolete: use +subtype+ instead. Calling this will
|
1951
|
+
# generate a warning message to +stderr+, then return
|
1952
|
+
# the value of +subtype+.
|
1953
|
+
def media_subtype
|
1954
|
+
$stderr.printf("warning: media_subtype is obsolete.\n")
|
1955
|
+
$stderr.printf(" use subtype instead.\n")
|
1956
|
+
return subtype
|
1957
|
+
end
|
1958
|
+
end
|
1959
|
+
|
1960
|
+
# Net::IMAP::BodyTypeText represents TEXT body structures of messages.
|
1961
|
+
#
|
1962
|
+
# ==== Fields:
|
1963
|
+
#
|
1964
|
+
# lines:: Returns the size of the body in text lines.
|
1965
|
+
#
|
1966
|
+
# And Net::IMAP::BodyTypeText has all fields of Net::IMAP::BodyTypeBasic.
|
1967
|
+
#
|
1968
|
+
class BodyTypeText < Struct.new(:media_type, :subtype,
|
1969
|
+
:param, :content_id,
|
1970
|
+
:description, :encoding, :size,
|
1971
|
+
:lines,
|
1972
|
+
:md5, :disposition, :language,
|
1973
|
+
:extension)
|
1974
|
+
def multipart?
|
1975
|
+
return false
|
1976
|
+
end
|
1977
|
+
|
1978
|
+
# Obsolete: use +subtype+ instead. Calling this will
|
1979
|
+
# generate a warning message to +stderr+, then return
|
1980
|
+
# the value of +subtype+.
|
1981
|
+
def media_subtype
|
1982
|
+
$stderr.printf("warning: media_subtype is obsolete.\n")
|
1983
|
+
$stderr.printf(" use subtype instead.\n")
|
1984
|
+
return subtype
|
1985
|
+
end
|
1986
|
+
end
|
1987
|
+
|
1988
|
+
# Net::IMAP::BodyTypeMessage represents MESSAGE/RFC822 body structures of messages.
|
1989
|
+
#
|
1990
|
+
# ==== Fields:
|
1991
|
+
#
|
1992
|
+
# envelope:: Returns a Net::IMAP::Envelope giving the envelope structure.
|
1993
|
+
#
|
1994
|
+
# body:: Returns an object giving the body structure.
|
1995
|
+
#
|
1996
|
+
# And Net::IMAP::BodyTypeMessage has all methods of Net::IMAP::BodyTypeText.
|
1997
|
+
#
|
1998
|
+
class BodyTypeMessage < Struct.new(:media_type, :subtype,
|
1999
|
+
:param, :content_id,
|
2000
|
+
:description, :encoding, :size,
|
2001
|
+
:envelope, :body, :lines,
|
2002
|
+
:md5, :disposition, :language,
|
2003
|
+
:extension)
|
2004
|
+
def multipart?
|
2005
|
+
return false
|
2006
|
+
end
|
2007
|
+
|
2008
|
+
# Obsolete: use +subtype+ instead. Calling this will
|
2009
|
+
# generate a warning message to +stderr+, then return
|
2010
|
+
# the value of +subtype+.
|
2011
|
+
def media_subtype
|
2012
|
+
$stderr.printf("warning: media_subtype is obsolete.\n")
|
2013
|
+
$stderr.printf(" use subtype instead.\n")
|
2014
|
+
return subtype
|
2015
|
+
end
|
2016
|
+
end
|
2017
|
+
|
2018
|
+
# Net::IMAP::BodyTypeAttachment represents attachment body structures
|
2019
|
+
# of messages.
|
2020
|
+
#
|
2021
|
+
# ==== Fields:
|
2022
|
+
#
|
2023
|
+
# media_type:: Returns the content media type name.
|
2024
|
+
#
|
2025
|
+
# subtype:: Returns +nil+.
|
2026
|
+
#
|
2027
|
+
# param:: Returns a hash that represents parameters.
|
2028
|
+
#
|
2029
|
+
# multipart?:: Returns false.
|
2030
|
+
#
|
2031
|
+
class BodyTypeAttachment < Struct.new(:media_type, :subtype,
|
2032
|
+
:param)
|
2033
|
+
def multipart?
|
2034
|
+
return false
|
2035
|
+
end
|
2036
|
+
end
|
2037
|
+
|
2038
|
+
# Net::IMAP::BodyTypeMultipart represents multipart body structures
|
2039
|
+
# of messages.
|
2040
|
+
#
|
2041
|
+
# ==== Fields:
|
2042
|
+
#
|
2043
|
+
# media_type:: Returns the content media type name as defined in [MIME-IMB].
|
2044
|
+
#
|
2045
|
+
# subtype:: Returns the content subtype name as defined in [MIME-IMB].
|
2046
|
+
#
|
2047
|
+
# parts:: Returns multiple parts.
|
2048
|
+
#
|
2049
|
+
# param:: Returns a hash that represents parameters as defined in [MIME-IMB].
|
2050
|
+
#
|
2051
|
+
# disposition:: Returns a Net::IMAP::ContentDisposition object giving
|
2052
|
+
# the content disposition.
|
2053
|
+
#
|
2054
|
+
# language:: Returns a string or an array of strings giving the body
|
2055
|
+
# language value as defined in [LANGUAGE-TAGS].
|
2056
|
+
#
|
2057
|
+
# extension:: Returns extension data.
|
2058
|
+
#
|
2059
|
+
# multipart?:: Returns true.
|
2060
|
+
#
|
2061
|
+
class BodyTypeMultipart < Struct.new(:media_type, :subtype,
|
2062
|
+
:parts,
|
2063
|
+
:param, :disposition, :language,
|
2064
|
+
:extension)
|
2065
|
+
def multipart?
|
2066
|
+
return true
|
2067
|
+
end
|
2068
|
+
|
2069
|
+
# Obsolete: use +subtype+ instead. Calling this will
|
2070
|
+
# generate a warning message to +stderr+, then return
|
2071
|
+
# the value of +subtype+.
|
2072
|
+
def media_subtype
|
2073
|
+
$stderr.printf("warning: media_subtype is obsolete.\n")
|
2074
|
+
$stderr.printf(" use subtype instead.\n")
|
2075
|
+
return subtype
|
2076
|
+
end
|
2077
|
+
end
|
2078
|
+
|
2079
|
+
class BodyTypeExtension < Struct.new(:media_type, :subtype,
|
2080
|
+
:params, :content_id,
|
2081
|
+
:description, :encoding, :size)
|
2082
|
+
def multipart?
|
2083
|
+
return false
|
2084
|
+
end
|
2085
|
+
end
|
2086
|
+
|
2087
|
+
class ResponseParser # :nodoc:
|
2088
|
+
def initialize
|
2089
|
+
@str = nil
|
2090
|
+
@pos = nil
|
2091
|
+
@lex_state = nil
|
2092
|
+
@token = nil
|
2093
|
+
@flag_symbols = {}
|
2094
|
+
end
|
2095
|
+
|
2096
|
+
def parse(str)
|
2097
|
+
@str = str
|
2098
|
+
@pos = 0
|
2099
|
+
@lex_state = EXPR_BEG
|
2100
|
+
@token = nil
|
2101
|
+
return response
|
2102
|
+
end
|
2103
|
+
|
2104
|
+
private
|
2105
|
+
|
2106
|
+
EXPR_BEG = :EXPR_BEG
|
2107
|
+
EXPR_DATA = :EXPR_DATA
|
2108
|
+
EXPR_TEXT = :EXPR_TEXT
|
2109
|
+
EXPR_RTEXT = :EXPR_RTEXT
|
2110
|
+
EXPR_CTEXT = :EXPR_CTEXT
|
2111
|
+
|
2112
|
+
T_SPACE = :SPACE
|
2113
|
+
T_NIL = :NIL
|
2114
|
+
T_NUMBER = :NUMBER
|
2115
|
+
T_ATOM = :ATOM
|
2116
|
+
T_QUOTED = :QUOTED
|
2117
|
+
T_LPAR = :LPAR
|
2118
|
+
T_RPAR = :RPAR
|
2119
|
+
T_BSLASH = :BSLASH
|
2120
|
+
T_STAR = :STAR
|
2121
|
+
T_LBRA = :LBRA
|
2122
|
+
T_RBRA = :RBRA
|
2123
|
+
T_LITERAL = :LITERAL
|
2124
|
+
T_PLUS = :PLUS
|
2125
|
+
T_PERCENT = :PERCENT
|
2126
|
+
T_CRLF = :CRLF
|
2127
|
+
T_EOF = :EOF
|
2128
|
+
T_TEXT = :TEXT
|
2129
|
+
|
2130
|
+
BEG_REGEXP = /\G(?:\
|
2131
|
+
(?# 1: SPACE )( +)|\
|
2132
|
+
(?# 2: NIL )(NIL)(?=[\x80-\xff(){ \x00-\x1f\x7f%*"\\\[\]+])|\
|
2133
|
+
(?# 3: NUMBER )(\d+)(?=[\x80-\xff(){ \x00-\x1f\x7f%*"\\\[\]+])|\
|
2134
|
+
(?# 4: ATOM )([^\x80-\xff(){ \x00-\x1f\x7f%*"\\\[\]+]+)|\
|
2135
|
+
(?# 5: QUOTED )"((?:[^\x00\r\n"\\]|\\["\\])*)"|\
|
2136
|
+
(?# 6: LPAR )(\()|\
|
2137
|
+
(?# 7: RPAR )(\))|\
|
2138
|
+
(?# 8: BSLASH )(\\)|\
|
2139
|
+
(?# 9: STAR )(\*)|\
|
2140
|
+
(?# 10: LBRA )(\[)|\
|
2141
|
+
(?# 11: RBRA )(\])|\
|
2142
|
+
(?# 12: LITERAL )\{(\d+)\}\r\n|\
|
2143
|
+
(?# 13: PLUS )(\+)|\
|
2144
|
+
(?# 14: PERCENT )(%)|\
|
2145
|
+
(?# 15: CRLF )(\r\n)|\
|
2146
|
+
(?# 16: EOF )(\z))/ni
|
2147
|
+
|
2148
|
+
DATA_REGEXP = /\G(?:\
|
2149
|
+
(?# 1: SPACE )( )|\
|
2150
|
+
(?# 2: NIL )(NIL)|\
|
2151
|
+
(?# 3: NUMBER )(\d+)|\
|
2152
|
+
(?# 4: QUOTED )"((?:[^\x00\r\n"\\]|\\["\\])*)"|\
|
2153
|
+
(?# 5: LITERAL )\{(\d+)\}\r\n|\
|
2154
|
+
(?# 6: LPAR )(\()|\
|
2155
|
+
(?# 7: RPAR )(\)))/ni
|
2156
|
+
|
2157
|
+
TEXT_REGEXP = /\G(?:\
|
2158
|
+
(?# 1: TEXT )([^\x00\r\n]*))/ni
|
2159
|
+
|
2160
|
+
RTEXT_REGEXP = /\G(?:\
|
2161
|
+
(?# 1: LBRA )(\[)|\
|
2162
|
+
(?# 2: TEXT )([^\x00\r\n]*))/ni
|
2163
|
+
|
2164
|
+
CTEXT_REGEXP = /\G(?:\
|
2165
|
+
(?# 1: TEXT )([^\x00\r\n\]]*))/ni
|
2166
|
+
|
2167
|
+
Token = Struct.new(:symbol, :value)
|
2168
|
+
|
2169
|
+
def response
|
2170
|
+
token = lookahead
|
2171
|
+
case token.symbol
|
2172
|
+
when T_PLUS
|
2173
|
+
result = continue_req
|
2174
|
+
when T_STAR
|
2175
|
+
result = response_untagged
|
2176
|
+
else
|
2177
|
+
result = response_tagged
|
2178
|
+
end
|
2179
|
+
match(T_CRLF)
|
2180
|
+
match(T_EOF)
|
2181
|
+
return result
|
2182
|
+
end
|
2183
|
+
|
2184
|
+
def continue_req
|
2185
|
+
match(T_PLUS)
|
2186
|
+
match(T_SPACE)
|
2187
|
+
return ContinuationRequest.new(resp_text, @str)
|
2188
|
+
end
|
2189
|
+
|
2190
|
+
def response_untagged
|
2191
|
+
match(T_STAR)
|
2192
|
+
match(T_SPACE)
|
2193
|
+
token = lookahead
|
2194
|
+
if token.symbol == T_NUMBER
|
2195
|
+
return numeric_response
|
2196
|
+
elsif token.symbol == T_ATOM
|
2197
|
+
case token.value
|
2198
|
+
when /\A(?:OK|NO|BAD|BYE|PREAUTH)\z/ni
|
2199
|
+
return response_cond
|
2200
|
+
when /\A(?:FLAGS)\z/ni
|
2201
|
+
return flags_response
|
2202
|
+
when /\A(?:LIST|LSUB|XLIST)\z/ni
|
2203
|
+
return list_response
|
2204
|
+
when /\A(?:QUOTA)\z/ni
|
2205
|
+
return getquota_response
|
2206
|
+
when /\A(?:QUOTAROOT)\z/ni
|
2207
|
+
return getquotaroot_response
|
2208
|
+
when /\A(?:ACL)\z/ni
|
2209
|
+
return getacl_response
|
2210
|
+
when /\A(?:SEARCH|SORT)\z/ni
|
2211
|
+
return search_response
|
2212
|
+
when /\A(?:THREAD)\z/ni
|
2213
|
+
return thread_response
|
2214
|
+
when /\A(?:STATUS)\z/ni
|
2215
|
+
return status_response
|
2216
|
+
when /\A(?:CAPABILITY)\z/ni
|
2217
|
+
return capability_response
|
2218
|
+
else
|
2219
|
+
return text_response
|
2220
|
+
end
|
2221
|
+
else
|
2222
|
+
parse_error("unexpected token %s", token.symbol)
|
2223
|
+
end
|
2224
|
+
end
|
2225
|
+
|
2226
|
+
def response_tagged
|
2227
|
+
tag = atom
|
2228
|
+
match(T_SPACE)
|
2229
|
+
token = match(T_ATOM)
|
2230
|
+
name = token.value.upcase
|
2231
|
+
match(T_SPACE)
|
2232
|
+
return TaggedResponse.new(tag, name, resp_text, @str)
|
2233
|
+
end
|
2234
|
+
|
2235
|
+
def response_cond
|
2236
|
+
token = match(T_ATOM)
|
2237
|
+
name = token.value.upcase
|
2238
|
+
match(T_SPACE)
|
2239
|
+
return UntaggedResponse.new(name, resp_text, @str)
|
2240
|
+
end
|
2241
|
+
|
2242
|
+
def numeric_response
|
2243
|
+
n = number
|
2244
|
+
match(T_SPACE)
|
2245
|
+
token = match(T_ATOM)
|
2246
|
+
name = token.value.upcase
|
2247
|
+
case name
|
2248
|
+
when "EXISTS", "RECENT", "EXPUNGE"
|
2249
|
+
return UntaggedResponse.new(name, n, @str)
|
2250
|
+
when "FETCH"
|
2251
|
+
shift_token
|
2252
|
+
match(T_SPACE)
|
2253
|
+
data = FetchData.new(n, msg_att(n))
|
2254
|
+
return UntaggedResponse.new(name, data, @str)
|
2255
|
+
end
|
2256
|
+
end
|
2257
|
+
|
2258
|
+
def msg_att(n)
|
2259
|
+
match(T_LPAR)
|
2260
|
+
attr = {}
|
2261
|
+
while true
|
2262
|
+
token = lookahead
|
2263
|
+
case token.symbol
|
2264
|
+
when T_RPAR
|
2265
|
+
shift_token
|
2266
|
+
break
|
2267
|
+
when T_SPACE
|
2268
|
+
shift_token
|
2269
|
+
next
|
2270
|
+
end
|
2271
|
+
case token.value
|
2272
|
+
when /\A(?:ENVELOPE)\z/ni
|
2273
|
+
name, val = envelope_data
|
2274
|
+
when /\A(?:FLAGS)\z/ni
|
2275
|
+
name, val = flags_data
|
2276
|
+
when /\A(?:INTERNALDATE)\z/ni
|
2277
|
+
name, val = internaldate_data
|
2278
|
+
when /\A(?:RFC822(?:\.HEADER|\.TEXT)?)\z/ni
|
2279
|
+
name, val = rfc822_text
|
2280
|
+
when /\A(?:RFC822\.SIZE)\z/ni
|
2281
|
+
name, val = rfc822_size
|
2282
|
+
when /\A(?:BODY(?:STRUCTURE)?)\z/ni
|
2283
|
+
name, val = body_data
|
2284
|
+
when /\A(?:UID)\z/ni
|
2285
|
+
name, val = uid_data
|
2286
|
+
else
|
2287
|
+
parse_error("unknown attribute `%s' for {%d}", token.value, n)
|
2288
|
+
end
|
2289
|
+
attr[name] = val
|
2290
|
+
end
|
2291
|
+
return attr
|
2292
|
+
end
|
2293
|
+
|
2294
|
+
def envelope_data
|
2295
|
+
token = match(T_ATOM)
|
2296
|
+
name = token.value.upcase
|
2297
|
+
match(T_SPACE)
|
2298
|
+
return name, envelope
|
2299
|
+
end
|
2300
|
+
|
2301
|
+
def envelope
|
2302
|
+
@lex_state = EXPR_DATA
|
2303
|
+
token = lookahead
|
2304
|
+
if token.symbol == T_NIL
|
2305
|
+
shift_token
|
2306
|
+
result = nil
|
2307
|
+
else
|
2308
|
+
match(T_LPAR)
|
2309
|
+
date = nstring
|
2310
|
+
match(T_SPACE)
|
2311
|
+
subject = nstring
|
2312
|
+
match(T_SPACE)
|
2313
|
+
from = address_list
|
2314
|
+
match(T_SPACE)
|
2315
|
+
sender = address_list
|
2316
|
+
match(T_SPACE)
|
2317
|
+
reply_to = address_list
|
2318
|
+
match(T_SPACE)
|
2319
|
+
to = address_list
|
2320
|
+
match(T_SPACE)
|
2321
|
+
cc = address_list
|
2322
|
+
match(T_SPACE)
|
2323
|
+
bcc = address_list
|
2324
|
+
match(T_SPACE)
|
2325
|
+
in_reply_to = nstring
|
2326
|
+
match(T_SPACE)
|
2327
|
+
message_id = nstring
|
2328
|
+
match(T_RPAR)
|
2329
|
+
result = Envelope.new(date, subject, from, sender, reply_to,
|
2330
|
+
to, cc, bcc, in_reply_to, message_id)
|
2331
|
+
end
|
2332
|
+
@lex_state = EXPR_BEG
|
2333
|
+
return result
|
2334
|
+
end
|
2335
|
+
|
2336
|
+
def flags_data
|
2337
|
+
token = match(T_ATOM)
|
2338
|
+
name = token.value.upcase
|
2339
|
+
match(T_SPACE)
|
2340
|
+
return name, flag_list
|
2341
|
+
end
|
2342
|
+
|
2343
|
+
def internaldate_data
|
2344
|
+
token = match(T_ATOM)
|
2345
|
+
name = token.value.upcase
|
2346
|
+
match(T_SPACE)
|
2347
|
+
token = match(T_QUOTED)
|
2348
|
+
return name, token.value
|
2349
|
+
end
|
2350
|
+
|
2351
|
+
def rfc822_text
|
2352
|
+
token = match(T_ATOM)
|
2353
|
+
name = token.value.upcase
|
2354
|
+
token = lookahead
|
2355
|
+
if token.symbol == T_LBRA
|
2356
|
+
shift_token
|
2357
|
+
match(T_RBRA)
|
2358
|
+
end
|
2359
|
+
match(T_SPACE)
|
2360
|
+
return name, nstring
|
2361
|
+
end
|
2362
|
+
|
2363
|
+
def rfc822_size
|
2364
|
+
token = match(T_ATOM)
|
2365
|
+
name = token.value.upcase
|
2366
|
+
match(T_SPACE)
|
2367
|
+
return name, number
|
2368
|
+
end
|
2369
|
+
|
2370
|
+
def body_data
|
2371
|
+
token = match(T_ATOM)
|
2372
|
+
name = token.value.upcase
|
2373
|
+
token = lookahead
|
2374
|
+
if token.symbol == T_SPACE
|
2375
|
+
shift_token
|
2376
|
+
return name, body
|
2377
|
+
end
|
2378
|
+
name.concat(section)
|
2379
|
+
token = lookahead
|
2380
|
+
if token.symbol == T_ATOM
|
2381
|
+
name.concat(token.value)
|
2382
|
+
shift_token
|
2383
|
+
end
|
2384
|
+
match(T_SPACE)
|
2385
|
+
data = nstring
|
2386
|
+
return name, data
|
2387
|
+
end
|
2388
|
+
|
2389
|
+
def body
|
2390
|
+
@lex_state = EXPR_DATA
|
2391
|
+
token = lookahead
|
2392
|
+
if token.symbol == T_NIL
|
2393
|
+
shift_token
|
2394
|
+
result = nil
|
2395
|
+
else
|
2396
|
+
match(T_LPAR)
|
2397
|
+
token = lookahead
|
2398
|
+
if token.symbol == T_LPAR
|
2399
|
+
result = body_type_mpart
|
2400
|
+
else
|
2401
|
+
result = body_type_1part
|
2402
|
+
end
|
2403
|
+
match(T_RPAR)
|
2404
|
+
end
|
2405
|
+
@lex_state = EXPR_BEG
|
2406
|
+
return result
|
2407
|
+
end
|
2408
|
+
|
2409
|
+
def body_type_1part
|
2410
|
+
token = lookahead
|
2411
|
+
case token.value
|
2412
|
+
when /\A(?:TEXT)\z/ni
|
2413
|
+
return body_type_text
|
2414
|
+
when /\A(?:MESSAGE)\z/ni
|
2415
|
+
return body_type_msg
|
2416
|
+
when /\A(?:ATTACHMENT)\z/ni
|
2417
|
+
return body_type_attachment
|
2418
|
+
when /\A(?:MIXED)\z/ni
|
2419
|
+
return body_type_mixed
|
2420
|
+
else
|
2421
|
+
return body_type_basic
|
2422
|
+
end
|
2423
|
+
end
|
2424
|
+
|
2425
|
+
def body_type_basic
|
2426
|
+
mtype, msubtype = media_type
|
2427
|
+
token = lookahead
|
2428
|
+
if token.symbol == T_RPAR
|
2429
|
+
return BodyTypeBasic.new(mtype, msubtype)
|
2430
|
+
end
|
2431
|
+
match(T_SPACE)
|
2432
|
+
param, content_id, desc, enc, size = body_fields
|
2433
|
+
md5, disposition, language, extension = body_ext_1part
|
2434
|
+
return BodyTypeBasic.new(mtype, msubtype,
|
2435
|
+
param, content_id,
|
2436
|
+
desc, enc, size,
|
2437
|
+
md5, disposition, language, extension)
|
2438
|
+
end
|
2439
|
+
|
2440
|
+
def body_type_text
|
2441
|
+
mtype, msubtype = media_type
|
2442
|
+
match(T_SPACE)
|
2443
|
+
param, content_id, desc, enc, size = body_fields
|
2444
|
+
match(T_SPACE)
|
2445
|
+
lines = number
|
2446
|
+
md5, disposition, language, extension = body_ext_1part
|
2447
|
+
return BodyTypeText.new(mtype, msubtype,
|
2448
|
+
param, content_id,
|
2449
|
+
desc, enc, size,
|
2450
|
+
lines,
|
2451
|
+
md5, disposition, language, extension)
|
2452
|
+
end
|
2453
|
+
|
2454
|
+
def body_type_msg
|
2455
|
+
mtype, msubtype = media_type
|
2456
|
+
match(T_SPACE)
|
2457
|
+
param, content_id, desc, enc, size = body_fields
|
2458
|
+
|
2459
|
+
token = lookahead
|
2460
|
+
if token.symbol == T_RPAR
|
2461
|
+
# If this is not message/rfc822, we shouldn't apply the RFC822
|
2462
|
+
# spec to it. We should handle anything other than
|
2463
|
+
# message/rfc822 using multipart extension data [rfc3501] (i.e.
|
2464
|
+
# the data itself won't be returned, we would have to retrieve it
|
2465
|
+
# with BODYSTRUCTURE instead of with BODY
|
2466
|
+
|
2467
|
+
# Also, sometimes a message/rfc822 is included as a large
|
2468
|
+
# attachment instead of having all of the other details
|
2469
|
+
# (e.g. attaching a .eml file to an email)
|
2470
|
+
if msubtype == "RFC822"
|
2471
|
+
return BodyTypeMessage.new(mtype, msubtype, param, content_id,
|
2472
|
+
desc, enc, size, nil, nil, nil, nil,
|
2473
|
+
nil, nil, nil)
|
2474
|
+
else
|
2475
|
+
return BodyTypeExtension.new(mtype, msubtype,
|
2476
|
+
param, content_id,
|
2477
|
+
desc, enc, size)
|
2478
|
+
end
|
2479
|
+
end
|
2480
|
+
|
2481
|
+
match(T_SPACE)
|
2482
|
+
env = envelope
|
2483
|
+
match(T_SPACE)
|
2484
|
+
b = body
|
2485
|
+
match(T_SPACE)
|
2486
|
+
lines = number
|
2487
|
+
md5, disposition, language, extension = body_ext_1part
|
2488
|
+
return BodyTypeMessage.new(mtype, msubtype,
|
2489
|
+
param, content_id,
|
2490
|
+
desc, enc, size,
|
2491
|
+
env, b, lines,
|
2492
|
+
md5, disposition, language, extension)
|
2493
|
+
end
|
2494
|
+
|
2495
|
+
def body_type_attachment
|
2496
|
+
mtype = case_insensitive_string
|
2497
|
+
match(T_SPACE)
|
2498
|
+
param = body_fld_param
|
2499
|
+
return BodyTypeAttachment.new(mtype, nil, param)
|
2500
|
+
end
|
2501
|
+
|
2502
|
+
def body_type_mixed
|
2503
|
+
mtype = "MULTIPART"
|
2504
|
+
msubtype = case_insensitive_string
|
2505
|
+
param, disposition, language, extension = body_ext_mpart
|
2506
|
+
return BodyTypeBasic.new(mtype, msubtype, param, nil, nil, nil, nil, nil, disposition, language, extension)
|
2507
|
+
end
|
2508
|
+
|
2509
|
+
def body_type_mpart
|
2510
|
+
parts = []
|
2511
|
+
while true
|
2512
|
+
token = lookahead
|
2513
|
+
if token.symbol == T_SPACE
|
2514
|
+
shift_token
|
2515
|
+
break
|
2516
|
+
end
|
2517
|
+
parts.push(body)
|
2518
|
+
end
|
2519
|
+
mtype = "MULTIPART"
|
2520
|
+
msubtype = case_insensitive_string
|
2521
|
+
param, disposition, language, extension = body_ext_mpart
|
2522
|
+
return BodyTypeMultipart.new(mtype, msubtype, parts,
|
2523
|
+
param, disposition, language,
|
2524
|
+
extension)
|
2525
|
+
end
|
2526
|
+
|
2527
|
+
def media_type
|
2528
|
+
mtype = case_insensitive_string
|
2529
|
+
token = lookahead
|
2530
|
+
if token.symbol != T_SPACE
|
2531
|
+
return mtype, nil
|
2532
|
+
end
|
2533
|
+
match(T_SPACE)
|
2534
|
+
msubtype = case_insensitive_string
|
2535
|
+
return mtype, msubtype
|
2536
|
+
end
|
2537
|
+
|
2538
|
+
def body_fields
|
2539
|
+
param = body_fld_param
|
2540
|
+
match(T_SPACE)
|
2541
|
+
content_id = nstring
|
2542
|
+
match(T_SPACE)
|
2543
|
+
desc = nstring
|
2544
|
+
match(T_SPACE)
|
2545
|
+
enc = case_insensitive_string
|
2546
|
+
match(T_SPACE)
|
2547
|
+
size = number
|
2548
|
+
return param, content_id, desc, enc, size
|
2549
|
+
end
|
2550
|
+
|
2551
|
+
def body_fld_param
|
2552
|
+
token = lookahead
|
2553
|
+
if token.symbol == T_NIL
|
2554
|
+
shift_token
|
2555
|
+
return nil
|
2556
|
+
end
|
2557
|
+
match(T_LPAR)
|
2558
|
+
param = {}
|
2559
|
+
while true
|
2560
|
+
token = lookahead
|
2561
|
+
case token.symbol
|
2562
|
+
when T_RPAR
|
2563
|
+
shift_token
|
2564
|
+
break
|
2565
|
+
when T_SPACE
|
2566
|
+
shift_token
|
2567
|
+
end
|
2568
|
+
name = case_insensitive_string
|
2569
|
+
match(T_SPACE)
|
2570
|
+
val = string
|
2571
|
+
param[name] = val
|
2572
|
+
end
|
2573
|
+
return param
|
2574
|
+
end
|
2575
|
+
|
2576
|
+
def body_ext_1part
|
2577
|
+
token = lookahead
|
2578
|
+
if token.symbol == T_SPACE
|
2579
|
+
shift_token
|
2580
|
+
else
|
2581
|
+
return nil
|
2582
|
+
end
|
2583
|
+
md5 = nstring
|
2584
|
+
|
2585
|
+
token = lookahead
|
2586
|
+
if token.symbol == T_SPACE
|
2587
|
+
shift_token
|
2588
|
+
else
|
2589
|
+
return md5
|
2590
|
+
end
|
2591
|
+
disposition = body_fld_dsp
|
2592
|
+
|
2593
|
+
token = lookahead
|
2594
|
+
if token.symbol == T_SPACE
|
2595
|
+
shift_token
|
2596
|
+
else
|
2597
|
+
return md5, disposition
|
2598
|
+
end
|
2599
|
+
language = body_fld_lang
|
2600
|
+
|
2601
|
+
token = lookahead
|
2602
|
+
if token.symbol == T_SPACE
|
2603
|
+
shift_token
|
2604
|
+
else
|
2605
|
+
return md5, disposition, language
|
2606
|
+
end
|
2607
|
+
|
2608
|
+
extension = body_extensions
|
2609
|
+
return md5, disposition, language, extension
|
2610
|
+
end
|
2611
|
+
|
2612
|
+
def body_ext_mpart
|
2613
|
+
token = lookahead
|
2614
|
+
if token.symbol == T_SPACE
|
2615
|
+
shift_token
|
2616
|
+
else
|
2617
|
+
return nil
|
2618
|
+
end
|
2619
|
+
param = body_fld_param
|
2620
|
+
|
2621
|
+
token = lookahead
|
2622
|
+
if token.symbol == T_SPACE
|
2623
|
+
shift_token
|
2624
|
+
else
|
2625
|
+
return param
|
2626
|
+
end
|
2627
|
+
disposition = body_fld_dsp
|
2628
|
+
match(T_SPACE)
|
2629
|
+
language = body_fld_lang
|
2630
|
+
|
2631
|
+
token = lookahead
|
2632
|
+
if token.symbol == T_SPACE
|
2633
|
+
shift_token
|
2634
|
+
else
|
2635
|
+
return param, disposition, language
|
2636
|
+
end
|
2637
|
+
|
2638
|
+
extension = body_extensions
|
2639
|
+
return param, disposition, language, extension
|
2640
|
+
end
|
2641
|
+
|
2642
|
+
def body_fld_dsp
|
2643
|
+
token = lookahead
|
2644
|
+
if token.symbol == T_NIL
|
2645
|
+
shift_token
|
2646
|
+
return nil
|
2647
|
+
end
|
2648
|
+
match(T_LPAR)
|
2649
|
+
dsp_type = case_insensitive_string
|
2650
|
+
match(T_SPACE)
|
2651
|
+
param = body_fld_param
|
2652
|
+
match(T_RPAR)
|
2653
|
+
return ContentDisposition.new(dsp_type, param)
|
2654
|
+
end
|
2655
|
+
|
2656
|
+
def body_fld_lang
|
2657
|
+
token = lookahead
|
2658
|
+
if token.symbol == T_LPAR
|
2659
|
+
shift_token
|
2660
|
+
result = []
|
2661
|
+
while true
|
2662
|
+
token = lookahead
|
2663
|
+
case token.symbol
|
2664
|
+
when T_RPAR
|
2665
|
+
shift_token
|
2666
|
+
return result
|
2667
|
+
when T_SPACE
|
2668
|
+
shift_token
|
2669
|
+
end
|
2670
|
+
result.push(case_insensitive_string)
|
2671
|
+
end
|
2672
|
+
else
|
2673
|
+
lang = nstring
|
2674
|
+
if lang
|
2675
|
+
return lang.upcase
|
2676
|
+
else
|
2677
|
+
return lang
|
2678
|
+
end
|
2679
|
+
end
|
2680
|
+
end
|
2681
|
+
|
2682
|
+
def body_extensions
|
2683
|
+
result = []
|
2684
|
+
while true
|
2685
|
+
token = lookahead
|
2686
|
+
case token.symbol
|
2687
|
+
when T_RPAR
|
2688
|
+
return result
|
2689
|
+
when T_SPACE
|
2690
|
+
shift_token
|
2691
|
+
end
|
2692
|
+
result.push(body_extension)
|
2693
|
+
end
|
2694
|
+
end
|
2695
|
+
|
2696
|
+
def body_extension
|
2697
|
+
token = lookahead
|
2698
|
+
case token.symbol
|
2699
|
+
when T_LPAR
|
2700
|
+
shift_token
|
2701
|
+
result = body_extensions
|
2702
|
+
match(T_RPAR)
|
2703
|
+
return result
|
2704
|
+
when T_NUMBER
|
2705
|
+
return number
|
2706
|
+
else
|
2707
|
+
return nstring
|
2708
|
+
end
|
2709
|
+
end
|
2710
|
+
|
2711
|
+
def section
|
2712
|
+
str = ""
|
2713
|
+
token = match(T_LBRA)
|
2714
|
+
str.concat(token.value)
|
2715
|
+
token = match(T_ATOM, T_NUMBER, T_RBRA)
|
2716
|
+
if token.symbol == T_RBRA
|
2717
|
+
str.concat(token.value)
|
2718
|
+
return str
|
2719
|
+
end
|
2720
|
+
str.concat(token.value)
|
2721
|
+
token = lookahead
|
2722
|
+
if token.symbol == T_SPACE
|
2723
|
+
shift_token
|
2724
|
+
str.concat(token.value)
|
2725
|
+
token = match(T_LPAR)
|
2726
|
+
str.concat(token.value)
|
2727
|
+
while true
|
2728
|
+
token = lookahead
|
2729
|
+
case token.symbol
|
2730
|
+
when T_RPAR
|
2731
|
+
str.concat(token.value)
|
2732
|
+
shift_token
|
2733
|
+
break
|
2734
|
+
when T_SPACE
|
2735
|
+
shift_token
|
2736
|
+
str.concat(token.value)
|
2737
|
+
end
|
2738
|
+
str.concat(format_string(astring))
|
2739
|
+
end
|
2740
|
+
end
|
2741
|
+
token = match(T_RBRA)
|
2742
|
+
str.concat(token.value)
|
2743
|
+
return str
|
2744
|
+
end
|
2745
|
+
|
2746
|
+
def format_string(str)
|
2747
|
+
case str
|
2748
|
+
when ""
|
2749
|
+
return '""'
|
2750
|
+
when /[\x80-\xff\r\n]/n
|
2751
|
+
# literal
|
2752
|
+
return "{" + str.bytesize.to_s + "}" + CRLF + str
|
2753
|
+
when /[(){ \x00-\x1f\x7f%*"\\]/n
|
2754
|
+
# quoted string
|
2755
|
+
return '"' + str.gsub(/["\\]/n, "\\\\\\&") + '"'
|
2756
|
+
else
|
2757
|
+
# atom
|
2758
|
+
return str
|
2759
|
+
end
|
2760
|
+
end
|
2761
|
+
|
2762
|
+
def uid_data
|
2763
|
+
token = match(T_ATOM)
|
2764
|
+
name = token.value.upcase
|
2765
|
+
match(T_SPACE)
|
2766
|
+
return name, number
|
2767
|
+
end
|
2768
|
+
|
2769
|
+
def text_response
|
2770
|
+
token = match(T_ATOM)
|
2771
|
+
name = token.value.upcase
|
2772
|
+
match(T_SPACE)
|
2773
|
+
@lex_state = EXPR_TEXT
|
2774
|
+
token = match(T_TEXT)
|
2775
|
+
@lex_state = EXPR_BEG
|
2776
|
+
return UntaggedResponse.new(name, token.value)
|
2777
|
+
end
|
2778
|
+
|
2779
|
+
def flags_response
|
2780
|
+
token = match(T_ATOM)
|
2781
|
+
name = token.value.upcase
|
2782
|
+
match(T_SPACE)
|
2783
|
+
return UntaggedResponse.new(name, flag_list, @str)
|
2784
|
+
end
|
2785
|
+
|
2786
|
+
def list_response
|
2787
|
+
token = match(T_ATOM)
|
2788
|
+
name = token.value.upcase
|
2789
|
+
match(T_SPACE)
|
2790
|
+
return UntaggedResponse.new(name, mailbox_list, @str)
|
2791
|
+
end
|
2792
|
+
|
2793
|
+
def mailbox_list
|
2794
|
+
attr = flag_list
|
2795
|
+
match(T_SPACE)
|
2796
|
+
token = match(T_QUOTED, T_NIL)
|
2797
|
+
if token.symbol == T_NIL
|
2798
|
+
delim = nil
|
2799
|
+
else
|
2800
|
+
delim = token.value
|
2801
|
+
end
|
2802
|
+
match(T_SPACE)
|
2803
|
+
name = astring
|
2804
|
+
return MailboxList.new(attr, delim, name)
|
2805
|
+
end
|
2806
|
+
|
2807
|
+
def getquota_response
|
2808
|
+
# If quota never established, get back
|
2809
|
+
# `NO Quota root does not exist'.
|
2810
|
+
# If quota removed, get `()' after the
|
2811
|
+
# folder spec with no mention of `STORAGE'.
|
2812
|
+
token = match(T_ATOM)
|
2813
|
+
name = token.value.upcase
|
2814
|
+
match(T_SPACE)
|
2815
|
+
mailbox = astring
|
2816
|
+
match(T_SPACE)
|
2817
|
+
match(T_LPAR)
|
2818
|
+
token = lookahead
|
2819
|
+
case token.symbol
|
2820
|
+
when T_RPAR
|
2821
|
+
shift_token
|
2822
|
+
data = MailboxQuota.new(mailbox, nil, nil)
|
2823
|
+
return UntaggedResponse.new(name, data, @str)
|
2824
|
+
when T_ATOM
|
2825
|
+
shift_token
|
2826
|
+
match(T_SPACE)
|
2827
|
+
token = match(T_NUMBER)
|
2828
|
+
usage = token.value
|
2829
|
+
match(T_SPACE)
|
2830
|
+
token = match(T_NUMBER)
|
2831
|
+
quota = token.value
|
2832
|
+
match(T_RPAR)
|
2833
|
+
data = MailboxQuota.new(mailbox, usage, quota)
|
2834
|
+
return UntaggedResponse.new(name, data, @str)
|
2835
|
+
else
|
2836
|
+
parse_error("unexpected token %s", token.symbol)
|
2837
|
+
end
|
2838
|
+
end
|
2839
|
+
|
2840
|
+
def getquotaroot_response
|
2841
|
+
# Similar to getquota, but only admin can use getquota.
|
2842
|
+
token = match(T_ATOM)
|
2843
|
+
name = token.value.upcase
|
2844
|
+
match(T_SPACE)
|
2845
|
+
mailbox = astring
|
2846
|
+
quotaroots = []
|
2847
|
+
while true
|
2848
|
+
token = lookahead
|
2849
|
+
break unless token.symbol == T_SPACE
|
2850
|
+
shift_token
|
2851
|
+
quotaroots.push(astring)
|
2852
|
+
end
|
2853
|
+
data = MailboxQuotaRoot.new(mailbox, quotaroots)
|
2854
|
+
return UntaggedResponse.new(name, data, @str)
|
2855
|
+
end
|
2856
|
+
|
2857
|
+
def getacl_response
|
2858
|
+
token = match(T_ATOM)
|
2859
|
+
name = token.value.upcase
|
2860
|
+
match(T_SPACE)
|
2861
|
+
mailbox = astring
|
2862
|
+
data = []
|
2863
|
+
token = lookahead
|
2864
|
+
if token.symbol == T_SPACE
|
2865
|
+
shift_token
|
2866
|
+
while true
|
2867
|
+
token = lookahead
|
2868
|
+
case token.symbol
|
2869
|
+
when T_CRLF
|
2870
|
+
break
|
2871
|
+
when T_SPACE
|
2872
|
+
shift_token
|
2873
|
+
end
|
2874
|
+
user = astring
|
2875
|
+
match(T_SPACE)
|
2876
|
+
rights = astring
|
2877
|
+
data.push(MailboxACLItem.new(user, rights, mailbox))
|
2878
|
+
end
|
2879
|
+
end
|
2880
|
+
return UntaggedResponse.new(name, data, @str)
|
2881
|
+
end
|
2882
|
+
|
2883
|
+
def search_response
|
2884
|
+
token = match(T_ATOM)
|
2885
|
+
name = token.value.upcase
|
2886
|
+
token = lookahead
|
2887
|
+
if token.symbol == T_SPACE
|
2888
|
+
shift_token
|
2889
|
+
data = []
|
2890
|
+
while true
|
2891
|
+
token = lookahead
|
2892
|
+
case token.symbol
|
2893
|
+
when T_CRLF
|
2894
|
+
break
|
2895
|
+
when T_SPACE
|
2896
|
+
shift_token
|
2897
|
+
when T_NUMBER
|
2898
|
+
data.push(number)
|
2899
|
+
when T_LPAR
|
2900
|
+
# TODO: include the MODSEQ value in a response
|
2901
|
+
shift_token
|
2902
|
+
match(T_ATOM)
|
2903
|
+
match(T_SPACE)
|
2904
|
+
match(T_NUMBER)
|
2905
|
+
match(T_RPAR)
|
2906
|
+
end
|
2907
|
+
end
|
2908
|
+
else
|
2909
|
+
data = []
|
2910
|
+
end
|
2911
|
+
return UntaggedResponse.new(name, data, @str)
|
2912
|
+
end
|
2913
|
+
|
2914
|
+
def thread_response
|
2915
|
+
token = match(T_ATOM)
|
2916
|
+
name = token.value.upcase
|
2917
|
+
token = lookahead
|
2918
|
+
|
2919
|
+
if token.symbol == T_SPACE
|
2920
|
+
threads = []
|
2921
|
+
|
2922
|
+
while true
|
2923
|
+
shift_token
|
2924
|
+
token = lookahead
|
2925
|
+
|
2926
|
+
case token.symbol
|
2927
|
+
when T_LPAR
|
2928
|
+
threads << thread_branch(token)
|
2929
|
+
when T_CRLF
|
2930
|
+
break
|
2931
|
+
end
|
2932
|
+
end
|
2933
|
+
else
|
2934
|
+
# no member
|
2935
|
+
threads = []
|
2936
|
+
end
|
2937
|
+
|
2938
|
+
return UntaggedResponse.new(name, threads, @str)
|
2939
|
+
end
|
2940
|
+
|
2941
|
+
def thread_branch(token)
|
2942
|
+
rootmember = nil
|
2943
|
+
lastmember = nil
|
2944
|
+
|
2945
|
+
while true
|
2946
|
+
shift_token # ignore first T_LPAR
|
2947
|
+
token = lookahead
|
2948
|
+
|
2949
|
+
case token.symbol
|
2950
|
+
when T_NUMBER
|
2951
|
+
# new member
|
2952
|
+
newmember = ThreadMember.new(number, [])
|
2953
|
+
if rootmember.nil?
|
2954
|
+
rootmember = newmember
|
2955
|
+
else
|
2956
|
+
lastmember.children << newmember
|
2957
|
+
end
|
2958
|
+
lastmember = newmember
|
2959
|
+
when T_SPACE
|
2960
|
+
# do nothing
|
2961
|
+
when T_LPAR
|
2962
|
+
if rootmember.nil?
|
2963
|
+
# dummy member
|
2964
|
+
lastmember = rootmember = ThreadMember.new(nil, [])
|
2965
|
+
end
|
2966
|
+
|
2967
|
+
lastmember.children << thread_branch(token)
|
2968
|
+
when T_RPAR
|
2969
|
+
break
|
2970
|
+
end
|
2971
|
+
end
|
2972
|
+
|
2973
|
+
return rootmember
|
2974
|
+
end
|
2975
|
+
|
2976
|
+
def status_response
|
2977
|
+
token = match(T_ATOM)
|
2978
|
+
name = token.value.upcase
|
2979
|
+
match(T_SPACE)
|
2980
|
+
mailbox = astring
|
2981
|
+
match(T_SPACE)
|
2982
|
+
match(T_LPAR)
|
2983
|
+
attr = {}
|
2984
|
+
while true
|
2985
|
+
token = lookahead
|
2986
|
+
case token.symbol
|
2987
|
+
when T_RPAR
|
2988
|
+
shift_token
|
2989
|
+
break
|
2990
|
+
when T_SPACE
|
2991
|
+
shift_token
|
2992
|
+
end
|
2993
|
+
token = match(T_ATOM)
|
2994
|
+
key = token.value.upcase
|
2995
|
+
match(T_SPACE)
|
2996
|
+
val = number
|
2997
|
+
attr[key] = val
|
2998
|
+
end
|
2999
|
+
data = StatusData.new(mailbox, attr)
|
3000
|
+
return UntaggedResponse.new(name, data, @str)
|
3001
|
+
end
|
3002
|
+
|
3003
|
+
def capability_response
|
3004
|
+
token = match(T_ATOM)
|
3005
|
+
name = token.value.upcase
|
3006
|
+
match(T_SPACE)
|
3007
|
+
data = []
|
3008
|
+
while true
|
3009
|
+
token = lookahead
|
3010
|
+
case token.symbol
|
3011
|
+
when T_CRLF
|
3012
|
+
break
|
3013
|
+
when T_SPACE
|
3014
|
+
shift_token
|
3015
|
+
next
|
3016
|
+
end
|
3017
|
+
data.push(atom.upcase)
|
3018
|
+
end
|
3019
|
+
return UntaggedResponse.new(name, data, @str)
|
3020
|
+
end
|
3021
|
+
|
3022
|
+
def resp_text
|
3023
|
+
@lex_state = EXPR_RTEXT
|
3024
|
+
token = lookahead
|
3025
|
+
if token.symbol == T_LBRA
|
3026
|
+
code = resp_text_code
|
3027
|
+
else
|
3028
|
+
code = nil
|
3029
|
+
end
|
3030
|
+
token = match(T_TEXT)
|
3031
|
+
@lex_state = EXPR_BEG
|
3032
|
+
return ResponseText.new(code, token.value)
|
3033
|
+
end
|
3034
|
+
|
3035
|
+
def resp_text_code
|
3036
|
+
@lex_state = EXPR_BEG
|
3037
|
+
match(T_LBRA)
|
3038
|
+
token = match(T_ATOM)
|
3039
|
+
name = token.value.upcase
|
3040
|
+
case name
|
3041
|
+
when /\A(?:ALERT|PARSE|READ-ONLY|READ-WRITE|TRYCREATE|NOMODSEQ)\z/n
|
3042
|
+
result = ResponseCode.new(name, nil)
|
3043
|
+
when /\A(?:PERMANENTFLAGS)\z/n
|
3044
|
+
match(T_SPACE)
|
3045
|
+
result = ResponseCode.new(name, flag_list)
|
3046
|
+
when /\A(?:UIDVALIDITY|UIDNEXT|UNSEEN)\z/n
|
3047
|
+
match(T_SPACE)
|
3048
|
+
result = ResponseCode.new(name, number)
|
3049
|
+
else
|
3050
|
+
token = lookahead
|
3051
|
+
if token.symbol == T_SPACE
|
3052
|
+
shift_token
|
3053
|
+
@lex_state = EXPR_CTEXT
|
3054
|
+
token = match(T_TEXT)
|
3055
|
+
@lex_state = EXPR_BEG
|
3056
|
+
result = ResponseCode.new(name, token.value)
|
3057
|
+
else
|
3058
|
+
result = ResponseCode.new(name, nil)
|
3059
|
+
end
|
3060
|
+
end
|
3061
|
+
match(T_RBRA)
|
3062
|
+
@lex_state = EXPR_RTEXT
|
3063
|
+
return result
|
3064
|
+
end
|
3065
|
+
|
3066
|
+
def address_list
|
3067
|
+
token = lookahead
|
3068
|
+
if token.symbol == T_NIL
|
3069
|
+
shift_token
|
3070
|
+
return nil
|
3071
|
+
else
|
3072
|
+
result = []
|
3073
|
+
match(T_LPAR)
|
3074
|
+
while true
|
3075
|
+
token = lookahead
|
3076
|
+
case token.symbol
|
3077
|
+
when T_RPAR
|
3078
|
+
shift_token
|
3079
|
+
break
|
3080
|
+
when T_SPACE
|
3081
|
+
shift_token
|
3082
|
+
end
|
3083
|
+
result.push(address)
|
3084
|
+
end
|
3085
|
+
return result
|
3086
|
+
end
|
3087
|
+
end
|
3088
|
+
|
3089
|
+
ADDRESS_REGEXP = /\G\
|
3090
|
+
(?# 1: NAME )(?:NIL|"((?:[^\x80-\xff\x00\r\n"\\]|\\["\\])*)") \
|
3091
|
+
(?# 2: ROUTE )(?:NIL|"((?:[^\x80-\xff\x00\r\n"\\]|\\["\\])*)") \
|
3092
|
+
(?# 3: MAILBOX )(?:NIL|"((?:[^\x80-\xff\x00\r\n"\\]|\\["\\])*)") \
|
3093
|
+
(?# 4: HOST )(?:NIL|"((?:[^\x80-\xff\x00\r\n"\\]|\\["\\])*)")\
|
3094
|
+
\)/ni
|
3095
|
+
|
3096
|
+
def address
|
3097
|
+
match(T_LPAR)
|
3098
|
+
if @str.index(ADDRESS_REGEXP, @pos)
|
3099
|
+
# address does not include literal.
|
3100
|
+
@pos = $~.end(0)
|
3101
|
+
name = $1
|
3102
|
+
route = $2
|
3103
|
+
mailbox = $3
|
3104
|
+
host = $4
|
3105
|
+
for s in [name, route, mailbox, host]
|
3106
|
+
if s
|
3107
|
+
s.gsub!(/\\(["\\])/n, "\\1")
|
3108
|
+
end
|
3109
|
+
end
|
3110
|
+
else
|
3111
|
+
name = nstring
|
3112
|
+
match(T_SPACE)
|
3113
|
+
route = nstring
|
3114
|
+
match(T_SPACE)
|
3115
|
+
mailbox = nstring
|
3116
|
+
match(T_SPACE)
|
3117
|
+
host = nstring
|
3118
|
+
match(T_RPAR)
|
3119
|
+
end
|
3120
|
+
return Address.new(name, route, mailbox, host)
|
3121
|
+
end
|
3122
|
+
|
3123
|
+
FLAG_REGEXP = /\
|
3124
|
+
(?# FLAG )\\([^\x80-\xff(){ \x00-\x1f\x7f%"\\]+)|\
|
3125
|
+
(?# ATOM )([^\x80-\xff(){ \x00-\x1f\x7f%*"\\]+)/n
|
3126
|
+
|
3127
|
+
def flag_list
|
3128
|
+
if @str.index(/\(([^)]*)\)/ni, @pos)
|
3129
|
+
@pos = $~.end(0)
|
3130
|
+
return $1.scan(FLAG_REGEXP).collect { |flag, atom|
|
3131
|
+
if atom
|
3132
|
+
atom
|
3133
|
+
else
|
3134
|
+
symbol = flag.capitalize.untaint.intern
|
3135
|
+
@flag_symbols[symbol] = true
|
3136
|
+
if @flag_symbols.length > IMAP.max_flag_count
|
3137
|
+
raise FlagCountError, "number of flag symbols exceeded"
|
3138
|
+
end
|
3139
|
+
symbol
|
3140
|
+
end
|
3141
|
+
}
|
3142
|
+
else
|
3143
|
+
parse_error("invalid flag list")
|
3144
|
+
end
|
3145
|
+
end
|
3146
|
+
|
3147
|
+
def nstring
|
3148
|
+
token = lookahead
|
3149
|
+
if token.symbol == T_NIL
|
3150
|
+
shift_token
|
3151
|
+
return nil
|
3152
|
+
else
|
3153
|
+
return string
|
3154
|
+
end
|
3155
|
+
end
|
3156
|
+
|
3157
|
+
def astring
|
3158
|
+
token = lookahead
|
3159
|
+
if string_token?(token)
|
3160
|
+
return string
|
3161
|
+
else
|
3162
|
+
return atom
|
3163
|
+
end
|
3164
|
+
end
|
3165
|
+
|
3166
|
+
def string
|
3167
|
+
token = lookahead
|
3168
|
+
if token.symbol == T_NIL
|
3169
|
+
shift_token
|
3170
|
+
return nil
|
3171
|
+
end
|
3172
|
+
token = match(T_QUOTED, T_LITERAL)
|
3173
|
+
return token.value
|
3174
|
+
end
|
3175
|
+
|
3176
|
+
STRING_TOKENS = [T_QUOTED, T_LITERAL, T_NIL]
|
3177
|
+
|
3178
|
+
def string_token?(token)
|
3179
|
+
return STRING_TOKENS.include?(token.symbol)
|
3180
|
+
end
|
3181
|
+
|
3182
|
+
def case_insensitive_string
|
3183
|
+
token = lookahead
|
3184
|
+
if token.symbol == T_NIL
|
3185
|
+
shift_token
|
3186
|
+
return nil
|
3187
|
+
end
|
3188
|
+
token = match(T_QUOTED, T_LITERAL)
|
3189
|
+
return token.value.upcase
|
3190
|
+
end
|
3191
|
+
|
3192
|
+
def atom
|
3193
|
+
result = ""
|
3194
|
+
while true
|
3195
|
+
token = lookahead
|
3196
|
+
if atom_token?(token)
|
3197
|
+
result.concat(token.value)
|
3198
|
+
shift_token
|
3199
|
+
else
|
3200
|
+
if result.empty?
|
3201
|
+
parse_error("unexpected token %s", token.symbol)
|
3202
|
+
else
|
3203
|
+
return result
|
3204
|
+
end
|
3205
|
+
end
|
3206
|
+
end
|
3207
|
+
end
|
3208
|
+
|
3209
|
+
ATOM_TOKENS = [
|
3210
|
+
T_ATOM,
|
3211
|
+
T_NUMBER,
|
3212
|
+
T_NIL,
|
3213
|
+
T_LBRA,
|
3214
|
+
T_RBRA,
|
3215
|
+
T_PLUS
|
3216
|
+
]
|
3217
|
+
|
3218
|
+
def atom_token?(token)
|
3219
|
+
return ATOM_TOKENS.include?(token.symbol)
|
3220
|
+
end
|
3221
|
+
|
3222
|
+
def number
|
3223
|
+
token = lookahead
|
3224
|
+
if token.symbol == T_NIL
|
3225
|
+
shift_token
|
3226
|
+
return nil
|
3227
|
+
end
|
3228
|
+
token = match(T_NUMBER)
|
3229
|
+
return token.value.to_i
|
3230
|
+
end
|
3231
|
+
|
3232
|
+
def nil_atom
|
3233
|
+
match(T_NIL)
|
3234
|
+
return nil
|
3235
|
+
end
|
3236
|
+
|
3237
|
+
def match(*args)
|
3238
|
+
token = lookahead
|
3239
|
+
unless args.include?(token.symbol)
|
3240
|
+
parse_error('unexpected token %s (expected %s)',
|
3241
|
+
token.symbol.id2name,
|
3242
|
+
args.collect {|i| i.id2name}.join(" or "))
|
3243
|
+
end
|
3244
|
+
shift_token
|
3245
|
+
return token
|
3246
|
+
end
|
3247
|
+
|
3248
|
+
def lookahead
|
3249
|
+
unless @token
|
3250
|
+
@token = next_token
|
3251
|
+
end
|
3252
|
+
return @token
|
3253
|
+
end
|
3254
|
+
|
3255
|
+
def shift_token
|
3256
|
+
@token = nil
|
3257
|
+
end
|
3258
|
+
|
3259
|
+
def next_token
|
3260
|
+
case @lex_state
|
3261
|
+
when EXPR_BEG
|
3262
|
+
if @str.index(BEG_REGEXP, @pos)
|
3263
|
+
@pos = $~.end(0)
|
3264
|
+
if $1
|
3265
|
+
return Token.new(T_SPACE, $+)
|
3266
|
+
elsif $2
|
3267
|
+
return Token.new(T_NIL, $+)
|
3268
|
+
elsif $3
|
3269
|
+
return Token.new(T_NUMBER, $+)
|
3270
|
+
elsif $4
|
3271
|
+
return Token.new(T_ATOM, $+)
|
3272
|
+
elsif $5
|
3273
|
+
return Token.new(T_QUOTED,
|
3274
|
+
$+.gsub(/\\(["\\])/n, "\\1"))
|
3275
|
+
elsif $6
|
3276
|
+
return Token.new(T_LPAR, $+)
|
3277
|
+
elsif $7
|
3278
|
+
return Token.new(T_RPAR, $+)
|
3279
|
+
elsif $8
|
3280
|
+
return Token.new(T_BSLASH, $+)
|
3281
|
+
elsif $9
|
3282
|
+
return Token.new(T_STAR, $+)
|
3283
|
+
elsif $10
|
3284
|
+
return Token.new(T_LBRA, $+)
|
3285
|
+
elsif $11
|
3286
|
+
return Token.new(T_RBRA, $+)
|
3287
|
+
elsif $12
|
3288
|
+
len = $+.to_i
|
3289
|
+
val = @str[@pos, len]
|
3290
|
+
@pos += len
|
3291
|
+
return Token.new(T_LITERAL, val)
|
3292
|
+
elsif $13
|
3293
|
+
return Token.new(T_PLUS, $+)
|
3294
|
+
elsif $14
|
3295
|
+
return Token.new(T_PERCENT, $+)
|
3296
|
+
elsif $15
|
3297
|
+
return Token.new(T_CRLF, $+)
|
3298
|
+
elsif $16
|
3299
|
+
return Token.new(T_EOF, $+)
|
3300
|
+
else
|
3301
|
+
parse_error("[Net::IMAP BUG] BEG_REGEXP is invalid")
|
3302
|
+
end
|
3303
|
+
else
|
3304
|
+
@str.index(/\S*/n, @pos)
|
3305
|
+
parse_error("unknown token - %s", $&.dump)
|
3306
|
+
end
|
3307
|
+
when EXPR_DATA
|
3308
|
+
if @str.index(DATA_REGEXP, @pos)
|
3309
|
+
@pos = $~.end(0)
|
3310
|
+
if $1
|
3311
|
+
return Token.new(T_SPACE, $+)
|
3312
|
+
elsif $2
|
3313
|
+
return Token.new(T_NIL, $+)
|
3314
|
+
elsif $3
|
3315
|
+
return Token.new(T_NUMBER, $+)
|
3316
|
+
elsif $4
|
3317
|
+
return Token.new(T_QUOTED,
|
3318
|
+
$+.gsub(/\\(["\\])/n, "\\1"))
|
3319
|
+
elsif $5
|
3320
|
+
len = $+.to_i
|
3321
|
+
val = @str[@pos, len]
|
3322
|
+
@pos += len
|
3323
|
+
return Token.new(T_LITERAL, val)
|
3324
|
+
elsif $6
|
3325
|
+
return Token.new(T_LPAR, $+)
|
3326
|
+
elsif $7
|
3327
|
+
return Token.new(T_RPAR, $+)
|
3328
|
+
else
|
3329
|
+
parse_error("[Net::IMAP BUG] DATA_REGEXP is invalid")
|
3330
|
+
end
|
3331
|
+
else
|
3332
|
+
@str.index(/\S*/n, @pos)
|
3333
|
+
parse_error("unknown token - %s", $&.dump)
|
3334
|
+
end
|
3335
|
+
when EXPR_TEXT
|
3336
|
+
if @str.index(TEXT_REGEXP, @pos)
|
3337
|
+
@pos = $~.end(0)
|
3338
|
+
if $1
|
3339
|
+
return Token.new(T_TEXT, $+)
|
3340
|
+
else
|
3341
|
+
parse_error("[Net::IMAP BUG] TEXT_REGEXP is invalid")
|
3342
|
+
end
|
3343
|
+
else
|
3344
|
+
@str.index(/\S*/n, @pos)
|
3345
|
+
parse_error("unknown token - %s", $&.dump)
|
3346
|
+
end
|
3347
|
+
when EXPR_RTEXT
|
3348
|
+
if @str.index(RTEXT_REGEXP, @pos)
|
3349
|
+
@pos = $~.end(0)
|
3350
|
+
if $1
|
3351
|
+
return Token.new(T_LBRA, $+)
|
3352
|
+
elsif $2
|
3353
|
+
return Token.new(T_TEXT, $+)
|
3354
|
+
else
|
3355
|
+
parse_error("[Net::IMAP BUG] RTEXT_REGEXP is invalid")
|
3356
|
+
end
|
3357
|
+
else
|
3358
|
+
@str.index(/\S*/n, @pos)
|
3359
|
+
parse_error("unknown token - %s", $&.dump)
|
3360
|
+
end
|
3361
|
+
when EXPR_CTEXT
|
3362
|
+
if @str.index(CTEXT_REGEXP, @pos)
|
3363
|
+
@pos = $~.end(0)
|
3364
|
+
if $1
|
3365
|
+
return Token.new(T_TEXT, $+)
|
3366
|
+
else
|
3367
|
+
parse_error("[Net::IMAP BUG] CTEXT_REGEXP is invalid")
|
3368
|
+
end
|
3369
|
+
else
|
3370
|
+
@str.index(/\S*/n, @pos) #/
|
3371
|
+
parse_error("unknown token - %s", $&.dump)
|
3372
|
+
end
|
3373
|
+
else
|
3374
|
+
parse_error("invalid @lex_state - %s", @lex_state.inspect)
|
3375
|
+
end
|
3376
|
+
end
|
3377
|
+
|
3378
|
+
def parse_error(fmt, *args)
|
3379
|
+
if IMAP.debug
|
3380
|
+
$stderr.printf("@str: %s\n", @str.dump)
|
3381
|
+
$stderr.printf("@pos: %d\n", @pos)
|
3382
|
+
$stderr.printf("@lex_state: %s\n", @lex_state)
|
3383
|
+
if @token
|
3384
|
+
$stderr.printf("@token.symbol: %s\n", @token.symbol)
|
3385
|
+
$stderr.printf("@token.value: %s\n", @token.value.inspect)
|
3386
|
+
end
|
3387
|
+
end
|
3388
|
+
raise ResponseParseError, format(fmt, *args)
|
3389
|
+
end
|
3390
|
+
end
|
3391
|
+
|
3392
|
+
# Authenticator for the "LOGIN" authentication type. See
|
3393
|
+
# #authenticate().
|
3394
|
+
class LoginAuthenticator
|
3395
|
+
def process(data)
|
3396
|
+
case @state
|
3397
|
+
when STATE_USER
|
3398
|
+
@state = STATE_PASSWORD
|
3399
|
+
return @user
|
3400
|
+
when STATE_PASSWORD
|
3401
|
+
return @password
|
3402
|
+
end
|
3403
|
+
end
|
3404
|
+
|
3405
|
+
private
|
3406
|
+
|
3407
|
+
STATE_USER = :USER
|
3408
|
+
STATE_PASSWORD = :PASSWORD
|
3409
|
+
|
3410
|
+
def initialize(user, password)
|
3411
|
+
@user = user
|
3412
|
+
@password = password
|
3413
|
+
@state = STATE_USER
|
3414
|
+
end
|
3415
|
+
end
|
3416
|
+
add_authenticator "LOGIN", LoginAuthenticator
|
3417
|
+
|
3418
|
+
# Authenticator for the "PLAIN" authentication type. See
|
3419
|
+
# #authenticate().
|
3420
|
+
class PlainAuthenticator
|
3421
|
+
def process(data)
|
3422
|
+
return "\0#{@user}\0#{@password}"
|
3423
|
+
end
|
3424
|
+
|
3425
|
+
private
|
3426
|
+
|
3427
|
+
def initialize(user, password)
|
3428
|
+
@user = user
|
3429
|
+
@password = password
|
3430
|
+
end
|
3431
|
+
end
|
3432
|
+
add_authenticator "PLAIN", PlainAuthenticator
|
3433
|
+
|
3434
|
+
# Authenticator for the "CRAM-MD5" authentication type. See
|
3435
|
+
# #authenticate().
|
3436
|
+
class CramMD5Authenticator
|
3437
|
+
def process(challenge)
|
3438
|
+
digest = hmac_md5(challenge, @password)
|
3439
|
+
return @user + " " + digest
|
3440
|
+
end
|
3441
|
+
|
3442
|
+
private
|
3443
|
+
|
3444
|
+
def initialize(user, password)
|
3445
|
+
@user = user
|
3446
|
+
@password = password
|
3447
|
+
end
|
3448
|
+
|
3449
|
+
def hmac_md5(text, key)
|
3450
|
+
if key.length > 64
|
3451
|
+
key = Digest::MD5.digest(key)
|
3452
|
+
end
|
3453
|
+
|
3454
|
+
k_ipad = key + "\0" * (64 - key.length)
|
3455
|
+
k_opad = key + "\0" * (64 - key.length)
|
3456
|
+
for i in 0..63
|
3457
|
+
k_ipad[i] = (k_ipad[i].ord ^ 0x36).chr
|
3458
|
+
k_opad[i] = (k_opad[i].ord ^ 0x5c).chr
|
3459
|
+
end
|
3460
|
+
|
3461
|
+
digest = Digest::MD5.digest(k_ipad + text)
|
3462
|
+
|
3463
|
+
return Digest::MD5.hexdigest(k_opad + digest)
|
3464
|
+
end
|
3465
|
+
end
|
3466
|
+
add_authenticator "CRAM-MD5", CramMD5Authenticator
|
3467
|
+
|
3468
|
+
# Authenticator for the "DIGEST-MD5" authentication type. See
|
3469
|
+
# #authenticate().
|
3470
|
+
class DigestMD5Authenticator
|
3471
|
+
def process(challenge)
|
3472
|
+
case @stage
|
3473
|
+
when STAGE_ONE
|
3474
|
+
@stage = STAGE_TWO
|
3475
|
+
sparams = {}
|
3476
|
+
c = StringScanner.new(challenge)
|
3477
|
+
while c.scan(/(?:\s*,)?\s*(\w+)=("(?:[^\\"]+|\\.)*"|[^,]+)\s*/)
|
3478
|
+
k, v = c[1], c[2]
|
3479
|
+
if v =~ /^"(.*)"$/
|
3480
|
+
v = $1
|
3481
|
+
if v =~ /,/
|
3482
|
+
v = v.split(',')
|
3483
|
+
end
|
3484
|
+
end
|
3485
|
+
sparams[k] = v
|
3486
|
+
end
|
3487
|
+
|
3488
|
+
raise DataFormatError, "Bad Challenge: '#{challenge}'" unless c.rest.size == 0
|
3489
|
+
raise Error, "Server does not support auth (qop = #{sparams['qop'].join(',')})" unless sparams['qop'].include?("auth")
|
3490
|
+
|
3491
|
+
response = {
|
3492
|
+
:nonce => sparams['nonce'],
|
3493
|
+
:username => @user,
|
3494
|
+
:realm => sparams['realm'],
|
3495
|
+
:cnonce => Digest::MD5.hexdigest("%.15f:%.15f:%d" % [Time.now.to_f, rand, Process.pid.to_s]),
|
3496
|
+
:'digest-uri' => 'imap/' + sparams['realm'],
|
3497
|
+
:qop => 'auth',
|
3498
|
+
:maxbuf => 65535,
|
3499
|
+
:nc => "%08d" % nc(sparams['nonce']),
|
3500
|
+
:charset => sparams['charset'],
|
3501
|
+
}
|
3502
|
+
|
3503
|
+
response[:authzid] = @authname unless @authname.nil?
|
3504
|
+
|
3505
|
+
# now, the real thing
|
3506
|
+
a0 = Digest::MD5.digest( [ response.values_at(:username, :realm), @password ].join(':') )
|
3507
|
+
|
3508
|
+
a1 = [ a0, response.values_at(:nonce,:cnonce) ].join(':')
|
3509
|
+
a1 << ':' + response[:authzid] unless response[:authzid].nil?
|
3510
|
+
|
3511
|
+
a2 = "AUTHENTICATE:" + response[:'digest-uri']
|
3512
|
+
a2 << ":00000000000000000000000000000000" if response[:qop] and response[:qop] =~ /^auth-(?:conf|int)$/
|
3513
|
+
|
3514
|
+
response[:response] = Digest::MD5.hexdigest(
|
3515
|
+
[
|
3516
|
+
Digest::MD5.hexdigest(a1),
|
3517
|
+
response.values_at(:nonce, :nc, :cnonce, :qop),
|
3518
|
+
Digest::MD5.hexdigest(a2)
|
3519
|
+
].join(':')
|
3520
|
+
)
|
3521
|
+
|
3522
|
+
return response.keys.map {|key| qdval(key.to_s, response[key]) }.join(',')
|
3523
|
+
when STAGE_TWO
|
3524
|
+
@stage = nil
|
3525
|
+
# if at the second stage, return an empty string
|
3526
|
+
if challenge =~ /rspauth=/
|
3527
|
+
return ''
|
3528
|
+
else
|
3529
|
+
raise ResponseParseError, challenge
|
3530
|
+
end
|
3531
|
+
else
|
3532
|
+
raise ResponseParseError, challenge
|
3533
|
+
end
|
3534
|
+
end
|
3535
|
+
|
3536
|
+
def initialize(user, password, authname = nil)
|
3537
|
+
@user, @password, @authname = user, password, authname
|
3538
|
+
@nc, @stage = {}, STAGE_ONE
|
3539
|
+
end
|
3540
|
+
|
3541
|
+
private
|
3542
|
+
|
3543
|
+
STAGE_ONE = :stage_one
|
3544
|
+
STAGE_TWO = :stage_two
|
3545
|
+
|
3546
|
+
def nc(nonce)
|
3547
|
+
if @nc.has_key? nonce
|
3548
|
+
@nc[nonce] = @nc[nonce] + 1
|
3549
|
+
else
|
3550
|
+
@nc[nonce] = 1
|
3551
|
+
end
|
3552
|
+
return @nc[nonce]
|
3553
|
+
end
|
3554
|
+
|
3555
|
+
# some responses need quoting
|
3556
|
+
def qdval(k, v)
|
3557
|
+
return if k.nil? or v.nil?
|
3558
|
+
if %w"username authzid realm nonce cnonce digest-uri qop".include? k
|
3559
|
+
v.gsub!(/([\\"])/, "\\\1")
|
3560
|
+
return '%s="%s"' % [k, v]
|
3561
|
+
else
|
3562
|
+
return '%s=%s' % [k, v]
|
3563
|
+
end
|
3564
|
+
end
|
3565
|
+
end
|
3566
|
+
add_authenticator "DIGEST-MD5", DigestMD5Authenticator
|
3567
|
+
|
3568
|
+
# Superclass of IMAP errors.
|
3569
|
+
class Error < StandardError
|
3570
|
+
end
|
3571
|
+
|
3572
|
+
# Error raised when data is in the incorrect format.
|
3573
|
+
class DataFormatError < Error
|
3574
|
+
end
|
3575
|
+
|
3576
|
+
# Error raised when a response from the server is non-parseable.
|
3577
|
+
class ResponseParseError < Error
|
3578
|
+
end
|
3579
|
+
|
3580
|
+
# Superclass of all errors used to encapsulate "fail" responses
|
3581
|
+
# from the server.
|
3582
|
+
class ResponseError < Error
|
3583
|
+
|
3584
|
+
# The response that caused this error
|
3585
|
+
attr_accessor :response
|
3586
|
+
|
3587
|
+
def initialize(response)
|
3588
|
+
@response = response
|
3589
|
+
|
3590
|
+
super @response.data.text
|
3591
|
+
end
|
3592
|
+
|
3593
|
+
end
|
3594
|
+
|
3595
|
+
# Error raised upon a "NO" response from the server, indicating
|
3596
|
+
# that the client command could not be completed successfully.
|
3597
|
+
class NoResponseError < ResponseError
|
3598
|
+
end
|
3599
|
+
|
3600
|
+
# Error raised upon a "BAD" response from the server, indicating
|
3601
|
+
# that the client command violated the IMAP protocol, or an internal
|
3602
|
+
# server failure has occurred.
|
3603
|
+
class BadResponseError < ResponseError
|
3604
|
+
end
|
3605
|
+
|
3606
|
+
# Error raised upon a "BYE" response from the server, indicating
|
3607
|
+
# that the client is not being allowed to login, or has been timed
|
3608
|
+
# out due to inactivity.
|
3609
|
+
class ByeResponseError < ResponseError
|
3610
|
+
end
|
3611
|
+
|
3612
|
+
# Error raised when too many flags are interned to symbols.
|
3613
|
+
class FlagCountError < Error
|
3614
|
+
end
|
3615
|
+
end
|
3616
|
+
end
|