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,167 @@
1
+ ##
2
+ # Collection of methods for writing parsers against RDoc::RubyLex and
3
+ # RDoc::RubyToken
4
+
5
+ module RDoc::Parser::RubyTools
6
+
7
+ include RDoc::RubyToken
8
+
9
+ ##
10
+ # Adds a token listener +obj+, but you should probably use token_listener
11
+
12
+ def add_token_listener(obj)
13
+ @token_listeners ||= []
14
+ @token_listeners << obj
15
+ end
16
+
17
+ ##
18
+ # Fetches the next token from the scanner
19
+
20
+ def get_tk
21
+ tk = nil
22
+
23
+ if @tokens.empty? then
24
+ tk = @scanner.token
25
+ @read.push @scanner.get_readed
26
+ puts "get_tk1 => #{tk.inspect}" if $TOKEN_DEBUG
27
+ else
28
+ @read.push @unget_read.shift
29
+ tk = @tokens.shift
30
+ puts "get_tk2 => #{tk.inspect}" if $TOKEN_DEBUG
31
+ end
32
+
33
+ tk = nil if TkEND_OF_SCRIPT === tk
34
+
35
+ if TkSYMBEG === tk then
36
+ set_token_position tk.line_no, tk.char_no
37
+
38
+ case tk1 = get_tk
39
+ when TkId, TkOp, TkSTRING, TkDSTRING, TkSTAR, TkAMPER then
40
+ if tk1.respond_to?(:name) then
41
+ tk = Token(TkSYMBOL).set_text(":" + tk1.name)
42
+ else
43
+ tk = Token(TkSYMBOL).set_text(":" + tk1.text)
44
+ end
45
+
46
+ # remove the identifier we just read to replace it with a symbol
47
+ @token_listeners.each do |obj|
48
+ obj.pop_token
49
+ end if @token_listeners
50
+ else
51
+ tk = tk1
52
+ end
53
+ end
54
+
55
+ # inform any listeners of our shiny new token
56
+ @token_listeners.each do |obj|
57
+ obj.add_token(tk)
58
+ end if @token_listeners
59
+
60
+ tk
61
+ end
62
+
63
+ ##
64
+ # Reads and returns all tokens up to one of +tokens+. Leaves the matched
65
+ # token in the token list.
66
+
67
+ def get_tk_until(*tokens)
68
+ read = []
69
+
70
+ loop do
71
+ tk = get_tk
72
+
73
+ case tk
74
+ when *tokens then
75
+ unget_tk tk
76
+ break
77
+ end
78
+
79
+ read << tk
80
+ end
81
+
82
+ read
83
+ end
84
+
85
+ ##
86
+ # Retrieves a String representation of the read tokens
87
+
88
+ def get_tkread
89
+ read = @read.join("")
90
+ @read = []
91
+ read
92
+ end
93
+
94
+ ##
95
+ # Peek equivalent for get_tkread
96
+
97
+ def peek_read
98
+ @read.join('')
99
+ end
100
+
101
+ ##
102
+ # Peek at the next token, but don't remove it from the stream
103
+
104
+ def peek_tk
105
+ unget_tk(tk = get_tk)
106
+ tk
107
+ end
108
+
109
+ ##
110
+ # Removes the token listener +obj+
111
+
112
+ def remove_token_listener(obj)
113
+ @token_listeners.delete(obj)
114
+ end
115
+
116
+ ##
117
+ # Resets the tools
118
+
119
+ def reset
120
+ @read = []
121
+ @tokens = []
122
+ @unget_read = []
123
+ @nest = 0
124
+ end
125
+
126
+ ##
127
+ # Skips whitespace tokens including newlines if +skip_nl+ is true
128
+
129
+ def skip_tkspace(skip_nl = true) # HACK dup
130
+ tokens = []
131
+
132
+ while TkSPACE === (tk = get_tk) or (skip_nl and TkNL === tk) do
133
+ tokens.push tk
134
+ end
135
+
136
+ unget_tk tk
137
+ tokens
138
+ end
139
+
140
+ ##
141
+ # Has +obj+ listen to tokens
142
+
143
+ def token_listener(obj)
144
+ add_token_listener obj
145
+ yield
146
+ ensure
147
+ remove_token_listener obj
148
+ end
149
+
150
+ ##
151
+ # Returns +tk+ to the scanner
152
+
153
+ def unget_tk(tk)
154
+ @tokens.unshift tk
155
+ @unget_read.unshift @read.pop
156
+
157
+ # Remove this token from any listeners
158
+ @token_listeners.each do |obj|
159
+ obj.pop_token
160
+ end if @token_listeners
161
+
162
+ nil
163
+ end
164
+
165
+ end
166
+
167
+
@@ -0,0 +1,61 @@
1
+ ##
2
+ # Parse a non-source file. We basically take the whole thing as one big
3
+ # comment.
4
+
5
+ class RDoc::Parser::Simple < RDoc::Parser
6
+
7
+ include RDoc::Parser::Text
8
+
9
+ parse_files_matching(//)
10
+
11
+ attr_reader :content # :nodoc:
12
+
13
+ ##
14
+ # Prepare to parse a plain file
15
+
16
+ def initialize(top_level, file_name, content, options, stats)
17
+ super
18
+
19
+ preprocess = RDoc::Markup::PreProcess.new @file_name, @options.rdoc_include
20
+
21
+ preprocess.handle @content, @top_level
22
+ end
23
+
24
+ ##
25
+ # Extract the file contents and attach them to the TopLevel as a comment
26
+
27
+ def scan
28
+ comment = remove_coding_comment @content
29
+ comment = remove_private_comment comment
30
+
31
+ comment = RDoc::Comment.new comment, @top_level
32
+
33
+ @top_level.comment = comment
34
+ @top_level
35
+ end
36
+
37
+ ##
38
+ # Removes the encoding magic comment from +text+
39
+
40
+ def remove_coding_comment text
41
+ text.sub(/\A# .*coding[=:].*$/, '')
42
+ end
43
+
44
+ ##
45
+ # Removes private comments.
46
+ #
47
+ # Unlike RDoc::Comment#remove_private this implementation only looks for two
48
+ # dashes at the beginning of the line. Three or more dashes are considered
49
+ # to be a rule and ignored.
50
+
51
+ def remove_private_comment comment
52
+ # Workaround for gsub encoding for Ruby 1.9.2 and earlier
53
+ empty = ''
54
+ empty.force_encoding comment.encoding if Object.const_defined? :Encoding
55
+
56
+ comment = comment.gsub(%r%^--\n.*?^\+\+\n?%m, empty)
57
+ comment.sub(%r%^--\n.*%m, empty)
58
+ end
59
+
60
+ end
61
+
@@ -0,0 +1,11 @@
1
+ ##
2
+ # Indicates this parser is text and doesn't contain code constructs.
3
+ #
4
+ # Include this module in a RDoc::Parser subclass to make it show up as a file,
5
+ # not as part of a class or module.
6
+ #--
7
+ # This is not named File to avoid overriding ::File
8
+
9
+ module RDoc::Parser::Text
10
+ end
11
+
@@ -0,0 +1,99 @@
1
+ ##
2
+ # RDoc::RD implements the RD format from the rdtool gem.
3
+ #
4
+ # To choose RD as your only default format see
5
+ # RDoc::Options@Saved+Options for instructions on setting up a
6
+ # <code>.doc_options</code> file to store your project default.
7
+ #
8
+ # == LICENSE
9
+ #
10
+ # The grammar that produces RDoc::RD::BlockParser and RDoc::RD::InlineParser
11
+ # is included in RDoc under the Ruby License.
12
+ #
13
+ # You can find the original source for rdtool at
14
+ # https://github.com/uwabami/rdtool/
15
+ #
16
+ # You can use, re-distribute or change these files under Ruby's License or GPL.
17
+ #
18
+ # 1. You may make and give away verbatim copies of the source form of the
19
+ # software without restriction, provided that you duplicate all of the
20
+ # original copyright notices and associated disclaimers.
21
+ #
22
+ # 2. You may modify your copy of the software in any way, provided that
23
+ # you do at least ONE of the following:
24
+ #
25
+ # a. place your modifications in the Public Domain or otherwise
26
+ # make them Freely Available, such as by posting said
27
+ # modifications to Usenet or an equivalent medium, or by allowing
28
+ # the author to include your modifications in the software.
29
+ #
30
+ # b. use the modified software only within your corporation or
31
+ # organization.
32
+ #
33
+ # c. give non-standard binaries non-standard names, with
34
+ # instructions on where to get the original software distribution.
35
+ #
36
+ # d. make other distribution arrangements with the author.
37
+ #
38
+ # 3. You may distribute the software in object code or binary form,
39
+ # provided that you do at least ONE of the following:
40
+ #
41
+ # a. distribute the binaries and library files of the software,
42
+ # together with instructions (in the manual page or equivalent)
43
+ # on where to get the original distribution.
44
+ #
45
+ # b. accompany the distribution with the machine-readable source of
46
+ # the software.
47
+ #
48
+ # c. give non-standard binaries non-standard names, with
49
+ # instructions on where to get the original software distribution.
50
+ #
51
+ # d. make other distribution arrangements with the author.
52
+ #
53
+ # 4. You may modify and include the part of the software into any other
54
+ # software (possibly commercial). But some files in the distribution
55
+ # are not written by the author, so that they are not under these terms.
56
+ #
57
+ # For the list of those files and their copying conditions, see the
58
+ # file LEGAL.
59
+ #
60
+ # 5. The scripts and library files supplied as input to or produced as
61
+ # output from the software do not automatically fall under the
62
+ # copyright of the software, but belong to whomever generated them,
63
+ # and may be sold commercially, and may be aggregated with this
64
+ # software.
65
+ #
66
+ # 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
67
+ # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
68
+ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
69
+ # PURPOSE.
70
+
71
+ class RDoc::RD
72
+
73
+ ##
74
+ # Parses +rd+ source and returns an RDoc::Markup::Document. If the
75
+ # <tt>=begin</tt> or <tt>=end</tt> lines are missing they will be added.
76
+
77
+ def self.parse rd
78
+ rd = rd.lines.to_a
79
+
80
+ if rd.find { |i| /\S/ === i } and !rd.find{|i| /^=begin\b/ === i } then
81
+ rd.unshift("=begin\n").push("=end\n")
82
+ end
83
+
84
+ parser = RDoc::RD::BlockParser.new
85
+ document = parser.parse rd
86
+
87
+ # isn't this always true?
88
+ document.parts.shift if RDoc::Markup::BlankLine === document.parts.first
89
+ document.parts.pop if RDoc::Markup::BlankLine === document.parts.last
90
+
91
+ document
92
+ end
93
+
94
+ autoload :BlockParser, 'rdoc/rd/block_parser'
95
+ autoload :InlineParser, 'rdoc/rd/inline_parser'
96
+ autoload :Inline, 'rdoc/rd/inline'
97
+
98
+ end
99
+
@@ -0,0 +1,1055 @@
1
+ #
2
+ # DO NOT MODIFY!!!!
3
+ # This file is automatically generated by Racc 1.4.12
4
+ # from Racc grammer file "".
5
+ #
6
+
7
+ require 'racc/parser.rb'
8
+
9
+ class RDoc::RD
10
+
11
+ ##
12
+ # RD format parser for headings, paragraphs, lists, verbatim sections that
13
+ # exist as blocks.
14
+
15
+ class BlockParser < Racc::Parser
16
+
17
+
18
+ # :stopdoc:
19
+
20
+ TMPFILE = ["rdtmp", $$, 0]
21
+
22
+ MARK_TO_LEVEL = {
23
+ '=' => 1,
24
+ '==' => 2,
25
+ '===' => 3,
26
+ '====' => 4,
27
+ '+' => 5,
28
+ '++' => 6,
29
+ }
30
+
31
+ # :startdoc:
32
+
33
+ ##
34
+ # Footnotes for this document
35
+
36
+ attr_reader :footnotes
37
+
38
+ ##
39
+ # Labels for items in this document
40
+
41
+ attr_reader :labels
42
+
43
+ ##
44
+ # Path to find included files in
45
+
46
+ attr_accessor :include_path
47
+
48
+ ##
49
+ # Creates a new RDoc::RD::BlockParser. Use #parse to parse an rd-format
50
+ # document.
51
+
52
+ def initialize
53
+ @inline_parser = RDoc::RD::InlineParser.new self
54
+ @include_path = []
55
+
56
+ # for testing
57
+ @footnotes = []
58
+ @labels = {}
59
+ end
60
+
61
+ ##
62
+ # Parses +src+ and returns an RDoc::Markup::Document.
63
+
64
+ def parse src
65
+ @src = src
66
+ @src.push false
67
+
68
+ @footnotes = []
69
+ @labels = {}
70
+
71
+ # @i: index(line no.) of src
72
+ @i = 0
73
+
74
+ # stack for current indentation
75
+ @indent_stack = []
76
+
77
+ # how indented.
78
+ @current_indent = @indent_stack.join("")
79
+
80
+ # RDoc::RD::BlockParser for tmp src
81
+ @subparser = nil
82
+
83
+ # which part is in now
84
+ @in_part = nil
85
+ @part_content = []
86
+
87
+ @in_verbatim = false
88
+
89
+ @yydebug = true
90
+
91
+ document = do_parse
92
+
93
+ unless @footnotes.empty? then
94
+ blankline = document.parts.pop
95
+
96
+ document.parts << RDoc::Markup::Rule.new(1)
97
+ document.parts.concat @footnotes
98
+
99
+ document.parts.push blankline
100
+ end
101
+
102
+ document
103
+ end
104
+
105
+ ##
106
+ # Returns the next token from the document
107
+
108
+ def next_token # :nodoc:
109
+ # preprocessing
110
+ # if it is not in RD part
111
+ # => method
112
+ while @in_part != "rd"
113
+ line = @src[@i]
114
+ @i += 1 # next line
115
+
116
+ case line
117
+ # src end
118
+ when false
119
+ return [false, false]
120
+ # RD part begin
121
+ when /^=begin\s*(?:\bRD\b.*)?\s*$/
122
+ if @in_part # if in non-RD part
123
+ @part_content.push(line)
124
+ else
125
+ @in_part = "rd"
126
+ return [:WHITELINE, "=begin\n"] # <= for textblockand
127
+ end
128
+ # non-RD part begin
129
+ when /^=begin\s+(\w+)/
130
+ part = $1
131
+ if @in_part # if in non-RD part
132
+ @part_content.push(line)
133
+ else
134
+ @in_part = part if @tree.filter[part] # if filter exists
135
+ # p "BEGIN_PART: #{@in_part}" # DEBUG
136
+ end
137
+ # non-RD part end
138
+ when /^=end/
139
+ if @in_part # if in non-RD part
140
+ # p "END_PART: #{@in_part}" # DEBUG
141
+ # make Part-in object
142
+ part = RDoc::RD::Part.new(@part_content.join(""), @tree, "r")
143
+ @part_content.clear
144
+ # call filter, part_out is output(Part object)
145
+ part_out = @tree.filter[@in_part].call(part)
146
+
147
+ if @tree.filter[@in_part].mode == :rd # if output is RD formatted
148
+ subtree = parse_subtree(part_out.to_a)
149
+ else # if output is target formatted
150
+ basename = TMPFILE.join('.')
151
+ TMPFILE[-1] += 1
152
+ tmpfile = open(@tree.tmp_dir + "/" + basename + ".#{@in_part}", "w")
153
+ tmpfile.print(part_out)
154
+ tmpfile.close
155
+ subtree = parse_subtree(["=begin\n", "<<< #{basename}\n", "=end\n"])
156
+ end
157
+ @in_part = nil
158
+ return [:SUBTREE, subtree]
159
+ end
160
+ else
161
+ if @in_part # if in non-RD part
162
+ @part_content.push(line)
163
+ end
164
+ end
165
+ end
166
+
167
+ @current_indent = @indent_stack.join("")
168
+ line = @src[@i]
169
+ case line
170
+ when false
171
+ if_current_indent_equal("") do
172
+ [false, false]
173
+ end
174
+ when /^=end/
175
+ if_current_indent_equal("") do
176
+ @in_part = nil
177
+ [:WHITELINE, "=end"] # MUST CHANGE??
178
+ end
179
+ when /^\s*$/
180
+ @i += 1 # next line
181
+ return [:WHITELINE, ':WHITELINE']
182
+ when /^\#/ # comment line
183
+ @i += 1 # next line
184
+ self.next_token()
185
+ when /^(={1,4})(?!=)\s*(?=\S)/, /^(\+{1,2})(?!\+)\s*(?=\S)/
186
+ rest = $' # '
187
+ rest.strip!
188
+ mark = $1
189
+ if_current_indent_equal("") do
190
+ return [:HEADLINE, [MARK_TO_LEVEL[mark], rest]]
191
+ end
192
+ when /^<<<\s*(\S+)/
193
+ file = $1
194
+ if_current_indent_equal("") do
195
+ suffix = file[-3 .. -1]
196
+ if suffix == ".rd" or suffix == ".rb"
197
+ subtree = parse_subtree(get_included(file))
198
+ [:SUBTREE, subtree]
199
+ else
200
+ [:INCLUDE, file]
201
+ end
202
+ end
203
+ when /^(\s*)\*(\s*)/
204
+ rest = $' # '
205
+ newIndent = $2
206
+ if_current_indent_equal($1) do
207
+ if @in_verbatim
208
+ [:STRINGLINE, line]
209
+ else
210
+ @indent_stack.push("\s" << newIndent)
211
+ [:ITEMLISTLINE, rest]
212
+ end
213
+ end
214
+ when /^(\s*)(\(\d+\))(\s*)/
215
+ rest = $' # '
216
+ mark = $2
217
+ newIndent = $3
218
+ if_current_indent_equal($1) do
219
+ if @in_verbatim
220
+ [:STRINGLINE, line]
221
+ else
222
+ @indent_stack.push("\s" * mark.size << newIndent)
223
+ [:ENUMLISTLINE, rest]
224
+ end
225
+ end
226
+ when /^(\s*):(\s*)/
227
+ rest = $' # '
228
+ newIndent = $2
229
+ if_current_indent_equal($1) do
230
+ if @in_verbatim
231
+ [:STRINGLINE, line]
232
+ else
233
+ @indent_stack.push("\s#{$2}")
234
+ [:DESCLISTLINE, rest]
235
+ end
236
+ end
237
+ when /^(\s*)---(?!-|\s*$)/
238
+ indent = $1
239
+ rest = $'
240
+ /\s*/ === rest
241
+ term = $'
242
+ new_indent = $&
243
+ if_current_indent_equal(indent) do
244
+ if @in_verbatim
245
+ [:STRINGLINE, line]
246
+ else
247
+ @indent_stack.push("\s\s\s" + new_indent)
248
+ [:METHODLISTLINE, term]
249
+ end
250
+ end
251
+ when /^(\s*)/
252
+ if_current_indent_equal($1) do
253
+ [:STRINGLINE, line]
254
+ end
255
+ else
256
+ raise "[BUG] parsing error may occured."
257
+ end
258
+ end
259
+
260
+ ##
261
+ # Yields to the given block if +indent+ matches the current indent, otherwise
262
+ # an indentation token is processed.
263
+
264
+ def if_current_indent_equal(indent)
265
+ indent = indent.sub(/\t/, "\s" * 8)
266
+ if @current_indent == indent
267
+ @i += 1 # next line
268
+ yield
269
+ elsif indent.index(@current_indent) == 0
270
+ @indent_stack.push(indent[@current_indent.size .. -1])
271
+ [:INDENT, ":INDENT"]
272
+ else
273
+ @indent_stack.pop
274
+ [:DEDENT, ":DEDENT"]
275
+ end
276
+ end
277
+ private :if_current_indent_equal
278
+
279
+ ##
280
+ # Cuts off excess whitespace in +src+
281
+
282
+ def cut_off(src)
283
+ ret = []
284
+ whiteline_buf = []
285
+
286
+ line = src.shift
287
+ /^\s*/ =~ line
288
+
289
+ indent = Regexp.quote($&)
290
+ ret.push($')
291
+
292
+ while line = src.shift
293
+ if /^(\s*)$/ =~ line
294
+ whiteline_buf.push(line)
295
+ elsif /^#{indent}/ =~ line
296
+ unless whiteline_buf.empty?
297
+ ret.concat(whiteline_buf)
298
+ whiteline_buf.clear
299
+ end
300
+ ret.push($')
301
+ else
302
+ raise "[BUG]: probably Parser Error while cutting off.\n"
303
+ end
304
+ end
305
+ ret
306
+ end
307
+ private :cut_off
308
+
309
+ def set_term_to_element(parent, term)
310
+ # parent.set_term_under_document_struct(term, @tree.document_struct)
311
+ parent.set_term_without_document_struct(term)
312
+ end
313
+ private :set_term_to_element
314
+
315
+ ##
316
+ # Raises a ParseError when invalid formatting is found
317
+
318
+ def on_error(et, ev, _values)
319
+ prv, cur, nxt = format_line_num(@i, @i+1, @i+2)
320
+
321
+ raise ParseError, <<Msg
322
+
323
+ RD syntax error: line #{@i+1}:
324
+ #{prv} |#{@src[@i-1].chomp}
325
+ #{cur}=>|#{@src[@i].chomp}
326
+ #{nxt} |#{@src[@i+1].chomp}
327
+
328
+ Msg
329
+ end
330
+
331
+ ##
332
+ # Current line number
333
+
334
+ def line_index
335
+ @i
336
+ end
337
+
338
+ ##
339
+ # Parses subtree +src+
340
+
341
+ def parse_subtree src
342
+ @subparser ||= RDoc::RD::BlockParser.new
343
+
344
+ @subparser.parse src
345
+ end
346
+ private :parse_subtree
347
+
348
+ ##
349
+ # Retrieves the content for +file+ from the include_path
350
+
351
+ def get_included(file)
352
+ included = []
353
+
354
+ @include_path.each do |dir|
355
+ file_name = File.join dir, file
356
+
357
+ if File.exist? file_name then
358
+ included = IO.readlines file_name
359
+ break
360
+ end
361
+ end
362
+
363
+ included
364
+ end
365
+ private :get_included
366
+
367
+ ##
368
+ # Formats line numbers +line_numbers+ prettily
369
+
370
+ def format_line_num(*line_numbers)
371
+ width = line_numbers.collect{|i| i.to_s.length }.max
372
+ line_numbers.collect{|i| sprintf("%#{width}d", i) }
373
+ end
374
+ private :format_line_num
375
+
376
+ ##
377
+ # Retrieves the content of +values+ as a single String
378
+
379
+ def content values
380
+ values.map { |value| value.content }.join
381
+ end
382
+
383
+ ##
384
+ # Creates a paragraph for +value+
385
+
386
+ def paragraph value
387
+ content = cut_off(value).join(' ').rstrip
388
+ contents = @inline_parser.parse content
389
+
390
+ RDoc::Markup::Paragraph.new(*contents)
391
+ end
392
+
393
+ ##
394
+ # Adds footnote +content+ to the document
395
+
396
+ def add_footnote content
397
+ index = @footnotes.length / 2 + 1
398
+
399
+ footmark_link = "{^#{index}}[rdoc-label:footmark-#{index}:foottext-#{index}]"
400
+
401
+ @footnotes << RDoc::Markup::Paragraph.new(footmark_link, ' ', *content)
402
+ @footnotes << RDoc::Markup::BlankLine.new
403
+
404
+ index
405
+ end
406
+
407
+ ##
408
+ # Adds label +label+ to the document
409
+
410
+ def add_label label
411
+ @labels[label] = true
412
+
413
+ label
414
+ end
415
+
416
+ # :stopdoc:
417
+
418
+ ##### State transition tables begin ###
419
+
420
+ racc_action_table = [
421
+ 34, 35, 30, 33, 14, 73, 38, 33, 76, 15,
422
+ 88, 34, 35, 30, 33, 40, 34, 35, 30, 33,
423
+ 40, 65, 34, 35, 30, 33, 14, 73, 77, 14,
424
+ 54, 15, 34, 35, 30, 33, 14, 9, 10, 11,
425
+ 12, 15, 34, 35, 30, 33, 14, 73, 81, 54,
426
+ 38, 15, 34, 35, 30, 33, 14, 73, 40, 67,
427
+ 83, 15, 34, 35, 30, 33, 14, 73, 54, 30,
428
+ 35, 15, 34, 35, 30, 33, 34, 47, 36, 14,
429
+ 59, 15, 34, 35, 30, 33, 14, 73, 38, nil,
430
+ nil, 15, 34, 35, 30, 33, nil, 47, nil, nil,
431
+ nil, 15, 34, 35, 30, 33, 14, 73, nil, nil,
432
+ nil, 15, 34, 35, 30, 33, 14, 73, nil, nil,
433
+ nil, 15, 34, 35, 30, 33, 14, 9, 10, 11,
434
+ 12, 15, 34, 35, 30, 33, 14, 73, nil, nil,
435
+ nil, 15, 34, 35, 30, 33, 14, 73, 61, 63,
436
+ nil, 15, nil, 62, 60, 61, 63, 61, 63, 14,
437
+ 62, 87, 62, nil, 79, 34, 35, 30, 33 ]
438
+
439
+ racc_action_check = [
440
+ 86, 86, 86, 86, 86, 86, 57, 31, 49, 86,
441
+ 86, 41, 41, 41, 41, 41, 15, 15, 15, 15,
442
+ 15, 41, 45, 45, 45, 45, 45, 45, 51, 34,
443
+ 54, 45, 0, 0, 0, 0, 0, 0, 0, 0,
444
+ 0, 0, 85, 85, 85, 85, 85, 85, 56, 33,
445
+ 58, 85, 79, 79, 79, 79, 79, 79, 62, 44,
446
+ 66, 79, 78, 78, 78, 78, 78, 78, 30, 28,
447
+ 25, 78, 24, 24, 24, 24, 22, 24, 1, 35,
448
+ 36, 24, 75, 75, 75, 75, 75, 75, 13, nil,
449
+ nil, 75, 27, 27, 27, 27, nil, 27, nil, nil,
450
+ nil, 27, 74, 74, 74, 74, 74, 74, nil, nil,
451
+ nil, 74, 68, 68, 68, 68, 68, 68, nil, nil,
452
+ nil, 68, 2, 2, 2, 2, 2, 2, 2, 2,
453
+ 2, 2, 46, 46, 46, 46, 46, 46, nil, nil,
454
+ nil, 46, 47, 47, 47, 47, 47, 47, 39, 39,
455
+ nil, 47, nil, 39, 39, 82, 82, 64, 64, 52,
456
+ 82, 82, 64, nil, 52, 20, 20, 20, 20 ]
457
+
458
+ racc_action_pointer = [
459
+ 29, 78, 119, nil, nil, nil, nil, nil, nil, nil,
460
+ nil, nil, nil, 81, nil, 13, nil, nil, nil, nil,
461
+ 162, nil, 73, nil, 69, 66, nil, 89, 64, nil,
462
+ 60, 1, nil, 41, 22, 72, 80, nil, nil, 141,
463
+ nil, 8, nil, nil, 46, 19, 129, 139, nil, -5,
464
+ nil, 15, 152, nil, 22, nil, 35, -1, 43, nil,
465
+ nil, nil, 51, nil, 150, nil, 47, nil, 109, nil,
466
+ nil, nil, nil, nil, 99, 79, nil, nil, 59, 49,
467
+ nil, nil, 148, nil, nil, 39, -3, nil, nil ]
468
+
469
+ racc_action_default = [
470
+ -2, -73, -1, -4, -5, -6, -7, -8, -9, -10,
471
+ -11, -12, -13, -14, -16, -73, -23, -24, -25, -26,
472
+ -27, -31, -32, -34, -72, -36, -38, -72, -40, -42,
473
+ -59, -44, -46, -59, -63, -65, -73, -3, -15, -73,
474
+ -22, -73, -30, -33, -73, -69, -70, -71, -37, -73,
475
+ -41, -73, -51, -58, -61, -45, -73, -62, -64, 89,
476
+ -17, -19, -73, -21, -18, -28, -73, -35, -66, -53,
477
+ -54, -55, -56, -57, -67, -68, -39, -43, -49, -73,
478
+ -60, -47, -73, -29, -52, -48, -73, -20, -50 ]
479
+
480
+ racc_goto_table = [
481
+ 4, 39, 4, 68, 74, 75, 5, 6, 5, 6,
482
+ 51, 42, 44, 56, 3, 49, 37, 57, 58, 41,
483
+ 43, 48, 84, 50, 66, 55, 1, 64, 84, 84,
484
+ 45, 46, 42, 45, 46, 2, 85, 86, 80, 84,
485
+ 84, nil, nil, nil, nil, nil, nil, nil, 82, nil,
486
+ nil, nil, 78 ]
487
+
488
+ racc_goto_check = [
489
+ 4, 10, 4, 31, 31, 31, 5, 6, 5, 6,
490
+ 27, 12, 21, 27, 3, 21, 3, 9, 9, 17,
491
+ 19, 23, 32, 26, 11, 29, 1, 10, 32, 32,
492
+ 5, 6, 12, 5, 6, 2, 31, 31, 33, 32,
493
+ 32, nil, nil, nil, nil, nil, nil, nil, 10, nil,
494
+ nil, nil, 4 ]
495
+
496
+ racc_goto_pointer = [
497
+ nil, 26, 35, 14, 0, 6, 7, nil, nil, -17,
498
+ -14, -17, -9, nil, nil, nil, nil, 4, nil, -2,
499
+ nil, -12, nil, -4, nil, nil, -5, -20, nil, -6,
500
+ nil, -42, -46, -16 ]
501
+
502
+ racc_goto_default = [
503
+ nil, nil, nil, nil, 70, 71, 72, 7, 8, 13,
504
+ nil, nil, 21, 16, 17, 18, 19, 20, 22, 23,
505
+ 24, nil, 25, 26, 27, 28, 29, nil, 31, 32,
506
+ 52, nil, 69, 53 ]
507
+
508
+ racc_reduce_table = [
509
+ 0, 0, :racc_error,
510
+ 1, 15, :_reduce_1,
511
+ 0, 15, :_reduce_2,
512
+ 2, 16, :_reduce_3,
513
+ 1, 16, :_reduce_4,
514
+ 1, 17, :_reduce_5,
515
+ 1, 17, :_reduce_6,
516
+ 1, 17, :_reduce_none,
517
+ 1, 17, :_reduce_8,
518
+ 1, 17, :_reduce_9,
519
+ 1, 17, :_reduce_10,
520
+ 1, 17, :_reduce_11,
521
+ 1, 21, :_reduce_12,
522
+ 1, 22, :_reduce_13,
523
+ 1, 18, :_reduce_14,
524
+ 2, 23, :_reduce_15,
525
+ 1, 23, :_reduce_16,
526
+ 3, 19, :_reduce_17,
527
+ 1, 25, :_reduce_18,
528
+ 2, 24, :_reduce_19,
529
+ 4, 24, :_reduce_20,
530
+ 2, 24, :_reduce_21,
531
+ 1, 24, :_reduce_22,
532
+ 1, 26, :_reduce_none,
533
+ 1, 26, :_reduce_none,
534
+ 1, 26, :_reduce_none,
535
+ 1, 26, :_reduce_none,
536
+ 1, 20, :_reduce_27,
537
+ 3, 20, :_reduce_28,
538
+ 4, 20, :_reduce_29,
539
+ 2, 31, :_reduce_30,
540
+ 1, 31, :_reduce_31,
541
+ 1, 27, :_reduce_32,
542
+ 2, 32, :_reduce_33,
543
+ 1, 32, :_reduce_34,
544
+ 3, 33, :_reduce_35,
545
+ 1, 28, :_reduce_36,
546
+ 2, 36, :_reduce_37,
547
+ 1, 36, :_reduce_38,
548
+ 3, 37, :_reduce_39,
549
+ 1, 29, :_reduce_40,
550
+ 2, 39, :_reduce_41,
551
+ 1, 39, :_reduce_42,
552
+ 3, 40, :_reduce_43,
553
+ 1, 30, :_reduce_44,
554
+ 2, 42, :_reduce_45,
555
+ 1, 42, :_reduce_46,
556
+ 3, 43, :_reduce_47,
557
+ 3, 41, :_reduce_48,
558
+ 2, 41, :_reduce_49,
559
+ 4, 41, :_reduce_50,
560
+ 1, 41, :_reduce_51,
561
+ 2, 45, :_reduce_52,
562
+ 1, 45, :_reduce_none,
563
+ 1, 46, :_reduce_54,
564
+ 1, 46, :_reduce_55,
565
+ 1, 46, :_reduce_none,
566
+ 1, 46, :_reduce_57,
567
+ 1, 44, :_reduce_none,
568
+ 0, 44, :_reduce_none,
569
+ 2, 47, :_reduce_none,
570
+ 1, 47, :_reduce_none,
571
+ 2, 34, :_reduce_62,
572
+ 1, 34, :_reduce_63,
573
+ 2, 38, :_reduce_64,
574
+ 1, 38, :_reduce_65,
575
+ 2, 35, :_reduce_66,
576
+ 2, 35, :_reduce_67,
577
+ 2, 35, :_reduce_68,
578
+ 1, 35, :_reduce_69,
579
+ 1, 35, :_reduce_none,
580
+ 1, 35, :_reduce_71,
581
+ 0, 35, :_reduce_72 ]
582
+
583
+ racc_reduce_n = 73
584
+
585
+ racc_shift_n = 89
586
+
587
+ racc_token_table = {
588
+ false => 0,
589
+ :error => 1,
590
+ :DUMMY => 2,
591
+ :ITEMLISTLINE => 3,
592
+ :ENUMLISTLINE => 4,
593
+ :DESCLISTLINE => 5,
594
+ :METHODLISTLINE => 6,
595
+ :STRINGLINE => 7,
596
+ :WHITELINE => 8,
597
+ :SUBTREE => 9,
598
+ :HEADLINE => 10,
599
+ :INCLUDE => 11,
600
+ :INDENT => 12,
601
+ :DEDENT => 13 }
602
+
603
+ racc_nt_base = 14
604
+
605
+ racc_use_result_var = true
606
+
607
+ Racc_arg = [
608
+ racc_action_table,
609
+ racc_action_check,
610
+ racc_action_default,
611
+ racc_action_pointer,
612
+ racc_goto_table,
613
+ racc_goto_check,
614
+ racc_goto_default,
615
+ racc_goto_pointer,
616
+ racc_nt_base,
617
+ racc_reduce_table,
618
+ racc_token_table,
619
+ racc_shift_n,
620
+ racc_reduce_n,
621
+ racc_use_result_var ]
622
+
623
+ Racc_token_to_s_table = [
624
+ "$end",
625
+ "error",
626
+ "DUMMY",
627
+ "ITEMLISTLINE",
628
+ "ENUMLISTLINE",
629
+ "DESCLISTLINE",
630
+ "METHODLISTLINE",
631
+ "STRINGLINE",
632
+ "WHITELINE",
633
+ "SUBTREE",
634
+ "HEADLINE",
635
+ "INCLUDE",
636
+ "INDENT",
637
+ "DEDENT",
638
+ "$start",
639
+ "document",
640
+ "blocks",
641
+ "block",
642
+ "textblock",
643
+ "verbatim",
644
+ "lists",
645
+ "headline",
646
+ "include",
647
+ "textblockcontent",
648
+ "verbatimcontent",
649
+ "verbatim_after_lists",
650
+ "list",
651
+ "itemlist",
652
+ "enumlist",
653
+ "desclist",
654
+ "methodlist",
655
+ "lists2",
656
+ "itemlistitems",
657
+ "itemlistitem",
658
+ "first_textblock_in_itemlist",
659
+ "other_blocks_in_list",
660
+ "enumlistitems",
661
+ "enumlistitem",
662
+ "first_textblock_in_enumlist",
663
+ "desclistitems",
664
+ "desclistitem",
665
+ "description_part",
666
+ "methodlistitems",
667
+ "methodlistitem",
668
+ "whitelines",
669
+ "blocks_in_list",
670
+ "block_in_list",
671
+ "whitelines2" ]
672
+
673
+ Racc_debug_parser = false
674
+
675
+ ##### State transition tables end #####
676
+
677
+ # reduce 0 omitted
678
+
679
+ def _reduce_1(val, _values, result)
680
+ result = RDoc::Markup::Document.new(*val[0])
681
+ result
682
+ end
683
+
684
+ def _reduce_2(val, _values, result)
685
+ raise ParseError, "file empty"
686
+ result
687
+ end
688
+
689
+ def _reduce_3(val, _values, result)
690
+ result = val[0].concat val[1]
691
+ result
692
+ end
693
+
694
+ def _reduce_4(val, _values, result)
695
+ result = val[0]
696
+ result
697
+ end
698
+
699
+ def _reduce_5(val, _values, result)
700
+ result = val
701
+ result
702
+ end
703
+
704
+ def _reduce_6(val, _values, result)
705
+ result = val
706
+ result
707
+ end
708
+
709
+ # reduce 7 omitted
710
+
711
+ def _reduce_8(val, _values, result)
712
+ result = val
713
+ result
714
+ end
715
+
716
+ def _reduce_9(val, _values, result)
717
+ result = val
718
+ result
719
+ end
720
+
721
+ def _reduce_10(val, _values, result)
722
+ result = [RDoc::Markup::BlankLine.new]
723
+ result
724
+ end
725
+
726
+ def _reduce_11(val, _values, result)
727
+ result = val[0].parts
728
+ result
729
+ end
730
+
731
+ def _reduce_12(val, _values, result)
732
+ # val[0] is like [level, title]
733
+ title = @inline_parser.parse(val[0][1])
734
+ result = RDoc::Markup::Heading.new(val[0][0], title)
735
+
736
+ result
737
+ end
738
+
739
+ def _reduce_13(val, _values, result)
740
+ result = RDoc::Markup::Include.new val[0], @include_path
741
+
742
+ result
743
+ end
744
+
745
+ def _reduce_14(val, _values, result)
746
+ # val[0] is Array of String
747
+ result = paragraph val[0]
748
+
749
+ result
750
+ end
751
+
752
+ def _reduce_15(val, _values, result)
753
+ result << val[1].rstrip
754
+ result
755
+ end
756
+
757
+ def _reduce_16(val, _values, result)
758
+ result = [val[0].rstrip]
759
+ result
760
+ end
761
+
762
+ def _reduce_17(val, _values, result)
763
+ # val[1] is Array of String
764
+ content = cut_off val[1]
765
+ result = RDoc::Markup::Verbatim.new(*content)
766
+
767
+ # imform to lexer.
768
+ @in_verbatim = false
769
+
770
+ result
771
+ end
772
+
773
+ def _reduce_18(val, _values, result)
774
+ # val[0] is Array of String
775
+ content = cut_off val[0]
776
+ result = RDoc::Markup::Verbatim.new(*content)
777
+
778
+ # imform to lexer.
779
+ @in_verbatim = false
780
+
781
+ result
782
+ end
783
+
784
+ def _reduce_19(val, _values, result)
785
+ result << val[1]
786
+
787
+ result
788
+ end
789
+
790
+ def _reduce_20(val, _values, result)
791
+ result.concat val[2]
792
+
793
+ result
794
+ end
795
+
796
+ def _reduce_21(val, _values, result)
797
+ result << "\n"
798
+
799
+ result
800
+ end
801
+
802
+ def _reduce_22(val, _values, result)
803
+ result = val
804
+ # inform to lexer.
805
+ @in_verbatim = true
806
+
807
+ result
808
+ end
809
+
810
+ # reduce 23 omitted
811
+
812
+ # reduce 24 omitted
813
+
814
+ # reduce 25 omitted
815
+
816
+ # reduce 26 omitted
817
+
818
+ def _reduce_27(val, _values, result)
819
+ result = val[0]
820
+
821
+ result
822
+ end
823
+
824
+ def _reduce_28(val, _values, result)
825
+ result = val[1]
826
+
827
+ result
828
+ end
829
+
830
+ def _reduce_29(val, _values, result)
831
+ result = val[1].push(val[2])
832
+
833
+ result
834
+ end
835
+
836
+ def _reduce_30(val, _values, result)
837
+ result = val[0] << val[1]
838
+ result
839
+ end
840
+
841
+ def _reduce_31(val, _values, result)
842
+ result = [val[0]]
843
+ result
844
+ end
845
+
846
+ def _reduce_32(val, _values, result)
847
+ result = RDoc::Markup::List.new :BULLET, *val[0]
848
+
849
+ result
850
+ end
851
+
852
+ def _reduce_33(val, _values, result)
853
+ result.push(val[1])
854
+ result
855
+ end
856
+
857
+ def _reduce_34(val, _values, result)
858
+ result = val
859
+ result
860
+ end
861
+
862
+ def _reduce_35(val, _values, result)
863
+ result = RDoc::Markup::ListItem.new nil, val[0], *val[1]
864
+
865
+ result
866
+ end
867
+
868
+ def _reduce_36(val, _values, result)
869
+ result = RDoc::Markup::List.new :NUMBER, *val[0]
870
+
871
+ result
872
+ end
873
+
874
+ def _reduce_37(val, _values, result)
875
+ result.push(val[1])
876
+ result
877
+ end
878
+
879
+ def _reduce_38(val, _values, result)
880
+ result = val
881
+ result
882
+ end
883
+
884
+ def _reduce_39(val, _values, result)
885
+ result = RDoc::Markup::ListItem.new nil, val[0], *val[1]
886
+
887
+ result
888
+ end
889
+
890
+ def _reduce_40(val, _values, result)
891
+ result = RDoc::Markup::List.new :NOTE, *val[0]
892
+
893
+ result
894
+ end
895
+
896
+ def _reduce_41(val, _values, result)
897
+ result.push(val[1])
898
+ result
899
+ end
900
+
901
+ def _reduce_42(val, _values, result)
902
+ result = val
903
+ result
904
+ end
905
+
906
+ def _reduce_43(val, _values, result)
907
+ term = @inline_parser.parse val[0].strip
908
+
909
+ result = RDoc::Markup::ListItem.new term, *val[1]
910
+
911
+ result
912
+ end
913
+
914
+ def _reduce_44(val, _values, result)
915
+ result = RDoc::Markup::List.new :LABEL, *val[0]
916
+
917
+ result
918
+ end
919
+
920
+ def _reduce_45(val, _values, result)
921
+ result.push(val[1])
922
+ result
923
+ end
924
+
925
+ def _reduce_46(val, _values, result)
926
+ result = val
927
+ result
928
+ end
929
+
930
+ def _reduce_47(val, _values, result)
931
+ result = RDoc::Markup::ListItem.new "<tt>#{val[0].strip}</tt>", *val[1]
932
+
933
+ result
934
+ end
935
+
936
+ def _reduce_48(val, _values, result)
937
+ result = [val[1]].concat(val[2])
938
+
939
+ result
940
+ end
941
+
942
+ def _reduce_49(val, _values, result)
943
+ result = [val[1]]
944
+
945
+ result
946
+ end
947
+
948
+ def _reduce_50(val, _values, result)
949
+ result = val[2]
950
+
951
+ result
952
+ end
953
+
954
+ def _reduce_51(val, _values, result)
955
+ result = []
956
+
957
+ result
958
+ end
959
+
960
+ def _reduce_52(val, _values, result)
961
+ result.concat val[1]
962
+ result
963
+ end
964
+
965
+ # reduce 53 omitted
966
+
967
+ def _reduce_54(val, _values, result)
968
+ result = val
969
+ result
970
+ end
971
+
972
+ def _reduce_55(val, _values, result)
973
+ result = val
974
+ result
975
+ end
976
+
977
+ # reduce 56 omitted
978
+
979
+ def _reduce_57(val, _values, result)
980
+ result = []
981
+ result
982
+ end
983
+
984
+ # reduce 58 omitted
985
+
986
+ # reduce 59 omitted
987
+
988
+ # reduce 60 omitted
989
+
990
+ # reduce 61 omitted
991
+
992
+ def _reduce_62(val, _values, result)
993
+ result = paragraph [val[0]].concat(val[1])
994
+
995
+ result
996
+ end
997
+
998
+ def _reduce_63(val, _values, result)
999
+ result = paragraph [val[0]]
1000
+
1001
+ result
1002
+ end
1003
+
1004
+ def _reduce_64(val, _values, result)
1005
+ result = paragraph [val[0]].concat(val[1])
1006
+
1007
+ result
1008
+ end
1009
+
1010
+ def _reduce_65(val, _values, result)
1011
+ result = paragraph [val[0]]
1012
+
1013
+ result
1014
+ end
1015
+
1016
+ def _reduce_66(val, _values, result)
1017
+ result = [val[0]].concat(val[1])
1018
+
1019
+ result
1020
+ end
1021
+
1022
+ def _reduce_67(val, _values, result)
1023
+ result.concat val[1]
1024
+ result
1025
+ end
1026
+
1027
+ def _reduce_68(val, _values, result)
1028
+ result = val[1]
1029
+ result
1030
+ end
1031
+
1032
+ def _reduce_69(val, _values, result)
1033
+ result = val
1034
+ result
1035
+ end
1036
+
1037
+ # reduce 70 omitted
1038
+
1039
+ def _reduce_71(val, _values, result)
1040
+ result = []
1041
+ result
1042
+ end
1043
+
1044
+ def _reduce_72(val, _values, result)
1045
+ result = []
1046
+ result
1047
+ end
1048
+
1049
+ def _reduce_none(val, _values, result)
1050
+ val[0]
1051
+ end
1052
+
1053
+ end # class BlockParser
1054
+
1055
+ end