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,310 @@
1
+ # -*- coding: us-ascii -*-
2
+
3
+ ##
4
+ # A parser is simple a class that subclasses RDoc::Parser and implements #scan
5
+ # to fill in an RDoc::TopLevel with parsed data.
6
+ #
7
+ # The initialize method takes an RDoc::TopLevel to fill with parsed content,
8
+ # the name of the file to be parsed, the content of the file, an RDoc::Options
9
+ # object and an RDoc::Stats object to inform the user of parsed items. The
10
+ # scan method is then called to parse the file and must return the
11
+ # RDoc::TopLevel object. By calling super these items will be set for you.
12
+ #
13
+ # In order to be used by RDoc the parser needs to register the file extensions
14
+ # it can parse. Use ::parse_files_matching to register extensions.
15
+ #
16
+ # require 'rdoc'
17
+ #
18
+ # class RDoc::Parser::Xyz < RDoc::Parser
19
+ # parse_files_matching /\.xyz$/
20
+ #
21
+ # def initialize top_level, file_name, content, options, stats
22
+ # super
23
+ #
24
+ # # extra initialization if needed
25
+ # end
26
+ #
27
+ # def scan
28
+ # # parse file and fill in @top_level
29
+ # end
30
+ # end
31
+
32
+ class RDoc::Parser
33
+
34
+ @parsers = []
35
+
36
+ class << self
37
+
38
+ ##
39
+ # An Array of arrays that maps file extension (or name) regular
40
+ # expressions to parser classes that will parse matching filenames.
41
+ #
42
+ # Use parse_files_matching to register a parser's file extensions.
43
+
44
+ attr_reader :parsers
45
+
46
+ end
47
+
48
+ ##
49
+ # The name of the file being parsed
50
+
51
+ attr_reader :file_name
52
+
53
+ ##
54
+ # Alias an extension to another extension. After this call, files ending
55
+ # "new_ext" will be parsed using the same parser as "old_ext"
56
+
57
+ def self.alias_extension(old_ext, new_ext)
58
+ old_ext = old_ext.sub(/^\.(.*)/, '\1')
59
+ new_ext = new_ext.sub(/^\.(.*)/, '\1')
60
+
61
+ parser = can_parse_by_name "xxx.#{old_ext}"
62
+ return false unless parser
63
+
64
+ RDoc::Parser.parsers.unshift [/\.#{new_ext}$/, parser]
65
+
66
+ true
67
+ end
68
+
69
+ ##
70
+ # Determines if the file is a "binary" file which basically means it has
71
+ # content that an RDoc parser shouldn't try to consume.
72
+
73
+ def self.binary?(file)
74
+ return false if file =~ /\.(rdoc|txt)$/
75
+
76
+ s = File.read(file, 1024) or return false
77
+
78
+ have_encoding = s.respond_to? :encoding
79
+
80
+ return true if s[0, 2] == Marshal.dump('')[0, 2] or s.index("\x00")
81
+
82
+ if have_encoding then
83
+ mode = "r"
84
+ s.sub!(/\A#!.*\n/, '') # assume shebang line isn't longer than 1024.
85
+ encoding = s[/^\s*\#\s*(?:-\*-\s*)?(?:en)?coding:\s*([^\s;]+?)(?:-\*-|[\s;])/, 1]
86
+ mode = "rb:#{encoding}" if encoding
87
+ s = File.open(file, mode) {|f| f.gets(nil, 1024)}
88
+
89
+ not s.valid_encoding?
90
+ else
91
+ if 0.respond_to? :fdiv then
92
+ s.count("\x00-\x7F", "^ -~\t\r\n").fdiv(s.size) > 0.3
93
+ else # HACK 1.8.6
94
+ (s.count("\x00-\x7F", "^ -~\t\r\n").to_f / s.size) > 0.3
95
+ end
96
+ end
97
+ end
98
+
99
+ ##
100
+ # Processes common directives for CodeObjects for the C and Ruby parsers.
101
+ #
102
+ # Applies +directive+'s +value+ to +code_object+, if appropriate
103
+
104
+ def self.process_directive code_object, directive, value
105
+ warn "RDoc::Parser::process_directive is deprecated and wil be removed in RDoc 4. Use RDoc::Markup::PreProcess#handle_directive instead" if $-w
106
+
107
+ case directive
108
+ when 'nodoc' then
109
+ code_object.document_self = nil # notify nodoc
110
+ code_object.document_children = value.downcase != 'all'
111
+ when 'doc' then
112
+ code_object.document_self = true
113
+ code_object.force_documentation = true
114
+ when 'yield', 'yields' then
115
+ # remove parameter &block
116
+ code_object.params.sub!(/,?\s*&\w+/, '') if code_object.params
117
+
118
+ code_object.block_params = value
119
+ when 'arg', 'args' then
120
+ code_object.params = value
121
+ end
122
+ end
123
+
124
+ ##
125
+ # Checks if +file+ is a zip file in disguise. Signatures from
126
+ # http://www.garykessler.net/library/file_sigs.html
127
+
128
+ def self.zip? file
129
+ zip_signature = File.read file, 4
130
+
131
+ zip_signature == "PK\x03\x04" or
132
+ zip_signature == "PK\x05\x06" or
133
+ zip_signature == "PK\x07\x08"
134
+ rescue
135
+ false
136
+ end
137
+
138
+ ##
139
+ # Return a parser that can handle a particular extension
140
+
141
+ def self.can_parse file_name
142
+ parser = can_parse_by_name file_name
143
+
144
+ # HACK Selenium hides a jar file using a .txt extension
145
+ return if parser == RDoc::Parser::Simple and zip? file_name
146
+
147
+ parser
148
+ end
149
+
150
+ ##
151
+ # Returns a parser that can handle the extension for +file_name+. This does
152
+ # not depend upon the file being readable.
153
+
154
+ def self.can_parse_by_name file_name
155
+ _, parser = RDoc::Parser.parsers.find { |regexp,| regexp =~ file_name }
156
+
157
+ # The default parser must not parse binary files
158
+ ext_name = File.extname file_name
159
+ return parser if ext_name.empty?
160
+
161
+ if parser == RDoc::Parser::Simple and ext_name !~ /txt|rdoc/ then
162
+ case check_modeline file_name
163
+ when nil, 'rdoc' then # continue
164
+ else return nil
165
+ end
166
+ end
167
+
168
+ parser
169
+ rescue Errno::EACCES
170
+ end
171
+
172
+ ##
173
+ # Returns the file type from the modeline in +file_name+
174
+
175
+ def self.check_modeline file_name
176
+ line = open file_name do |io|
177
+ io.gets
178
+ end
179
+
180
+ /-\*-\s*(.*?\S)\s*-\*-/ =~ line
181
+
182
+ return nil unless type = $1
183
+
184
+ if /;/ =~ type then
185
+ return nil unless /(?:\s|\A)mode:\s*([^\s;]+)/i =~ type
186
+ type = $1
187
+ end
188
+
189
+ return nil if /coding:/i =~ type
190
+
191
+ type.downcase
192
+ rescue ArgumentError # invalid byte sequence, etc.
193
+ end
194
+
195
+ ##
196
+ # Finds and instantiates the correct parser for the given +file_name+ and
197
+ # +content+.
198
+
199
+ def self.for top_level, file_name, content, options, stats
200
+ return if binary? file_name
201
+
202
+ parser = use_markup content
203
+
204
+ unless parser then
205
+ parse_name = file_name
206
+
207
+ # If no extension, look for shebang
208
+ if file_name !~ /\.\w+$/ && content =~ %r{\A#!(.+)} then
209
+ shebang = $1
210
+ case shebang
211
+ when %r{env\s+ruby}, %r{/ruby}
212
+ parse_name = 'dummy.rb'
213
+ end
214
+ end
215
+
216
+ parser = can_parse parse_name
217
+ end
218
+
219
+ return unless parser
220
+
221
+ content = remove_modeline content
222
+
223
+ parser.new top_level, file_name, content, options, stats
224
+ rescue SystemCallError
225
+ nil
226
+ end
227
+
228
+ ##
229
+ # Record which file types this parser can understand.
230
+ #
231
+ # It is ok to call this multiple times.
232
+
233
+ def self.parse_files_matching(regexp)
234
+ RDoc::Parser.parsers.unshift [regexp, self]
235
+ end
236
+
237
+ ##
238
+ # Removes an emacs-style modeline from the first line of the document
239
+
240
+ def self.remove_modeline content
241
+ content.sub(/\A.*-\*-\s*(.*?\S)\s*-\*-.*\r?\n/, '')
242
+ end
243
+
244
+ ##
245
+ # If there is a <tt>markup: parser_name</tt> comment at the front of the
246
+ # file, use it to determine the parser. For example:
247
+ #
248
+ # # markup: rdoc
249
+ # # Class comment can go here
250
+ #
251
+ # class C
252
+ # end
253
+ #
254
+ # The comment should appear as the first line of the +content+.
255
+ #
256
+ # If the content contains a shebang or editor modeline the comment may
257
+ # appear on the second or third line.
258
+ #
259
+ # Any comment style may be used to hide the markup comment.
260
+
261
+ def self.use_markup content
262
+ markup = content.lines.first(3).grep(/markup:\s+(\w+)/) { $1 }.first
263
+
264
+ return unless markup
265
+
266
+ # TODO Ruby should be returned only when the filename is correct
267
+ return RDoc::Parser::Ruby if %w[tomdoc markdown].include? markup
268
+
269
+ markup = Regexp.escape markup
270
+
271
+ _, selected = RDoc::Parser.parsers.find do |_, parser|
272
+ /^#{markup}$/i =~ parser.name.sub(/.*:/, '')
273
+ end
274
+
275
+ selected
276
+ end
277
+
278
+ ##
279
+ # Creates a new Parser storing +top_level+, +file_name+, +content+,
280
+ # +options+ and +stats+ in instance variables. In +@preprocess+ an
281
+ # RDoc::Markup::PreProcess object is created which allows processing of
282
+ # directives.
283
+
284
+ def initialize top_level, file_name, content, options, stats
285
+ @top_level = top_level
286
+ @top_level.parser = self.class
287
+ @store = @top_level.store
288
+
289
+ @file_name = file_name
290
+ @content = content
291
+ @options = options
292
+ @stats = stats
293
+
294
+ @preprocess = RDoc::Markup::PreProcess.new @file_name, @options.rdoc_include
295
+ @preprocess.options = @options
296
+ end
297
+
298
+ autoload :RubyTools, 'rdoc/parser/ruby_tools'
299
+ autoload :Text, 'rdoc/parser/text'
300
+
301
+ end
302
+
303
+ # simple must come first in order to show up last in the parsers list
304
+ require 'rdoc/parser/simple'
305
+ require 'rdoc/parser/c'
306
+ require 'rdoc/parser/changelog'
307
+ require 'rdoc/parser/markdown'
308
+ require 'rdoc/parser/rd'
309
+ require 'rdoc/parser/ruby'
310
+
@@ -0,0 +1,1229 @@
1
+ require 'tsort'
2
+
3
+ ##
4
+ # RDoc::Parser::C attempts to parse C extension files. It looks for
5
+ # the standard patterns that you find in extensions: <tt>rb_define_class,
6
+ # rb_define_method</tt> and so on. It tries to find the corresponding
7
+ # C source for the methods and extract comments, but if we fail
8
+ # we don't worry too much.
9
+ #
10
+ # The comments associated with a Ruby method are extracted from the C
11
+ # comment block associated with the routine that _implements_ that
12
+ # method, that is to say the method whose name is given in the
13
+ # <tt>rb_define_method</tt> call. For example, you might write:
14
+ #
15
+ # /*
16
+ # * Returns a new array that is a one-dimensional flattening of this
17
+ # * array (recursively). That is, for every element that is an array,
18
+ # * extract its elements into the new array.
19
+ # *
20
+ # * s = [ 1, 2, 3 ] #=> [1, 2, 3]
21
+ # * t = [ 4, 5, 6, [7, 8] ] #=> [4, 5, 6, [7, 8]]
22
+ # * a = [ s, t, 9, 10 ] #=> [[1, 2, 3], [4, 5, 6, [7, 8]], 9, 10]
23
+ # * a.flatten #=> [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
24
+ # */
25
+ # static VALUE
26
+ # rb_ary_flatten(ary)
27
+ # VALUE ary;
28
+ # {
29
+ # ary = rb_obj_dup(ary);
30
+ # rb_ary_flatten_bang(ary);
31
+ # return ary;
32
+ # }
33
+ #
34
+ # ...
35
+ #
36
+ # void
37
+ # Init_Array()
38
+ # {
39
+ # ...
40
+ # rb_define_method(rb_cArray, "flatten", rb_ary_flatten, 0);
41
+ #
42
+ # Here RDoc will determine from the rb_define_method line that there's a
43
+ # method called "flatten" in class Array, and will look for the implementation
44
+ # in the method rb_ary_flatten. It will then use the comment from that
45
+ # method in the HTML output. This method must be in the same source file
46
+ # as the rb_define_method.
47
+ #
48
+ # The comment blocks may include special directives:
49
+ #
50
+ # [Document-class: +name+]
51
+ # Documentation for the named class.
52
+ #
53
+ # [Document-module: +name+]
54
+ # Documentation for the named module.
55
+ #
56
+ # [Document-const: +name+]
57
+ # Documentation for the named +rb_define_const+.
58
+ #
59
+ # Constant values can be supplied on the first line of the comment like so:
60
+ #
61
+ # /* 300: The highest possible score in bowling */
62
+ # rb_define_const(cFoo, "PERFECT", INT2FIX(300));
63
+ #
64
+ # The value can contain internal colons so long as they are escaped with a \
65
+ #
66
+ # [Document-global: +name+]
67
+ # Documentation for the named +rb_define_global_const+
68
+ #
69
+ # [Document-variable: +name+]
70
+ # Documentation for the named +rb_define_variable+
71
+ #
72
+ # [Document-method: +method_name+]
73
+ # Documentation for the named method. Use this when the method name is
74
+ # unambiguous.
75
+ #
76
+ # [Document-method: <tt>ClassName::method_name<tt>]
77
+ # Documentation for a singleton method in the given class. Use this when
78
+ # the method name alone is ambiguous.
79
+ #
80
+ # [Document-method: <tt>ClassName#method_name<tt>]
81
+ # Documentation for a instance method in the given class. Use this when the
82
+ # method name alone is ambiguous.
83
+ #
84
+ # [Document-attr: +name+]
85
+ # Documentation for the named attribute.
86
+ #
87
+ # [call-seq: <i>text up to an empty line</i>]
88
+ # Because C source doesn't give descriptive names to Ruby-level parameters,
89
+ # you need to document the calling sequence explicitly
90
+ #
91
+ # In addition, RDoc assumes by default that the C method implementing a
92
+ # Ruby function is in the same source file as the rb_define_method call.
93
+ # If this isn't the case, add the comment:
94
+ #
95
+ # rb_define_method(....); // in filename
96
+ #
97
+ # As an example, we might have an extension that defines multiple classes
98
+ # in its Init_xxx method. We could document them using
99
+ #
100
+ # /*
101
+ # * Document-class: MyClass
102
+ # *
103
+ # * Encapsulate the writing and reading of the configuration
104
+ # * file. ...
105
+ # */
106
+ #
107
+ # /*
108
+ # * Document-method: read_value
109
+ # *
110
+ # * call-seq:
111
+ # * cfg.read_value(key) -> value
112
+ # * cfg.read_value(key} { |key| } -> value
113
+ # *
114
+ # * Return the value corresponding to +key+ from the configuration.
115
+ # * In the second form, if the key isn't found, invoke the
116
+ # * block and return its value.
117
+ # */
118
+
119
+ class RDoc::Parser::C < RDoc::Parser
120
+
121
+ parse_files_matching(/\.(?:([CcHh])\1?|c([+xp])\2|y)\z/)
122
+
123
+ include RDoc::Text
124
+
125
+ ##
126
+ # Maps C variable names to names of Ruby classes or modules
127
+
128
+ attr_reader :classes
129
+
130
+ ##
131
+ # C file the parser is parsing
132
+
133
+ attr_accessor :content
134
+
135
+ ##
136
+ # Dependencies from a missing enclosing class to the classes in
137
+ # missing_dependencies that depend upon it.
138
+
139
+ attr_reader :enclosure_dependencies
140
+
141
+ ##
142
+ # Maps C variable names to names of Ruby classes (and singleton classes)
143
+
144
+ attr_reader :known_classes
145
+
146
+ ##
147
+ # Classes found while parsing the C file that were not yet registered due to
148
+ # a missing enclosing class. These are processed by do_missing
149
+
150
+ attr_reader :missing_dependencies
151
+
152
+ ##
153
+ # Maps C variable names to names of Ruby singleton classes
154
+
155
+ attr_reader :singleton_classes
156
+
157
+ ##
158
+ # The TopLevel items in the parsed file belong to
159
+
160
+ attr_reader :top_level
161
+
162
+ ##
163
+ # Prepares for parsing a C file. See RDoc::Parser#initialize for details on
164
+ # the arguments.
165
+
166
+ def initialize top_level, file_name, content, options, stats
167
+ super
168
+
169
+ @known_classes = RDoc::KNOWN_CLASSES.dup
170
+ @content = handle_tab_width handle_ifdefs_in @content
171
+ @file_dir = File.dirname @file_name
172
+
173
+ @classes = load_variable_map :c_class_variables
174
+ @singleton_classes = load_variable_map :c_singleton_class_variables
175
+
176
+ # class_variable => { function => [method, ...] }
177
+ @methods = Hash.new { |h, f| h[f] = Hash.new { |i, m| i[m] = [] } }
178
+
179
+ # missing variable => [handle_class_module arguments]
180
+ @missing_dependencies = {}
181
+
182
+ # missing enclosure variable => [dependent handle_class_module arguments]
183
+ @enclosure_dependencies = Hash.new { |h, k| h[k] = [] }
184
+ @enclosure_dependencies.instance_variable_set :@missing_dependencies,
185
+ @missing_dependencies
186
+
187
+ @enclosure_dependencies.extend TSort
188
+
189
+ def @enclosure_dependencies.tsort_each_node &block
190
+ each_key(&block)
191
+ rescue TSort::Cyclic => e
192
+ cycle_vars = e.message.scan(/"(.*?)"/).flatten
193
+
194
+ cycle = cycle_vars.sort.map do |var_name|
195
+ delete var_name
196
+
197
+ var_name, type, mod_name, = @missing_dependencies[var_name]
198
+
199
+ "#{type} #{mod_name} (#{var_name})"
200
+ end.join ', '
201
+
202
+ warn "Unable to create #{cycle} due to a cyclic class or module creation"
203
+
204
+ retry
205
+ end
206
+
207
+ def @enclosure_dependencies.tsort_each_child node, &block
208
+ fetch(node, []).each(&block)
209
+ end
210
+ end
211
+
212
+ ##
213
+ # Removes duplicate call-seq entries for methods using the same
214
+ # implementation.
215
+
216
+ def deduplicate_call_seq
217
+ @methods.each do |var_name, functions|
218
+ class_name = @known_classes[var_name]
219
+ class_obj = find_class var_name, class_name
220
+
221
+ functions.each_value do |method_names|
222
+ next if method_names.length == 1
223
+
224
+ method_names.each do |method_name|
225
+ deduplicate_method_name class_obj, method_name
226
+ end
227
+ end
228
+ end
229
+ end
230
+
231
+ ##
232
+ # If two ruby methods share a C implementation (and comment) this
233
+ # deduplicates the examples in the call_seq for the method to reduce
234
+ # confusion in the output.
235
+
236
+ def deduplicate_method_name class_obj, method_name # :nodoc:
237
+ return unless
238
+ method = class_obj.method_list.find { |m| m.name == method_name }
239
+ return unless call_seq = method.call_seq
240
+
241
+ method_name = method_name[0, 1] if method_name =~ /\A\[/
242
+
243
+ entries = call_seq.split "\n"
244
+
245
+ matching = entries.select do |entry|
246
+ entry =~ /^\w*\.?#{Regexp.escape method_name}/ or
247
+ entry =~ /\s#{Regexp.escape method_name}\s/
248
+ end
249
+
250
+ method.call_seq = matching.join "\n"
251
+ end
252
+
253
+ ##
254
+ # Scans #content for rb_define_alias
255
+
256
+ def do_aliases
257
+ @content.scan(/rb_define_alias\s*\(
258
+ \s*(\w+),
259
+ \s*"(.+?)",
260
+ \s*"(.+?)"
261
+ \s*\)/xm) do |var_name, new_name, old_name|
262
+ class_name = @known_classes[var_name]
263
+
264
+ unless class_name then
265
+ @options.warn "Enclosing class or module %p for alias %s %s is not known" % [
266
+ var_name, new_name, old_name]
267
+ next
268
+ end
269
+
270
+ class_obj = find_class var_name, class_name
271
+
272
+ al = RDoc::Alias.new '', old_name, new_name, ''
273
+ al.singleton = @singleton_classes.key? var_name
274
+
275
+ comment = find_alias_comment var_name, new_name, old_name
276
+
277
+ comment.normalize
278
+
279
+ al.comment = comment
280
+
281
+ al.record_location @top_level
282
+
283
+ class_obj.add_alias al
284
+ @stats.add_alias al
285
+ end
286
+ end
287
+
288
+ ##
289
+ # Scans #content for rb_attr and rb_define_attr
290
+
291
+ def do_attrs
292
+ @content.scan(/rb_attr\s*\(
293
+ \s*(\w+),
294
+ \s*([\w"()]+),
295
+ \s*([01]),
296
+ \s*([01]),
297
+ \s*\w+\);/xm) do |var_name, attr_name, read, write|
298
+ handle_attr var_name, attr_name, read, write
299
+ end
300
+
301
+ @content.scan(%r%rb_define_attr\(
302
+ \s*([\w\.]+),
303
+ \s*"([^"]+)",
304
+ \s*(\d+),
305
+ \s*(\d+)\s*\);
306
+ %xm) do |var_name, attr_name, read, write|
307
+ handle_attr var_name, attr_name, read, write
308
+ end
309
+ end
310
+
311
+ ##
312
+ # Scans #content for boot_defclass
313
+
314
+ def do_boot_defclass
315
+ @content.scan(/(\w+)\s*=\s*boot_defclass\s*\(\s*"(\w+?)",\s*(\w+?)\s*\)/) do
316
+ |var_name, class_name, parent|
317
+ parent = nil if parent == "0"
318
+ handle_class_module(var_name, :class, class_name, parent, nil)
319
+ end
320
+ end
321
+
322
+ ##
323
+ # Scans #content for rb_define_class, boot_defclass, rb_define_class_under
324
+ # and rb_singleton_class
325
+
326
+ def do_classes
327
+ do_boot_defclass
328
+ do_define_class
329
+ do_define_class_under
330
+ do_singleton_class
331
+ do_struct_define_without_accessor
332
+ end
333
+
334
+ ##
335
+ # Scans #content for rb_define_variable, rb_define_readonly_variable,
336
+ # rb_define_const and rb_define_global_const
337
+
338
+ def do_constants
339
+ @content.scan(%r%\Wrb_define_
340
+ ( variable |
341
+ readonly_variable |
342
+ const |
343
+ global_const )
344
+ \s*\(
345
+ (?:\s*(\w+),)?
346
+ \s*"(\w+)",
347
+ \s*(.*?)\s*\)\s*;
348
+ %xm) do |type, var_name, const_name, definition|
349
+ var_name = "rb_cObject" if !var_name or var_name == "rb_mKernel"
350
+ handle_constants type, var_name, const_name, definition
351
+ end
352
+
353
+ @content.scan(%r%
354
+ \Wrb_curses_define_const
355
+ \s*\(
356
+ \s*
357
+ (\w+)
358
+ \s*
359
+ \)
360
+ \s*;%xm) do |consts|
361
+ const = consts.first
362
+
363
+ handle_constants 'const', 'mCurses', const, "UINT2NUM(#{const})"
364
+ end
365
+
366
+ @content.scan(%r%
367
+ \Wrb_file_const
368
+ \s*\(
369
+ \s*
370
+ "([^"]+)",
371
+ \s*
372
+ (.*?)
373
+ \s*
374
+ \)
375
+ \s*;%xm) do |name, value|
376
+ handle_constants 'const', 'rb_mFConst', name, value
377
+ end
378
+ end
379
+
380
+ ##
381
+ # Scans #content for rb_define_class
382
+
383
+ def do_define_class
384
+ # The '.' lets us handle SWIG-generated files
385
+ @content.scan(/([\w\.]+)\s* = \s*rb_define_class\s*
386
+ \(
387
+ \s*"(\w+)",
388
+ \s*(\w+)\s*
389
+ \)/mx) do |var_name, class_name, parent|
390
+ handle_class_module(var_name, :class, class_name, parent, nil)
391
+ end
392
+ end
393
+
394
+ ##
395
+ # Scans #content for rb_define_class_under
396
+
397
+ def do_define_class_under
398
+ @content.scan(/([\w\.]+)\s* = # var_name
399
+ \s*rb_define_class_under\s*
400
+ \(
401
+ \s* (\w+), # under
402
+ \s* "(\w+)", # class_name
403
+ \s*
404
+ (?:
405
+ ([\w\*\s\(\)\.\->]+) | # parent_name
406
+ rb_path2class\("([\w:]+)"\) # path
407
+ )
408
+ \s*
409
+ \)
410
+ /mx) do |var_name, under, class_name, parent_name, path|
411
+ parent = path || parent_name
412
+
413
+ handle_class_module var_name, :class, class_name, parent, under
414
+ end
415
+ end
416
+
417
+ ##
418
+ # Scans #content for rb_define_module
419
+
420
+ def do_define_module
421
+ @content.scan(/(\w+)\s* = \s*rb_define_module\s*\(\s*"(\w+)"\s*\)/mx) do
422
+ |var_name, class_name|
423
+ handle_class_module(var_name, :module, class_name, nil, nil)
424
+ end
425
+ end
426
+
427
+ ##
428
+ # Scans #content for rb_define_module_under
429
+
430
+ def do_define_module_under
431
+ @content.scan(/(\w+)\s* = \s*rb_define_module_under\s*
432
+ \(
433
+ \s*(\w+),
434
+ \s*"(\w+)"
435
+ \s*\)/mx) do |var_name, in_module, class_name|
436
+ handle_class_module(var_name, :module, class_name, nil, in_module)
437
+ end
438
+ end
439
+
440
+ ##
441
+ # Scans #content for rb_include_module
442
+
443
+ def do_includes
444
+ @content.scan(/rb_include_module\s*\(\s*(\w+?),\s*(\w+?)\s*\)/) do |c,m|
445
+ next unless cls = @classes[c]
446
+ m = @known_classes[m] || m
447
+
448
+ comment = RDoc::Comment.new '', @top_level
449
+ incl = cls.add_include RDoc::Include.new(m, comment)
450
+ incl.record_location @top_level
451
+ end
452
+ end
453
+
454
+ ##
455
+ # Scans #content for rb_define_method, rb_define_singleton_method,
456
+ # rb_define_module_function, rb_define_private_method,
457
+ # rb_define_global_function and define_filetest_function
458
+
459
+ def do_methods
460
+ @content.scan(%r%rb_define_
461
+ (
462
+ singleton_method |
463
+ method |
464
+ module_function |
465
+ private_method
466
+ )
467
+ \s*\(\s*([\w\.]+),
468
+ \s*"([^"]+)",
469
+ \s*(?:RUBY_METHOD_FUNC\(|VALUEFUNC\(|\(METHOD\))?(\w+)\)?,
470
+ \s*(-?\w+)\s*\)
471
+ (?:;\s*/[*/]\s+in\s+(\w+?\.(?:cpp|c|y)))?
472
+ %xm) do |type, var_name, meth_name, function, param_count, source_file|
473
+
474
+ # Ignore top-object and weird struct.c dynamic stuff
475
+ next if var_name == "ruby_top_self"
476
+ next if var_name == "nstr"
477
+
478
+ var_name = "rb_cObject" if var_name == "rb_mKernel"
479
+ handle_method(type, var_name, meth_name, function, param_count,
480
+ source_file)
481
+ end
482
+
483
+ @content.scan(%r%rb_define_global_function\s*\(
484
+ \s*"([^"]+)",
485
+ \s*(?:RUBY_METHOD_FUNC\(|VALUEFUNC\()?(\w+)\)?,
486
+ \s*(-?\w+)\s*\)
487
+ (?:;\s*/[*/]\s+in\s+(\w+?\.[cy]))?
488
+ %xm) do |meth_name, function, param_count, source_file|
489
+ handle_method("method", "rb_mKernel", meth_name, function, param_count,
490
+ source_file)
491
+ end
492
+
493
+ @content.scan(/define_filetest_function\s*\(
494
+ \s*"([^"]+)",
495
+ \s*(?:RUBY_METHOD_FUNC\(|VALUEFUNC\()?(\w+)\)?,
496
+ \s*(-?\w+)\s*\)/xm) do |meth_name, function, param_count|
497
+
498
+ handle_method("method", "rb_mFileTest", meth_name, function, param_count)
499
+ handle_method("singleton_method", "rb_cFile", meth_name, function,
500
+ param_count)
501
+ end
502
+ end
503
+
504
+ ##
505
+ # Creates classes and module that were missing were defined due to the file
506
+ # order being different than the declaration order.
507
+
508
+ def do_missing
509
+ return if @missing_dependencies.empty?
510
+
511
+ @enclosure_dependencies.tsort.each do |in_module|
512
+ arguments = @missing_dependencies.delete in_module
513
+
514
+ next unless arguments # dependency on existing class
515
+
516
+ handle_class_module(*arguments)
517
+ end
518
+ end
519
+
520
+ ##
521
+ # Scans #content for rb_define_module and rb_define_module_under
522
+
523
+ def do_modules
524
+ do_define_module
525
+ do_define_module_under
526
+ end
527
+
528
+ ##
529
+ # Scans #content for rb_singleton_class
530
+
531
+ def do_singleton_class
532
+ @content.scan(/([\w\.]+)\s* = \s*rb_singleton_class\s*
533
+ \(
534
+ \s*(\w+)
535
+ \s*\)/mx) do |sclass_var, class_var|
536
+ handle_singleton sclass_var, class_var
537
+ end
538
+ end
539
+
540
+ ##
541
+ # Scans #content for struct_define_without_accessor
542
+
543
+ def do_struct_define_without_accessor
544
+ @content.scan(/([\w\.]+)\s* = \s*rb_struct_define_without_accessor\s*
545
+ \(
546
+ \s*"(\w+)", # Class name
547
+ \s*(\w+), # Parent class
548
+ \s*\w+, # Allocation function
549
+ (\s*"\w+",)* # Attributes
550
+ \s*NULL
551
+ \)/mx) do |var_name, class_name, parent|
552
+ handle_class_module(var_name, :class, class_name, parent, nil)
553
+ end
554
+ end
555
+
556
+ ##
557
+ # Finds the comment for an alias on +class_name+ from +new_name+ to
558
+ # +old_name+
559
+
560
+ def find_alias_comment class_name, new_name, old_name
561
+ content =~ %r%((?>/\*.*?\*/\s+))
562
+ rb_define_alias\(\s*#{Regexp.escape class_name}\s*,
563
+ \s*"#{Regexp.escape new_name}"\s*,
564
+ \s*"#{Regexp.escape old_name}"\s*\);%xm
565
+
566
+ RDoc::Comment.new($1 || '', @top_level)
567
+ end
568
+
569
+ ##
570
+ # Finds a comment for rb_define_attr, rb_attr or Document-attr.
571
+ #
572
+ # +var_name+ is the C class variable the attribute is defined on.
573
+ # +attr_name+ is the attribute's name.
574
+ #
575
+ # +read+ and +write+ are the read/write flags ('1' or '0'). Either both or
576
+ # neither must be provided.
577
+
578
+ def find_attr_comment var_name, attr_name, read = nil, write = nil
579
+ attr_name = Regexp.escape attr_name
580
+
581
+ rw = if read and write then
582
+ /\s*#{read}\s*,\s*#{write}\s*/xm
583
+ else
584
+ /.*?/m
585
+ end
586
+
587
+ comment = if @content =~ %r%((?>/\*.*?\*/\s+))
588
+ rb_define_attr\((?:\s*#{var_name},)?\s*
589
+ "#{attr_name}"\s*,
590
+ #{rw}\)\s*;%xm then
591
+ $1
592
+ elsif @content =~ %r%((?>/\*.*?\*/\s+))
593
+ rb_attr\(\s*#{var_name}\s*,
594
+ \s*#{attr_name}\s*,
595
+ #{rw},.*?\)\s*;%xm then
596
+ $1
597
+ elsif @content =~ %r%(/\*.*?(?:\s*\*\s*)?)
598
+ Document-attr:\s#{attr_name}\s*?\n
599
+ ((?>(.|\n)*?\*/))%x then
600
+ "#{$1}\n#{$2}"
601
+ else
602
+ ''
603
+ end
604
+
605
+ RDoc::Comment.new comment, @top_level
606
+ end
607
+
608
+ ##
609
+ # Find the C code corresponding to a Ruby method
610
+
611
+ def find_body class_name, meth_name, meth_obj, file_content, quiet = false
612
+ case file_content
613
+ when %r%((?>/\*.*?\*/\s*)?)
614
+ ((?:(?:\w+)\s+)?
615
+ (?:intern\s+)?VALUE\s+#{meth_name}
616
+ \s*(\([^)]*\))([^;]|$))%xm then
617
+ comment = RDoc::Comment.new $1, @top_level
618
+ body = $2
619
+ offset, = $~.offset(2)
620
+
621
+ comment.remove_private if comment
622
+
623
+ # try to find the whole body
624
+ body = $& if /#{Regexp.escape body}[^(]*?\{.*?^\}/m =~ file_content
625
+
626
+ # The comment block may have been overridden with a 'Document-method'
627
+ # block. This happens in the interpreter when multiple methods are
628
+ # vectored through to the same C method but those methods are logically
629
+ # distinct (for example Kernel.hash and Kernel.object_id share the same
630
+ # implementation
631
+
632
+ override_comment = find_override_comment class_name, meth_obj
633
+ comment = override_comment if override_comment
634
+
635
+ comment.normalize
636
+ find_modifiers comment, meth_obj if comment
637
+
638
+ #meth_obj.params = params
639
+ meth_obj.start_collecting_tokens
640
+ tk = RDoc::RubyToken::Token.new nil, 1, 1
641
+ tk.set_text body
642
+ meth_obj.add_token tk
643
+ meth_obj.comment = comment
644
+ meth_obj.offset = offset
645
+ meth_obj.line = file_content[0, offset].count("\n") + 1
646
+
647
+ body
648
+ when %r%((?>/\*.*?\*/\s*))^\s*(\#\s*define\s+#{meth_name}\s+(\w+))%m then
649
+ comment = RDoc::Comment.new $1, @top_level
650
+ body = $2
651
+ offset = $~.offset(2).first
652
+
653
+ find_body class_name, $3, meth_obj, file_content, true
654
+
655
+ comment.normalize
656
+ find_modifiers comment, meth_obj
657
+
658
+ meth_obj.start_collecting_tokens
659
+ tk = RDoc::RubyToken::Token.new nil, 1, 1
660
+ tk.set_text body
661
+ meth_obj.add_token tk
662
+ meth_obj.comment = comment
663
+ meth_obj.offset = offset
664
+ meth_obj.line = file_content[0, offset].count("\n") + 1
665
+
666
+ body
667
+ when %r%^\s*\#\s*define\s+#{meth_name}\s+(\w+)%m then
668
+ # with no comment we hope the aliased definition has it and use it's
669
+ # definition
670
+
671
+ body = find_body(class_name, $1, meth_obj, file_content, true)
672
+
673
+ return body if body
674
+
675
+ @options.warn "No definition for #{meth_name}"
676
+ false
677
+ else # No body, but might still have an override comment
678
+ comment = find_override_comment class_name, meth_obj
679
+
680
+ if comment then
681
+ comment.normalize
682
+ find_modifiers comment, meth_obj
683
+ meth_obj.comment = comment
684
+
685
+ ''
686
+ else
687
+ @options.warn "No definition for #{meth_name}"
688
+ false
689
+ end
690
+ end
691
+ end
692
+
693
+ ##
694
+ # Finds a RDoc::NormalClass or RDoc::NormalModule for +raw_name+
695
+
696
+ def find_class(raw_name, name)
697
+ unless @classes[raw_name]
698
+ if raw_name =~ /^rb_m/
699
+ container = @top_level.add_module RDoc::NormalModule, name
700
+ else
701
+ container = @top_level.add_class RDoc::NormalClass, name
702
+ end
703
+
704
+ container.record_location @top_level
705
+ @classes[raw_name] = container
706
+ end
707
+ @classes[raw_name]
708
+ end
709
+
710
+ ##
711
+ # Look for class or module documentation above Init_+class_name+(void),
712
+ # in a Document-class +class_name+ (or module) comment or above an
713
+ # rb_define_class (or module). If a comment is supplied above a matching
714
+ # Init_ and a rb_define_class the Init_ comment is used.
715
+ #
716
+ # /*
717
+ # * This is a comment for Foo
718
+ # */
719
+ # Init_Foo(void) {
720
+ # VALUE cFoo = rb_define_class("Foo", rb_cObject);
721
+ # }
722
+ #
723
+ # /*
724
+ # * Document-class: Foo
725
+ # * This is a comment for Foo
726
+ # */
727
+ # Init_foo(void) {
728
+ # VALUE cFoo = rb_define_class("Foo", rb_cObject);
729
+ # }
730
+ #
731
+ # /*
732
+ # * This is a comment for Foo
733
+ # */
734
+ # VALUE cFoo = rb_define_class("Foo", rb_cObject);
735
+
736
+ def find_class_comment class_name, class_mod
737
+ comment = nil
738
+
739
+ if @content =~ %r%
740
+ ((?>/\*.*?\*/\s+))
741
+ (static\s+)?
742
+ void\s+
743
+ Init_#{class_name}\s*(?:_\(\s*)?\(\s*(?:void\s*)?\)%xmi then
744
+ comment = $1.sub(%r%Document-(?:class|module):\s+#{class_name}%, '')
745
+ elsif @content =~ %r%Document-(?:class|module):\s+#{class_name}\s*?
746
+ (?:<\s+[:,\w]+)?\n((?>.*?\*/))%xm then
747
+ comment = "/*\n#{$1}"
748
+ elsif @content =~ %r%((?>/\*.*?\*/\s+))
749
+ ([\w\.\s]+\s* = \s+)?rb_define_(class|module)[\t (]*?"(#{class_name})"%xm then
750
+ comment = $1
751
+ elsif @content =~ %r%((?>/\*.*?\*/\s+))
752
+ ([\w\. \t]+ = \s+)?rb_define_(class|module)_under[\t\w, (]*?"(#{class_name.split('::').last})"%xm then
753
+ comment = $1
754
+ else
755
+ comment = ''
756
+ end
757
+
758
+ comment = RDoc::Comment.new comment, @top_level
759
+ comment.normalize
760
+
761
+ look_for_directives_in class_mod, comment
762
+
763
+ class_mod.add_comment comment, @top_level
764
+ end
765
+
766
+ ##
767
+ # Finds a comment matching +type+ and +const_name+ either above the
768
+ # comment or in the matching Document- section.
769
+
770
+ def find_const_comment(type, const_name, class_name = nil)
771
+ comment = if @content =~ %r%((?>^\s*/\*.*?\*/\s+))
772
+ rb_define_#{type}\((?:\s*(\w+),)?\s*
773
+ "#{const_name}"\s*,
774
+ .*?\)\s*;%xmi then
775
+ $1
776
+ elsif class_name and
777
+ @content =~ %r%Document-(?:const|global|variable):\s
778
+ #{class_name}::#{const_name}
779
+ \s*?\n((?>.*?\*/))%xm then
780
+ "/*\n#{$1}"
781
+ elsif @content =~ %r%Document-(?:const|global|variable):
782
+ \s#{const_name}
783
+ \s*?\n((?>.*?\*/))%xm then
784
+ "/*\n#{$1}"
785
+ else
786
+ ''
787
+ end
788
+
789
+ RDoc::Comment.new comment, @top_level
790
+ end
791
+
792
+ ##
793
+ # Handles modifiers in +comment+ and updates +meth_obj+ as appropriate.
794
+
795
+ def find_modifiers comment, meth_obj
796
+ comment.normalize
797
+ comment.extract_call_seq meth_obj
798
+
799
+ look_for_directives_in meth_obj, comment
800
+ end
801
+
802
+ ##
803
+ # Finds a <tt>Document-method</tt> override for +meth_obj+ on +class_name+
804
+
805
+ def find_override_comment class_name, meth_obj
806
+ name = Regexp.escape meth_obj.name
807
+ prefix = Regexp.escape meth_obj.name_prefix
808
+
809
+ comment = if @content =~ %r%Document-method:
810
+ \s+#{class_name}#{prefix}#{name}
811
+ \s*?\n((?>.*?\*/))%xm then
812
+ "/*#{$1}"
813
+ elsif @content =~ %r%Document-method:
814
+ \s#{name}\s*?\n((?>.*?\*/))%xm then
815
+ "/*#{$1}"
816
+ end
817
+
818
+ return unless comment
819
+
820
+ RDoc::Comment.new comment, @top_level
821
+ end
822
+
823
+ ##
824
+ # Creates a new RDoc::Attr +attr_name+ on class +var_name+ that is either
825
+ # +read+, +write+ or both
826
+
827
+ def handle_attr(var_name, attr_name, read, write)
828
+ rw = ''
829
+ rw << 'R' if '1' == read
830
+ rw << 'W' if '1' == write
831
+
832
+ class_name = @known_classes[var_name]
833
+
834
+ return unless class_name
835
+
836
+ class_obj = find_class var_name, class_name
837
+
838
+ return unless class_obj
839
+
840
+ comment = find_attr_comment var_name, attr_name
841
+ comment.normalize
842
+
843
+ name = attr_name.gsub(/rb_intern\("([^"]+)"\)/, '\1')
844
+
845
+ attr = RDoc::Attr.new '', name, rw, comment
846
+
847
+ attr.record_location @top_level
848
+ class_obj.add_attribute attr
849
+ @stats.add_attribute attr
850
+ end
851
+
852
+ ##
853
+ # Creates a new RDoc::NormalClass or RDoc::NormalModule based on +type+
854
+ # named +class_name+ in +parent+ which was assigned to the C +var_name+.
855
+
856
+ def handle_class_module(var_name, type, class_name, parent, in_module)
857
+ parent_name = @known_classes[parent] || parent
858
+
859
+ if in_module then
860
+ enclosure = @classes[in_module] || @store.find_c_enclosure(in_module)
861
+
862
+ if enclosure.nil? and enclosure = @known_classes[in_module] then
863
+ enc_type = /^rb_m/ =~ in_module ? :module : :class
864
+ handle_class_module in_module, enc_type, enclosure, nil, nil
865
+ enclosure = @classes[in_module]
866
+ end
867
+
868
+ unless enclosure then
869
+ @enclosure_dependencies[in_module] << var_name
870
+ @missing_dependencies[var_name] =
871
+ [var_name, type, class_name, parent, in_module]
872
+
873
+ return
874
+ end
875
+ else
876
+ enclosure = @top_level
877
+ end
878
+
879
+ if type == :class then
880
+ full_name = if RDoc::ClassModule === enclosure then
881
+ enclosure.full_name + "::#{class_name}"
882
+ else
883
+ class_name
884
+ end
885
+
886
+ if @content =~ %r%Document-class:\s+#{full_name}\s*<\s+([:,\w]+)% then
887
+ parent_name = $1
888
+ end
889
+
890
+ cm = enclosure.add_class RDoc::NormalClass, class_name, parent_name
891
+ else
892
+ cm = enclosure.add_module RDoc::NormalModule, class_name
893
+ end
894
+
895
+ cm.record_location enclosure.top_level
896
+
897
+ find_class_comment cm.full_name, cm
898
+
899
+ case cm
900
+ when RDoc::NormalClass
901
+ @stats.add_class cm
902
+ when RDoc::NormalModule
903
+ @stats.add_module cm
904
+ end
905
+
906
+ @classes[var_name] = cm
907
+ @known_classes[var_name] = cm.full_name
908
+ @store.add_c_enclosure var_name, cm
909
+ end
910
+
911
+ ##
912
+ # Adds constants. By providing some_value: at the start of the comment you
913
+ # can override the C value of the comment to give a friendly definition.
914
+ #
915
+ # /* 300: The perfect score in bowling */
916
+ # rb_define_const(cFoo, "PERFECT", INT2FIX(300);
917
+ #
918
+ # Will override <tt>INT2FIX(300)</tt> with the value +300+ in the output
919
+ # RDoc. Values may include quotes and escaped colons (\:).
920
+
921
+ def handle_constants(type, var_name, const_name, definition)
922
+ class_name = @known_classes[var_name]
923
+
924
+ return unless class_name
925
+
926
+ class_obj = find_class var_name, class_name
927
+
928
+ unless class_obj then
929
+ @options.warn 'Enclosing class or module %p is not known' % [const_name]
930
+ return
931
+ end
932
+
933
+ comment = find_const_comment type, const_name, class_name
934
+ comment.normalize
935
+
936
+ # In the case of rb_define_const, the definition and comment are in
937
+ # "/* definition: comment */" form. The literal ':' and '\' characters
938
+ # can be escaped with a backslash.
939
+ if type.downcase == 'const' then
940
+ no_match, new_definition, new_comment = comment.text.split(/(\A.*):/)
941
+
942
+ if no_match and no_match.empty? then
943
+ if new_definition.empty? then # Default to literal C definition
944
+ new_definition = definition
945
+ else
946
+ new_definition.gsub!("\:", ":")
947
+ new_definition.gsub!("\\", '\\')
948
+ end
949
+
950
+ new_definition.sub!(/\A(\s+)/, '')
951
+
952
+ new_comment = "#{$1}#{new_comment.lstrip}"
953
+
954
+ new_comment = RDoc::Comment.new new_comment, @top_level
955
+
956
+ con = RDoc::Constant.new const_name, new_definition, new_comment
957
+ else
958
+ con = RDoc::Constant.new const_name, definition, comment
959
+ end
960
+ else
961
+ con = RDoc::Constant.new const_name, definition, comment
962
+ end
963
+
964
+ con.record_location @top_level
965
+ @stats.add_constant con
966
+ class_obj.add_constant con
967
+ end
968
+
969
+ ##
970
+ # Removes #ifdefs that would otherwise confuse us
971
+
972
+ def handle_ifdefs_in(body)
973
+ body.gsub(/^#ifdef HAVE_PROTOTYPES.*?#else.*?\n(.*?)#endif.*?\n/m, '\1')
974
+ end
975
+
976
+ ##
977
+ # Adds an RDoc::AnyMethod +meth_name+ defined on a class or module assigned
978
+ # to +var_name+. +type+ is the type of method definition function used.
979
+ # +singleton_method+ and +module_function+ create a singleton method.
980
+
981
+ def handle_method(type, var_name, meth_name, function, param_count,
982
+ source_file = nil)
983
+ class_name = @known_classes[var_name]
984
+ singleton = @singleton_classes.key? var_name
985
+
986
+ @methods[var_name][function] << meth_name
987
+
988
+ return unless class_name
989
+
990
+ class_obj = find_class var_name, class_name
991
+
992
+ if class_obj then
993
+ if meth_name == 'initialize' then
994
+ meth_name = 'new'
995
+ singleton = true
996
+ type = 'method' # force public
997
+ end
998
+
999
+ meth_obj = RDoc::AnyMethod.new '', meth_name
1000
+ meth_obj.c_function = function
1001
+ meth_obj.singleton =
1002
+ singleton || %w[singleton_method module_function].include?(type)
1003
+
1004
+ p_count = Integer(param_count) rescue -1
1005
+
1006
+ if source_file then
1007
+ file_name = File.join @file_dir, source_file
1008
+
1009
+ if File.exist? file_name then
1010
+ file_content = File.read file_name
1011
+ else
1012
+ @options.warn "unknown source #{source_file} for #{meth_name} in #{@file_name}"
1013
+ end
1014
+ else
1015
+ file_content = @content
1016
+ end
1017
+
1018
+ body = find_body class_name, function, meth_obj, file_content
1019
+
1020
+ if body and meth_obj.document_self then
1021
+ meth_obj.params = if p_count < -1 then # -2 is Array
1022
+ '(*args)'
1023
+ elsif p_count == -1 then # argc, argv
1024
+ rb_scan_args body
1025
+ else
1026
+ "(#{(1..p_count).map { |i| "p#{i}" }.join ', '})"
1027
+ end
1028
+
1029
+
1030
+ meth_obj.record_location @top_level
1031
+ class_obj.add_method meth_obj
1032
+ @stats.add_method meth_obj
1033
+ meth_obj.visibility = :private if 'private_method' == type
1034
+ end
1035
+ end
1036
+ end
1037
+
1038
+ ##
1039
+ # Registers a singleton class +sclass_var+ as a singleton of +class_var+
1040
+
1041
+ def handle_singleton sclass_var, class_var
1042
+ class_name = @known_classes[class_var]
1043
+
1044
+ @known_classes[sclass_var] = class_name
1045
+ @singleton_classes[sclass_var] = class_name
1046
+ end
1047
+
1048
+ ##
1049
+ # Normalizes tabs in +body+
1050
+
1051
+ def handle_tab_width(body)
1052
+ if /\t/ =~ body
1053
+ tab_width = @options.tab_width
1054
+ body.split(/\n/).map do |line|
1055
+ 1 while line.gsub!(/\t+/) do
1056
+ ' ' * (tab_width * $&.length - $`.length % tab_width)
1057
+ end && $~
1058
+ line
1059
+ end.join "\n"
1060
+ else
1061
+ body
1062
+ end
1063
+ end
1064
+
1065
+ ##
1066
+ # Loads the variable map with the given +name+ from the RDoc::Store, if
1067
+ # present.
1068
+
1069
+ def load_variable_map map_name
1070
+ return {} unless files = @store.cache[map_name]
1071
+ return {} unless name_map = files[@file_name]
1072
+
1073
+ class_map = {}
1074
+
1075
+ name_map.each do |variable, name|
1076
+ next unless mod = @store.find_class_or_module(name)
1077
+
1078
+ class_map[variable] = if map_name == :c_class_variables then
1079
+ mod
1080
+ else
1081
+ name
1082
+ end
1083
+ @known_classes[variable] = name
1084
+ end
1085
+
1086
+ class_map
1087
+ end
1088
+
1089
+ ##
1090
+ # Look for directives in a normal comment block:
1091
+ #
1092
+ # /*
1093
+ # * :title: My Awesome Project
1094
+ # */
1095
+ #
1096
+ # This method modifies the +comment+
1097
+
1098
+ def look_for_directives_in context, comment
1099
+ @preprocess.handle comment, context do |directive, param|
1100
+ case directive
1101
+ when 'main' then
1102
+ @options.main_page = param
1103
+ ''
1104
+ when 'title' then
1105
+ @options.default_title = param if @options.respond_to? :default_title=
1106
+ ''
1107
+ end
1108
+ end
1109
+
1110
+ comment
1111
+ end
1112
+
1113
+ ##
1114
+ # Extracts parameters from the +method_body+ and returns a method
1115
+ # parameter string. Follows 1.9.3dev's scan-arg-spec, see README.EXT
1116
+
1117
+ def rb_scan_args method_body
1118
+ method_body =~ /rb_scan_args\((.*?)\)/m
1119
+ return '(*args)' unless $1
1120
+
1121
+ $1.split(/,/)[2] =~ /"(.*?)"/ # format argument
1122
+ format = $1.split(//)
1123
+
1124
+ lead = opt = trail = 0
1125
+
1126
+ if format.first =~ /\d/ then
1127
+ lead = $&.to_i
1128
+ format.shift
1129
+ if format.first =~ /\d/ then
1130
+ opt = $&.to_i
1131
+ format.shift
1132
+ if format.first =~ /\d/ then
1133
+ trail = $&.to_i
1134
+ format.shift
1135
+ block_arg = true
1136
+ end
1137
+ end
1138
+ end
1139
+
1140
+ if format.first == '*' and not block_arg then
1141
+ var = true
1142
+ format.shift
1143
+ if format.first =~ /\d/ then
1144
+ trail = $&.to_i
1145
+ format.shift
1146
+ end
1147
+ end
1148
+
1149
+ if format.first == ':' then
1150
+ hash = true
1151
+ format.shift
1152
+ end
1153
+
1154
+ if format.first == '&' then
1155
+ block = true
1156
+ format.shift
1157
+ end
1158
+
1159
+ # if the format string is not empty there's a bug in the C code, ignore it
1160
+
1161
+ args = []
1162
+ position = 1
1163
+
1164
+ (1...(position + lead)).each do |index|
1165
+ args << "p#{index}"
1166
+ end
1167
+
1168
+ position += lead
1169
+
1170
+ (position...(position + opt)).each do |index|
1171
+ args << "p#{index} = v#{index}"
1172
+ end
1173
+
1174
+ position += opt
1175
+
1176
+ if var then
1177
+ args << '*args'
1178
+ position += 1
1179
+ end
1180
+
1181
+ (position...(position + trail)).each do |index|
1182
+ args << "p#{index}"
1183
+ end
1184
+
1185
+ position += trail
1186
+
1187
+ if hash then
1188
+ args << "p#{position} = {}"
1189
+ end
1190
+
1191
+ args << '&block' if block
1192
+
1193
+ "(#{args.join ', '})"
1194
+ end
1195
+
1196
+ ##
1197
+ # Removes lines that are commented out that might otherwise get picked up
1198
+ # when scanning for classes and methods
1199
+
1200
+ def remove_commented_out_lines
1201
+ @content.gsub!(%r%//.*rb_define_%, '//')
1202
+ end
1203
+
1204
+ ##
1205
+ # Extracts the classes, modules, methods, attributes, constants and aliases
1206
+ # from a C file and returns an RDoc::TopLevel for this file
1207
+
1208
+ def scan
1209
+ remove_commented_out_lines
1210
+
1211
+ do_modules
1212
+ do_classes
1213
+ do_missing
1214
+
1215
+ do_constants
1216
+ do_methods
1217
+ do_includes
1218
+ do_aliases
1219
+ do_attrs
1220
+
1221
+ deduplicate_call_seq
1222
+
1223
+ @store.add_c_variables self
1224
+
1225
+ @top_level
1226
+ end
1227
+
1228
+ end
1229
+