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.
Files changed (3460) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-gemset +1 -0
  3. data/.ruby-version +1 -0
  4. data/Rakefile +11 -0
  5. data/docs/creating_an_adapter.md +34 -0
  6. data/docs/getting_started.md +89 -0
  7. data/docs/usage.md +5 -0
  8. data/lib/generators/second_step/install/install_generator.rb +40 -0
  9. data/lib/generators/second_step/install/templates/README +6 -0
  10. data/lib/generators/second_step/install/templates/initializer.rb.erb +137 -0
  11. data/lib/generators/second_step/install/templates/secondstep.rake +1 -0
  12. data/lib/generators/second_step/migration/USAGE +1 -0
  13. data/lib/generators/second_step/migration/migration_generator.rb +14 -0
  14. data/lib/generators/second_step/migration/templates/migration.rb +19 -0
  15. data/lib/generators/second_step/user_relationship_generator.rb +14 -0
  16. data/lib/second_step.rb +20 -0
  17. data/lib/second_step/active_record_adapter.rb +4 -0
  18. data/lib/second_step/active_record_adapter/application_user.rb +12 -0
  19. data/lib/second_step/active_record_adapter/application_user_link.rb +11 -0
  20. data/lib/second_step/api_requests/application_user_request.rb +33 -0
  21. data/lib/second_step/api_requests/request.rb +45 -0
  22. data/lib/second_step/config.rb +114 -0
  23. data/lib/second_step/logo.png.icns +0 -0
  24. data/lib/second_step/mac_os_notify.rb +113 -0
  25. data/lib/second_step/memory_adapter.rb +4 -0
  26. data/lib/second_step/memory_adapter/application_user.rb +26 -0
  27. data/lib/second_step/memory_adapter/application_user_link.rb +26 -0
  28. data/lib/second_step/models/application_user.rb +12 -0
  29. data/lib/second_step/models/application_user_link.rb +188 -0
  30. data/lib/second_step/second_step_error.rb +12 -0
  31. data/lib/second_step/tasks.rb +7 -0
  32. data/lib/second_step/version.rb +3 -0
  33. data/lib/tasks/second_step.rake +1 -0
  34. data/packaging/traveling-ruby-20150715-2.2.2-osx.tar.gz +0 -0
  35. data/second_step.gemspec +4 -2
  36. data/secondstep-notify-1.0.0-osx/lib/app/mac_os_notify.rb +5 -0
  37. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/bundle +23 -0
  38. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/bundler +23 -0
  39. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/gem +25 -0
  40. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/irb +11 -0
  41. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/nokogiri +23 -0
  42. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/posix-spawn-benchmark +23 -0
  43. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/puma +23 -0
  44. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/pumactl +23 -0
  45. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/rackup +23 -0
  46. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/rake +33 -0
  47. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/redcarpet +23 -0
  48. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/redcloth +23 -0
  49. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/ruby +0 -0
  50. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/thin +23 -0
  51. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/unicorn +23 -0
  52. data/secondstep-notify-1.0.0-osx/lib/ruby/bin.real/unicorn_rails +23 -0
  53. data/secondstep-notify-1.0.0-osx/lib/ruby/bin/bundle +6 -0
  54. data/secondstep-notify-1.0.0-osx/lib/ruby/bin/bundler +6 -0
  55. data/secondstep-notify-1.0.0-osx/lib/ruby/bin/gem +6 -0
  56. data/secondstep-notify-1.0.0-osx/lib/ruby/bin/irb +6 -0
  57. data/secondstep-notify-1.0.0-osx/lib/ruby/bin/rackup +23 -0
  58. data/secondstep-notify-1.0.0-osx/lib/ruby/bin/rake +6 -0
  59. data/secondstep-notify-1.0.0-osx/lib/ruby/bin/ruby +6 -0
  60. data/secondstep-notify-1.0.0-osx/lib/ruby/bin/ruby_environment +33 -0
  61. data/secondstep-notify-1.0.0-osx/lib/ruby/bin/terminal-notifier +23 -0
  62. data/secondstep-notify-1.0.0-osx/lib/ruby/info/GEM_EXTENSION_API_VERSION +1 -0
  63. data/secondstep-notify-1.0.0-osx/lib/ruby/info/GEM_PLATFORM +1 -0
  64. data/secondstep-notify-1.0.0-osx/lib/ruby/info/RUBY_ARCH +1 -0
  65. data/secondstep-notify-1.0.0-osx/lib/ruby/info/RUBY_COMPAT_VERSION +1 -0
  66. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ca-bundle.crt +13885 -0
  67. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libcrypto.1.0.0.dylib +0 -0
  68. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libcrypto.dylib +1 -0
  69. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libedit.0.dylib +0 -0
  70. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libedit.dylib +1 -0
  71. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libffi.6.dylib +0 -0
  72. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libffi.dylib +1 -0
  73. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libgmp.10.dylib +0 -0
  74. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libgmp.dylib +1 -0
  75. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/liblzma.5.dylib +0 -0
  76. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/liblzma.dylib +1 -0
  77. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libncurses.5.dylib +0 -0
  78. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libncurses.dylib +1 -0
  79. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libreadline.dylib +1 -0
  80. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libssl.1.0.0.dylib +0 -0
  81. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libssl.dylib +1 -0
  82. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libtermcap.dylib +1 -0
  83. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libyaml-0.2.dylib +0 -0
  84. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/libyaml.dylib +1 -0
  85. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/restore_environment.rb +17 -0
  86. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/English.rb +185 -0
  87. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/abbrev.rb +131 -0
  88. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/base64.rb +91 -0
  89. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/benchmark.rb +557 -0
  90. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/jacobian.rb +87 -0
  91. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/ludcmp.rb +88 -0
  92. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/math.rb +231 -0
  93. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/newton.rb +79 -0
  94. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/bigdecimal/util.rb +127 -0
  95. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi.rb +295 -0
  96. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/cookie.rb +170 -0
  97. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/core.rb +880 -0
  98. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/html.rb +1034 -0
  99. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/session.rb +531 -0
  100. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/session/pstore.rb +100 -0
  101. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cgi/util.rb +194 -0
  102. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/cmath.rb +400 -0
  103. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/csv.rb +2341 -0
  104. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/date.rb +60 -0
  105. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/debug.rb +1087 -0
  106. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/delegate.rb +417 -0
  107. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/digest.rb +108 -0
  108. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/digest/sha2.rb +107 -0
  109. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb.rb +2 -0
  110. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/acl.rb +232 -0
  111. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/drb.rb +1864 -0
  112. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/eq.rb +14 -0
  113. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/extserv.rb +43 -0
  114. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/extservm.rb +93 -0
  115. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/gw.rb +160 -0
  116. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/invokemethod.rb +34 -0
  117. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/observer.rb +25 -0
  118. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/ssl.rb +345 -0
  119. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/timeridconv.rb +101 -0
  120. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/drb/unix.rb +117 -0
  121. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/e2mmap.rb +172 -0
  122. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/erb.rb +1022 -0
  123. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/expect.rb +71 -0
  124. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle.rb +55 -0
  125. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/closure.rb +48 -0
  126. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/cparser.rb +176 -0
  127. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/function.rb +17 -0
  128. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/import.rb +314 -0
  129. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/pack.rb +128 -0
  130. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/struct.rb +243 -0
  131. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/types.rb +71 -0
  132. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fiddle/value.rb +112 -0
  133. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/fileutils.rb +1761 -0
  134. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/find.rb +88 -0
  135. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/forwardable.rb +289 -0
  136. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/getoptlong.rb +612 -0
  137. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/io/console/size.rb +22 -0
  138. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ipaddr.rb +658 -0
  139. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb.rb +703 -0
  140. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/chws.rb +33 -0
  141. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/fork.rb +38 -0
  142. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/help.rb +41 -0
  143. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/load.rb +66 -0
  144. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/nop.rb +38 -0
  145. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/pushws.rb +40 -0
  146. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/cmd/subirb.rb +42 -0
  147. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/completion.rb +227 -0
  148. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/context.rb +419 -0
  149. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/change-ws.rb +45 -0
  150. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/history.rb +118 -0
  151. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/loader.rb +128 -0
  152. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/math-mode.rb +47 -0
  153. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/multi-irb.rb +265 -0
  154. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/save-history.rb +103 -0
  155. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/tracer.rb +71 -0
  156. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/use-loader.rb +73 -0
  157. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ext/workspaces.rb +66 -0
  158. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/extend-command.rb +308 -0
  159. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/frame.rb +80 -0
  160. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/help.rb +36 -0
  161. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/init.rb +304 -0
  162. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/input-method.rb +191 -0
  163. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/inspector.rb +131 -0
  164. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/error.rb +31 -0
  165. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/help-message +50 -0
  166. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/ja/encoding_aliases.rb +10 -0
  167. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/ja/error.rb +30 -0
  168. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/lc/ja/help-message +53 -0
  169. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/locale.rb +181 -0
  170. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/magic-file.rb +37 -0
  171. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/notifier.rb +231 -0
  172. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/output-method.rb +91 -0
  173. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ruby-lex.rb +1170 -0
  174. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ruby-token.rb +266 -0
  175. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/slex.rb +281 -0
  176. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/src_encoding.rb +4 -0
  177. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/version.rb +15 -0
  178. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/workspace.rb +114 -0
  179. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/ws-for-case-2.rb +14 -0
  180. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/irb/xmp.rb +169 -0
  181. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json.rb +62 -0
  182. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/bigdecimal.rb +28 -0
  183. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/complex.rb +22 -0
  184. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/core.rb +11 -0
  185. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/date.rb +34 -0
  186. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/date_time.rb +50 -0
  187. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/exception.rb +31 -0
  188. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/ostruct.rb +31 -0
  189. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/range.rb +29 -0
  190. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/rational.rb +22 -0
  191. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/regexp.rb +30 -0
  192. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/struct.rb +30 -0
  193. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/symbol.rb +25 -0
  194. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/time.rb +38 -0
  195. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/common.rb +484 -0
  196. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/ext.rb +21 -0
  197. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/generic_object.rb +70 -0
  198. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/version.rb +8 -0
  199. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/kconv.rb +282 -0
  200. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/logger.rb +737 -0
  201. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/mathn.rb +191 -0
  202. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/matrix.rb +2161 -0
  203. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/matrix/eigenvalue_decomposition.rb +882 -0
  204. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/matrix/lup_decomposition.rb +218 -0
  205. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/mkmf.rb +2677 -0
  206. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/monitor.rb +300 -0
  207. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/mutex_m.rb +111 -0
  208. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/ftp.rb +1126 -0
  209. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http.rb +1559 -0
  210. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/backward.rb +25 -0
  211. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/exceptions.rb +25 -0
  212. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/generic_request.rb +332 -0
  213. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/header.rb +452 -0
  214. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/proxy_delta.rb +16 -0
  215. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/request.rb +20 -0
  216. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/requests.rb +122 -0
  217. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/response.rb +414 -0
  218. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/http/responses.rb +273 -0
  219. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/https.rb +22 -0
  220. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/imap.rb +3616 -0
  221. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/pop.rb +1021 -0
  222. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/protocol.rb +420 -0
  223. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/smtp.rb +1073 -0
  224. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/net/telnet.rb +763 -0
  225. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/observer.rb +203 -0
  226. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/open-uri.rb +801 -0
  227. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/open3.rb +663 -0
  228. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl.rb +24 -0
  229. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/bn.rb +45 -0
  230. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/buffering.rb +457 -0
  231. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/cipher.rb +65 -0
  232. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/config.rb +472 -0
  233. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/digest.rb +88 -0
  234. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/ssl.rb +308 -0
  235. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/openssl/x509.rb +182 -0
  236. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optionparser.rb +1 -0
  237. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse.rb +1997 -0
  238. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/ac.rb +50 -0
  239. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/date.rb +17 -0
  240. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/shellwords.rb +6 -0
  241. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/time.rb +10 -0
  242. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/uri.rb +6 -0
  243. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/optparse/version.rb +70 -0
  244. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ostruct.rb +286 -0
  245. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/pathname.rb +579 -0
  246. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/pp.rb +546 -0
  247. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/prettyprint.rb +554 -0
  248. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/prime.rb +487 -0
  249. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/profile.rb +10 -0
  250. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/profiler.rb +148 -0
  251. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/pstore.rb +484 -0
  252. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych.rb +498 -0
  253. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/class_loader.rb +101 -0
  254. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/coder.rb +94 -0
  255. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/core_ext.rb +35 -0
  256. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/deprecated.rb +85 -0
  257. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/exception.rb +13 -0
  258. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/handler.rb +249 -0
  259. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/handlers/document_stream.rb +22 -0
  260. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/handlers/recorder.rb +39 -0
  261. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/ruby_events.rb +19 -0
  262. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/stream.rb +16 -0
  263. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/tree_builder.rb +12 -0
  264. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/json/yaml_events.rb +29 -0
  265. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes.rb +77 -0
  266. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/alias.rb +18 -0
  267. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/document.rb +60 -0
  268. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/mapping.rb +56 -0
  269. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/node.rb +55 -0
  270. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/scalar.rb +67 -0
  271. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/sequence.rb +81 -0
  272. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/nodes/stream.rb +37 -0
  273. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/omap.rb +4 -0
  274. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/parser.rb +51 -0
  275. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/scalar_scanner.rb +149 -0
  276. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/set.rb +4 -0
  277. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/stream.rb +37 -0
  278. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/streaming.rb +27 -0
  279. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/syntax_error.rb +21 -0
  280. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/tree_builder.rb +96 -0
  281. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors.rb +6 -0
  282. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/depth_first.rb +26 -0
  283. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/emitter.rb +51 -0
  284. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/json_tree.rb +24 -0
  285. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/to_ruby.rb +389 -0
  286. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/visitor.rb +19 -0
  287. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/visitors/yaml_tree.rb +565 -0
  288. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/psych/y.rb +9 -0
  289. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/racc/parser.rb +622 -0
  290. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake.rb +79 -0
  291. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/alt_system.rb +110 -0
  292. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/application.rb +790 -0
  293. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/backtrace.rb +23 -0
  294. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/clean.rb +76 -0
  295. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/cloneable.rb +16 -0
  296. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/compositepublisher.rb +21 -0
  297. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/ftptools.rb +137 -0
  298. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/publisher.rb +81 -0
  299. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/rubyforgepublisher.rb +18 -0
  300. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/sshpublisher.rb +61 -0
  301. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/contrib/sys.rb +4 -0
  302. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/cpu_counter.rb +125 -0
  303. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/default_loader.rb +14 -0
  304. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/dsl_definition.rb +201 -0
  305. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/early_time.rb +21 -0
  306. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/core.rb +25 -0
  307. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/module.rb +2 -0
  308. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/pathname.rb +25 -0
  309. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/string.rb +173 -0
  310. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ext/time.rb +16 -0
  311. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_creation_task.rb +24 -0
  312. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_list.rb +428 -0
  313. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_task.rb +46 -0
  314. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_utils.rb +128 -0
  315. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/file_utils_ext.rb +144 -0
  316. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/gempackagetask.rb +4 -0
  317. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/invocation_chain.rb +56 -0
  318. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/invocation_exception_mixin.rb +16 -0
  319. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/late_time.rb +17 -0
  320. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/linked_list.rb +103 -0
  321. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/loaders/makefile.rb +40 -0
  322. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/multi_task.rb +13 -0
  323. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/name_space.rb +38 -0
  324. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/packagetask.rb +199 -0
  325. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/pathmap.rb +3 -0
  326. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/phony.rb +15 -0
  327. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/private_reader.rb +20 -0
  328. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/promise.rb +99 -0
  329. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/pseudo_status.rb +29 -0
  330. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rake_module.rb +38 -0
  331. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rake_test_loader.rb +22 -0
  332. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rdoctask.rb +4 -0
  333. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/ruby182_test_unit_fix.rb +29 -0
  334. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/rule_recursion_overflow_error.rb +20 -0
  335. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/runtest.rb +27 -0
  336. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/scope.rb +42 -0
  337. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task.rb +383 -0
  338. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task_argument_error.rb +7 -0
  339. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task_arguments.rb +98 -0
  340. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/task_manager.rb +310 -0
  341. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/tasklib.rb +24 -0
  342. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/testtask.rb +212 -0
  343. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/thread_history_display.rb +48 -0
  344. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/thread_pool.rb +164 -0
  345. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/trace_output.rb +22 -0
  346. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/version.rb +7 -0
  347. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rake/win32.rb +56 -0
  348. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rbconfig/datadir.rb +13 -0
  349. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc.rb +185 -0
  350. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/alias.rb +111 -0
  351. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/anon_class.rb +10 -0
  352. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/any_method.rb +316 -0
  353. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/attr.rb +175 -0
  354. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/class_module.rb +799 -0
  355. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/code_object.rb +429 -0
  356. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/code_objects.rb +5 -0
  357. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/comment.rb +229 -0
  358. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/constant.rb +186 -0
  359. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/context.rb +1211 -0
  360. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/context/section.rb +238 -0
  361. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/cross_reference.rb +183 -0
  362. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/encoding.rb +99 -0
  363. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/erb_partial.rb +18 -0
  364. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/erbio.rb +37 -0
  365. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/extend.rb +9 -0
  366. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/generator.rb +51 -0
  367. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ghost_method.rb +6 -0
  368. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/i18n.rb +9 -0
  369. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/i18n/locale.rb +101 -0
  370. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/i18n/text.rb +125 -0
  371. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/include.rb +9 -0
  372. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/known_classes.rb +72 -0
  373. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markdown.rb +16133 -0
  374. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markdown/entities.rb +2131 -0
  375. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markdown/literals_1_9.rb +420 -0
  376. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup.rb +869 -0
  377. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attr_changer.rb +22 -0
  378. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attr_span.rb +29 -0
  379. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attribute_manager.rb +343 -0
  380. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/attributes.rb +70 -0
  381. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/blank_line.rb +27 -0
  382. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/block_quote.rb +14 -0
  383. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/document.rb +164 -0
  384. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/formatter.rb +264 -0
  385. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/formatter_test_case.rb +767 -0
  386. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/hard_break.rb +31 -0
  387. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/heading.rb +78 -0
  388. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/include.rb +42 -0
  389. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/indented_paragraph.rb +47 -0
  390. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/inline.rb +1 -0
  391. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/list.rb +101 -0
  392. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/list_item.rb +99 -0
  393. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/paragraph.rb +28 -0
  394. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/parser.rb +558 -0
  395. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/pre_process.rb +293 -0
  396. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/raw.rb +69 -0
  397. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/rule.rb +20 -0
  398. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/special.rb +40 -0
  399. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/text_formatter_test_case.rb +114 -0
  400. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_ansi.rb +93 -0
  401. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_bs.rb +78 -0
  402. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_html.rb +398 -0
  403. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_html_crossref.rb +160 -0
  404. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_html_snippet.rb +284 -0
  405. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_joined_paragraph.rb +71 -0
  406. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_label.rb +74 -0
  407. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_markdown.rb +191 -0
  408. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_rdoc.rb +333 -0
  409. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_table_of_contents.rb +87 -0
  410. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_test.rb +69 -0
  411. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/to_tt_only.rb +120 -0
  412. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/markup/verbatim.rb +83 -0
  413. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/meta_method.rb +6 -0
  414. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/method_attr.rb +418 -0
  415. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/mixin.rb +120 -0
  416. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/normal_class.rb +92 -0
  417. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/normal_module.rb +73 -0
  418. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/options.rb +1251 -0
  419. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser.rb +310 -0
  420. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/c.rb +1229 -0
  421. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/changelog.rb +198 -0
  422. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/markdown.rb +23 -0
  423. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/rd.rb +22 -0
  424. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/ruby.rb +2160 -0
  425. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/ruby_tools.rb +167 -0
  426. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/simple.rb +61 -0
  427. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/parser/text.rb +11 -0
  428. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd.rb +99 -0
  429. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd/block_parser.rb +1055 -0
  430. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd/inline.rb +71 -0
  431. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rd/inline_parser.rb +1207 -0
  432. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rdoc.rb +570 -0
  433. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/require.rb +51 -0
  434. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri.rb +20 -0
  435. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/driver.rb +1497 -0
  436. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/formatter.rb +5 -0
  437. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/paths.rb +187 -0
  438. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/store.rb +6 -0
  439. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ri/task.rb +71 -0
  440. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ruby_lex.rb +1377 -0
  441. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/ruby_token.rb +460 -0
  442. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/rubygems_hook.rb +253 -0
  443. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/servlet.rb +441 -0
  444. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/single_class.rb +25 -0
  445. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats.rb +461 -0
  446. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats/normal.rb +59 -0
  447. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats/quiet.rb +59 -0
  448. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/stats/verbose.rb +45 -0
  449. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/store.rb +979 -0
  450. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/task.rb +330 -0
  451. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/test_case.rb +217 -0
  452. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/text.rb +324 -0
  453. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/token_stream.rb +95 -0
  454. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/tom_doc.rb +257 -0
  455. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rdoc/top_level.rb +282 -0
  456. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/resolv-replace.rb +74 -0
  457. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/resolv.rb +2836 -0
  458. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/attlistdecl.rb +62 -0
  459. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/attribute.rb +191 -0
  460. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/cdata.rb +67 -0
  461. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/child.rb +96 -0
  462. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/comment.rb +79 -0
  463. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/doctype.rb +269 -0
  464. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/document.rb +290 -0
  465. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/attlistdecl.rb +10 -0
  466. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/dtd.rb +46 -0
  467. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/elementdecl.rb +17 -0
  468. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/entitydecl.rb +56 -0
  469. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/dtd/notationdecl.rb +39 -0
  470. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/element.rb +1240 -0
  471. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/encoding.rb +50 -0
  472. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/entity.rb +173 -0
  473. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/formatters/default.rb +111 -0
  474. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/formatters/pretty.rb +141 -0
  475. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/formatters/transitive.rb +57 -0
  476. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/functions.rb +394 -0
  477. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/instruction.rb +70 -0
  478. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/light/node.rb +195 -0
  479. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/namespace.rb +47 -0
  480. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/node.rb +75 -0
  481. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/output.rb +29 -0
  482. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parent.rb +165 -0
  483. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parseexception.rb +51 -0
  484. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/baseparser.rb +532 -0
  485. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/lightparser.rb +58 -0
  486. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/pullparser.rb +196 -0
  487. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/sax2parser.rb +272 -0
  488. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/streamparser.rb +52 -0
  489. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/treeparser.rb +100 -0
  490. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/ultralightparser.rb +56 -0
  491. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/parsers/xpathparser.rb +656 -0
  492. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/quickpath.rb +265 -0
  493. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/rexml.rb +31 -0
  494. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/sax2listener.rb +97 -0
  495. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/security.rb +27 -0
  496. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/source.rb +296 -0
  497. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/streamlistener.rb +92 -0
  498. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/syncenumerator.rb +32 -0
  499. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/text.rb +425 -0
  500. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/undefinednamespaceexception.rb +8 -0
  501. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/validation/relaxng.rb +538 -0
  502. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/validation/validation.rb +143 -0
  503. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/validation/validationexception.rb +9 -0
  504. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xmldecl.rb +115 -0
  505. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xmltokens.rb +84 -0
  506. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xpath.rb +80 -0
  507. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rexml/xpath_parser.rb +703 -0
  508. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rinda/rinda.rb +327 -0
  509. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rinda/ring.rb +480 -0
  510. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rinda/tuplespace.rb +642 -0
  511. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper.rb +73 -0
  512. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/core.rb +70 -0
  513. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/filter.rb +77 -0
  514. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/lexer.rb +186 -0
  515. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ripper/sexp.rb +118 -0
  516. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss.rb +91 -0
  517. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/0.9.rb +461 -0
  518. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/1.0.rb +484 -0
  519. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/2.0.rb +142 -0
  520. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/atom.rb +839 -0
  521. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/content.rb +33 -0
  522. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/content/1.0.rb +9 -0
  523. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/content/2.0.rb +11 -0
  524. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/converter.rb +170 -0
  525. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore.rb +163 -0
  526. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore/1.0.rb +12 -0
  527. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore/2.0.rb +12 -0
  528. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/dublincore/atom.rb +16 -0
  529. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/image.rb +197 -0
  530. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/itunes.rb +412 -0
  531. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker.rb +78 -0
  532. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/0.9.rb +508 -0
  533. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/1.0.rb +435 -0
  534. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/2.0.rb +223 -0
  535. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/atom.rb +172 -0
  536. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/base.rb +944 -0
  537. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/content.rb +21 -0
  538. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/dublincore.rb +121 -0
  539. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/entry.rb +163 -0
  540. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/feed.rb +426 -0
  541. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/image.rb +111 -0
  542. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/itunes.rb +242 -0
  543. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/slash.rb +33 -0
  544. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/syndication.rb +18 -0
  545. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/taxonomy.rb +118 -0
  546. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/maker/trackback.rb +61 -0
  547. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/parser.rb +570 -0
  548. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/rexmlparser.rb +49 -0
  549. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/rss.rb +1352 -0
  550. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/slash.rb +51 -0
  551. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/syndication.rb +68 -0
  552. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/taxonomy.rb +147 -0
  553. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/trackback.rb +290 -0
  554. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/utils.rb +199 -0
  555. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xml-stylesheet.rb +105 -0
  556. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xml.rb +71 -0
  557. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xmlparser.rb +94 -0
  558. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rss/xmlscanner.rb +121 -0
  559. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems.rb +1245 -0
  560. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/available_set.rb +164 -0
  561. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/basic_specification.rb +290 -0
  562. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/command.rb +582 -0
  563. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/command_manager.rb +218 -0
  564. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/build_command.rb +60 -0
  565. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/cert_command.rb +276 -0
  566. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/check_command.rb +93 -0
  567. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/cleanup_command.rb +165 -0
  568. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/contents_command.rb +190 -0
  569. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/dependency_command.rb +207 -0
  570. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/environment_command.rb +158 -0
  571. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/fetch_command.rb +77 -0
  572. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/generate_index_command.rb +84 -0
  573. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/help_command.rb +384 -0
  574. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/install_command.rb +347 -0
  575. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/list_command.rb +40 -0
  576. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/lock_command.rb +110 -0
  577. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/mirror_command.rb +25 -0
  578. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/open_command.rb +74 -0
  579. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/outdated_command.rb +32 -0
  580. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/owner_command.rb +99 -0
  581. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/pristine_command.rb +165 -0
  582. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/push_command.rb +98 -0
  583. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/query_command.rb +343 -0
  584. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/rdoc_command.rb +96 -0
  585. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/search_command.rb +40 -0
  586. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/server_command.rb +86 -0
  587. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/setup_command.rb +483 -0
  588. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/sources_command.rb +210 -0
  589. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/specification_command.rb +145 -0
  590. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/stale_command.rb +38 -0
  591. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/uninstall_command.rb +164 -0
  592. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/unpack_command.rb +182 -0
  593. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/update_command.rb +277 -0
  594. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/which_command.rb +90 -0
  595. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/commands/yank_command.rb +107 -0
  596. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/compatibility.rb +59 -0
  597. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/config_file.rb +483 -0
  598. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_gem.rb +73 -0
  599. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb +139 -0
  600. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/defaults.rb +177 -0
  601. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/dependency.rb +334 -0
  602. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/dependency_installer.rb +480 -0
  603. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/dependency_list.rb +240 -0
  604. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/deprecate.rb +70 -0
  605. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/doctor.rb +131 -0
  606. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/errors.rb +137 -0
  607. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/exceptions.rb +270 -0
  608. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext.rb +18 -0
  609. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/build_error.rb +6 -0
  610. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/builder.rb +218 -0
  611. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/cmake_builder.rb +16 -0
  612. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/configure_builder.rb +23 -0
  613. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/ext_conf_builder.rb +78 -0
  614. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ext/rake_builder.rb +36 -0
  615. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/gem_runner.rb +81 -0
  616. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/gemcutter_utilities.rb +154 -0
  617. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/indexer.rb +498 -0
  618. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/install_default_message.rb +12 -0
  619. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/install_message.rb +12 -0
  620. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/install_update_options.rb +186 -0
  621. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/installer.rb +819 -0
  622. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/installer_test_case.rb +193 -0
  623. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/local_remote_options.rb +148 -0
  624. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/mock_gem_ui.rb +88 -0
  625. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/name_tuple.rb +123 -0
  626. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package.rb +613 -0
  627. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/digest_io.rb +64 -0
  628. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/file_source.rb +33 -0
  629. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/io_source.rb +45 -0
  630. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/old.rb +178 -0
  631. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/source.rb +3 -0
  632. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_header.rb +229 -0
  633. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_reader.rb +123 -0
  634. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_reader/entry.rb +147 -0
  635. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_test_case.rb +137 -0
  636. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package/tar_writer.rb +326 -0
  637. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/package_task.rb +128 -0
  638. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/path_support.rb +87 -0
  639. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/platform.rb +204 -0
  640. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/psych_additions.rb +9 -0
  641. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/psych_tree.rb +31 -0
  642. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/rdoc.rb +335 -0
  643. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/remote_fetcher.rb +398 -0
  644. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request.rb +244 -0
  645. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request/connection_pools.rb +83 -0
  646. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request/http_pool.rb +47 -0
  647. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request/https_pool.rb +10 -0
  648. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request_set.rb +413 -0
  649. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request_set/gem_dependency_api.rb +801 -0
  650. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/request_set/lockfile.rb +650 -0
  651. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/requirement.rb +273 -0
  652. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver.rb +485 -0
  653. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/activation_request.rb +172 -0
  654. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/api_set.rb +125 -0
  655. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/api_specification.rb +85 -0
  656. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/best_set.rb +78 -0
  657. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/composed_set.rb +66 -0
  658. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/conflict.rb +160 -0
  659. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/current_set.rb +13 -0
  660. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/dependency_request.rb +116 -0
  661. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/git_set.rb +122 -0
  662. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/git_specification.rb +59 -0
  663. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/index_set.rb +80 -0
  664. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/index_specification.rb +69 -0
  665. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/installed_specification.rb +58 -0
  666. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/installer_set.rb +224 -0
  667. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/local_specification.rb +41 -0
  668. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/lock_set.rb +84 -0
  669. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/lock_specification.rb +84 -0
  670. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/requirement_list.rb +81 -0
  671. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/set.rb +56 -0
  672. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/spec_specification.rb +56 -0
  673. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/specification.rb +110 -0
  674. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/stats.rb +44 -0
  675. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/vendor_set.rb +87 -0
  676. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/resolver/vendor_specification.rb +24 -0
  677. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security.rb +595 -0
  678. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/policies.rb +115 -0
  679. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/policy.rb +295 -0
  680. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/signer.rb +154 -0
  681. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/security/trust_dir.rb +118 -0
  682. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/server.rb +868 -0
  683. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source.rb +234 -0
  684. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/git.rb +240 -0
  685. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/installed.rb +40 -0
  686. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/local.rb +129 -0
  687. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/lock.rb +48 -0
  688. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/specific_file.rb +72 -0
  689. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source/vendor.rb +27 -0
  690. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source_list.rb +149 -0
  691. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source_local.rb +5 -0
  692. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/source_specific_file.rb +4 -0
  693. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/spec_fetcher.rb +269 -0
  694. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/specification.rb +2800 -0
  695. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem +25 -0
  696. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/AddTrustExternalCARoot.pem +32 -0
  697. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +14 -0
  698. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem +23 -0
  699. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem +28 -0
  700. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/ssl_certs/GeoTrustGlobalCA.pem +20 -0
  701. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/stub_specification.rb +196 -0
  702. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/syck_hack.rb +76 -0
  703. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/test_case.rb +1430 -0
  704. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/test_utilities.rb +383 -0
  705. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/text.rb +75 -0
  706. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/uninstaller.rb +345 -0
  707. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/uri_formatter.rb +49 -0
  708. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/user_interaction.rb +711 -0
  709. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/util.rb +134 -0
  710. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/util/list.rb +48 -0
  711. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/util/stringio.rb +34 -0
  712. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/validator.rb +165 -0
  713. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/version.rb +356 -0
  714. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/rubygems/version_option.rb +71 -0
  715. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/scanf.rb +776 -0
  716. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/securerandom.rb +293 -0
  717. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/set.rb +787 -0
  718. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell.rb +458 -0
  719. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/builtin-command.rb +146 -0
  720. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/command-processor.rb +667 -0
  721. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/error.rb +25 -0
  722. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/filter.rb +137 -0
  723. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/process-controller.rb +310 -0
  724. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/system-command.rb +158 -0
  725. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shell/version.rb +15 -0
  726. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/shellwords.rb +215 -0
  727. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/singleton.rb +172 -0
  728. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/socket.rb +871 -0
  729. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/sync.rb +328 -0
  730. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/syslog/logger.rb +208 -0
  731. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tempfile.rb +367 -0
  732. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/thwait.rb +140 -0
  733. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/time.rb +676 -0
  734. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/timeout.rb +130 -0
  735. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tmpdir.rb +139 -0
  736. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tracer.rb +286 -0
  737. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/tsort.rb +450 -0
  738. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/ubygems.rb +10 -0
  739. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/un.rb +375 -0
  740. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/unicode_normalize.rb +78 -0
  741. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/unicode_normalize/normalize.rb +168 -0
  742. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/unicode_normalize/tables.rb +1163 -0
  743. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri.rb +111 -0
  744. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/common.rb +720 -0
  745. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/ftp.rb +266 -0
  746. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/generic.rb +1557 -0
  747. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/http.rb +106 -0
  748. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/https.rb +22 -0
  749. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/ldap.rb +260 -0
  750. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/ldaps.rb +20 -0
  751. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/mailto.rb +286 -0
  752. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/rfc2396_parser.rb +543 -0
  753. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/uri/rfc3986_parser.rb +124 -0
  754. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/weakref.rb +106 -0
  755. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick.rb +226 -0
  756. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/accesslog.rb +158 -0
  757. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/cgi.rb +308 -0
  758. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/compat.rb +35 -0
  759. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/config.rb +151 -0
  760. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/cookie.rb +171 -0
  761. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/htmlutils.rb +29 -0
  762. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth.rb +95 -0
  763. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/authenticator.rb +116 -0
  764. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/basicauth.rb +108 -0
  765. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/digestauth.rb +408 -0
  766. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/htdigest.rb +131 -0
  767. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/htgroup.rb +93 -0
  768. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/htpasswd.rb +124 -0
  769. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpauth/userdb.rb +52 -0
  770. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpproxy.rb +337 -0
  771. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httprequest.rb +584 -0
  772. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpresponse.rb +466 -0
  773. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/https.rb +86 -0
  774. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpserver.rb +278 -0
  775. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet.rb +22 -0
  776. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/abstract.rb +153 -0
  777. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/cgi_runner.rb +46 -0
  778. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/cgihandler.rb +120 -0
  779. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/erbhandler.rb +87 -0
  780. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/filehandler.rb +521 -0
  781. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpservlet/prochandler.rb +46 -0
  782. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpstatus.rb +196 -0
  783. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httputils.rb +509 -0
  784. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/httpversion.rb +75 -0
  785. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/log.rb +155 -0
  786. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/server.rb +365 -0
  787. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/ssl.rb +196 -0
  788. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/utils.rb +230 -0
  789. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/webrick/version.rb +17 -0
  790. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/bigdecimal.bundle +0 -0
  791. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/continuation.bundle +0 -0
  792. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/date_core.bundle +0 -0
  793. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest.bundle +0 -0
  794. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/bubblebabble.bundle +0 -0
  795. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/md5.bundle +0 -0
  796. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/rmd160.bundle +0 -0
  797. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/sha1.bundle +0 -0
  798. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/digest/sha2.bundle +0 -0
  799. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/big5.bundle +0 -0
  800. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/cp949.bundle +0 -0
  801. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/emacs_mule.bundle +0 -0
  802. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/encdb.bundle +0 -0
  803. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/euc_jp.bundle +0 -0
  804. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/euc_kr.bundle +0 -0
  805. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/euc_tw.bundle +0 -0
  806. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/gb18030.bundle +0 -0
  807. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/gb2312.bundle +0 -0
  808. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/gbk.bundle +0 -0
  809. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_1.bundle +0 -0
  810. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_10.bundle +0 -0
  811. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_11.bundle +0 -0
  812. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_13.bundle +0 -0
  813. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_14.bundle +0 -0
  814. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_15.bundle +0 -0
  815. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_16.bundle +0 -0
  816. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_2.bundle +0 -0
  817. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_3.bundle +0 -0
  818. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_4.bundle +0 -0
  819. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_5.bundle +0 -0
  820. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_6.bundle +0 -0
  821. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_7.bundle +0 -0
  822. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_8.bundle +0 -0
  823. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/iso_8859_9.bundle +0 -0
  824. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/koi8_r.bundle +0 -0
  825. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/koi8_u.bundle +0 -0
  826. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/shift_jis.bundle +0 -0
  827. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/big5.bundle +0 -0
  828. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/chinese.bundle +0 -0
  829. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/emoji.bundle +0 -0
  830. 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
  831. 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
  832. 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
  833. 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
  834. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/escape.bundle +0 -0
  835. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/gb18030.bundle +0 -0
  836. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/gbk.bundle +0 -0
  837. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/iso2022.bundle +0 -0
  838. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/japanese.bundle +0 -0
  839. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/japanese_euc.bundle +0 -0
  840. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/japanese_sjis.bundle +0 -0
  841. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/korean.bundle +0 -0
  842. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/single_byte.bundle +0 -0
  843. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/transdb.bundle +0 -0
  844. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/trans/utf8_mac.bundle +0 -0
  845. 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
  846. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_16be.bundle +0 -0
  847. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_16le.bundle +0 -0
  848. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_32be.bundle +0 -0
  849. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/utf_32le.bundle +0 -0
  850. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/windows_1251.bundle +0 -0
  851. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/enc/windows_31j.bundle +0 -0
  852. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/etc.bundle +0 -0
  853. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/fcntl.bundle +0 -0
  854. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/fiber.bundle +0 -0
  855. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/fiddle.bundle +0 -0
  856. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/io/console.bundle +0 -0
  857. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/io/nonblock.bundle +0 -0
  858. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/io/wait.bundle +0 -0
  859. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/json/ext/generator.bundle +0 -0
  860. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/json/ext/parser.bundle +0 -0
  861. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/mathn/complex.bundle +0 -0
  862. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/mathn/rational.bundle +0 -0
  863. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/nkf.bundle +0 -0
  864. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/objspace.bundle +0 -0
  865. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/openssl.bundle +0 -0
  866. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/pathname.bundle +0 -0
  867. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/psych.bundle +0 -0
  868. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/pty.bundle +0 -0
  869. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/racc/cparse.bundle +0 -0
  870. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/rbconfig.rb +285 -0
  871. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/rbconfig/sizeof.bundle +0 -0
  872. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/readline.bundle +0 -0
  873. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/ripper.bundle +0 -0
  874. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/socket.bundle +0 -0
  875. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/stringio.bundle +0 -0
  876. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/strscan.bundle +0 -0
  877. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/syslog.bundle +0 -0
  878. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/thread.bundle +0 -0
  879. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/x86_64-darwin13/zlib.bundle +0 -0
  880. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc.rb +301 -0
  881. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/base64.rb +62 -0
  882. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/client.rb +614 -0
  883. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/config.rb +43 -0
  884. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/create.rb +286 -0
  885. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/datetime.rb +129 -0
  886. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/marshal.rb +66 -0
  887. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/parser.rb +870 -0
  888. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/server.rb +707 -0
  889. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/xmlrpc/utils.rb +171 -0
  890. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/yaml.rb +59 -0
  891. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/yaml/dbm.rb +279 -0
  892. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/yaml/store.rb +81 -0
  893. 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
  894. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/mysql2-0.3.17.info +1 -0
  895. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/mysql2-0.3.18.info +1 -0
  896. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/build_info/nokogiri-1.6.5.info +1 -0
  897. 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
  898. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/activesupport-5.0.0.1.gem +0 -0
  899. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/chunky_png-1.3.7.gem +0 -0
  900. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/concurrent-ruby-1.0.2.gem +0 -0
  901. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/faraday-0.9.2.gem +0 -0
  902. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/i18n-0.7.0.gem +0 -0
  903. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/jwt-1.5.6.gem +0 -0
  904. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/minitest-5.9.1.gem +0 -0
  905. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/multi_json-1.12.1.gem +0 -0
  906. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/multi_xml-0.5.5.gem +0 -0
  907. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/multipart-post-2.0.0.gem +0 -0
  908. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/oauth2-1.2.0.gem +0 -0
  909. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/path-builder-0.1.3.gem +0 -0
  910. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/rack-2.0.1.gem +0 -0
  911. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/rqrcode-0.10.1.gem +0 -0
  912. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/second_step-0.1.1.gem +0 -0
  913. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/terminal-notifier-1.7.1.gem +0 -0
  914. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/thread_safe-0.3.5.gem +0 -0
  915. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/cache/tzinfo-1.2.2.gem +0 -0
  916. 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
  917. 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
  918. 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
  919. 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
  920. 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
  921. 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
  922. 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
  923. 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
  924. 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
  925. 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
  926. 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
  927. 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
  928. 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
  929. 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
  930. 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
  931. 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
  932. 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
  933. 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
  934. 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
  935. 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
  936. 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
  937. 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
  938. 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
  939. 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
  940. 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
  941. 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
  942. 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
  943. 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
  944. 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
  945. 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
  946. 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
  947. 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
  948. 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
  949. 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
  950. 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
  951. 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
  952. 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
  953. 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
  954. 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
  955. 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
  956. 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
  957. 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
  958. 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
  959. 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
  960. 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
  961. 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
  962. 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
  963. 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
  964. 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
  965. 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
  966. 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
  967. 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
  968. 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
  969. 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
  970. 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
  971. 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
  972. 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
  973. 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
  974. 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
  975. 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
  976. 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
  977. 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
  978. 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
  979. 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
  980. 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
  981. 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
  982. 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
  983. 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
  984. 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
  985. 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
  986. 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
  987. 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
  988. 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
  989. 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
  990. 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
  991. 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
  992. 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
  993. 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
  994. 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
  995. 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
  996. 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
  997. 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
  998. 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
  999. 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
  1000. 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
  1001. 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
  1002. 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
  1003. 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
  1004. 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
  1005. 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
  1006. 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
  1007. 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
  1008. 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
  1009. 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
  1010. 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
  1011. 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
  1012. 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
  1013. 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
  1014. 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
  1015. 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
  1016. 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
  1017. 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
  1018. 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
  1019. 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
  1020. 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
  1021. 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
  1022. 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
  1023. 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
  1024. 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
  1025. 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
  1026. 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
  1027. 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
  1028. 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
  1029. 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
  1030. 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
  1031. 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
  1032. 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
  1033. 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
  1034. 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
  1035. 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
  1036. 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
  1037. 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
  1038. 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
  1039. 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
  1040. 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
  1041. 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
  1042. 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
  1043. 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
  1044. 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
  1045. 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
  1046. 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
  1047. 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
  1048. 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
  1049. 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
  1050. 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
  1051. 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
  1052. 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
  1053. 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
  1054. 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
  1055. 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
  1056. 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
  1057. 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
  1058. 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
  1059. 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
  1060. 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
  1061. 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
  1062. 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
  1063. 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
  1064. 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
  1065. 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
  1066. 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
  1067. 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
  1068. 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
  1069. 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
  1070. 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
  1071. 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
  1072. 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
  1073. 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
  1074. 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
  1075. 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
  1076. 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
  1077. 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
  1078. 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
  1079. 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
  1080. 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
  1081. 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
  1082. 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
  1083. 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
  1084. 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
  1085. 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
  1086. 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
  1087. 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
  1088. 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
  1089. 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
  1090. 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
  1091. 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
  1092. 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
  1093. 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
  1094. 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
  1095. 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
  1096. 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
  1097. 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
  1098. 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
  1099. 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
  1100. 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
  1101. 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
  1102. 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
  1103. 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
  1104. 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
  1105. 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
  1106. 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
  1107. 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
  1108. 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
  1109. 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
  1110. 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
  1111. 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
  1112. 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
  1113. 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
  1114. 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
  1115. 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
  1116. 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
  1117. 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
  1118. 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
  1119. 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
  1120. 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
  1121. 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
  1122. 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
  1123. 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
  1124. 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
  1125. 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
  1126. 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
  1127. 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
  1128. 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
  1129. 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
  1130. 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
  1131. 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
  1132. 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
  1133. 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
  1134. 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
  1135. 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
  1136. 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
  1137. 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
  1138. 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
  1139. 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
  1140. 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
  1141. 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
  1142. 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
  1143. 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
  1144. 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
  1145. 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
  1146. 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
  1147. 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
  1148. 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
  1149. 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
  1150. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundle +21 -0
  1151. 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
  1152. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bin/bundler +21 -0
  1153. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/bundler-1.9.9/bundler.gemspec +32 -0
  1154. 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
  1155. 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
  1156. 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
  1157. 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
  1158. 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
  1159. 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
  1160. 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
  1161. 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
  1162. 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
  1163. 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
  1164. 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
  1165. 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
  1166. 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
  1167. 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
  1168. 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
  1169. 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
  1170. 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
  1171. 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
  1172. 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
  1173. 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
  1174. 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
  1175. 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
  1176. 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
  1177. 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
  1178. 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
  1179. 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
  1180. 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
  1181. 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
  1182. 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
  1183. 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
  1184. 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
  1185. 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
  1186. 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
  1187. 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
  1188. 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
  1189. 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
  1190. 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
  1191. 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
  1192. 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
  1193. 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
  1194. 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
  1195. 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
  1196. 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
  1197. 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
  1198. 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
  1199. 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
  1200. 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
  1201. 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
  1202. 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
  1203. 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
  1204. 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
  1205. 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
  1206. 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
  1207. 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
  1208. 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
  1209. 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
  1210. 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
  1211. 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
  1212. 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
  1213. 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
  1214. 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
  1215. 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
  1216. 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
  1217. 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
  1218. 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
  1219. 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
  1220. 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
  1221. 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
  1222. 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
  1223. 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
  1224. 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
  1225. 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
  1226. 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
  1227. 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
  1228. 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
  1229. 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
  1230. 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
  1231. 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
  1232. 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
  1233. 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
  1234. 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
  1235. 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
  1236. 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
  1237. 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
  1238. 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
  1239. 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
  1240. 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
  1241. 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
  1242. 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
  1243. 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
  1244. 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
  1245. 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
  1246. 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
  1247. 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
  1248. 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
  1249. 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
  1250. 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
  1251. 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
  1252. 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
  1253. 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
  1254. 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
  1255. 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
  1256. 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
  1257. 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
  1258. 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
  1259. 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
  1260. 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
  1261. 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
  1262. 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
  1263. 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
  1264. 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
  1265. 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
  1266. 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
  1267. 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
  1268. 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
  1269. 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
  1270. 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
  1271. 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
  1272. 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
  1273. 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
  1274. 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
  1275. 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
  1276. 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
  1277. 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
  1278. 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
  1279. 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
  1280. 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
  1281. 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
  1282. 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
  1283. 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
  1284. 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
  1285. 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
  1286. 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
  1287. 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
  1288. 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
  1289. 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
  1290. 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
  1291. 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
  1292. 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
  1293. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/.yardopts +5 -0
  1294. 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
  1295. 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
  1296. 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
  1297. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/LICENSE +20 -0
  1298. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/chunky_png-1.3.7/Rakefile +11 -0
  1299. 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
  1300. 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
  1301. 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
  1302. 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
  1303. 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
  1304. 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
  1305. 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
  1306. 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
  1307. 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
  1308. 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
  1309. 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
  1310. 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
  1311. 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
  1312. 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
  1313. 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
  1314. 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
  1315. 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
  1316. 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
  1317. 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
  1318. 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
  1319. 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
  1320. 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
  1321. 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
  1322. 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
  1323. 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
  1324. 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
  1325. 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
  1326. 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
  1327. 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
  1328. 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
  1329. 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
  1330. 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
  1331. 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
  1332. 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
  1333. 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
  1334. 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
  1335. 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
  1336. 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
  1337. 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
  1338. 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
  1339. 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
  1340. 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
  1341. 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
  1342. 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
  1343. 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
  1344. 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
  1345. 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
  1346. 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
  1347. 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
  1348. 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
  1349. 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
  1350. 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
  1351. 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
  1352. 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
  1353. 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
  1354. 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
  1355. 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
  1356. 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
  1357. 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
  1358. 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
  1359. 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
  1360. 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
  1361. 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
  1362. 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
  1363. 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
  1364. 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
  1365. 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
  1366. 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
  1367. 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
  1368. 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
  1369. 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
  1370. 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
  1371. 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
  1372. 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
  1373. 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
  1374. 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
  1375. 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
  1376. 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
  1377. 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
  1378. 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
  1379. 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
  1380. 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
  1381. 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
  1382. 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
  1383. 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
  1384. 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
  1385. 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
  1386. 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
  1387. 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
  1388. 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
  1389. 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
  1390. 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
  1391. 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
  1392. 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
  1393. 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
  1394. 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
  1395. 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
  1396. 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
  1397. 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
  1398. 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
  1399. 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
  1400. 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
  1401. 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
  1402. 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
  1403. 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
  1404. 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
  1405. 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
  1406. 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
  1407. 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
  1408. 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
  1409. 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
  1410. 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
  1411. 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
  1412. 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
  1413. 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
  1414. 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
  1415. 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
  1416. 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
  1417. 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
  1418. 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
  1419. 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
  1420. 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
  1421. 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
  1422. 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
  1423. 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
  1424. 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
  1425. 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
  1426. 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
  1427. 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
  1428. 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
  1429. 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
  1430. 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
  1431. 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
  1432. 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
  1433. 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
  1434. 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
  1435. 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
  1436. 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
  1437. 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
  1438. 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
  1439. 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
  1440. 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
  1441. 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
  1442. 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
  1443. 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
  1444. 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
  1445. 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
  1446. 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
  1447. 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
  1448. 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
  1449. 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
  1450. 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
  1451. 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
  1452. 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
  1453. 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
  1454. 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
  1455. 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
  1456. 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
  1457. 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
  1458. 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
  1459. 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
  1460. 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
  1461. 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
  1462. 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
  1463. 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
  1464. 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
  1465. 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
  1466. 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
  1467. 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
  1468. 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
  1469. 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
  1470. 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
  1471. 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
  1472. 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
  1473. 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
  1474. 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
  1475. 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
  1476. 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
  1477. 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
  1478. 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
  1479. 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
  1480. 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
  1481. 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
  1482. 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
  1483. 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
  1484. 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
  1485. 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
  1486. 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
  1487. 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
  1488. 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
  1489. 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
  1490. 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
  1491. 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
  1492. 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
  1493. 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
  1494. 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
  1495. 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
  1496. 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
  1497. 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
  1498. 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
  1499. 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
  1500. 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
  1501. 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
  1502. 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
  1503. 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
  1504. 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
  1505. 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
  1506. 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
  1507. 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
  1508. 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
  1509. 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
  1510. 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
  1511. 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
  1512. 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
  1513. 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
  1514. 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
  1515. 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
  1516. 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
  1517. 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
  1518. 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
  1519. 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
  1520. 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
  1521. 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
  1522. 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
  1523. 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
  1524. 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
  1525. 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
  1526. 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
  1527. 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
  1528. 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
  1529. 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
  1530. 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
  1531. 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
  1532. 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
  1533. 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
  1534. 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
  1535. 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
  1536. 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
  1537. 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
  1538. 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
  1539. 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
  1540. 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
  1541. 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
  1542. 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
  1543. 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
  1544. 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
  1545. 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
  1546. 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
  1547. 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
  1548. 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
  1549. 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
  1550. 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
  1551. 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
  1552. 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
  1553. 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
  1554. 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
  1555. 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
  1556. 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
  1557. 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
  1558. 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
  1559. 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
  1560. 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
  1561. 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
  1562. 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
  1563. 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
  1564. 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
  1565. 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
  1566. 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
  1567. 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
  1568. 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
  1569. 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
  1570. 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
  1571. 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
  1572. 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
  1573. 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
  1574. 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
  1575. 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
  1576. 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
  1577. 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
  1578. 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
  1579. 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
  1580. 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
  1581. 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
  1582. 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
  1583. 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
  1584. 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
  1585. 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
  1586. 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
  1587. 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
  1588. 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
  1589. 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
  1590. 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
  1591. 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
  1592. 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
  1593. 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
  1594. 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
  1595. 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
  1596. 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
  1597. 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
  1598. 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
  1599. 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
  1600. 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
  1601. 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
  1602. 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
  1603. 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
  1604. 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
  1605. 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
  1606. 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
  1607. 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
  1608. 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
  1609. 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
  1610. 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
  1611. 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
  1612. 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
  1613. 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
  1614. 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
  1615. 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
  1616. 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
  1617. 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
  1618. 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
  1619. 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
  1620. 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
  1621. 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
  1622. 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
  1623. 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
  1624. 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
  1625. 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
  1626. 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
  1627. 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
  1628. 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
  1629. 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
  1630. 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
  1631. 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
  1632. 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
  1633. 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
  1634. 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
  1635. 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
  1636. 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
  1637. 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
  1638. 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
  1639. 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
  1640. 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
  1641. 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
  1642. 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
  1643. 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
  1644. 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
  1645. 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
  1646. 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
  1647. 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
  1648. 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
  1649. 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
  1650. 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
  1651. 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
  1652. 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
  1653. 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
  1654. 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
  1655. 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
  1656. 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
  1657. 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
  1658. 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
  1659. 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
  1660. 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
  1661. 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
  1662. 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
  1663. 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
  1664. 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
  1665. 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
  1666. 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
  1667. 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
  1668. 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
  1669. 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
  1670. 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
  1671. 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
  1672. 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
  1673. 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
  1674. 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
  1675. 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
  1676. 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
  1677. 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
  1678. 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
  1679. 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
  1680. 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
  1681. 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
  1682. 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
  1683. 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
  1684. 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
  1685. 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
  1686. 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
  1687. 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
  1688. 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
  1689. 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
  1690. 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
  1691. 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
  1692. 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
  1693. 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
  1694. 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
  1695. 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
  1696. 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
  1697. 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
  1698. 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
  1699. 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
  1700. 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
  1701. 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
  1702. 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
  1703. 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
  1704. 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
  1705. 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
  1706. 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
  1707. 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
  1708. 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
  1709. 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
  1710. 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
  1711. 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
  1712. 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
  1713. 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
  1714. 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
  1715. 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
  1716. 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
  1717. 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
  1718. 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
  1719. 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
  1720. 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
  1721. 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
  1722. 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
  1723. 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
  1724. 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
  1725. 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
  1726. 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
  1727. 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
  1728. 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
  1729. 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
  1730. 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
  1731. 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
  1732. 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
  1733. 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
  1734. 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
  1735. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/faraday-0.9.2/LICENSE.md +20 -0
  1736. 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
  1737. 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
  1738. 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
  1739. 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
  1740. 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
  1741. 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
  1742. 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
  1743. 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
  1744. 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
  1745. 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
  1746. 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
  1747. 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
  1748. 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
  1749. 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
  1750. 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
  1751. 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
  1752. 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
  1753. 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
  1754. 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
  1755. 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
  1756. 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
  1757. 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
  1758. 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
  1759. 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
  1760. 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
  1761. 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
  1762. 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
  1763. 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
  1764. 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
  1765. 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
  1766. 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
  1767. 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
  1768. 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
  1769. 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
  1770. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/i18n-0.7.0/MIT-LICENSE +20 -0
  1771. 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
  1772. 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
  1773. 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
  1774. 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
  1775. 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
  1776. 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
  1777. 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
  1778. 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
  1779. 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
  1780. 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
  1781. 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
  1782. 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
  1783. 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
  1784. 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
  1785. 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
  1786. 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
  1787. 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
  1788. 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
  1789. 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
  1790. 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
  1791. 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
  1792. 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
  1793. 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
  1794. 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
  1795. 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
  1796. 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
  1797. 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
  1798. 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
  1799. 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
  1800. 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
  1801. 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
  1802. 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
  1803. 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
  1804. 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
  1805. 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
  1806. 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
  1807. 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
  1808. 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
  1809. 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
  1810. 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
  1811. 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
  1812. 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
  1813. 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
  1814. 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
  1815. 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
  1816. 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
  1817. 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
  1818. 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
  1819. 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
  1820. 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
  1821. 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
  1822. 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
  1823. 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
  1824. 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
  1825. 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
  1826. 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
  1827. 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
  1828. 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
  1829. 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
  1830. 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
  1831. 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
  1832. 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
  1833. 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
  1834. 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
  1835. 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
  1836. 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
  1837. 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
  1838. 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
  1839. 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
  1840. 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
  1841. 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
  1842. 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
  1843. 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
  1844. 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
  1845. 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
  1846. 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
  1847. 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
  1848. 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
  1849. 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
  1850. 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
  1851. 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
  1852. 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
  1853. 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
  1854. 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
  1855. 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
  1856. 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
  1857. 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
  1858. 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
  1859. 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
  1860. 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
  1861. 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
  1862. 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
  1863. 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
  1864. 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
  1865. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/.codeclimate.yml +20 -0
  1866. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/.rspec +1 -0
  1867. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/.rubocop.yml +2 -0
  1868. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/CHANGELOG.md +363 -0
  1869. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/LICENSE +7 -0
  1870. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/Manifest +8 -0
  1871. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/jwt-1.5.6/Rakefile +11 -0
  1872. 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
  1873. 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
  1874. 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
  1875. 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
  1876. 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
  1877. 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
  1878. 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
  1879. 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
  1880. 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
  1881. 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
  1882. 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
  1883. 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
  1884. 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
  1885. 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
  1886. 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
  1887. 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
  1888. 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
  1889. 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
  1890. 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
  1891. 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
  1892. 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
  1893. 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
  1894. 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
  1895. 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
  1896. 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
  1897. 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
  1898. 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
  1899. 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
  1900. 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
  1901. 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
  1902. 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
  1903. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/.autotest +34 -0
  1904. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/History.rdoc +1190 -0
  1905. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/Manifest.txt +26 -0
  1906. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/README.rdoc +656 -0
  1907. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/minitest-5.9.1/Rakefile +72 -0
  1908. 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
  1909. 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
  1910. 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
  1911. 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
  1912. 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
  1913. 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
  1914. 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
  1915. 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
  1916. 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
  1917. 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
  1918. 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
  1919. 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
  1920. 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
  1921. 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
  1922. 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
  1923. 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
  1924. 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
  1925. 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
  1926. 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
  1927. 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
  1928. 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
  1929. 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
  1930. 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
  1931. 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
  1932. 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
  1933. 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
  1934. 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
  1935. 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
  1936. 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
  1937. 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
  1938. 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
  1939. 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
  1940. 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
  1941. 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
  1942. 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
  1943. 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
  1944. 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
  1945. 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
  1946. 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
  1947. 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
  1948. 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
  1949. 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
  1950. 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
  1951. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/.yardopts +8 -0
  1952. 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
  1953. 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
  1954. 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
  1955. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multi_xml-0.5.5/Rakefile +21 -0
  1956. 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
  1957. 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
  1958. 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
  1959. 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
  1960. 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
  1961. 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
  1962. 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
  1963. 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
  1964. 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
  1965. 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
  1966. 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
  1967. 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
  1968. 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
  1969. 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
  1970. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/multipart-post-2.0.0/Rakefile +9 -0
  1971. 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
  1972. 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
  1973. 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
  1974. 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
  1975. 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
  1976. 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
  1977. 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
  1978. 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
  1979. 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
  1980. 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
  1981. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/.document +5 -0
  1982. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/CONTRIBUTING.md +18 -0
  1983. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/LICENSE.md +20 -0
  1984. 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
  1985. 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
  1986. 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
  1987. 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
  1988. 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
  1989. 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
  1990. 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
  1991. 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
  1992. 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
  1993. 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
  1994. 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
  1995. 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
  1996. 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
  1997. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/oauth2-1.2.0/oauth2.gemspec +24 -0
  1998. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/path-builder-0.1.3/Rakefile +2 -0
  1999. 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
  2000. 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
  2001. 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
  2002. 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
  2003. 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
  2004. 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
  2005. 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
  2006. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/COPYING +18 -0
  2007. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/HISTORY.md +505 -0
  2008. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/README.rdoc +304 -0
  2009. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/Rakefile +116 -0
  2010. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/SPEC +263 -0
  2011. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/bin/rackup +4 -0
  2012. 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
  2013. 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
  2014. 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
  2015. 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
  2016. 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
  2017. 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
  2018. 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
  2019. 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
  2020. 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
  2021. 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
  2022. 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
  2023. 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
  2024. 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
  2025. 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
  2026. 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
  2027. 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
  2028. 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
  2029. 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
  2030. 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
  2031. 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
  2032. 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
  2033. 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
  2034. 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
  2035. 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
  2036. 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
  2037. 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
  2038. 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
  2039. 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
  2040. 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
  2041. 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
  2042. 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
  2043. 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
  2044. 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
  2045. 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
  2046. 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
  2047. 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
  2048. 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
  2049. 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
  2050. 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
  2051. 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
  2052. 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
  2053. 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
  2054. 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
  2055. 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
  2056. 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
  2057. 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
  2058. 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
  2059. 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
  2060. 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
  2061. 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
  2062. 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
  2063. 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
  2064. 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
  2065. 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
  2066. 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
  2067. 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
  2068. 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
  2069. 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
  2070. 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
  2071. 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
  2072. 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
  2073. 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
  2074. 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
  2075. 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
  2076. 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
  2077. 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
  2078. 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
  2079. 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
  2080. 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
  2081. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rack-2.0.1/rack.gemspec +35 -0
  2082. 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
  2083. 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
  2084. 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
  2085. 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
  2086. 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
  2087. 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
  2088. 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
  2089. 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
  2090. 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
  2091. 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
  2092. 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
  2093. 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
  2094. 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
  2095. 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
  2096. 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
  2097. 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
  2098. 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
  2099. 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
  2100. 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
  2101. 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
  2102. 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
  2103. 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
  2104. 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
  2105. 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
  2106. 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
  2107. 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
  2108. 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
  2109. 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
  2110. 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
  2111. 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
  2112. 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
  2113. 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
  2114. 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
  2115. 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
  2116. 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
  2117. 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
  2118. 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
  2119. 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
  2120. 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
  2121. 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
  2122. 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
  2123. 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
  2124. 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
  2125. 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
  2126. 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
  2127. 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
  2128. 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
  2129. 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
  2130. 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
  2131. 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
  2132. 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
  2133. 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
  2134. 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
  2135. 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
  2136. 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
  2137. 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
  2138. 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
  2139. 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
  2140. 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
  2141. 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
  2142. 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
  2143. 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
  2144. 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
  2145. 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
  2146. 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
  2147. 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
  2148. 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
  2149. 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
  2150. 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
  2151. 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
  2152. 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
  2153. 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
  2154. 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
  2155. 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
  2156. 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
  2157. 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
  2158. 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
  2159. 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
  2160. 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
  2161. 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
  2162. 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
  2163. 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
  2164. 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
  2165. 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
  2166. 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
  2167. 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
  2168. 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
  2169. 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
  2170. 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
  2171. 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
  2172. 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
  2173. 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
  2174. 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
  2175. 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
  2176. 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
  2177. 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
  2178. 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
  2179. 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
  2180. 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
  2181. 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
  2182. 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
  2183. 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
  2184. 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
  2185. 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
  2186. 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
  2187. 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
  2188. 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
  2189. 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
  2190. 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
  2191. 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
  2192. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/CHANGELOG +97 -0
  2193. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/rqrcode-0.10.1/LICENSE +19 -0
  2194. 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
  2195. 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
  2196. 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
  2197. 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
  2198. 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
  2199. 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
  2200. 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
  2201. 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
  2202. 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
  2203. 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
  2204. 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
  2205. 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
  2206. 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
  2207. 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
  2208. 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
  2209. 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
  2210. 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
  2211. 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
  2212. 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
  2213. 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
  2214. 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
  2215. 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
  2216. 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
  2217. 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
  2218. 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
  2219. 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
  2220. 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
  2221. 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
  2222. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/Rakefile +11 -0
  2223. 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
  2224. 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
  2225. 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
  2226. 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
  2227. 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
  2228. 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
  2229. 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
  2230. 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
  2231. 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
  2232. 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
  2233. 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
  2234. 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
  2235. 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
  2236. 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
  2237. 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
  2238. 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
  2239. 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
  2240. 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
  2241. 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
  2242. 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
  2243. 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
  2244. 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
  2245. 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
  2246. 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
  2247. 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
  2248. 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
  2249. 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
  2250. 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
  2251. 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
  2252. 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
  2253. 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
  2254. data/secondstep-notify-1.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
  2255. data/secondstep-notify-1.0.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
  2256. data/secondstep-notify-1.0.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
  2257. data/secondstep-notify-1.0.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
  2258. data/secondstep-notify-1.0.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
  2259. data/secondstep-notify-1.0.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
  2260. data/secondstep-notify-1.0.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
  2261. data/secondstep-notify-1.0.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
  2262. data/secondstep-notify-1.0.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
  2263. data/secondstep-notify-1.0.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
  2264. data/secondstep-notify-1.0.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
  2265. data/secondstep-notify-1.0.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
  2266. data/secondstep-notify-1.0.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
  2267. data/secondstep-notify-1.0.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
  2268. data/secondstep-notify-1.0.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
  2269. data/secondstep-notify-1.0.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
  2270. data/secondstep-notify-1.0.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
  2271. data/secondstep-notify-1.0.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
  2272. data/secondstep-notify-1.0.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
  2273. data/secondstep-notify-1.0.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
  2274. data/secondstep-notify-1.0.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
  2275. data/secondstep-notify-1.0.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
  2276. data/secondstep-notify-1.0.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
  2277. data/secondstep-notify-1.0.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
  2278. data/secondstep-notify-1.0.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
  2279. data/secondstep-notify-1.0.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
  2280. data/secondstep-notify-1.0.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
  2281. data/secondstep-notify-1.0.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
  2282. data/secondstep-notify-1.0.0-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
  2283. data/secondstep-notify-1.0.0-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
  2284. data/secondstep-notify-1.0.0-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
  2285. data/secondstep-notify-1.0.0-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
  2286. data/secondstep-notify-1.0.0-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
  2287. data/secondstep-notify-1.0.0-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
  2288. data/secondstep-notify-1.0.0-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
  2289. data/secondstep-notify-1.0.0-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
  2290. data/secondstep-notify-1.0.0-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
  2291. data/secondstep-notify-1.0.0-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
  2292. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2293. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2294. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2295. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2296. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2297. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2298. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2299. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2300. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2301. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2302. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2303. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2304. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2305. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2306. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2307. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2308. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2309. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2310. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2311. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2312. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2313. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2314. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2315. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2316. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2317. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2318. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2319. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2320. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2321. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2322. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2323. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2324. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2325. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2326. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2327. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2328. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2329. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2330. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2331. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2332. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2333. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2334. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2335. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2336. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2337. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2338. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2339. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2340. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2341. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2342. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2343. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2344. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2345. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2346. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2347. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2348. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2349. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2350. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2351. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2352. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2353. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2354. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2355. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2356. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2357. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2358. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2359. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2360. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2361. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2362. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2363. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2364. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2365. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2366. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2367. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2368. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2369. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2370. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2371. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2372. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2373. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2374. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2375. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2376. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2377. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2378. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2379. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2380. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2381. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2382. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2383. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2384. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2385. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2386. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2387. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2388. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2389. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2390. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2391. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2392. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2393. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2394. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2395. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2396. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2397. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2398. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2399. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2400. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2401. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2402. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2403. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2404. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2405. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2406. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2407. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2408. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2409. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2410. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2411. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2412. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2413. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2414. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2415. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2416. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2417. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2418. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2419. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2420. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2421. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2422. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2423. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2424. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2425. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2426. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2427. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2428. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2429. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2430. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2431. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2432. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2433. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2434. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2435. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2436. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2437. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2438. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2439. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2440. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2441. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2442. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2443. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2444. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2445. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2446. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2447. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2448. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2449. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2450. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2451. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2452. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2453. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2454. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2455. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2456. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2457. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2458. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2459. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2460. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2461. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2462. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2463. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2464. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2465. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2466. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2467. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2468. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2469. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2470. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2471. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2472. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2473. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2474. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2475. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2476. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2477. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2478. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2479. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2480. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2481. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2482. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2483. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2484. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2485. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2486. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2487. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2488. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2489. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2490. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2491. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2492. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2493. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2494. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2495. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2496. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2497. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2498. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2499. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2500. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2501. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2502. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2503. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2504. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2505. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2506. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2507. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2508. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2509. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2510. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2511. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2512. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2513. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2514. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2515. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2516. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2517. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2518. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2519. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2520. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2521. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2522. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2523. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2524. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2525. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2526. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2527. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2528. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2529. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2530. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2531. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2532. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2533. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2534. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2535. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2536. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2537. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2538. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2539. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2540. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2541. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2542. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2543. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2544. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2545. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2546. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2547. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2548. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2549. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2550. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2551. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2552. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2553. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2554. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2555. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2556. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2557. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2558. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2559. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2560. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2561. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2562. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2563. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2564. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2565. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2566. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2567. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2568. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2569. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2570. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2571. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2572. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2573. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2574. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2575. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2576. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2577. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2578. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2579. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2580. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2581. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2582. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2583. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2584. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2585. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2586. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2587. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2588. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2589. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2590. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2591. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2592. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2593. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2594. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2595. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2596. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2597. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2598. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2599. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2600. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2601. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2602. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2603. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2604. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2605. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2606. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2607. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2608. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2609. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2610. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2611. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2612. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2613. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2614. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2615. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2616. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2617. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2618. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2619. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2620. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2621. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2622. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2623. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2624. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2625. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2626. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2627. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2628. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2629. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2630. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2631. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2632. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2633. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2634. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2635. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2636. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2637. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2638. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2639. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2640. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2641. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2642. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2643. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2644. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2645. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2646. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2647. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2648. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2649. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2650. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2651. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2652. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2653. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2654. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2655. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2656. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2657. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2658. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2659. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2660. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2661. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2662. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2663. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2664. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2665. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2666. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2667. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2668. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2669. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2670. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2671. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2672. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2673. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2674. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2675. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2676. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2677. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2678. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2679. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2680. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2681. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2682. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2683. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2684. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2685. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2686. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2687. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2688. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2689. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2690. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2691. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2692. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2693. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2694. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2695. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2696. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2697. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2698. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2699. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2700. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2701. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2702. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2703. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2704. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2705. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2706. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2707. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2708. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2709. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2710. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2711. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2712. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2713. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2714. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2715. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2716. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2717. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2718. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2719. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2720. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2721. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2722. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2723. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2724. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2725. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2726. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2727. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2728. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2729. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2730. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2731. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2732. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2733. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2734. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2735. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2736. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2737. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2738. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2739. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2740. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2741. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2742. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2743. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2744. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2745. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2746. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2747. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2748. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2749. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2750. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2751. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2752. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2753. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2754. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2755. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2756. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2757. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2758. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2759. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2760. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2761. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2762. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2763. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2764. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2765. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2766. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2767. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2768. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2769. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2770. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2771. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2772. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2773. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2774. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2775. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2776. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2777. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2778. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2779. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2780. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2781. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2782. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2783. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2784. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2785. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2786. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2787. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2788. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2789. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2790. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2791. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2792. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2793. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2794. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2795. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2796. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2797. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2798. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2799. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2800. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2801. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2802. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2803. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2804. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2805. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2806. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2807. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2808. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2809. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2810. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2811. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2812. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2813. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2814. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2815. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2816. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2817. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2818. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2819. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2820. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2821. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2822. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2823. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2824. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2825. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2826. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2827. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2828. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2829. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2830. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2831. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2832. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2833. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2834. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2835. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2836. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2837. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2838. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2839. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2840. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2841. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2842. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2843. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2844. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2845. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2846. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2847. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2848. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2849. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2850. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2851. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2852. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2853. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2854. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2855. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2856. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2857. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2858. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2859. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2860. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2861. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2862. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2863. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2864. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2865. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2866. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2867. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2868. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2869. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2870. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2871. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2872. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2873. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2874. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2875. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2876. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2877. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2878. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2879. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2880. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2881. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2882. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2883. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2884. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2885. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2886. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2887. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2888. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2889. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2890. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2891. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2892. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2893. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2894. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2895. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2896. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2897. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2898. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2899. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2900. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2901. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2902. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2903. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2904. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2905. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2906. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2907. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2908. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2909. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2910. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2911. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2912. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2913. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2914. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2915. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2916. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2917. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2918. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2919. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2920. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2921. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2922. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2923. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2924. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2925. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2926. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2927. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2928. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2929. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2930. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2931. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2932. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2933. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2934. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2935. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2936. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2937. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2938. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2939. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2940. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2941. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2942. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2943. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2944. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2945. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2946. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2947. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2948. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2949. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2950. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2951. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2952. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2953. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2954. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2955. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2956. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2957. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2958. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2959. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2960. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2961. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2962. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2963. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2964. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2965. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2966. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2967. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2968. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2969. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2970. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2971. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2972. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2973. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2974. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2975. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2976. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2977. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2978. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2979. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2980. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2981. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2982. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2983. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2984. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2985. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2986. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2987. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2988. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2989. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2990. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2991. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2992. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2993. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2994. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2995. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2996. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2997. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2998. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  2999. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3000. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3001. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3002. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3003. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3004. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3005. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3006. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3007. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3008. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3009. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3010. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3011. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3012. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3013. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3014. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3015. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3016. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3017. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3018. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3019. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3020. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3021. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3022. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3023. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3024. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3025. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3026. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3027. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3028. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3029. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3030. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3031. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3032. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3033. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3034. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3035. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3036. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3037. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3038. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3039. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3040. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3041. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3042. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3043. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3044. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3045. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3046. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3047. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3048. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3049. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3050. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3051. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3052. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3053. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3054. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3055. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3056. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3057. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3058. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3059. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3060. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3061. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3062. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3063. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3064. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3065. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3066. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3067. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3068. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3069. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3070. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3071. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3072. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3073. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3074. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3075. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3076. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3077. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3078. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3079. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3080. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3081. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3082. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3083. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3084. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3085. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3086. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3087. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3088. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3089. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3090. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3091. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3092. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3093. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3094. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3095. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3096. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3097. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3098. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/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
  3099. data/secondstep-notify-1.0.0-osx/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
  3100. data/secondstep-notify-1.0.0-osx/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
  3101. data/secondstep-notify-1.0.0-osx/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
  3102. data/secondstep-notify-1.0.0-osx/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
  3103. data/secondstep-notify-1.0.0-osx/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
  3104. data/secondstep-notify-1.0.0-osx/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
  3105. data/secondstep-notify-1.0.0-osx/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
  3106. data/secondstep-notify-1.0.0-osx/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
  3107. data/secondstep-notify-1.0.0-osx/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
  3108. data/secondstep-notify-1.0.0-osx/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
  3109. data/secondstep-notify-1.0.0-osx/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
  3110. data/secondstep-notify-1.0.0-osx/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
  3111. data/secondstep-notify-1.0.0-osx/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
  3112. data/secondstep-notify-1.0.0-osx/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
  3113. data/secondstep-notify-1.0.0-osx/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
  3114. data/secondstep-notify-1.0.0-osx/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
  3115. data/secondstep-notify-1.0.0-osx/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
  3116. data/secondstep-notify-1.0.0-osx/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
  3117. data/secondstep-notify-1.0.0-osx/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
  3118. data/secondstep-notify-1.0.0-osx/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
  3119. data/secondstep-notify-1.0.0-osx/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
  3120. data/secondstep-notify-1.0.0-osx/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
  3121. data/secondstep-notify-1.0.0-osx/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
  3122. data/secondstep-notify-1.0.0-osx/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
  3123. data/secondstep-notify-1.0.0-osx/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
  3124. data/secondstep-notify-1.0.0-osx/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
  3125. data/secondstep-notify-1.0.0-osx/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
  3126. data/secondstep-notify-1.0.0-osx/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
  3127. data/secondstep-notify-1.0.0-osx/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
  3128. data/secondstep-notify-1.0.0-osx/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
  3129. data/secondstep-notify-1.0.0-osx/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
  3130. data/secondstep-notify-1.0.0-osx/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
  3131. data/secondstep-notify-1.0.0-osx/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
  3132. data/secondstep-notify-1.0.0-osx/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
  3133. data/secondstep-notify-1.0.0-osx/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
  3134. data/secondstep-notify-1.0.0-osx/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
  3135. data/secondstep-notify-1.0.0-osx/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
  3136. data/secondstep-notify-1.0.0-osx/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
  3137. data/secondstep-notify-1.0.0-osx/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
  3138. data/secondstep-notify-1.0.0-osx/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
  3139. data/secondstep-notify-1.0.0-osx/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
  3140. data/secondstep-notify-1.0.0-osx/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
  3141. data/secondstep-notify-1.0.0-osx/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
  3142. data/secondstep-notify-1.0.0-osx/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
  3143. data/secondstep-notify-1.0.0-osx/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
  3144. data/secondstep-notify-1.0.0-osx/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
  3145. data/secondstep-notify-1.0.0-osx/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
  3146. data/secondstep-notify-1.0.0-osx/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
  3147. data/secondstep-notify-1.0.0-osx/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
  3148. data/secondstep-notify-1.0.0-osx/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
  3149. data/secondstep-notify-1.0.0-osx/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
  3150. data/secondstep-notify-1.0.0-osx/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
  3151. data/secondstep-notify-1.0.0-osx/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
  3152. data/secondstep-notify-1.0.0-osx/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
  3153. data/secondstep-notify-1.0.0-osx/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
  3154. data/secondstep-notify-1.0.0-osx/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
  3155. data/secondstep-notify-1.0.0-osx/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
  3156. data/secondstep-notify-1.0.0-osx/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
  3157. data/secondstep-notify-1.0.0-osx/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
  3158. data/secondstep-notify-1.0.0-osx/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
  3159. data/secondstep-notify-1.0.0-osx/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
  3160. data/secondstep-notify-1.0.0-osx/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
  3161. data/secondstep-notify-1.0.0-osx/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
  3162. data/secondstep-notify-1.0.0-osx/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
  3163. data/secondstep-notify-1.0.0-osx/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
  3164. data/secondstep-notify-1.0.0-osx/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
  3165. data/secondstep-notify-1.0.0-osx/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
  3166. data/secondstep-notify-1.0.0-osx/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
  3167. data/secondstep-notify-1.0.0-osx/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
  3168. data/secondstep-notify-1.0.0-osx/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
  3169. data/secondstep-notify-1.0.0-osx/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
  3170. data/secondstep-notify-1.0.0-osx/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
  3171. data/secondstep-notify-1.0.0-osx/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
  3172. data/secondstep-notify-1.0.0-osx/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
  3173. data/secondstep-notify-1.0.0-osx/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
  3174. data/secondstep-notify-1.0.0-osx/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
  3175. data/secondstep-notify-1.0.0-osx/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
  3176. data/secondstep-notify-1.0.0-osx/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
  3177. data/secondstep-notify-1.0.0-osx/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
  3178. data/secondstep-notify-1.0.0-osx/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
  3179. data/secondstep-notify-1.0.0-osx/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
  3180. data/secondstep-notify-1.0.0-osx/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
  3181. data/secondstep-notify-1.0.0-osx/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
  3182. data/secondstep-notify-1.0.0-osx/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
  3183. data/secondstep-notify-1.0.0-osx/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
  3184. data/secondstep-notify-1.0.0-osx/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
  3185. data/secondstep-notify-1.0.0-osx/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
  3186. data/secondstep-notify-1.0.0-osx/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
  3187. data/secondstep-notify-1.0.0-osx/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
  3188. data/secondstep-notify-1.0.0-osx/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
  3189. data/secondstep-notify-1.0.0-osx/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
  3190. data/secondstep-notify-1.0.0-osx/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
  3191. data/secondstep-notify-1.0.0-osx/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
  3192. data/secondstep-notify-1.0.0-osx/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
  3193. data/secondstep-notify-1.0.0-osx/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
  3194. data/secondstep-notify-1.0.0-osx/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
  3195. data/secondstep-notify-1.0.0-osx/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
  3196. data/secondstep-notify-1.0.0-osx/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
  3197. data/secondstep-notify-1.0.0-osx/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
  3198. data/secondstep-notify-1.0.0-osx/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
  3199. data/secondstep-notify-1.0.0-osx/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
  3200. data/secondstep-notify-1.0.0-osx/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
  3201. data/secondstep-notify-1.0.0-osx/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
  3202. data/secondstep-notify-1.0.0-osx/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
  3203. data/secondstep-notify-1.0.0-osx/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
  3204. data/secondstep-notify-1.0.0-osx/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
  3205. data/secondstep-notify-1.0.0-osx/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
  3206. data/secondstep-notify-1.0.0-osx/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
  3207. data/secondstep-notify-1.0.0-osx/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
  3208. data/secondstep-notify-1.0.0-osx/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
  3209. data/secondstep-notify-1.0.0-osx/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
  3210. data/secondstep-notify-1.0.0-osx/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
  3211. data/secondstep-notify-1.0.0-osx/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
  3212. data/secondstep-notify-1.0.0-osx/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
  3213. data/secondstep-notify-1.0.0-osx/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
  3214. data/secondstep-notify-1.0.0-osx/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
  3215. data/secondstep-notify-1.0.0-osx/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
  3216. data/secondstep-notify-1.0.0-osx/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
  3217. data/secondstep-notify-1.0.0-osx/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
  3218. data/secondstep-notify-1.0.0-osx/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
  3219. data/secondstep-notify-1.0.0-osx/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
  3220. data/secondstep-notify-1.0.0-osx/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
  3221. data/secondstep-notify-1.0.0-osx/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
  3222. data/secondstep-notify-1.0.0-osx/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
  3223. data/secondstep-notify-1.0.0-osx/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
  3224. data/secondstep-notify-1.0.0-osx/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
  3225. data/secondstep-notify-1.0.0-osx/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
  3226. data/secondstep-notify-1.0.0-osx/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
  3227. data/secondstep-notify-1.0.0-osx/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
  3228. data/secondstep-notify-1.0.0-osx/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
  3229. data/secondstep-notify-1.0.0-osx/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
  3230. data/secondstep-notify-1.0.0-osx/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
  3231. data/secondstep-notify-1.0.0-osx/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
  3232. data/secondstep-notify-1.0.0-osx/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
  3233. data/secondstep-notify-1.0.0-osx/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
  3234. data/secondstep-notify-1.0.0-osx/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
  3235. data/secondstep-notify-1.0.0-osx/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
  3236. data/secondstep-notify-1.0.0-osx/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
  3237. data/secondstep-notify-1.0.0-osx/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
  3238. data/secondstep-notify-1.0.0-osx/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
  3239. data/secondstep-notify-1.0.0-osx/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
  3240. data/secondstep-notify-1.0.0-osx/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
  3241. data/secondstep-notify-1.0.0-osx/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
  3242. data/secondstep-notify-1.0.0-osx/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
  3243. data/secondstep-notify-1.0.0-osx/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
  3244. data/secondstep-notify-1.0.0-osx/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
  3245. data/secondstep-notify-1.0.0-osx/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
  3246. data/secondstep-notify-1.0.0-osx/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
  3247. data/secondstep-notify-1.0.0-osx/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
  3248. data/secondstep-notify-1.0.0-osx/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
  3249. data/secondstep-notify-1.0.0-osx/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
  3250. data/secondstep-notify-1.0.0-osx/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
  3251. data/secondstep-notify-1.0.0-osx/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
  3252. data/secondstep-notify-1.0.0-osx/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
  3253. data/secondstep-notify-1.0.0-osx/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
  3254. 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
  3255. 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
  3256. 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
  3257. 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
  3258. 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
  3259. 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
  3260. 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
  3261. 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
  3262. 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
  3263. 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
  3264. 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
  3265. 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
  3266. 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
  3267. 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
  3268. 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
  3269. 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
  3270. 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
  3271. 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
  3272. 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
  3273. 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
  3274. 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
  3275. 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
  3276. 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
  3277. 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
  3278. 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
  3279. 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
  3280. 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
  3281. 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
  3282. 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
  3283. 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
  3284. 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
  3285. 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
  3286. 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
  3287. 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
  3288. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/.yardopts +13 -0
  3289. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/LICENSE +144 -0
  3290. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/thread_safe-0.3.5/Rakefile +61 -0
  3291. 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
  3292. 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
  3293. 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
  3294. 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
  3295. 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
  3296. 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
  3297. 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
  3298. 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
  3299. 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
  3300. 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
  3301. 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
  3302. 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
  3303. 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
  3304. 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
  3305. 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
  3306. 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
  3307. 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
  3308. 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
  3309. 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
  3310. 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
  3311. 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
  3312. 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
  3313. 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
  3314. 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
  3315. 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
  3316. 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
  3317. 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
  3318. 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
  3319. 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
  3320. 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
  3321. 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
  3322. 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
  3323. 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
  3324. 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
  3325. 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
  3326. 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
  3327. 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
  3328. 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
  3329. 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
  3330. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/.yardopts +6 -0
  3331. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/CHANGES.md +649 -0
  3332. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/LICENSE +19 -0
  3333. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/Rakefile +104 -0
  3334. 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
  3335. 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
  3336. 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
  3337. 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
  3338. 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
  3339. 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
  3340. 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
  3341. 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
  3342. 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
  3343. 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
  3344. 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
  3345. 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
  3346. 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
  3347. 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
  3348. 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
  3349. 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
  3350. 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
  3351. 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
  3352. 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
  3353. 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
  3354. 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
  3355. 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
  3356. 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
  3357. 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
  3358. 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
  3359. 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
  3360. 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
  3361. 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
  3362. 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
  3363. 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
  3364. 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
  3365. 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
  3366. 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
  3367. 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
  3368. 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
  3369. 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
  3370. 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
  3371. 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
  3372. 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
  3373. 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
  3374. 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
  3375. 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
  3376. 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
  3377. 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
  3378. 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
  3379. 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
  3380. 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
  3381. 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
  3382. 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
  3383. 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
  3384. 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
  3385. 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
  3386. 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
  3387. 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
  3388. 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
  3389. 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
  3390. 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
  3391. 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
  3392. 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
  3393. 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
  3394. 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
  3395. 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
  3396. 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
  3397. 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
  3398. 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
  3399. 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
  3400. 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
  3401. 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
  3402. 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
  3403. 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
  3404. 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
  3405. 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
  3406. 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
  3407. 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
  3408. 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
  3409. 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
  3410. 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
  3411. 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
  3412. 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
  3413. 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
  3414. 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
  3415. 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
  3416. 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
  3417. 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
  3418. 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
  3419. 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
  3420. 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
  3421. 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
  3422. 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
  3423. 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
  3424. 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
  3425. 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
  3426. 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
  3427. 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
  3428. 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
  3429. 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
  3430. 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
  3431. 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
  3432. 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
  3433. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.2/tzinfo.gemspec +21 -0
  3434. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/activesupport-5.0.0.1.gemspec +43 -0
  3435. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/bundler-1.9.9.gemspec +47 -0
  3436. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/chunky_png-1.3.7.gemspec +38 -0
  3437. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/concurrent-ruby-1.0.2.gemspec +23 -0
  3438. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/bigdecimal-1.2.6.gemspec +20 -0
  3439. 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
  3440. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/json-1.8.1.gemspec +7 -0
  3441. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/psych-2.0.8.gemspec +25 -0
  3442. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/rake-10.4.2.gemspec +7 -0
  3443. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/default/rdoc-4.2.0.gemspec +7 -0
  3444. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/faraday-0.9.2.gemspec +31 -0
  3445. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/i18n-0.7.0.gemspec +22 -0
  3446. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/jwt-1.5.6.gemspec +50 -0
  3447. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/minitest-5.9.1.gemspec +39 -0
  3448. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/multi_json-1.12.1.gemspec +33 -0
  3449. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/multi_xml-0.5.5.gemspec +33 -0
  3450. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/multipart-post-2.0.0.gemspec +22 -0
  3451. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/oauth2-1.2.0.gemspec +47 -0
  3452. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/path-builder-0.1.3.gemspec +36 -0
  3453. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/rack-2.0.1.gemspec +45 -0
  3454. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/rqrcode-0.10.1.gemspec +39 -0
  3455. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/second_step-0.1.1.gemspec +56 -0
  3456. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/terminal-notifier-1.7.1.gemspec +40 -0
  3457. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/thread_safe-0.3.5.gemspec +38 -0
  3458. data/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/specifications/tzinfo-1.2.2.gemspec +37 -0
  3459. data/secondstep.gemspec +22 -0
  3460. metadata +3509 -3
@@ -0,0 +1,1559 @@
1
+ #
2
+ # = net/http.rb
3
+ #
4
+ # Copyright (c) 1999-2007 Yukihiro Matsumoto
5
+ # Copyright (c) 1999-2007 Minero Aoki
6
+ # Copyright (c) 2001 GOTOU Yuuzou
7
+ #
8
+ # Written and maintained by Minero Aoki <aamine@loveruby.net>.
9
+ # HTTPS support added by GOTOU Yuuzou <gotoyuzo@notwork.org>.
10
+ #
11
+ # This file is derived from "http-access.rb".
12
+ #
13
+ # Documented by Minero Aoki; converted to RDoc by William Webber.
14
+ #
15
+ # This program is free software. You can re-distribute and/or
16
+ # modify this program under the same terms of ruby itself ---
17
+ # Ruby Distribution License or GNU General Public License.
18
+ #
19
+ # See Net::HTTP for an overview and examples.
20
+ #
21
+
22
+ require 'net/protocol'
23
+ require 'uri'
24
+
25
+ module Net #:nodoc:
26
+ autoload :OpenSSL, 'openssl'
27
+
28
+ # :stopdoc:
29
+ class HTTPBadResponse < StandardError; end
30
+ class HTTPHeaderSyntaxError < StandardError; end
31
+ # :startdoc:
32
+
33
+ # == An HTTP client API for Ruby.
34
+ #
35
+ # Net::HTTP provides a rich library which can be used to build HTTP
36
+ # user-agents. For more details about HTTP see
37
+ # [RFC2616](http://www.ietf.org/rfc/rfc2616.txt)
38
+ #
39
+ # Net::HTTP is designed to work closely with URI. URI::HTTP#host,
40
+ # URI::HTTP#port and URI::HTTP#request_uri are designed to work with
41
+ # Net::HTTP.
42
+ #
43
+ # If you are only performing a few GET requests you should try OpenURI.
44
+ #
45
+ # == Simple Examples
46
+ #
47
+ # All examples assume you have loaded Net::HTTP with:
48
+ #
49
+ # require 'net/http'
50
+ #
51
+ # This will also require 'uri' so you don't need to require it separately.
52
+ #
53
+ # The Net::HTTP methods in the following section do not persist
54
+ # connections. They are not recommended if you are performing many HTTP
55
+ # requests.
56
+ #
57
+ # === GET
58
+ #
59
+ # Net::HTTP.get('example.com', '/index.html') # => String
60
+ #
61
+ # === GET by URI
62
+ #
63
+ # uri = URI('http://example.com/index.html?count=10')
64
+ # Net::HTTP.get(uri) # => String
65
+ #
66
+ # === GET with Dynamic Parameters
67
+ #
68
+ # uri = URI('http://example.com/index.html')
69
+ # params = { :limit => 10, :page => 3 }
70
+ # uri.query = URI.encode_www_form(params)
71
+ #
72
+ # res = Net::HTTP.get_response(uri)
73
+ # puts res.body if res.is_a?(Net::HTTPSuccess)
74
+ #
75
+ # === POST
76
+ #
77
+ # uri = URI('http://www.example.com/search.cgi')
78
+ # res = Net::HTTP.post_form(uri, 'q' => 'ruby', 'max' => '50')
79
+ # puts res.body
80
+ #
81
+ # === POST with Multiple Values
82
+ #
83
+ # uri = URI('http://www.example.com/search.cgi')
84
+ # res = Net::HTTP.post_form(uri, 'q' => ['ruby', 'perl'], 'max' => '50')
85
+ # puts res.body
86
+ #
87
+ # == How to use Net::HTTP
88
+ #
89
+ # The following example code can be used as the basis of a HTTP user-agent
90
+ # which can perform a variety of request types using persistent
91
+ # connections.
92
+ #
93
+ # uri = URI('http://example.com/some_path?query=string')
94
+ #
95
+ # Net::HTTP.start(uri.host, uri.port) do |http|
96
+ # request = Net::HTTP::Get.new uri
97
+ #
98
+ # response = http.request request # Net::HTTPResponse object
99
+ # end
100
+ #
101
+ # Net::HTTP::start immediately creates a connection to an HTTP server which
102
+ # is kept open for the duration of the block. The connection will remain
103
+ # open for multiple requests in the block if the server indicates it
104
+ # supports persistent connections.
105
+ #
106
+ # The request types Net::HTTP supports are listed below in the section "HTTP
107
+ # Request Classes".
108
+ #
109
+ # If you wish to re-use a connection across multiple HTTP requests without
110
+ # automatically closing it you can use ::new instead of ::start. #request
111
+ # will automatically open a connection to the server if one is not currently
112
+ # open. You can manually close the connection with #finish.
113
+ #
114
+ # For all the Net::HTTP request objects and shortcut request methods you may
115
+ # supply either a String for the request path or a URI from which Net::HTTP
116
+ # will extract the request path.
117
+ #
118
+ # === Response Data
119
+ #
120
+ # uri = URI('http://example.com/index.html')
121
+ # res = Net::HTTP.get_response(uri)
122
+ #
123
+ # # Headers
124
+ # res['Set-Cookie'] # => String
125
+ # res.get_fields('set-cookie') # => Array
126
+ # res.to_hash['set-cookie'] # => Array
127
+ # puts "Headers: #{res.to_hash.inspect}"
128
+ #
129
+ # # Status
130
+ # puts res.code # => '200'
131
+ # puts res.message # => 'OK'
132
+ # puts res.class.name # => 'HTTPOK'
133
+ #
134
+ # # Body
135
+ # puts res.body if res.response_body_permitted?
136
+ #
137
+ # === Following Redirection
138
+ #
139
+ # Each Net::HTTPResponse object belongs to a class for its response code.
140
+ #
141
+ # For example, all 2XX responses are instances of a Net::HTTPSuccess
142
+ # subclass, a 3XX response is an instance of a Net::HTTPRedirection
143
+ # subclass and a 200 response is an instance of the Net::HTTPOK class. For
144
+ # details of response classes, see the section "HTTP Response Classes"
145
+ # below.
146
+ #
147
+ # Using a case statement you can handle various types of responses properly:
148
+ #
149
+ # def fetch(uri_str, limit = 10)
150
+ # # You should choose a better exception.
151
+ # raise ArgumentError, 'too many HTTP redirects' if limit == 0
152
+ #
153
+ # response = Net::HTTP.get_response(URI(uri_str))
154
+ #
155
+ # case response
156
+ # when Net::HTTPSuccess then
157
+ # response
158
+ # when Net::HTTPRedirection then
159
+ # location = response['location']
160
+ # warn "redirected to #{location}"
161
+ # fetch(location, limit - 1)
162
+ # else
163
+ # response.value
164
+ # end
165
+ # end
166
+ #
167
+ # print fetch('http://www.ruby-lang.org')
168
+ #
169
+ # === POST
170
+ #
171
+ # A POST can be made using the Net::HTTP::Post request class. This example
172
+ # creates a urlencoded POST body:
173
+ #
174
+ # uri = URI('http://www.example.com/todo.cgi')
175
+ # req = Net::HTTP::Post.new(uri)
176
+ # req.set_form_data('from' => '2005-01-01', 'to' => '2005-03-31')
177
+ #
178
+ # res = Net::HTTP.start(uri.hostname, uri.port) do |http|
179
+ # http.request(req)
180
+ # end
181
+ #
182
+ # case res
183
+ # when Net::HTTPSuccess, Net::HTTPRedirection
184
+ # # OK
185
+ # else
186
+ # res.value
187
+ # end
188
+ #
189
+ # At this time Net::HTTP does not support multipart/form-data. To send
190
+ # multipart/form-data use Net::HTTPRequest#body= and
191
+ # Net::HTTPRequest#content_type=:
192
+ #
193
+ # req = Net::HTTP::Post.new(uri)
194
+ # req.body = multipart_data
195
+ # req.content_type = 'multipart/form-data'
196
+ #
197
+ # Other requests that can contain a body such as PUT can be created in the
198
+ # same way using the corresponding request class (Net::HTTP::Put).
199
+ #
200
+ # === Setting Headers
201
+ #
202
+ # The following example performs a conditional GET using the
203
+ # If-Modified-Since header. If the files has not been modified since the
204
+ # time in the header a Not Modified response will be returned. See RFC 2616
205
+ # section 9.3 for further details.
206
+ #
207
+ # uri = URI('http://example.com/cached_response')
208
+ # file = File.stat 'cached_response'
209
+ #
210
+ # req = Net::HTTP::Get.new(uri)
211
+ # req['If-Modified-Since'] = file.mtime.rfc2822
212
+ #
213
+ # res = Net::HTTP.start(uri.hostname, uri.port) {|http|
214
+ # http.request(req)
215
+ # }
216
+ #
217
+ # open 'cached_response', 'w' do |io|
218
+ # io.write res.body
219
+ # end if res.is_a?(Net::HTTPSuccess)
220
+ #
221
+ # === Basic Authentication
222
+ #
223
+ # Basic authentication is performed according to
224
+ # [RFC2617](http://www.ietf.org/rfc/rfc2617.txt)
225
+ #
226
+ # uri = URI('http://example.com/index.html?key=value')
227
+ #
228
+ # req = Net::HTTP::Get.new(uri)
229
+ # req.basic_auth 'user', 'pass'
230
+ #
231
+ # res = Net::HTTP.start(uri.hostname, uri.port) {|http|
232
+ # http.request(req)
233
+ # }
234
+ # puts res.body
235
+ #
236
+ # === Streaming Response Bodies
237
+ #
238
+ # By default Net::HTTP reads an entire response into memory. If you are
239
+ # handling large files or wish to implement a progress bar you can instead
240
+ # stream the body directly to an IO.
241
+ #
242
+ # uri = URI('http://example.com/large_file')
243
+ #
244
+ # Net::HTTP.start(uri.host, uri.port) do |http|
245
+ # request = Net::HTTP::Get.new uri
246
+ #
247
+ # http.request request do |response|
248
+ # open 'large_file', 'w' do |io|
249
+ # response.read_body do |chunk|
250
+ # io.write chunk
251
+ # end
252
+ # end
253
+ # end
254
+ # end
255
+ #
256
+ # === HTTPS
257
+ #
258
+ # HTTPS is enabled for an HTTP connection by Net::HTTP#use_ssl=.
259
+ #
260
+ # uri = URI('https://secure.example.com/some_path?query=string')
261
+ #
262
+ # Net::HTTP.start(uri.host, uri.port,
263
+ # :use_ssl => uri.scheme == 'https') do |http|
264
+ # request = Net::HTTP::Get.new uri
265
+ #
266
+ # response = http.request request # Net::HTTPResponse object
267
+ # end
268
+ #
269
+ # In previous versions of Ruby you would need to require 'net/https' to use
270
+ # HTTPS. This is no longer true.
271
+ #
272
+ # === Proxies
273
+ #
274
+ # Net::HTTP will automatically create a proxy from the +http_proxy+
275
+ # environment variable if it is present. To disable use of +http_proxy+,
276
+ # pass +nil+ for the proxy address.
277
+ #
278
+ # You may also create a custom proxy:
279
+ #
280
+ # proxy_addr = 'your.proxy.host'
281
+ # proxy_port = 8080
282
+ #
283
+ # Net::HTTP.new('example.com', nil, proxy_addr, proxy_port).start { |http|
284
+ # # always proxy via your.proxy.addr:8080
285
+ # }
286
+ #
287
+ # See Net::HTTP.new for further details and examples such as proxies that
288
+ # require a username and password.
289
+ #
290
+ # === Compression
291
+ #
292
+ # Net::HTTP automatically adds Accept-Encoding for compression of response
293
+ # bodies and automatically decompresses gzip and deflate responses unless a
294
+ # Range header was sent.
295
+ #
296
+ # Compression can be disabled through the Accept-Encoding: identity header.
297
+ #
298
+ # == HTTP Request Classes
299
+ #
300
+ # Here is the HTTP request class hierarchy.
301
+ #
302
+ # * Net::HTTPRequest
303
+ # * Net::HTTP::Get
304
+ # * Net::HTTP::Head
305
+ # * Net::HTTP::Post
306
+ # * Net::HTTP::Patch
307
+ # * Net::HTTP::Put
308
+ # * Net::HTTP::Proppatch
309
+ # * Net::HTTP::Lock
310
+ # * Net::HTTP::Unlock
311
+ # * Net::HTTP::Options
312
+ # * Net::HTTP::Propfind
313
+ # * Net::HTTP::Delete
314
+ # * Net::HTTP::Move
315
+ # * Net::HTTP::Copy
316
+ # * Net::HTTP::Mkcol
317
+ # * Net::HTTP::Trace
318
+ #
319
+ # == HTTP Response Classes
320
+ #
321
+ # Here is HTTP response class hierarchy. All classes are defined in Net
322
+ # module and are subclasses of Net::HTTPResponse.
323
+ #
324
+ # HTTPUnknownResponse:: For unhandled HTTP extensions
325
+ # HTTPInformation:: 1xx
326
+ # HTTPContinue:: 100
327
+ # HTTPSwitchProtocol:: 101
328
+ # HTTPSuccess:: 2xx
329
+ # HTTPOK:: 200
330
+ # HTTPCreated:: 201
331
+ # HTTPAccepted:: 202
332
+ # HTTPNonAuthoritativeInformation:: 203
333
+ # HTTPNoContent:: 204
334
+ # HTTPResetContent:: 205
335
+ # HTTPPartialContent:: 206
336
+ # HTTPMultiStatus:: 207
337
+ # HTTPIMUsed:: 226
338
+ # HTTPRedirection:: 3xx
339
+ # HTTPMultipleChoices:: 300
340
+ # HTTPMovedPermanently:: 301
341
+ # HTTPFound:: 302
342
+ # HTTPSeeOther:: 303
343
+ # HTTPNotModified:: 304
344
+ # HTTPUseProxy:: 305
345
+ # HTTPTemporaryRedirect:: 307
346
+ # HTTPClientError:: 4xx
347
+ # HTTPBadRequest:: 400
348
+ # HTTPUnauthorized:: 401
349
+ # HTTPPaymentRequired:: 402
350
+ # HTTPForbidden:: 403
351
+ # HTTPNotFound:: 404
352
+ # HTTPMethodNotAllowed:: 405
353
+ # HTTPNotAcceptable:: 406
354
+ # HTTPProxyAuthenticationRequired:: 407
355
+ # HTTPRequestTimeOut:: 408
356
+ # HTTPConflict:: 409
357
+ # HTTPGone:: 410
358
+ # HTTPLengthRequired:: 411
359
+ # HTTPPreconditionFailed:: 412
360
+ # HTTPRequestEntityTooLarge:: 413
361
+ # HTTPRequestURITooLong:: 414
362
+ # HTTPUnsupportedMediaType:: 415
363
+ # HTTPRequestedRangeNotSatisfiable:: 416
364
+ # HTTPExpectationFailed:: 417
365
+ # HTTPUnprocessableEntity:: 422
366
+ # HTTPLocked:: 423
367
+ # HTTPFailedDependency:: 424
368
+ # HTTPUpgradeRequired:: 426
369
+ # HTTPPreconditionRequired:: 428
370
+ # HTTPTooManyRequests:: 429
371
+ # HTTPRequestHeaderFieldsTooLarge:: 431
372
+ # HTTPServerError:: 5xx
373
+ # HTTPInternalServerError:: 500
374
+ # HTTPNotImplemented:: 501
375
+ # HTTPBadGateway:: 502
376
+ # HTTPServiceUnavailable:: 503
377
+ # HTTPGatewayTimeOut:: 504
378
+ # HTTPVersionNotSupported:: 505
379
+ # HTTPInsufficientStorage:: 507
380
+ # HTTPNetworkAuthenticationRequired:: 511
381
+ #
382
+ # There is also the Net::HTTPBadResponse exception which is raised when
383
+ # there is a protocol error.
384
+ #
385
+ class HTTP < Protocol
386
+
387
+ # :stopdoc:
388
+ Revision = %q$Revision: 49278 $.split[1]
389
+ HTTPVersion = '1.1'
390
+ begin
391
+ require 'zlib'
392
+ require 'stringio' #for our purposes (unpacking gzip) lump these together
393
+ HAVE_ZLIB=true
394
+ rescue LoadError
395
+ HAVE_ZLIB=false
396
+ end
397
+ # :startdoc:
398
+
399
+ # Turns on net/http 1.2 (Ruby 1.8) features.
400
+ # Defaults to ON in Ruby 1.8 or later.
401
+ def HTTP.version_1_2
402
+ true
403
+ end
404
+
405
+ # Returns true if net/http is in version 1.2 mode.
406
+ # Defaults to true.
407
+ def HTTP.version_1_2?
408
+ true
409
+ end
410
+
411
+ def HTTP.version_1_1? #:nodoc:
412
+ false
413
+ end
414
+
415
+ class << HTTP
416
+ alias is_version_1_1? version_1_1? #:nodoc:
417
+ alias is_version_1_2? version_1_2? #:nodoc:
418
+ end
419
+
420
+ #
421
+ # short cut methods
422
+ #
423
+
424
+ #
425
+ # Gets the body text from the target and outputs it to $stdout. The
426
+ # target can either be specified as
427
+ # (+uri+), or as (+host+, +path+, +port+ = 80); so:
428
+ #
429
+ # Net::HTTP.get_print URI('http://www.example.com/index.html')
430
+ #
431
+ # or:
432
+ #
433
+ # Net::HTTP.get_print 'www.example.com', '/index.html'
434
+ #
435
+ def HTTP.get_print(uri_or_host, path = nil, port = nil)
436
+ get_response(uri_or_host, path, port) {|res|
437
+ res.read_body do |chunk|
438
+ $stdout.print chunk
439
+ end
440
+ }
441
+ nil
442
+ end
443
+
444
+ # Sends a GET request to the target and returns the HTTP response
445
+ # as a string. The target can either be specified as
446
+ # (+uri+), or as (+host+, +path+, +port+ = 80); so:
447
+ #
448
+ # print Net::HTTP.get(URI('http://www.example.com/index.html'))
449
+ #
450
+ # or:
451
+ #
452
+ # print Net::HTTP.get('www.example.com', '/index.html')
453
+ #
454
+ def HTTP.get(uri_or_host, path = nil, port = nil)
455
+ get_response(uri_or_host, path, port).body
456
+ end
457
+
458
+ # Sends a GET request to the target and returns the HTTP response
459
+ # as a Net::HTTPResponse object. The target can either be specified as
460
+ # (+uri+), or as (+host+, +path+, +port+ = 80); so:
461
+ #
462
+ # res = Net::HTTP.get_response(URI('http://www.example.com/index.html'))
463
+ # print res.body
464
+ #
465
+ # or:
466
+ #
467
+ # res = Net::HTTP.get_response('www.example.com', '/index.html')
468
+ # print res.body
469
+ #
470
+ def HTTP.get_response(uri_or_host, path = nil, port = nil, &block)
471
+ if path
472
+ host = uri_or_host
473
+ new(host, port || HTTP.default_port).start {|http|
474
+ return http.request_get(path, &block)
475
+ }
476
+ else
477
+ uri = uri_or_host
478
+ start(uri.hostname, uri.port,
479
+ :use_ssl => uri.scheme == 'https') {|http|
480
+ return http.request_get(uri, &block)
481
+ }
482
+ end
483
+ end
484
+
485
+ # Posts HTML form data to the specified URI object.
486
+ # The form data must be provided as a Hash mapping from String to String.
487
+ # Example:
488
+ #
489
+ # { "cmd" => "search", "q" => "ruby", "max" => "50" }
490
+ #
491
+ # This method also does Basic Authentication iff +url+.user exists.
492
+ # But userinfo for authentication is deprecated (RFC3986).
493
+ # So this feature will be removed.
494
+ #
495
+ # Example:
496
+ #
497
+ # require 'net/http'
498
+ # require 'uri'
499
+ #
500
+ # Net::HTTP.post_form URI('http://www.example.com/search.cgi'),
501
+ # { "q" => "ruby", "max" => "50" }
502
+ #
503
+ def HTTP.post_form(url, params)
504
+ req = Post.new(url)
505
+ req.form_data = params
506
+ req.basic_auth url.user, url.password if url.user
507
+ start(url.hostname, url.port,
508
+ :use_ssl => url.scheme == 'https' ) {|http|
509
+ http.request(req)
510
+ }
511
+ end
512
+
513
+ #
514
+ # HTTP session management
515
+ #
516
+
517
+ # The default port to use for HTTP requests; defaults to 80.
518
+ def HTTP.default_port
519
+ http_default_port()
520
+ end
521
+
522
+ # The default port to use for HTTP requests; defaults to 80.
523
+ def HTTP.http_default_port
524
+ 80
525
+ end
526
+
527
+ # The default port to use for HTTPS requests; defaults to 443.
528
+ def HTTP.https_default_port
529
+ 443
530
+ end
531
+
532
+ def HTTP.socket_type #:nodoc: obsolete
533
+ BufferedIO
534
+ end
535
+
536
+ # :call-seq:
537
+ # HTTP.start(address, port, p_addr, p_port, p_user, p_pass, &block)
538
+ # HTTP.start(address, port=nil, p_addr=nil, p_port=nil, p_user=nil, p_pass=nil, opt, &block)
539
+ #
540
+ # Creates a new Net::HTTP object, then additionally opens the TCP
541
+ # connection and HTTP session.
542
+ #
543
+ # Arguments are the following:
544
+ # _address_ :: hostname or IP address of the server
545
+ # _port_ :: port of the server
546
+ # _p_addr_ :: address of proxy
547
+ # _p_port_ :: port of proxy
548
+ # _p_user_ :: user of proxy
549
+ # _p_pass_ :: pass of proxy
550
+ # _opt_ :: optional hash
551
+ #
552
+ # _opt_ sets following values by its accessor.
553
+ # The keys are ca_file, ca_path, cert, cert_store, ciphers,
554
+ # close_on_empty_response, key, open_timeout, read_timeout, ssl_timeout,
555
+ # ssl_version, use_ssl, verify_callback, verify_depth and verify_mode.
556
+ # If you set :use_ssl as true, you can use https and default value of
557
+ # verify_mode is set as OpenSSL::SSL::VERIFY_PEER.
558
+ #
559
+ # If the optional block is given, the newly
560
+ # created Net::HTTP object is passed to it and closed when the
561
+ # block finishes. In this case, the return value of this method
562
+ # is the return value of the block. If no block is given, the
563
+ # return value of this method is the newly created Net::HTTP object
564
+ # itself, and the caller is responsible for closing it upon completion
565
+ # using the finish() method.
566
+ def HTTP.start(address, *arg, &block) # :yield: +http+
567
+ arg.pop if opt = Hash.try_convert(arg[-1])
568
+ port, p_addr, p_port, p_user, p_pass = *arg
569
+ port = https_default_port if !port && opt && opt[:use_ssl]
570
+ http = new(address, port, p_addr, p_port, p_user, p_pass)
571
+
572
+ if opt
573
+ if opt[:use_ssl]
574
+ opt = {verify_mode: OpenSSL::SSL::VERIFY_PEER}.update(opt)
575
+ end
576
+ http.methods.grep(/\A(\w+)=\z/) do |meth|
577
+ key = $1.to_sym
578
+ opt.key?(key) or next
579
+ http.__send__(meth, opt[key])
580
+ end
581
+ end
582
+
583
+ http.start(&block)
584
+ end
585
+
586
+ class << HTTP
587
+ alias newobj new # :nodoc:
588
+ end
589
+
590
+ # Creates a new Net::HTTP object without opening a TCP connection or
591
+ # HTTP session.
592
+ #
593
+ # The +address+ should be a DNS hostname or IP address, the +port+ is the
594
+ # port the server operates on. If no +port+ is given the default port for
595
+ # HTTP or HTTPS is used.
596
+ #
597
+ # If none of the +p_+ arguments are given, the proxy host and port are
598
+ # taken from the +http_proxy+ environment variable (or its uppercase
599
+ # equivalent) if present. If the proxy requires authentication you must
600
+ # supply it by hand. See URI::Generic#find_proxy for details of proxy
601
+ # detection from the environment. To disable proxy detection set +p_addr+
602
+ # to nil.
603
+ #
604
+ # If you are connecting to a custom proxy, +p_addr+ the DNS name or IP
605
+ # address of the proxy host, +p_port+ the port to use to access the proxy,
606
+ # and +p_user+ and +p_pass+ the username and password if authorization is
607
+ # required to use the proxy.
608
+ #
609
+ def HTTP.new(address, port = nil, p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil)
610
+ http = super address, port
611
+
612
+ if proxy_class? then # from Net::HTTP::Proxy()
613
+ http.proxy_from_env = @proxy_from_env
614
+ http.proxy_address = @proxy_address
615
+ http.proxy_port = @proxy_port
616
+ http.proxy_user = @proxy_user
617
+ http.proxy_pass = @proxy_pass
618
+ elsif p_addr == :ENV then
619
+ http.proxy_from_env = true
620
+ else
621
+ http.proxy_address = p_addr
622
+ http.proxy_port = p_port || default_port
623
+ http.proxy_user = p_user
624
+ http.proxy_pass = p_pass
625
+ end
626
+
627
+ http
628
+ end
629
+
630
+ # Creates a new Net::HTTP object for the specified server address,
631
+ # without opening the TCP connection or initializing the HTTP session.
632
+ # The +address+ should be a DNS hostname or IP address.
633
+ def initialize(address, port = nil)
634
+ @address = address
635
+ @port = (port || HTTP.default_port)
636
+ @local_host = nil
637
+ @local_port = nil
638
+ @curr_http_version = HTTPVersion
639
+ @keep_alive_timeout = 2
640
+ @last_communicated = nil
641
+ @close_on_empty_response = false
642
+ @socket = nil
643
+ @started = false
644
+ @open_timeout = nil
645
+ @read_timeout = 60
646
+ @continue_timeout = nil
647
+ @debug_output = nil
648
+
649
+ @proxy_from_env = false
650
+ @proxy_uri = nil
651
+ @proxy_address = nil
652
+ @proxy_port = nil
653
+ @proxy_user = nil
654
+ @proxy_pass = nil
655
+
656
+ @use_ssl = false
657
+ @ssl_context = nil
658
+ @ssl_session = nil
659
+ @enable_post_connection_check = true
660
+ @sspi_enabled = false
661
+ SSL_IVNAMES.each do |ivname|
662
+ instance_variable_set ivname, nil
663
+ end
664
+ end
665
+
666
+ def inspect
667
+ "#<#{self.class} #{@address}:#{@port} open=#{started?}>"
668
+ end
669
+
670
+ # *WARNING* This method opens a serious security hole.
671
+ # Never use this method in production code.
672
+ #
673
+ # Sets an output stream for debugging.
674
+ #
675
+ # http = Net::HTTP.new(hostname)
676
+ # http.set_debug_output $stderr
677
+ # http.start { .... }
678
+ #
679
+ def set_debug_output(output)
680
+ warn 'Net::HTTP#set_debug_output called after HTTP started' if started?
681
+ @debug_output = output
682
+ end
683
+
684
+ # The DNS host name or IP address to connect to.
685
+ attr_reader :address
686
+
687
+ # The port number to connect to.
688
+ attr_reader :port
689
+
690
+ # The local host used to establish the connection.
691
+ attr_accessor :local_host
692
+
693
+ # The local port used to establish the connection.
694
+ attr_accessor :local_port
695
+
696
+ attr_writer :proxy_from_env
697
+ attr_writer :proxy_address
698
+ attr_writer :proxy_port
699
+ attr_writer :proxy_user
700
+ attr_writer :proxy_pass
701
+
702
+ # Number of seconds to wait for the connection to open. Any number
703
+ # may be used, including Floats for fractional seconds. If the HTTP
704
+ # object cannot open a connection in this many seconds, it raises a
705
+ # Net::OpenTimeout exception. The default value is +nil+.
706
+ attr_accessor :open_timeout
707
+
708
+ # Number of seconds to wait for one block to be read (via one read(2)
709
+ # call). Any number may be used, including Floats for fractional
710
+ # seconds. If the HTTP object cannot read data in this many seconds,
711
+ # it raises a Net::ReadTimeout exception. The default value is 60 seconds.
712
+ attr_reader :read_timeout
713
+
714
+ # Setter for the read_timeout attribute.
715
+ def read_timeout=(sec)
716
+ @socket.read_timeout = sec if @socket
717
+ @read_timeout = sec
718
+ end
719
+
720
+ # Seconds to wait for 100 Continue response. If the HTTP object does not
721
+ # receive a response in this many seconds it sends the request body. The
722
+ # default value is +nil+.
723
+ attr_reader :continue_timeout
724
+
725
+ # Setter for the continue_timeout attribute.
726
+ def continue_timeout=(sec)
727
+ @socket.continue_timeout = sec if @socket
728
+ @continue_timeout = sec
729
+ end
730
+
731
+ # Seconds to reuse the connection of the previous request.
732
+ # If the idle time is less than this Keep-Alive Timeout,
733
+ # Net::HTTP reuses the TCP/IP socket used by the previous communication.
734
+ # The default value is 2 seconds.
735
+ attr_accessor :keep_alive_timeout
736
+
737
+ # Returns true if the HTTP session has been started.
738
+ def started?
739
+ @started
740
+ end
741
+
742
+ alias active? started? #:nodoc: obsolete
743
+
744
+ attr_accessor :close_on_empty_response
745
+
746
+ # Returns true if SSL/TLS is being used with HTTP.
747
+ def use_ssl?
748
+ @use_ssl
749
+ end
750
+
751
+ # Turn on/off SSL.
752
+ # This flag must be set before starting session.
753
+ # If you change use_ssl value after session started,
754
+ # a Net::HTTP object raises IOError.
755
+ def use_ssl=(flag)
756
+ flag = flag ? true : false
757
+ if started? and @use_ssl != flag
758
+ raise IOError, "use_ssl value changed, but session already started"
759
+ end
760
+ @use_ssl = flag
761
+ end
762
+
763
+ SSL_IVNAMES = [
764
+ :@ca_file,
765
+ :@ca_path,
766
+ :@cert,
767
+ :@cert_store,
768
+ :@ciphers,
769
+ :@key,
770
+ :@ssl_timeout,
771
+ :@ssl_version,
772
+ :@verify_callback,
773
+ :@verify_depth,
774
+ :@verify_mode,
775
+ ]
776
+ SSL_ATTRIBUTES = [
777
+ :ca_file,
778
+ :ca_path,
779
+ :cert,
780
+ :cert_store,
781
+ :ciphers,
782
+ :key,
783
+ :ssl_timeout,
784
+ :ssl_version,
785
+ :verify_callback,
786
+ :verify_depth,
787
+ :verify_mode,
788
+ ]
789
+
790
+ # Sets path of a CA certification file in PEM format.
791
+ #
792
+ # The file can contain several CA certificates.
793
+ attr_accessor :ca_file
794
+
795
+ # Sets path of a CA certification directory containing certifications in
796
+ # PEM format.
797
+ attr_accessor :ca_path
798
+
799
+ # Sets an OpenSSL::X509::Certificate object as client certificate.
800
+ # (This method is appeared in Michal Rokos's OpenSSL extension).
801
+ attr_accessor :cert
802
+
803
+ # Sets the X509::Store to verify peer certificate.
804
+ attr_accessor :cert_store
805
+
806
+ # Sets the available ciphers. See OpenSSL::SSL::SSLContext#ciphers=
807
+ attr_accessor :ciphers
808
+
809
+ # Sets an OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object.
810
+ # (This method is appeared in Michal Rokos's OpenSSL extension.)
811
+ attr_accessor :key
812
+
813
+ # Sets the SSL timeout seconds.
814
+ attr_accessor :ssl_timeout
815
+
816
+ # Sets the SSL version. See OpenSSL::SSL::SSLContext#ssl_version=
817
+ attr_accessor :ssl_version
818
+
819
+ # Sets the verify callback for the server certification verification.
820
+ attr_accessor :verify_callback
821
+
822
+ # Sets the maximum depth for the certificate chain verification.
823
+ attr_accessor :verify_depth
824
+
825
+ # Sets the flags for server the certification verification at beginning of
826
+ # SSL/TLS session.
827
+ #
828
+ # OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER are acceptable.
829
+ attr_accessor :verify_mode
830
+
831
+ # Returns the X.509 certificates the server presented.
832
+ def peer_cert
833
+ if not use_ssl? or not @socket
834
+ return nil
835
+ end
836
+ @socket.io.peer_cert
837
+ end
838
+
839
+ # Opens a TCP connection and HTTP session.
840
+ #
841
+ # When this method is called with a block, it passes the Net::HTTP
842
+ # object to the block, and closes the TCP connection and HTTP session
843
+ # after the block has been executed.
844
+ #
845
+ # When called with a block, it returns the return value of the
846
+ # block; otherwise, it returns self.
847
+ #
848
+ def start # :yield: http
849
+ raise IOError, 'HTTP session already opened' if @started
850
+ if block_given?
851
+ begin
852
+ do_start
853
+ return yield(self)
854
+ ensure
855
+ do_finish
856
+ end
857
+ end
858
+ do_start
859
+ self
860
+ end
861
+
862
+ def do_start
863
+ connect
864
+ @started = true
865
+ end
866
+ private :do_start
867
+
868
+ def connect
869
+ if proxy? then
870
+ conn_address = proxy_address
871
+ conn_port = proxy_port
872
+ else
873
+ conn_address = address
874
+ conn_port = port
875
+ end
876
+
877
+ D "opening connection to #{conn_address}:#{conn_port}..."
878
+ s = Timeout.timeout(@open_timeout, Net::OpenTimeout) {
879
+ TCPSocket.open(conn_address, conn_port, @local_host, @local_port)
880
+ }
881
+ s.setsockopt(Socket::IPPROTO_TCP, Socket::TCP_NODELAY, 1)
882
+ D "opened"
883
+ if use_ssl?
884
+ ssl_parameters = Hash.new
885
+ iv_list = instance_variables
886
+ SSL_IVNAMES.each_with_index do |ivname, i|
887
+ if iv_list.include?(ivname) and
888
+ value = instance_variable_get(ivname)
889
+ ssl_parameters[SSL_ATTRIBUTES[i]] = value if value
890
+ end
891
+ end
892
+ @ssl_context = OpenSSL::SSL::SSLContext.new
893
+ @ssl_context.set_params(ssl_parameters)
894
+ D "starting SSL for #{conn_address}:#{conn_port}..."
895
+ s = OpenSSL::SSL::SSLSocket.new(s, @ssl_context)
896
+ s.sync_close = true
897
+ D "SSL established"
898
+ end
899
+ @socket = BufferedIO.new(s)
900
+ @socket.read_timeout = @read_timeout
901
+ @socket.continue_timeout = @continue_timeout
902
+ @socket.debug_output = @debug_output
903
+ if use_ssl?
904
+ begin
905
+ if proxy?
906
+ buf = "CONNECT #{@address}:#{@port} HTTP/#{HTTPVersion}\r\n"
907
+ buf << "Host: #{@address}:#{@port}\r\n"
908
+ if proxy_user
909
+ credential = ["#{proxy_user}:#{proxy_pass}"].pack('m')
910
+ credential.delete!("\r\n")
911
+ buf << "Proxy-Authorization: Basic #{credential}\r\n"
912
+ end
913
+ buf << "\r\n"
914
+ @socket.write(buf)
915
+ HTTPResponse.read_new(@socket).value
916
+ end
917
+ if @ssl_session and
918
+ Process.clock_gettime(Process::CLOCK_REALTIME) < @ssl_session.time.to_f + @ssl_session.timeout
919
+ s.session = @ssl_session if @ssl_session
920
+ end
921
+ # Server Name Indication (SNI) RFC 3546
922
+ s.hostname = @address if s.respond_to? :hostname=
923
+ Timeout.timeout(@open_timeout, Net::OpenTimeout) { s.connect }
924
+ if @ssl_context.verify_mode != OpenSSL::SSL::VERIFY_NONE
925
+ s.post_connection_check(@address)
926
+ end
927
+ @ssl_session = s.session
928
+ rescue => exception
929
+ D "Conn close because of connect error #{exception}"
930
+ @socket.close if @socket and not @socket.closed?
931
+ raise exception
932
+ end
933
+ end
934
+ on_connect
935
+ end
936
+ private :connect
937
+
938
+ def on_connect
939
+ end
940
+ private :on_connect
941
+
942
+ # Finishes the HTTP session and closes the TCP connection.
943
+ # Raises IOError if the session has not been started.
944
+ def finish
945
+ raise IOError, 'HTTP session not yet started' unless started?
946
+ do_finish
947
+ end
948
+
949
+ def do_finish
950
+ @started = false
951
+ @socket.close if @socket and not @socket.closed?
952
+ @socket = nil
953
+ end
954
+ private :do_finish
955
+
956
+ #
957
+ # proxy
958
+ #
959
+
960
+ public
961
+
962
+ # no proxy
963
+ @is_proxy_class = false
964
+ @proxy_from_env = false
965
+ @proxy_addr = nil
966
+ @proxy_port = nil
967
+ @proxy_user = nil
968
+ @proxy_pass = nil
969
+
970
+ # Creates an HTTP proxy class which behaves like Net::HTTP, but
971
+ # performs all access via the specified proxy.
972
+ #
973
+ # This class is obsolete. You may pass these same parameters directly to
974
+ # Net::HTTP.new. See Net::HTTP.new for details of the arguments.
975
+ def HTTP.Proxy(p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil)
976
+ return self unless p_addr
977
+
978
+ Class.new(self) {
979
+ @is_proxy_class = true
980
+
981
+ if p_addr == :ENV then
982
+ @proxy_from_env = true
983
+ @proxy_address = nil
984
+ @proxy_port = nil
985
+ else
986
+ @proxy_from_env = false
987
+ @proxy_address = p_addr
988
+ @proxy_port = p_port || default_port
989
+ end
990
+
991
+ @proxy_user = p_user
992
+ @proxy_pass = p_pass
993
+ }
994
+ end
995
+
996
+ class << HTTP
997
+ # returns true if self is a class which was created by HTTP::Proxy.
998
+ def proxy_class?
999
+ defined?(@is_proxy_class) ? @is_proxy_class : false
1000
+ end
1001
+
1002
+ # Address of proxy host. If Net::HTTP does not use a proxy, nil.
1003
+ attr_reader :proxy_address
1004
+
1005
+ # Port number of proxy host. If Net::HTTP does not use a proxy, nil.
1006
+ attr_reader :proxy_port
1007
+
1008
+ # User name for accessing proxy. If Net::HTTP does not use a proxy, nil.
1009
+ attr_reader :proxy_user
1010
+
1011
+ # User password for accessing proxy. If Net::HTTP does not use a proxy,
1012
+ # nil.
1013
+ attr_reader :proxy_pass
1014
+ end
1015
+
1016
+ # True if requests for this connection will be proxied
1017
+ def proxy?
1018
+ !!if @proxy_from_env then
1019
+ proxy_uri
1020
+ else
1021
+ @proxy_address
1022
+ end
1023
+ end
1024
+
1025
+ # True if the proxy for this connection is determined from the environment
1026
+ def proxy_from_env?
1027
+ @proxy_from_env
1028
+ end
1029
+
1030
+ # The proxy URI determined from the environment for this connection.
1031
+ def proxy_uri # :nodoc:
1032
+ @proxy_uri ||= URI::HTTP.new(
1033
+ "http".freeze, nil, address, port, nil, nil, nil, nil, nil
1034
+ ).find_proxy
1035
+ end
1036
+
1037
+ # The address of the proxy server, if one is configured.
1038
+ def proxy_address
1039
+ if @proxy_from_env then
1040
+ proxy_uri && proxy_uri.hostname
1041
+ else
1042
+ @proxy_address
1043
+ end
1044
+ end
1045
+
1046
+ # The port of the proxy server, if one is configured.
1047
+ def proxy_port
1048
+ if @proxy_from_env then
1049
+ proxy_uri && proxy_uri.port
1050
+ else
1051
+ @proxy_port
1052
+ end
1053
+ end
1054
+
1055
+ # The proxy username, if one is configured
1056
+ def proxy_user
1057
+ @proxy_user
1058
+ end
1059
+
1060
+ # The proxy password, if one is configured
1061
+ def proxy_pass
1062
+ @proxy_pass
1063
+ end
1064
+
1065
+ alias proxyaddr proxy_address #:nodoc: obsolete
1066
+ alias proxyport proxy_port #:nodoc: obsolete
1067
+
1068
+ private
1069
+
1070
+ # without proxy, obsolete
1071
+
1072
+ def conn_address # :nodoc:
1073
+ address()
1074
+ end
1075
+
1076
+ def conn_port # :nodoc:
1077
+ port()
1078
+ end
1079
+
1080
+ def edit_path(path)
1081
+ if proxy? and not use_ssl? then
1082
+ "http://#{addr_port}#{path}"
1083
+ else
1084
+ path
1085
+ end
1086
+ end
1087
+
1088
+ #
1089
+ # HTTP operations
1090
+ #
1091
+
1092
+ public
1093
+
1094
+ # Retrieves data from +path+ on the connected-to host which may be an
1095
+ # absolute path String or a URI to extract the path from.
1096
+ #
1097
+ # +initheader+ must be a Hash like { 'Accept' => '*/*', ... },
1098
+ # and it defaults to an empty hash.
1099
+ # If +initheader+ doesn't have the key 'accept-encoding', then
1100
+ # a value of "gzip;q=1.0,deflate;q=0.6,identity;q=0.3" is used,
1101
+ # so that gzip compression is used in preference to deflate
1102
+ # compression, which is used in preference to no compression.
1103
+ # Ruby doesn't have libraries to support the compress (Lempel-Ziv)
1104
+ # compression, so that is not supported. The intent of this is
1105
+ # to reduce bandwidth by default. If this routine sets up
1106
+ # compression, then it does the decompression also, removing
1107
+ # the header as well to prevent confusion. Otherwise
1108
+ # it leaves the body as it found it.
1109
+ #
1110
+ # This method returns a Net::HTTPResponse object.
1111
+ #
1112
+ # If called with a block, yields each fragment of the
1113
+ # entity body in turn as a string as it is read from
1114
+ # the socket. Note that in this case, the returned response
1115
+ # object will *not* contain a (meaningful) body.
1116
+ #
1117
+ # +dest+ argument is obsolete.
1118
+ # It still works but you must not use it.
1119
+ #
1120
+ # This method never raises an exception.
1121
+ #
1122
+ # response = http.get('/index.html')
1123
+ #
1124
+ # # using block
1125
+ # File.open('result.txt', 'w') {|f|
1126
+ # http.get('/~foo/') do |str|
1127
+ # f.write str
1128
+ # end
1129
+ # }
1130
+ #
1131
+ def get(path, initheader = nil, dest = nil, &block) # :yield: +body_segment+
1132
+ res = nil
1133
+ request(Get.new(path, initheader)) {|r|
1134
+ r.read_body dest, &block
1135
+ res = r
1136
+ }
1137
+ res
1138
+ end
1139
+
1140
+ # Gets only the header from +path+ on the connected-to host.
1141
+ # +header+ is a Hash like { 'Accept' => '*/*', ... }.
1142
+ #
1143
+ # This method returns a Net::HTTPResponse object.
1144
+ #
1145
+ # This method never raises an exception.
1146
+ #
1147
+ # response = nil
1148
+ # Net::HTTP.start('some.www.server', 80) {|http|
1149
+ # response = http.head('/index.html')
1150
+ # }
1151
+ # p response['content-type']
1152
+ #
1153
+ def head(path, initheader = nil)
1154
+ request(Head.new(path, initheader))
1155
+ end
1156
+
1157
+ # Posts +data+ (must be a String) to +path+. +header+ must be a Hash
1158
+ # like { 'Accept' => '*/*', ... }.
1159
+ #
1160
+ # This method returns a Net::HTTPResponse object.
1161
+ #
1162
+ # If called with a block, yields each fragment of the
1163
+ # entity body in turn as a string as it is read from
1164
+ # the socket. Note that in this case, the returned response
1165
+ # object will *not* contain a (meaningful) body.
1166
+ #
1167
+ # +dest+ argument is obsolete.
1168
+ # It still works but you must not use it.
1169
+ #
1170
+ # This method never raises exception.
1171
+ #
1172
+ # response = http.post('/cgi-bin/search.rb', 'query=foo')
1173
+ #
1174
+ # # using block
1175
+ # File.open('result.txt', 'w') {|f|
1176
+ # http.post('/cgi-bin/search.rb', 'query=foo') do |str|
1177
+ # f.write str
1178
+ # end
1179
+ # }
1180
+ #
1181
+ # You should set Content-Type: header field for POST.
1182
+ # If no Content-Type: field given, this method uses
1183
+ # "application/x-www-form-urlencoded" by default.
1184
+ #
1185
+ def post(path, data, initheader = nil, dest = nil, &block) # :yield: +body_segment+
1186
+ send_entity(path, data, initheader, dest, Post, &block)
1187
+ end
1188
+
1189
+ # Sends a PATCH request to the +path+ and gets a response,
1190
+ # as an HTTPResponse object.
1191
+ def patch(path, data, initheader = nil, dest = nil, &block) # :yield: +body_segment+
1192
+ send_entity(path, data, initheader, dest, Patch, &block)
1193
+ end
1194
+
1195
+ def put(path, data, initheader = nil) #:nodoc:
1196
+ request(Put.new(path, initheader), data)
1197
+ end
1198
+
1199
+ # Sends a PROPPATCH request to the +path+ and gets a response,
1200
+ # as an HTTPResponse object.
1201
+ def proppatch(path, body, initheader = nil)
1202
+ request(Proppatch.new(path, initheader), body)
1203
+ end
1204
+
1205
+ # Sends a LOCK request to the +path+ and gets a response,
1206
+ # as an HTTPResponse object.
1207
+ def lock(path, body, initheader = nil)
1208
+ request(Lock.new(path, initheader), body)
1209
+ end
1210
+
1211
+ # Sends a UNLOCK request to the +path+ and gets a response,
1212
+ # as an HTTPResponse object.
1213
+ def unlock(path, body, initheader = nil)
1214
+ request(Unlock.new(path, initheader), body)
1215
+ end
1216
+
1217
+ # Sends a OPTIONS request to the +path+ and gets a response,
1218
+ # as an HTTPResponse object.
1219
+ def options(path, initheader = nil)
1220
+ request(Options.new(path, initheader))
1221
+ end
1222
+
1223
+ # Sends a PROPFIND request to the +path+ and gets a response,
1224
+ # as an HTTPResponse object.
1225
+ def propfind(path, body = nil, initheader = {'Depth' => '0'})
1226
+ request(Propfind.new(path, initheader), body)
1227
+ end
1228
+
1229
+ # Sends a DELETE request to the +path+ and gets a response,
1230
+ # as an HTTPResponse object.
1231
+ def delete(path, initheader = {'Depth' => 'Infinity'})
1232
+ request(Delete.new(path, initheader))
1233
+ end
1234
+
1235
+ # Sends a MOVE request to the +path+ and gets a response,
1236
+ # as an HTTPResponse object.
1237
+ def move(path, initheader = nil)
1238
+ request(Move.new(path, initheader))
1239
+ end
1240
+
1241
+ # Sends a COPY request to the +path+ and gets a response,
1242
+ # as an HTTPResponse object.
1243
+ def copy(path, initheader = nil)
1244
+ request(Copy.new(path, initheader))
1245
+ end
1246
+
1247
+ # Sends a MKCOL request to the +path+ and gets a response,
1248
+ # as an HTTPResponse object.
1249
+ def mkcol(path, body = nil, initheader = nil)
1250
+ request(Mkcol.new(path, initheader), body)
1251
+ end
1252
+
1253
+ # Sends a TRACE request to the +path+ and gets a response,
1254
+ # as an HTTPResponse object.
1255
+ def trace(path, initheader = nil)
1256
+ request(Trace.new(path, initheader))
1257
+ end
1258
+
1259
+ # Sends a GET request to the +path+.
1260
+ # Returns the response as a Net::HTTPResponse object.
1261
+ #
1262
+ # When called with a block, passes an HTTPResponse object to the block.
1263
+ # The body of the response will not have been read yet;
1264
+ # the block can process it using HTTPResponse#read_body,
1265
+ # if desired.
1266
+ #
1267
+ # Returns the response.
1268
+ #
1269
+ # This method never raises Net::* exceptions.
1270
+ #
1271
+ # response = http.request_get('/index.html')
1272
+ # # The entity body is already read in this case.
1273
+ # p response['content-type']
1274
+ # puts response.body
1275
+ #
1276
+ # # Using a block
1277
+ # http.request_get('/index.html') {|response|
1278
+ # p response['content-type']
1279
+ # response.read_body do |str| # read body now
1280
+ # print str
1281
+ # end
1282
+ # }
1283
+ #
1284
+ def request_get(path, initheader = nil, &block) # :yield: +response+
1285
+ request(Get.new(path, initheader), &block)
1286
+ end
1287
+
1288
+ # Sends a HEAD request to the +path+ and returns the response
1289
+ # as a Net::HTTPResponse object.
1290
+ #
1291
+ # Returns the response.
1292
+ #
1293
+ # This method never raises Net::* exceptions.
1294
+ #
1295
+ # response = http.request_head('/index.html')
1296
+ # p response['content-type']
1297
+ #
1298
+ def request_head(path, initheader = nil, &block)
1299
+ request(Head.new(path, initheader), &block)
1300
+ end
1301
+
1302
+ # Sends a POST request to the +path+.
1303
+ #
1304
+ # Returns the response as a Net::HTTPResponse object.
1305
+ #
1306
+ # When called with a block, the block is passed an HTTPResponse
1307
+ # object. The body of that response will not have been read yet;
1308
+ # the block can process it using HTTPResponse#read_body, if desired.
1309
+ #
1310
+ # Returns the response.
1311
+ #
1312
+ # This method never raises Net::* exceptions.
1313
+ #
1314
+ # # example
1315
+ # response = http.request_post('/cgi-bin/nice.rb', 'datadatadata...')
1316
+ # p response.status
1317
+ # puts response.body # body is already read in this case
1318
+ #
1319
+ # # using block
1320
+ # http.request_post('/cgi-bin/nice.rb', 'datadatadata...') {|response|
1321
+ # p response.status
1322
+ # p response['content-type']
1323
+ # response.read_body do |str| # read body now
1324
+ # print str
1325
+ # end
1326
+ # }
1327
+ #
1328
+ def request_post(path, data, initheader = nil, &block) # :yield: +response+
1329
+ request Post.new(path, initheader), data, &block
1330
+ end
1331
+
1332
+ def request_put(path, data, initheader = nil, &block) #:nodoc:
1333
+ request Put.new(path, initheader), data, &block
1334
+ end
1335
+
1336
+ alias get2 request_get #:nodoc: obsolete
1337
+ alias head2 request_head #:nodoc: obsolete
1338
+ alias post2 request_post #:nodoc: obsolete
1339
+ alias put2 request_put #:nodoc: obsolete
1340
+
1341
+
1342
+ # Sends an HTTP request to the HTTP server.
1343
+ # Also sends a DATA string if +data+ is given.
1344
+ #
1345
+ # Returns a Net::HTTPResponse object.
1346
+ #
1347
+ # This method never raises Net::* exceptions.
1348
+ #
1349
+ # response = http.send_request('GET', '/index.html')
1350
+ # puts response.body
1351
+ #
1352
+ def send_request(name, path, data = nil, header = nil)
1353
+ has_response_body = name != 'HEAD'
1354
+ r = HTTPGenericRequest.new(name,(data ? true : false),has_response_body,path,header)
1355
+ request r, data
1356
+ end
1357
+
1358
+ # Sends an HTTPRequest object +req+ to the HTTP server.
1359
+ #
1360
+ # If +req+ is a Net::HTTP::Post or Net::HTTP::Put request containing
1361
+ # data, the data is also sent. Providing data for a Net::HTTP::Head or
1362
+ # Net::HTTP::Get request results in an ArgumentError.
1363
+ #
1364
+ # Returns an HTTPResponse object.
1365
+ #
1366
+ # When called with a block, passes an HTTPResponse object to the block.
1367
+ # The body of the response will not have been read yet;
1368
+ # the block can process it using HTTPResponse#read_body,
1369
+ # if desired.
1370
+ #
1371
+ # This method never raises Net::* exceptions.
1372
+ #
1373
+ def request(req, body = nil, &block) # :yield: +response+
1374
+ unless started?
1375
+ start {
1376
+ req['connection'] ||= 'close'
1377
+ return request(req, body, &block)
1378
+ }
1379
+ end
1380
+ if proxy_user()
1381
+ req.proxy_basic_auth proxy_user(), proxy_pass() unless use_ssl?
1382
+ end
1383
+ req.set_body_internal body
1384
+ res = transport_request(req, &block)
1385
+ if sspi_auth?(res)
1386
+ sspi_auth(req)
1387
+ res = transport_request(req, &block)
1388
+ end
1389
+ res
1390
+ end
1391
+
1392
+ private
1393
+
1394
+ # Executes a request which uses a representation
1395
+ # and returns its body.
1396
+ def send_entity(path, data, initheader, dest, type, &block)
1397
+ res = nil
1398
+ request(type.new(path, initheader), data) {|r|
1399
+ r.read_body dest, &block
1400
+ res = r
1401
+ }
1402
+ res
1403
+ end
1404
+
1405
+ IDEMPOTENT_METHODS_ = %w/GET HEAD PUT DELETE OPTIONS TRACE/ # :nodoc:
1406
+
1407
+ def transport_request(req)
1408
+ count = 0
1409
+ begin
1410
+ begin_transport req
1411
+ res = catch(:response) {
1412
+ req.exec @socket, @curr_http_version, edit_path(req.path)
1413
+ begin
1414
+ res = HTTPResponse.read_new(@socket)
1415
+ res.decode_content = req.decode_content
1416
+ end while res.kind_of?(HTTPContinue)
1417
+
1418
+ res.uri = req.uri
1419
+
1420
+ res.reading_body(@socket, req.response_body_permitted?) {
1421
+ yield res if block_given?
1422
+ }
1423
+ res
1424
+ }
1425
+ rescue Net::OpenTimeout
1426
+ raise
1427
+ rescue Net::ReadTimeout, IOError, EOFError,
1428
+ Errno::ECONNRESET, Errno::ECONNABORTED, Errno::EPIPE,
1429
+ # avoid a dependency on OpenSSL
1430
+ defined?(OpenSSL::SSL) ? OpenSSL::SSL::SSLError : IOError,
1431
+ Timeout::Error => exception
1432
+ if count == 0 && IDEMPOTENT_METHODS_.include?(req.method)
1433
+ count += 1
1434
+ @socket.close if @socket and not @socket.closed?
1435
+ D "Conn close because of error #{exception}, and retry"
1436
+ retry
1437
+ end
1438
+ D "Conn close because of error #{exception}"
1439
+ @socket.close if @socket and not @socket.closed?
1440
+ raise
1441
+ end
1442
+
1443
+ end_transport req, res
1444
+ res
1445
+ rescue => exception
1446
+ D "Conn close because of error #{exception}"
1447
+ @socket.close if @socket and not @socket.closed?
1448
+ raise exception
1449
+ end
1450
+
1451
+ def begin_transport(req)
1452
+ if @socket.closed?
1453
+ connect
1454
+ elsif @last_communicated && @last_communicated + @keep_alive_timeout < Time.now
1455
+ D 'Conn close because of keep_alive_timeout'
1456
+ @socket.close
1457
+ connect
1458
+ end
1459
+
1460
+ if not req.response_body_permitted? and @close_on_empty_response
1461
+ req['connection'] ||= 'close'
1462
+ end
1463
+
1464
+ req.update_uri address, port, use_ssl?
1465
+ req['host'] ||= addr_port()
1466
+ end
1467
+
1468
+ def end_transport(req, res)
1469
+ @curr_http_version = res.http_version
1470
+ @last_communicated = nil
1471
+ if @socket.closed?
1472
+ D 'Conn socket closed'
1473
+ elsif not res.body and @close_on_empty_response
1474
+ D 'Conn close'
1475
+ @socket.close
1476
+ elsif keep_alive?(req, res)
1477
+ D 'Conn keep-alive'
1478
+ @last_communicated = Time.now
1479
+ else
1480
+ D 'Conn close'
1481
+ @socket.close
1482
+ end
1483
+ end
1484
+
1485
+ def keep_alive?(req, res)
1486
+ return false if req.connection_close?
1487
+ if @curr_http_version <= '1.0'
1488
+ res.connection_keep_alive?
1489
+ else # HTTP/1.1 or later
1490
+ not res.connection_close?
1491
+ end
1492
+ end
1493
+
1494
+ def sspi_auth?(res)
1495
+ return false unless @sspi_enabled
1496
+ if res.kind_of?(HTTPProxyAuthenticationRequired) and
1497
+ proxy? and res["Proxy-Authenticate"].include?("Negotiate")
1498
+ begin
1499
+ require 'win32/sspi'
1500
+ true
1501
+ rescue LoadError
1502
+ false
1503
+ end
1504
+ else
1505
+ false
1506
+ end
1507
+ end
1508
+
1509
+ def sspi_auth(req)
1510
+ n = Win32::SSPI::NegotiateAuth.new
1511
+ req["Proxy-Authorization"] = "Negotiate #{n.get_initial_token}"
1512
+ # Some versions of ISA will close the connection if this isn't present.
1513
+ req["Connection"] = "Keep-Alive"
1514
+ req["Proxy-Connection"] = "Keep-Alive"
1515
+ res = transport_request(req)
1516
+ authphrase = res["Proxy-Authenticate"] or return res
1517
+ req["Proxy-Authorization"] = "Negotiate #{n.complete_authentication(authphrase)}"
1518
+ rescue => err
1519
+ raise HTTPAuthenticationError.new('HTTP authentication failed', err)
1520
+ end
1521
+
1522
+ #
1523
+ # utils
1524
+ #
1525
+
1526
+ private
1527
+
1528
+ def addr_port
1529
+ if use_ssl?
1530
+ address() + (port == HTTP.https_default_port ? '' : ":#{port()}")
1531
+ else
1532
+ address() + (port == HTTP.http_default_port ? '' : ":#{port()}")
1533
+ end
1534
+ end
1535
+
1536
+ def D(msg)
1537
+ return unless @debug_output
1538
+ @debug_output << msg
1539
+ @debug_output << "\n"
1540
+ end
1541
+ end
1542
+
1543
+ end
1544
+
1545
+ require 'net/http/exceptions'
1546
+
1547
+ require 'net/http/header'
1548
+
1549
+ require 'net/http/generic_request'
1550
+ require 'net/http/request'
1551
+ require 'net/http/requests'
1552
+
1553
+ require 'net/http/response'
1554
+ require 'net/http/responses'
1555
+
1556
+ require 'net/http/proxy_delta'
1557
+
1558
+ require 'net/http/backward'
1559
+