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,2341 @@
1
+ # encoding: US-ASCII
2
+ # = csv.rb -- CSV Reading and Writing
3
+ #
4
+ # Created by James Edward Gray II on 2005-10-31.
5
+ # Copyright 2005 James Edward Gray II. You can redistribute or modify this code
6
+ # under the terms of Ruby's license.
7
+ #
8
+ # See CSV for documentation.
9
+ #
10
+ # == Description
11
+ #
12
+ # Welcome to the new and improved CSV.
13
+ #
14
+ # This version of the CSV library began its life as FasterCSV. FasterCSV was
15
+ # intended as a replacement to Ruby's then standard CSV library. It was
16
+ # designed to address concerns users of that library had and it had three
17
+ # primary goals:
18
+ #
19
+ # 1. Be significantly faster than CSV while remaining a pure Ruby library.
20
+ # 2. Use a smaller and easier to maintain code base. (FasterCSV eventually
21
+ # grew larger, was also but considerably richer in features. The parsing
22
+ # core remains quite small.)
23
+ # 3. Improve on the CSV interface.
24
+ #
25
+ # Obviously, the last one is subjective. I did try to defer to the original
26
+ # interface whenever I didn't have a compelling reason to change it though, so
27
+ # hopefully this won't be too radically different.
28
+ #
29
+ # We must have met our goals because FasterCSV was renamed to CSV and replaced
30
+ # the original library as of Ruby 1.9. If you are migrating code from 1.8 or
31
+ # earlier, you may have to change your code to comply with the new interface.
32
+ #
33
+ # == What's Different From the Old CSV?
34
+ #
35
+ # I'm sure I'll miss something, but I'll try to mention most of the major
36
+ # differences I am aware of, to help others quickly get up to speed:
37
+ #
38
+ # === CSV Parsing
39
+ #
40
+ # * This parser is m17n aware. See CSV for full details.
41
+ # * This library has a stricter parser and will throw MalformedCSVErrors on
42
+ # problematic data.
43
+ # * This library has a less liberal idea of a line ending than CSV. What you
44
+ # set as the <tt>:row_sep</tt> is law. It can auto-detect your line endings
45
+ # though.
46
+ # * The old library returned empty lines as <tt>[nil]</tt>. This library calls
47
+ # them <tt>[]</tt>.
48
+ # * This library has a much faster parser.
49
+ #
50
+ # === Interface
51
+ #
52
+ # * CSV now uses Hash-style parameters to set options.
53
+ # * CSV no longer has generate_row() or parse_row().
54
+ # * The old CSV's Reader and Writer classes have been dropped.
55
+ # * CSV::open() is now more like Ruby's open().
56
+ # * CSV objects now support most standard IO methods.
57
+ # * CSV now has a new() method used to wrap objects like String and IO for
58
+ # reading and writing.
59
+ # * CSV::generate() is different from the old method.
60
+ # * CSV no longer supports partial reads. It works line-by-line.
61
+ # * CSV no longer allows the instance methods to override the separators for
62
+ # performance reasons. They must be set in the constructor.
63
+ #
64
+ # If you use this library and find yourself missing any functionality I have
65
+ # trimmed, please {let me know}[mailto:james@grayproductions.net].
66
+ #
67
+ # == Documentation
68
+ #
69
+ # See CSV for documentation.
70
+ #
71
+ # == What is CSV, really?
72
+ #
73
+ # CSV maintains a pretty strict definition of CSV taken directly from
74
+ # {the RFC}[http://www.ietf.org/rfc/rfc4180.txt]. I relax the rules in only one
75
+ # place and that is to make using this library easier. CSV will parse all valid
76
+ # CSV.
77
+ #
78
+ # What you don't want to do is feed CSV invalid data. Because of the way the
79
+ # CSV format works, it's common for a parser to need to read until the end of
80
+ # the file to be sure a field is invalid. This eats a lot of time and memory.
81
+ #
82
+ # Luckily, when working with invalid CSV, Ruby's built-in methods will almost
83
+ # always be superior in every way. For example, parsing non-quoted fields is as
84
+ # easy as:
85
+ #
86
+ # data.split(",")
87
+ #
88
+ # == Questions and/or Comments
89
+ #
90
+ # Feel free to email {James Edward Gray II}[mailto:james@grayproductions.net]
91
+ # with any questions.
92
+
93
+ require "forwardable"
94
+ require "English"
95
+ require "date"
96
+ require "stringio"
97
+
98
+ #
99
+ # This class provides a complete interface to CSV files and data. It offers
100
+ # tools to enable you to read and write to and from Strings or IO objects, as
101
+ # needed.
102
+ #
103
+ # == Reading
104
+ #
105
+ # === From a File
106
+ #
107
+ # ==== A Line at a Time
108
+ #
109
+ # CSV.foreach("path/to/file.csv") do |row|
110
+ # # use row here...
111
+ # end
112
+ #
113
+ # ==== All at Once
114
+ #
115
+ # arr_of_arrs = CSV.read("path/to/file.csv")
116
+ #
117
+ # === From a String
118
+ #
119
+ # ==== A Line at a Time
120
+ #
121
+ # CSV.parse("CSV,data,String") do |row|
122
+ # # use row here...
123
+ # end
124
+ #
125
+ # ==== All at Once
126
+ #
127
+ # arr_of_arrs = CSV.parse("CSV,data,String")
128
+ #
129
+ # == Writing
130
+ #
131
+ # === To a File
132
+ #
133
+ # CSV.open("path/to/file.csv", "wb") do |csv|
134
+ # csv << ["row", "of", "CSV", "data"]
135
+ # csv << ["another", "row"]
136
+ # # ...
137
+ # end
138
+ #
139
+ # === To a String
140
+ #
141
+ # csv_string = CSV.generate do |csv|
142
+ # csv << ["row", "of", "CSV", "data"]
143
+ # csv << ["another", "row"]
144
+ # # ...
145
+ # end
146
+ #
147
+ # == Convert a Single Line
148
+ #
149
+ # csv_string = ["CSV", "data"].to_csv # to CSV
150
+ # csv_array = "CSV,String".parse_csv # from CSV
151
+ #
152
+ # == Shortcut Interface
153
+ #
154
+ # CSV { |csv_out| csv_out << %w{my data here} } # to $stdout
155
+ # CSV(csv = "") { |csv_str| csv_str << %w{my data here} } # to a String
156
+ # CSV($stderr) { |csv_err| csv_err << %w{my data here} } # to $stderr
157
+ # CSV($stdin) { |csv_in| csv_in.each { |row| p row } } # from $stdin
158
+ #
159
+ # == Advanced Usage
160
+ #
161
+ # === Wrap an IO Object
162
+ #
163
+ # csv = CSV.new(io, options)
164
+ # # ... read (with gets() or each()) from and write (with <<) to csv here ...
165
+ #
166
+ # == CSV and Character Encodings (M17n or Multilingualization)
167
+ #
168
+ # This new CSV parser is m17n savvy. The parser works in the Encoding of the IO
169
+ # or String object being read from or written to. Your data is never transcoded
170
+ # (unless you ask Ruby to transcode it for you) and will literally be parsed in
171
+ # the Encoding it is in. Thus CSV will return Arrays or Rows of Strings in the
172
+ # Encoding of your data. This is accomplished by transcoding the parser itself
173
+ # into your Encoding.
174
+ #
175
+ # Some transcoding must take place, of course, to accomplish this multiencoding
176
+ # support. For example, <tt>:col_sep</tt>, <tt>:row_sep</tt>, and
177
+ # <tt>:quote_char</tt> must be transcoded to match your data. Hopefully this
178
+ # makes the entire process feel transparent, since CSV's defaults should just
179
+ # magically work for you data. However, you can set these values manually in
180
+ # the target Encoding to avoid the translation.
181
+ #
182
+ # It's also important to note that while all of CSV's core parser is now
183
+ # Encoding agnostic, some features are not. For example, the built-in
184
+ # converters will try to transcode data to UTF-8 before making conversions.
185
+ # Again, you can provide custom converters that are aware of your Encodings to
186
+ # avoid this translation. It's just too hard for me to support native
187
+ # conversions in all of Ruby's Encodings.
188
+ #
189
+ # Anyway, the practical side of this is simple: make sure IO and String objects
190
+ # passed into CSV have the proper Encoding set and everything should just work.
191
+ # CSV methods that allow you to open IO objects (CSV::foreach(), CSV::open(),
192
+ # CSV::read(), and CSV::readlines()) do allow you to specify the Encoding.
193
+ #
194
+ # One minor exception comes when generating CSV into a String with an Encoding
195
+ # that is not ASCII compatible. There's no existing data for CSV to use to
196
+ # prepare itself and thus you will probably need to manually specify the desired
197
+ # Encoding for most of those cases. It will try to guess using the fields in a
198
+ # row of output though, when using CSV::generate_line() or Array#to_csv().
199
+ #
200
+ # I try to point out any other Encoding issues in the documentation of methods
201
+ # as they come up.
202
+ #
203
+ # This has been tested to the best of my ability with all non-"dummy" Encodings
204
+ # Ruby ships with. However, it is brave new code and may have some bugs.
205
+ # Please feel free to {report}[mailto:james@grayproductions.net] any issues you
206
+ # find with it.
207
+ #
208
+ class CSV
209
+ # The version of the installed library.
210
+ VERSION = "2.4.8".freeze
211
+
212
+ #
213
+ # A CSV::Row is part Array and part Hash. It retains an order for the fields
214
+ # and allows duplicates just as an Array would, but also allows you to access
215
+ # fields by name just as you could if they were in a Hash.
216
+ #
217
+ # All rows returned by CSV will be constructed from this class, if header row
218
+ # processing is activated.
219
+ #
220
+ class Row
221
+ #
222
+ # Construct a new CSV::Row from +headers+ and +fields+, which are expected
223
+ # to be Arrays. If one Array is shorter than the other, it will be padded
224
+ # with +nil+ objects.
225
+ #
226
+ # The optional +header_row+ parameter can be set to +true+ to indicate, via
227
+ # CSV::Row.header_row?() and CSV::Row.field_row?(), that this is a header
228
+ # row. Otherwise, the row is assumes to be a field row.
229
+ #
230
+ # A CSV::Row object supports the following Array methods through delegation:
231
+ #
232
+ # * empty?()
233
+ # * length()
234
+ # * size()
235
+ #
236
+ def initialize(headers, fields, header_row = false)
237
+ @header_row = header_row
238
+ headers.each { |h| h.freeze if h.is_a? String }
239
+
240
+ # handle extra headers or fields
241
+ @row = if headers.size >= fields.size
242
+ headers.zip(fields)
243
+ else
244
+ fields.zip(headers).map { |pair| pair.reverse! }
245
+ end
246
+ end
247
+
248
+ # Internal data format used to compare equality.
249
+ attr_reader :row
250
+ protected :row
251
+
252
+ ### Array Delegation ###
253
+
254
+ extend Forwardable
255
+ def_delegators :@row, :empty?, :length, :size
256
+
257
+ # Returns +true+ if this is a header row.
258
+ def header_row?
259
+ @header_row
260
+ end
261
+
262
+ # Returns +true+ if this is a field row.
263
+ def field_row?
264
+ not header_row?
265
+ end
266
+
267
+ # Returns the headers of this row.
268
+ def headers
269
+ @row.map { |pair| pair.first }
270
+ end
271
+
272
+ #
273
+ # :call-seq:
274
+ # field( header )
275
+ # field( header, offset )
276
+ # field( index )
277
+ #
278
+ # This method will return the field value by +header+ or +index+. If a field
279
+ # is not found, +nil+ is returned.
280
+ #
281
+ # When provided, +offset+ ensures that a header match occurs on or later
282
+ # than the +offset+ index. You can use this to find duplicate headers,
283
+ # without resorting to hard-coding exact indices.
284
+ #
285
+ def field(header_or_index, minimum_index = 0)
286
+ # locate the pair
287
+ finder = header_or_index.is_a?(Integer) ? :[] : :assoc
288
+ pair = @row[minimum_index..-1].send(finder, header_or_index)
289
+
290
+ # return the field if we have a pair
291
+ pair.nil? ? nil : pair.last
292
+ end
293
+ alias_method :[], :field
294
+
295
+ #
296
+ # :call-seq:
297
+ # fetch( header )
298
+ # fetch( header ) { |row| ... }
299
+ # fetch( header, default )
300
+ #
301
+ # This method will fetch the field value by +header+. It has the same
302
+ # behavior as Hash#fetch: if there is a field with the given +header+, its
303
+ # value is returned. Otherwise, if a block is given, it is yielded the
304
+ # +header+ and its result is returned; if a +default+ is given as the
305
+ # second argument, it is returned; otherwise a KeyError is raised.
306
+ #
307
+ def fetch(header, *varargs)
308
+ raise ArgumentError, "Too many arguments" if varargs.length > 1
309
+ pair = @row.assoc(header)
310
+ if pair
311
+ pair.last
312
+ else
313
+ if block_given?
314
+ yield header
315
+ elsif varargs.empty?
316
+ raise KeyError, "key not found: #{header}"
317
+ else
318
+ varargs.first
319
+ end
320
+ end
321
+ end
322
+
323
+ # Returns +true+ if there is a field with the given +header+.
324
+ def has_key?(header)
325
+ !!@row.assoc(header)
326
+ end
327
+ alias_method :include?, :has_key?
328
+ alias_method :key?, :has_key?
329
+ alias_method :member?, :has_key?
330
+
331
+ #
332
+ # :call-seq:
333
+ # []=( header, value )
334
+ # []=( header, offset, value )
335
+ # []=( index, value )
336
+ #
337
+ # Looks up the field by the semantics described in CSV::Row.field() and
338
+ # assigns the +value+.
339
+ #
340
+ # Assigning past the end of the row with an index will set all pairs between
341
+ # to <tt>[nil, nil]</tt>. Assigning to an unused header appends the new
342
+ # pair.
343
+ #
344
+ def []=(*args)
345
+ value = args.pop
346
+
347
+ if args.first.is_a? Integer
348
+ if @row[args.first].nil? # extending past the end with index
349
+ @row[args.first] = [nil, value]
350
+ @row.map! { |pair| pair.nil? ? [nil, nil] : pair }
351
+ else # normal index assignment
352
+ @row[args.first][1] = value
353
+ end
354
+ else
355
+ index = index(*args)
356
+ if index.nil? # appending a field
357
+ self << [args.first, value]
358
+ else # normal header assignment
359
+ @row[index][1] = value
360
+ end
361
+ end
362
+ end
363
+
364
+ #
365
+ # :call-seq:
366
+ # <<( field )
367
+ # <<( header_and_field_array )
368
+ # <<( header_and_field_hash )
369
+ #
370
+ # If a two-element Array is provided, it is assumed to be a header and field
371
+ # and the pair is appended. A Hash works the same way with the key being
372
+ # the header and the value being the field. Anything else is assumed to be
373
+ # a lone field which is appended with a +nil+ header.
374
+ #
375
+ # This method returns the row for chaining.
376
+ #
377
+ def <<(arg)
378
+ if arg.is_a?(Array) and arg.size == 2 # appending a header and name
379
+ @row << arg
380
+ elsif arg.is_a?(Hash) # append header and name pairs
381
+ arg.each { |pair| @row << pair }
382
+ else # append field value
383
+ @row << [nil, arg]
384
+ end
385
+
386
+ self # for chaining
387
+ end
388
+
389
+ #
390
+ # A shortcut for appending multiple fields. Equivalent to:
391
+ #
392
+ # args.each { |arg| csv_row << arg }
393
+ #
394
+ # This method returns the row for chaining.
395
+ #
396
+ def push(*args)
397
+ args.each { |arg| self << arg }
398
+
399
+ self # for chaining
400
+ end
401
+
402
+ #
403
+ # :call-seq:
404
+ # delete( header )
405
+ # delete( header, offset )
406
+ # delete( index )
407
+ #
408
+ # Used to remove a pair from the row by +header+ or +index+. The pair is
409
+ # located as described in CSV::Row.field(). The deleted pair is returned,
410
+ # or +nil+ if a pair could not be found.
411
+ #
412
+ def delete(header_or_index, minimum_index = 0)
413
+ if header_or_index.is_a? Integer # by index
414
+ @row.delete_at(header_or_index)
415
+ elsif i = index(header_or_index, minimum_index) # by header
416
+ @row.delete_at(i)
417
+ else
418
+ [ ]
419
+ end
420
+ end
421
+
422
+ #
423
+ # The provided +block+ is passed a header and field for each pair in the row
424
+ # and expected to return +true+ or +false+, depending on whether the pair
425
+ # should be deleted.
426
+ #
427
+ # This method returns the row for chaining.
428
+ #
429
+ def delete_if(&block)
430
+ @row.delete_if(&block)
431
+
432
+ self # for chaining
433
+ end
434
+
435
+ #
436
+ # This method accepts any number of arguments which can be headers, indices,
437
+ # Ranges of either, or two-element Arrays containing a header and offset.
438
+ # Each argument will be replaced with a field lookup as described in
439
+ # CSV::Row.field().
440
+ #
441
+ # If called with no arguments, all fields are returned.
442
+ #
443
+ def fields(*headers_and_or_indices)
444
+ if headers_and_or_indices.empty? # return all fields--no arguments
445
+ @row.map { |pair| pair.last }
446
+ else # or work like values_at()
447
+ headers_and_or_indices.inject(Array.new) do |all, h_or_i|
448
+ all + if h_or_i.is_a? Range
449
+ index_begin = h_or_i.begin.is_a?(Integer) ? h_or_i.begin :
450
+ index(h_or_i.begin)
451
+ index_end = h_or_i.end.is_a?(Integer) ? h_or_i.end :
452
+ index(h_or_i.end)
453
+ new_range = h_or_i.exclude_end? ? (index_begin...index_end) :
454
+ (index_begin..index_end)
455
+ fields.values_at(new_range)
456
+ else
457
+ [field(*Array(h_or_i))]
458
+ end
459
+ end
460
+ end
461
+ end
462
+ alias_method :values_at, :fields
463
+
464
+ #
465
+ # :call-seq:
466
+ # index( header )
467
+ # index( header, offset )
468
+ #
469
+ # This method will return the index of a field with the provided +header+.
470
+ # The +offset+ can be used to locate duplicate header names, as described in
471
+ # CSV::Row.field().
472
+ #
473
+ def index(header, minimum_index = 0)
474
+ # find the pair
475
+ index = headers[minimum_index..-1].index(header)
476
+ # return the index at the right offset, if we found one
477
+ index.nil? ? nil : index + minimum_index
478
+ end
479
+
480
+ # Returns +true+ if +name+ is a header for this row, and +false+ otherwise.
481
+ def header?(name)
482
+ headers.include? name
483
+ end
484
+ alias_method :include?, :header?
485
+
486
+ #
487
+ # Returns +true+ if +data+ matches a field in this row, and +false+
488
+ # otherwise.
489
+ #
490
+ def field?(data)
491
+ fields.include? data
492
+ end
493
+
494
+ include Enumerable
495
+
496
+ #
497
+ # Yields each pair of the row as header and field tuples (much like
498
+ # iterating over a Hash).
499
+ #
500
+ # Support for Enumerable.
501
+ #
502
+ # This method returns the row for chaining.
503
+ #
504
+ def each(&block)
505
+ @row.each(&block)
506
+
507
+ self # for chaining
508
+ end
509
+
510
+ #
511
+ # Returns +true+ if this row contains the same headers and fields in the
512
+ # same order as +other+.
513
+ #
514
+ def ==(other)
515
+ return @row == other.row if other.is_a? CSV::Row
516
+ @row == other
517
+ end
518
+
519
+ #
520
+ # Collapses the row into a simple Hash. Be warning that this discards field
521
+ # order and clobbers duplicate fields.
522
+ #
523
+ def to_hash
524
+ # flatten just one level of the internal Array
525
+ Hash[*@row.inject(Array.new) { |ary, pair| ary.push(*pair) }]
526
+ end
527
+
528
+ #
529
+ # Returns the row as a CSV String. Headers are not used. Equivalent to:
530
+ #
531
+ # csv_row.fields.to_csv( options )
532
+ #
533
+ def to_csv(options = Hash.new)
534
+ fields.to_csv(options)
535
+ end
536
+ alias_method :to_s, :to_csv
537
+
538
+ # A summary of fields, by header, in an ASCII compatible String.
539
+ def inspect
540
+ str = ["#<", self.class.to_s]
541
+ each do |header, field|
542
+ str << " " << (header.is_a?(Symbol) ? header.to_s : header.inspect) <<
543
+ ":" << field.inspect
544
+ end
545
+ str << ">"
546
+ begin
547
+ str.join('')
548
+ rescue # any encoding error
549
+ str.map do |s|
550
+ e = Encoding::Converter.asciicompat_encoding(s.encoding)
551
+ e ? s.encode(e) : s.force_encoding("ASCII-8BIT")
552
+ end.join('')
553
+ end
554
+ end
555
+ end
556
+
557
+ #
558
+ # A CSV::Table is a two-dimensional data structure for representing CSV
559
+ # documents. Tables allow you to work with the data by row or column,
560
+ # manipulate the data, and even convert the results back to CSV, if needed.
561
+ #
562
+ # All tables returned by CSV will be constructed from this class, if header
563
+ # row processing is activated.
564
+ #
565
+ class Table
566
+ #
567
+ # Construct a new CSV::Table from +array_of_rows+, which are expected
568
+ # to be CSV::Row objects. All rows are assumed to have the same headers.
569
+ #
570
+ # A CSV::Table object supports the following Array methods through
571
+ # delegation:
572
+ #
573
+ # * empty?()
574
+ # * length()
575
+ # * size()
576
+ #
577
+ def initialize(array_of_rows)
578
+ @table = array_of_rows
579
+ @mode = :col_or_row
580
+ end
581
+
582
+ # The current access mode for indexing and iteration.
583
+ attr_reader :mode
584
+
585
+ # Internal data format used to compare equality.
586
+ attr_reader :table
587
+ protected :table
588
+
589
+ ### Array Delegation ###
590
+
591
+ extend Forwardable
592
+ def_delegators :@table, :empty?, :length, :size
593
+
594
+ #
595
+ # Returns a duplicate table object, in column mode. This is handy for
596
+ # chaining in a single call without changing the table mode, but be aware
597
+ # that this method can consume a fair amount of memory for bigger data sets.
598
+ #
599
+ # This method returns the duplicate table for chaining. Don't chain
600
+ # destructive methods (like []=()) this way though, since you are working
601
+ # with a duplicate.
602
+ #
603
+ def by_col
604
+ self.class.new(@table.dup).by_col!
605
+ end
606
+
607
+ #
608
+ # Switches the mode of this table to column mode. All calls to indexing and
609
+ # iteration methods will work with columns until the mode is changed again.
610
+ #
611
+ # This method returns the table and is safe to chain.
612
+ #
613
+ def by_col!
614
+ @mode = :col
615
+
616
+ self
617
+ end
618
+
619
+ #
620
+ # Returns a duplicate table object, in mixed mode. This is handy for
621
+ # chaining in a single call without changing the table mode, but be aware
622
+ # that this method can consume a fair amount of memory for bigger data sets.
623
+ #
624
+ # This method returns the duplicate table for chaining. Don't chain
625
+ # destructive methods (like []=()) this way though, since you are working
626
+ # with a duplicate.
627
+ #
628
+ def by_col_or_row
629
+ self.class.new(@table.dup).by_col_or_row!
630
+ end
631
+
632
+ #
633
+ # Switches the mode of this table to mixed mode. All calls to indexing and
634
+ # iteration methods will use the default intelligent indexing system until
635
+ # the mode is changed again. In mixed mode an index is assumed to be a row
636
+ # reference while anything else is assumed to be column access by headers.
637
+ #
638
+ # This method returns the table and is safe to chain.
639
+ #
640
+ def by_col_or_row!
641
+ @mode = :col_or_row
642
+
643
+ self
644
+ end
645
+
646
+ #
647
+ # Returns a duplicate table object, in row mode. This is handy for chaining
648
+ # in a single call without changing the table mode, but be aware that this
649
+ # method can consume a fair amount of memory for bigger data sets.
650
+ #
651
+ # This method returns the duplicate table for chaining. Don't chain
652
+ # destructive methods (like []=()) this way though, since you are working
653
+ # with a duplicate.
654
+ #
655
+ def by_row
656
+ self.class.new(@table.dup).by_row!
657
+ end
658
+
659
+ #
660
+ # Switches the mode of this table to row mode. All calls to indexing and
661
+ # iteration methods will work with rows until the mode is changed again.
662
+ #
663
+ # This method returns the table and is safe to chain.
664
+ #
665
+ def by_row!
666
+ @mode = :row
667
+
668
+ self
669
+ end
670
+
671
+ #
672
+ # Returns the headers for the first row of this table (assumed to match all
673
+ # other rows). An empty Array is returned for empty tables.
674
+ #
675
+ def headers
676
+ if @table.empty?
677
+ Array.new
678
+ else
679
+ @table.first.headers
680
+ end
681
+ end
682
+
683
+ #
684
+ # In the default mixed mode, this method returns rows for index access and
685
+ # columns for header access. You can force the index association by first
686
+ # calling by_col!() or by_row!().
687
+ #
688
+ # Columns are returned as an Array of values. Altering that Array has no
689
+ # effect on the table.
690
+ #
691
+ def [](index_or_header)
692
+ if @mode == :row or # by index
693
+ (@mode == :col_or_row and index_or_header.is_a? Integer)
694
+ @table[index_or_header]
695
+ else # by header
696
+ @table.map { |row| row[index_or_header] }
697
+ end
698
+ end
699
+
700
+ #
701
+ # In the default mixed mode, this method assigns rows for index access and
702
+ # columns for header access. You can force the index association by first
703
+ # calling by_col!() or by_row!().
704
+ #
705
+ # Rows may be set to an Array of values (which will inherit the table's
706
+ # headers()) or a CSV::Row.
707
+ #
708
+ # Columns may be set to a single value, which is copied to each row of the
709
+ # column, or an Array of values. Arrays of values are assigned to rows top
710
+ # to bottom in row major order. Excess values are ignored and if the Array
711
+ # does not have a value for each row the extra rows will receive a +nil+.
712
+ #
713
+ # Assigning to an existing column or row clobbers the data. Assigning to
714
+ # new columns creates them at the right end of the table.
715
+ #
716
+ def []=(index_or_header, value)
717
+ if @mode == :row or # by index
718
+ (@mode == :col_or_row and index_or_header.is_a? Integer)
719
+ if value.is_a? Array
720
+ @table[index_or_header] = Row.new(headers, value)
721
+ else
722
+ @table[index_or_header] = value
723
+ end
724
+ else # set column
725
+ if value.is_a? Array # multiple values
726
+ @table.each_with_index do |row, i|
727
+ if row.header_row?
728
+ row[index_or_header] = index_or_header
729
+ else
730
+ row[index_or_header] = value[i]
731
+ end
732
+ end
733
+ else # repeated value
734
+ @table.each do |row|
735
+ if row.header_row?
736
+ row[index_or_header] = index_or_header
737
+ else
738
+ row[index_or_header] = value
739
+ end
740
+ end
741
+ end
742
+ end
743
+ end
744
+
745
+ #
746
+ # The mixed mode default is to treat a list of indices as row access,
747
+ # returning the rows indicated. Anything else is considered columnar
748
+ # access. For columnar access, the return set has an Array for each row
749
+ # with the values indicated by the headers in each Array. You can force
750
+ # column or row mode using by_col!() or by_row!().
751
+ #
752
+ # You cannot mix column and row access.
753
+ #
754
+ def values_at(*indices_or_headers)
755
+ if @mode == :row or # by indices
756
+ ( @mode == :col_or_row and indices_or_headers.all? do |index|
757
+ index.is_a?(Integer) or
758
+ ( index.is_a?(Range) and
759
+ index.first.is_a?(Integer) and
760
+ index.last.is_a?(Integer) )
761
+ end )
762
+ @table.values_at(*indices_or_headers)
763
+ else # by headers
764
+ @table.map { |row| row.values_at(*indices_or_headers) }
765
+ end
766
+ end
767
+
768
+ #
769
+ # Adds a new row to the bottom end of this table. You can provide an Array,
770
+ # which will be converted to a CSV::Row (inheriting the table's headers()),
771
+ # or a CSV::Row.
772
+ #
773
+ # This method returns the table for chaining.
774
+ #
775
+ def <<(row_or_array)
776
+ if row_or_array.is_a? Array # append Array
777
+ @table << Row.new(headers, row_or_array)
778
+ else # append Row
779
+ @table << row_or_array
780
+ end
781
+
782
+ self # for chaining
783
+ end
784
+
785
+ #
786
+ # A shortcut for appending multiple rows. Equivalent to:
787
+ #
788
+ # rows.each { |row| self << row }
789
+ #
790
+ # This method returns the table for chaining.
791
+ #
792
+ def push(*rows)
793
+ rows.each { |row| self << row }
794
+
795
+ self # for chaining
796
+ end
797
+
798
+ #
799
+ # Removes and returns the indicated column or row. In the default mixed
800
+ # mode indices refer to rows and everything else is assumed to be a column
801
+ # header. Use by_col!() or by_row!() to force the lookup.
802
+ #
803
+ def delete(index_or_header)
804
+ if @mode == :row or # by index
805
+ (@mode == :col_or_row and index_or_header.is_a? Integer)
806
+ @table.delete_at(index_or_header)
807
+ else # by header
808
+ @table.map { |row| row.delete(index_or_header).last }
809
+ end
810
+ end
811
+
812
+ #
813
+ # Removes any column or row for which the block returns +true+. In the
814
+ # default mixed mode or row mode, iteration is the standard row major
815
+ # walking of rows. In column mode, iteration will +yield+ two element
816
+ # tuples containing the column name and an Array of values for that column.
817
+ #
818
+ # This method returns the table for chaining.
819
+ #
820
+ def delete_if(&block)
821
+ if @mode == :row or @mode == :col_or_row # by index
822
+ @table.delete_if(&block)
823
+ else # by header
824
+ to_delete = Array.new
825
+ headers.each_with_index do |header, i|
826
+ to_delete << header if block[[header, self[header]]]
827
+ end
828
+ to_delete.map { |header| delete(header) }
829
+ end
830
+
831
+ self # for chaining
832
+ end
833
+
834
+ include Enumerable
835
+
836
+ #
837
+ # In the default mixed mode or row mode, iteration is the standard row major
838
+ # walking of rows. In column mode, iteration will +yield+ two element
839
+ # tuples containing the column name and an Array of values for that column.
840
+ #
841
+ # This method returns the table for chaining.
842
+ #
843
+ def each(&block)
844
+ if @mode == :col
845
+ headers.each { |header| block[[header, self[header]]] }
846
+ else
847
+ @table.each(&block)
848
+ end
849
+
850
+ self # for chaining
851
+ end
852
+
853
+ # Returns +true+ if all rows of this table ==() +other+'s rows.
854
+ def ==(other)
855
+ @table == other.table
856
+ end
857
+
858
+ #
859
+ # Returns the table as an Array of Arrays. Headers will be the first row,
860
+ # then all of the field rows will follow.
861
+ #
862
+ def to_a
863
+ @table.inject([headers]) do |array, row|
864
+ if row.header_row?
865
+ array
866
+ else
867
+ array + [row.fields]
868
+ end
869
+ end
870
+ end
871
+
872
+ #
873
+ # Returns the table as a complete CSV String. Headers will be listed first,
874
+ # then all of the field rows.
875
+ #
876
+ # This method assumes you want the Table.headers(), unless you explicitly
877
+ # pass <tt>:write_headers => false</tt>.
878
+ #
879
+ def to_csv(options = Hash.new)
880
+ wh = options.fetch(:write_headers, true)
881
+ @table.inject(wh ? [headers.to_csv(options)] : [ ]) do |rows, row|
882
+ if row.header_row?
883
+ rows
884
+ else
885
+ rows + [row.fields.to_csv(options)]
886
+ end
887
+ end.join('')
888
+ end
889
+ alias_method :to_s, :to_csv
890
+
891
+ # Shows the mode and size of this table in a US-ASCII String.
892
+ def inspect
893
+ "#<#{self.class} mode:#{@mode} row_count:#{to_a.size}>".encode("US-ASCII")
894
+ end
895
+ end
896
+
897
+ # The error thrown when the parser encounters illegal CSV formatting.
898
+ class MalformedCSVError < RuntimeError; end
899
+
900
+ #
901
+ # A FieldInfo Struct contains details about a field's position in the data
902
+ # source it was read from. CSV will pass this Struct to some blocks that make
903
+ # decisions based on field structure. See CSV.convert_fields() for an
904
+ # example.
905
+ #
906
+ # <b><tt>index</tt></b>:: The zero-based index of the field in its row.
907
+ # <b><tt>line</tt></b>:: The line of the data source this row is from.
908
+ # <b><tt>header</tt></b>:: The header for the column, when available.
909
+ #
910
+ FieldInfo = Struct.new(:index, :line, :header)
911
+
912
+ # A Regexp used to find and convert some common Date formats.
913
+ DateMatcher = / \A(?: (\w+,?\s+)?\w+\s+\d{1,2},?\s+\d{2,4} |
914
+ \d{4}-\d{2}-\d{2} )\z /x
915
+ # A Regexp used to find and convert some common DateTime formats.
916
+ DateTimeMatcher =
917
+ / \A(?: (\w+,?\s+)?\w+\s+\d{1,2}\s+\d{1,2}:\d{1,2}:\d{1,2},?\s+\d{2,4} |
918
+ \d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2} )\z /x
919
+
920
+ # The encoding used by all converters.
921
+ ConverterEncoding = Encoding.find("UTF-8")
922
+
923
+ #
924
+ # This Hash holds the built-in converters of CSV that can be accessed by name.
925
+ # You can select Converters with CSV.convert() or through the +options+ Hash
926
+ # passed to CSV::new().
927
+ #
928
+ # <b><tt>:integer</tt></b>:: Converts any field Integer() accepts.
929
+ # <b><tt>:float</tt></b>:: Converts any field Float() accepts.
930
+ # <b><tt>:numeric</tt></b>:: A combination of <tt>:integer</tt>
931
+ # and <tt>:float</tt>.
932
+ # <b><tt>:date</tt></b>:: Converts any field Date::parse() accepts.
933
+ # <b><tt>:date_time</tt></b>:: Converts any field DateTime::parse() accepts.
934
+ # <b><tt>:all</tt></b>:: All built-in converters. A combination of
935
+ # <tt>:date_time</tt> and <tt>:numeric</tt>.
936
+ #
937
+ # All built-in converters transcode field data to UTF-8 before attempting a
938
+ # conversion. If your data cannot be transcoded to UTF-8 the conversion will
939
+ # fail and the field will remain unchanged.
940
+ #
941
+ # This Hash is intentionally left unfrozen and users should feel free to add
942
+ # values to it that can be accessed by all CSV objects.
943
+ #
944
+ # To add a combo field, the value should be an Array of names. Combo fields
945
+ # can be nested with other combo fields.
946
+ #
947
+ Converters = { integer: lambda { |f|
948
+ Integer(f.encode(ConverterEncoding)) rescue f
949
+ },
950
+ float: lambda { |f|
951
+ Float(f.encode(ConverterEncoding)) rescue f
952
+ },
953
+ numeric: [:integer, :float],
954
+ date: lambda { |f|
955
+ begin
956
+ e = f.encode(ConverterEncoding)
957
+ e =~ DateMatcher ? Date.parse(e) : f
958
+ rescue # encoding conversion or date parse errors
959
+ f
960
+ end
961
+ },
962
+ date_time: lambda { |f|
963
+ begin
964
+ e = f.encode(ConverterEncoding)
965
+ e =~ DateTimeMatcher ? DateTime.parse(e) : f
966
+ rescue # encoding conversion or date parse errors
967
+ f
968
+ end
969
+ },
970
+ all: [:date_time, :numeric] }
971
+
972
+ #
973
+ # This Hash holds the built-in header converters of CSV that can be accessed
974
+ # by name. You can select HeaderConverters with CSV.header_convert() or
975
+ # through the +options+ Hash passed to CSV::new().
976
+ #
977
+ # <b><tt>:downcase</tt></b>:: Calls downcase() on the header String.
978
+ # <b><tt>:symbol</tt></b>:: The header String is downcased, spaces are
979
+ # replaced with underscores, non-word characters
980
+ # are dropped, and finally to_sym() is called.
981
+ #
982
+ # All built-in header converters transcode header data to UTF-8 before
983
+ # attempting a conversion. If your data cannot be transcoded to UTF-8 the
984
+ # conversion will fail and the header will remain unchanged.
985
+ #
986
+ # This Hash is intentionally left unfrozen and users should feel free to add
987
+ # values to it that can be accessed by all CSV objects.
988
+ #
989
+ # To add a combo field, the value should be an Array of names. Combo fields
990
+ # can be nested with other combo fields.
991
+ #
992
+ HeaderConverters = {
993
+ downcase: lambda { |h| h.encode(ConverterEncoding).downcase },
994
+ symbol: lambda { |h|
995
+ h.encode(ConverterEncoding).downcase.strip.gsub(/\s+/, "_").
996
+ gsub(/\W+/, "").to_sym
997
+ }
998
+ }
999
+
1000
+ #
1001
+ # The options used when no overrides are given by calling code. They are:
1002
+ #
1003
+ # <b><tt>:col_sep</tt></b>:: <tt>","</tt>
1004
+ # <b><tt>:row_sep</tt></b>:: <tt>:auto</tt>
1005
+ # <b><tt>:quote_char</tt></b>:: <tt>'"'</tt>
1006
+ # <b><tt>:field_size_limit</tt></b>:: +nil+
1007
+ # <b><tt>:converters</tt></b>:: +nil+
1008
+ # <b><tt>:unconverted_fields</tt></b>:: +nil+
1009
+ # <b><tt>:headers</tt></b>:: +false+
1010
+ # <b><tt>:return_headers</tt></b>:: +false+
1011
+ # <b><tt>:header_converters</tt></b>:: +nil+
1012
+ # <b><tt>:skip_blanks</tt></b>:: +false+
1013
+ # <b><tt>:force_quotes</tt></b>:: +false+
1014
+ # <b><tt>:skip_lines</tt></b>:: +nil+
1015
+ #
1016
+ DEFAULT_OPTIONS = { col_sep: ",",
1017
+ row_sep: :auto,
1018
+ quote_char: '"',
1019
+ field_size_limit: nil,
1020
+ converters: nil,
1021
+ unconverted_fields: nil,
1022
+ headers: false,
1023
+ return_headers: false,
1024
+ header_converters: nil,
1025
+ skip_blanks: false,
1026
+ force_quotes: false,
1027
+ skip_lines: nil }.freeze
1028
+
1029
+ #
1030
+ # This method will return a CSV instance, just like CSV::new(), but the
1031
+ # instance will be cached and returned for all future calls to this method for
1032
+ # the same +data+ object (tested by Object#object_id()) with the same
1033
+ # +options+.
1034
+ #
1035
+ # If a block is given, the instance is passed to the block and the return
1036
+ # value becomes the return value of the block.
1037
+ #
1038
+ def self.instance(data = $stdout, options = Hash.new)
1039
+ # create a _signature_ for this method call, data object and options
1040
+ sig = [data.object_id] +
1041
+ options.values_at(*DEFAULT_OPTIONS.keys.sort_by { |sym| sym.to_s })
1042
+
1043
+ # fetch or create the instance for this signature
1044
+ @@instances ||= Hash.new
1045
+ instance = (@@instances[sig] ||= new(data, options))
1046
+
1047
+ if block_given?
1048
+ yield instance # run block, if given, returning result
1049
+ else
1050
+ instance # or return the instance
1051
+ end
1052
+ end
1053
+
1054
+ #
1055
+ # :call-seq:
1056
+ # filter( options = Hash.new ) { |row| ... }
1057
+ # filter( input, options = Hash.new ) { |row| ... }
1058
+ # filter( input, output, options = Hash.new ) { |row| ... }
1059
+ #
1060
+ # This method is a convenience for building Unix-like filters for CSV data.
1061
+ # Each row is yielded to the provided block which can alter it as needed.
1062
+ # After the block returns, the row is appended to +output+ altered or not.
1063
+ #
1064
+ # The +input+ and +output+ arguments can be anything CSV::new() accepts
1065
+ # (generally String or IO objects). If not given, they default to
1066
+ # <tt>ARGF</tt> and <tt>$stdout</tt>.
1067
+ #
1068
+ # The +options+ parameter is also filtered down to CSV::new() after some
1069
+ # clever key parsing. Any key beginning with <tt>:in_</tt> or
1070
+ # <tt>:input_</tt> will have that leading identifier stripped and will only
1071
+ # be used in the +options+ Hash for the +input+ object. Keys starting with
1072
+ # <tt>:out_</tt> or <tt>:output_</tt> affect only +output+. All other keys
1073
+ # are assigned to both objects.
1074
+ #
1075
+ # The <tt>:output_row_sep</tt> +option+ defaults to
1076
+ # <tt>$INPUT_RECORD_SEPARATOR</tt> (<tt>$/</tt>).
1077
+ #
1078
+ def self.filter(*args)
1079
+ # parse options for input, output, or both
1080
+ in_options, out_options = Hash.new, {row_sep: $INPUT_RECORD_SEPARATOR}
1081
+ if args.last.is_a? Hash
1082
+ args.pop.each do |key, value|
1083
+ case key.to_s
1084
+ when /\Ain(?:put)?_(.+)\Z/
1085
+ in_options[$1.to_sym] = value
1086
+ when /\Aout(?:put)?_(.+)\Z/
1087
+ out_options[$1.to_sym] = value
1088
+ else
1089
+ in_options[key] = value
1090
+ out_options[key] = value
1091
+ end
1092
+ end
1093
+ end
1094
+ # build input and output wrappers
1095
+ input = new(args.shift || ARGF, in_options)
1096
+ output = new(args.shift || $stdout, out_options)
1097
+
1098
+ # read, yield, write
1099
+ input.each do |row|
1100
+ yield row
1101
+ output << row
1102
+ end
1103
+ end
1104
+
1105
+ #
1106
+ # This method is intended as the primary interface for reading CSV files. You
1107
+ # pass a +path+ and any +options+ you wish to set for the read. Each row of
1108
+ # file will be passed to the provided +block+ in turn.
1109
+ #
1110
+ # The +options+ parameter can be anything CSV::new() understands. This method
1111
+ # also understands an additional <tt>:encoding</tt> parameter that you can use
1112
+ # to specify the Encoding of the data in the file to be read. You must provide
1113
+ # this unless your data is in Encoding::default_external(). CSV will use this
1114
+ # to determine how to parse the data. You may provide a second Encoding to
1115
+ # have the data transcoded as it is read. For example,
1116
+ # <tt>encoding: "UTF-32BE:UTF-8"</tt> would read UTF-32BE data from the file
1117
+ # but transcode it to UTF-8 before CSV parses it.
1118
+ #
1119
+ def self.foreach(path, options = Hash.new, &block)
1120
+ return to_enum(__method__, path, options) unless block
1121
+ open(path, options) do |csv|
1122
+ csv.each(&block)
1123
+ end
1124
+ end
1125
+
1126
+ #
1127
+ # :call-seq:
1128
+ # generate( str, options = Hash.new ) { |csv| ... }
1129
+ # generate( options = Hash.new ) { |csv| ... }
1130
+ #
1131
+ # This method wraps a String you provide, or an empty default String, in a
1132
+ # CSV object which is passed to the provided block. You can use the block to
1133
+ # append CSV rows to the String and when the block exits, the final String
1134
+ # will be returned.
1135
+ #
1136
+ # Note that a passed String *is* modified by this method. Call dup() before
1137
+ # passing if you need a new String.
1138
+ #
1139
+ # The +options+ parameter can be anything CSV::new() understands. This method
1140
+ # understands an additional <tt>:encoding</tt> parameter when not passed a
1141
+ # String to set the base Encoding for the output. CSV needs this hint if you
1142
+ # plan to output non-ASCII compatible data.
1143
+ #
1144
+ def self.generate(*args)
1145
+ # add a default empty String, if none was given
1146
+ if args.first.is_a? String
1147
+ io = StringIO.new(args.shift)
1148
+ io.seek(0, IO::SEEK_END)
1149
+ args.unshift(io)
1150
+ else
1151
+ encoding = args[-1][:encoding] if args.last.is_a?(Hash)
1152
+ str = ""
1153
+ str.force_encoding(encoding) if encoding
1154
+ args.unshift(str)
1155
+ end
1156
+ csv = new(*args) # wrap
1157
+ yield csv # yield for appending
1158
+ csv.string # return final String
1159
+ end
1160
+
1161
+ #
1162
+ # This method is a shortcut for converting a single row (Array) into a CSV
1163
+ # String.
1164
+ #
1165
+ # The +options+ parameter can be anything CSV::new() understands. This method
1166
+ # understands an additional <tt>:encoding</tt> parameter to set the base
1167
+ # Encoding for the output. This method will try to guess your Encoding from
1168
+ # the first non-+nil+ field in +row+, if possible, but you may need to use
1169
+ # this parameter as a backup plan.
1170
+ #
1171
+ # The <tt>:row_sep</tt> +option+ defaults to <tt>$INPUT_RECORD_SEPARATOR</tt>
1172
+ # (<tt>$/</tt>) when calling this method.
1173
+ #
1174
+ def self.generate_line(row, options = Hash.new)
1175
+ options = {row_sep: $INPUT_RECORD_SEPARATOR}.merge(options)
1176
+ encoding = options.delete(:encoding)
1177
+ str = ""
1178
+ if encoding
1179
+ str.force_encoding(encoding)
1180
+ elsif field = row.find { |f| not f.nil? }
1181
+ str.force_encoding(String(field).encoding)
1182
+ end
1183
+ (new(str, options) << row).string
1184
+ end
1185
+
1186
+ #
1187
+ # :call-seq:
1188
+ # open( filename, mode = "rb", options = Hash.new ) { |faster_csv| ... }
1189
+ # open( filename, options = Hash.new ) { |faster_csv| ... }
1190
+ # open( filename, mode = "rb", options = Hash.new )
1191
+ # open( filename, options = Hash.new )
1192
+ #
1193
+ # This method opens an IO object, and wraps that with CSV. This is intended
1194
+ # as the primary interface for writing a CSV file.
1195
+ #
1196
+ # You must pass a +filename+ and may optionally add a +mode+ for Ruby's
1197
+ # open(). You may also pass an optional Hash containing any +options+
1198
+ # CSV::new() understands as the final argument.
1199
+ #
1200
+ # This method works like Ruby's open() call, in that it will pass a CSV object
1201
+ # to a provided block and close it when the block terminates, or it will
1202
+ # return the CSV object when no block is provided. (*Note*: This is different
1203
+ # from the Ruby 1.8 CSV library which passed rows to the block. Use
1204
+ # CSV::foreach() for that behavior.)
1205
+ #
1206
+ # You must provide a +mode+ with an embedded Encoding designator unless your
1207
+ # data is in Encoding::default_external(). CSV will check the Encoding of the
1208
+ # underlying IO object (set by the +mode+ you pass) to determine how to parse
1209
+ # the data. You may provide a second Encoding to have the data transcoded as
1210
+ # it is read just as you can with a normal call to IO::open(). For example,
1211
+ # <tt>"rb:UTF-32BE:UTF-8"</tt> would read UTF-32BE data from the file but
1212
+ # transcode it to UTF-8 before CSV parses it.
1213
+ #
1214
+ # An opened CSV object will delegate to many IO methods for convenience. You
1215
+ # may call:
1216
+ #
1217
+ # * binmode()
1218
+ # * binmode?()
1219
+ # * close()
1220
+ # * close_read()
1221
+ # * close_write()
1222
+ # * closed?()
1223
+ # * eof()
1224
+ # * eof?()
1225
+ # * external_encoding()
1226
+ # * fcntl()
1227
+ # * fileno()
1228
+ # * flock()
1229
+ # * flush()
1230
+ # * fsync()
1231
+ # * internal_encoding()
1232
+ # * ioctl()
1233
+ # * isatty()
1234
+ # * path()
1235
+ # * pid()
1236
+ # * pos()
1237
+ # * pos=()
1238
+ # * reopen()
1239
+ # * seek()
1240
+ # * stat()
1241
+ # * sync()
1242
+ # * sync=()
1243
+ # * tell()
1244
+ # * to_i()
1245
+ # * to_io()
1246
+ # * truncate()
1247
+ # * tty?()
1248
+ #
1249
+ def self.open(*args)
1250
+ # find the +options+ Hash
1251
+ options = if args.last.is_a? Hash then args.pop else Hash.new end
1252
+ # wrap a File opened with the remaining +args+ with no newline
1253
+ # decorator
1254
+ file_opts = {universal_newline: false}.merge(options)
1255
+ begin
1256
+ f = File.open(*args, file_opts)
1257
+ rescue ArgumentError => e
1258
+ raise unless /needs binmode/ =~ e.message and args.size == 1
1259
+ args << "rb"
1260
+ file_opts = {encoding: Encoding.default_external}.merge(file_opts)
1261
+ retry
1262
+ end
1263
+ begin
1264
+ csv = new(f, options)
1265
+ rescue Exception
1266
+ f.close
1267
+ raise
1268
+ end
1269
+
1270
+ # handle blocks like Ruby's open(), not like the CSV library
1271
+ if block_given?
1272
+ begin
1273
+ yield csv
1274
+ ensure
1275
+ csv.close
1276
+ end
1277
+ else
1278
+ csv
1279
+ end
1280
+ end
1281
+
1282
+ #
1283
+ # :call-seq:
1284
+ # parse( str, options = Hash.new ) { |row| ... }
1285
+ # parse( str, options = Hash.new )
1286
+ #
1287
+ # This method can be used to easily parse CSV out of a String. You may either
1288
+ # provide a +block+ which will be called with each row of the String in turn,
1289
+ # or just use the returned Array of Arrays (when no +block+ is given).
1290
+ #
1291
+ # You pass your +str+ to read from, and an optional +options+ Hash containing
1292
+ # anything CSV::new() understands.
1293
+ #
1294
+ def self.parse(*args, &block)
1295
+ csv = new(*args)
1296
+ if block.nil? # slurp contents, if no block is given
1297
+ begin
1298
+ csv.read
1299
+ ensure
1300
+ csv.close
1301
+ end
1302
+ else # or pass each row to a provided block
1303
+ csv.each(&block)
1304
+ end
1305
+ end
1306
+
1307
+ #
1308
+ # This method is a shortcut for converting a single line of a CSV String into
1309
+ # an Array. Note that if +line+ contains multiple rows, anything beyond the
1310
+ # first row is ignored.
1311
+ #
1312
+ # The +options+ parameter can be anything CSV::new() understands.
1313
+ #
1314
+ def self.parse_line(line, options = Hash.new)
1315
+ new(line, options).shift
1316
+ end
1317
+
1318
+ #
1319
+ # Use to slurp a CSV file into an Array of Arrays. Pass the +path+ to the
1320
+ # file and any +options+ CSV::new() understands. This method also understands
1321
+ # an additional <tt>:encoding</tt> parameter that you can use to specify the
1322
+ # Encoding of the data in the file to be read. You must provide this unless
1323
+ # your data is in Encoding::default_external(). CSV will use this to determine
1324
+ # how to parse the data. You may provide a second Encoding to have the data
1325
+ # transcoded as it is read. For example,
1326
+ # <tt>encoding: "UTF-32BE:UTF-8"</tt> would read UTF-32BE data from the file
1327
+ # but transcode it to UTF-8 before CSV parses it.
1328
+ #
1329
+ def self.read(path, *options)
1330
+ open(path, *options) { |csv| csv.read }
1331
+ end
1332
+
1333
+ # Alias for CSV::read().
1334
+ def self.readlines(*args)
1335
+ read(*args)
1336
+ end
1337
+
1338
+ #
1339
+ # A shortcut for:
1340
+ #
1341
+ # CSV.read( path, { headers: true,
1342
+ # converters: :numeric,
1343
+ # header_converters: :symbol }.merge(options) )
1344
+ #
1345
+ def self.table(path, options = Hash.new)
1346
+ read( path, { headers: true,
1347
+ converters: :numeric,
1348
+ header_converters: :symbol }.merge(options) )
1349
+ end
1350
+
1351
+ #
1352
+ # This constructor will wrap either a String or IO object passed in +data+ for
1353
+ # reading and/or writing. In addition to the CSV instance methods, several IO
1354
+ # methods are delegated. (See CSV::open() for a complete list.) If you pass
1355
+ # a String for +data+, you can later retrieve it (after writing to it, for
1356
+ # example) with CSV.string().
1357
+ #
1358
+ # Note that a wrapped String will be positioned at at the beginning (for
1359
+ # reading). If you want it at the end (for writing), use CSV::generate().
1360
+ # If you want any other positioning, pass a preset StringIO object instead.
1361
+ #
1362
+ # You may set any reading and/or writing preferences in the +options+ Hash.
1363
+ # Available options are:
1364
+ #
1365
+ # <b><tt>:col_sep</tt></b>:: The String placed between each field.
1366
+ # This String will be transcoded into
1367
+ # the data's Encoding before parsing.
1368
+ # <b><tt>:row_sep</tt></b>:: The String appended to the end of each
1369
+ # row. This can be set to the special
1370
+ # <tt>:auto</tt> setting, which requests
1371
+ # that CSV automatically discover this
1372
+ # from the data. Auto-discovery reads
1373
+ # ahead in the data looking for the next
1374
+ # <tt>"\r\n"</tt>, <tt>"\n"</tt>, or
1375
+ # <tt>"\r"</tt> sequence. A sequence
1376
+ # will be selected even if it occurs in
1377
+ # a quoted field, assuming that you
1378
+ # would have the same line endings
1379
+ # there. If none of those sequences is
1380
+ # found, +data+ is <tt>ARGF</tt>,
1381
+ # <tt>STDIN</tt>, <tt>STDOUT</tt>, or
1382
+ # <tt>STDERR</tt>, or the stream is only
1383
+ # available for output, the default
1384
+ # <tt>$INPUT_RECORD_SEPARATOR</tt>
1385
+ # (<tt>$/</tt>) is used. Obviously,
1386
+ # discovery takes a little time. Set
1387
+ # manually if speed is important. Also
1388
+ # note that IO objects should be opened
1389
+ # in binary mode on Windows if this
1390
+ # feature will be used as the
1391
+ # line-ending translation can cause
1392
+ # problems with resetting the document
1393
+ # position to where it was before the
1394
+ # read ahead. This String will be
1395
+ # transcoded into the data's Encoding
1396
+ # before parsing.
1397
+ # <b><tt>:quote_char</tt></b>:: The character used to quote fields.
1398
+ # This has to be a single character
1399
+ # String. This is useful for
1400
+ # application that incorrectly use
1401
+ # <tt>'</tt> as the quote character
1402
+ # instead of the correct <tt>"</tt>.
1403
+ # CSV will always consider a double
1404
+ # sequence of this character to be an
1405
+ # escaped quote. This String will be
1406
+ # transcoded into the data's Encoding
1407
+ # before parsing.
1408
+ # <b><tt>:field_size_limit</tt></b>:: This is a maximum size CSV will read
1409
+ # ahead looking for the closing quote
1410
+ # for a field. (In truth, it reads to
1411
+ # the first line ending beyond this
1412
+ # size.) If a quote cannot be found
1413
+ # within the limit CSV will raise a
1414
+ # MalformedCSVError, assuming the data
1415
+ # is faulty. You can use this limit to
1416
+ # prevent what are effectively DoS
1417
+ # attacks on the parser. However, this
1418
+ # limit can cause a legitimate parse to
1419
+ # fail and thus is set to +nil+, or off,
1420
+ # by default.
1421
+ # <b><tt>:converters</tt></b>:: An Array of names from the Converters
1422
+ # Hash and/or lambdas that handle custom
1423
+ # conversion. A single converter
1424
+ # doesn't have to be in an Array. All
1425
+ # built-in converters try to transcode
1426
+ # fields to UTF-8 before converting.
1427
+ # The conversion will fail if the data
1428
+ # cannot be transcoded, leaving the
1429
+ # field unchanged.
1430
+ # <b><tt>:unconverted_fields</tt></b>:: If set to +true+, an
1431
+ # unconverted_fields() method will be
1432
+ # added to all returned rows (Array or
1433
+ # CSV::Row) that will return the fields
1434
+ # as they were before conversion. Note
1435
+ # that <tt>:headers</tt> supplied by
1436
+ # Array or String were not fields of the
1437
+ # document and thus will have an empty
1438
+ # Array attached.
1439
+ # <b><tt>:headers</tt></b>:: If set to <tt>:first_row</tt> or
1440
+ # +true+, the initial row of the CSV
1441
+ # file will be treated as a row of
1442
+ # headers. If set to an Array, the
1443
+ # contents will be used as the headers.
1444
+ # If set to a String, the String is run
1445
+ # through a call of CSV::parse_line()
1446
+ # with the same <tt>:col_sep</tt>,
1447
+ # <tt>:row_sep</tt>, and
1448
+ # <tt>:quote_char</tt> as this instance
1449
+ # to produce an Array of headers. This
1450
+ # setting causes CSV#shift() to return
1451
+ # rows as CSV::Row objects instead of
1452
+ # Arrays and CSV#read() to return
1453
+ # CSV::Table objects instead of an Array
1454
+ # of Arrays.
1455
+ # <b><tt>:return_headers</tt></b>:: When +false+, header rows are silently
1456
+ # swallowed. If set to +true+, header
1457
+ # rows are returned in a CSV::Row object
1458
+ # with identical headers and
1459
+ # fields (save that the fields do not go
1460
+ # through the converters).
1461
+ # <b><tt>:write_headers</tt></b>:: When +true+ and <tt>:headers</tt> is
1462
+ # set, a header row will be added to the
1463
+ # output.
1464
+ # <b><tt>:header_converters</tt></b>:: Identical in functionality to
1465
+ # <tt>:converters</tt> save that the
1466
+ # conversions are only made to header
1467
+ # rows. All built-in converters try to
1468
+ # transcode headers to UTF-8 before
1469
+ # converting. The conversion will fail
1470
+ # if the data cannot be transcoded,
1471
+ # leaving the header unchanged.
1472
+ # <b><tt>:skip_blanks</tt></b>:: When set to a +true+ value, CSV will
1473
+ # skip over any empty rows. Note that
1474
+ # this setting will not skip rows that
1475
+ # contain column separators, even if
1476
+ # the rows contain no actual data. If
1477
+ # you want to skip rows that contain
1478
+ # separators but no content, consider
1479
+ # using <tt>:skip_lines</tt>, or
1480
+ # inspecting fields.compact.empty? on
1481
+ # each row.
1482
+ # <b><tt>:force_quotes</tt></b>:: When set to a +true+ value, CSV will
1483
+ # quote all CSV fields it creates.
1484
+ # <b><tt>:skip_lines</tt></b>:: When set to an object responding to
1485
+ # <tt>match</tt>, every line matching
1486
+ # it is considered a comment and ignored
1487
+ # during parsing. When set to a String,
1488
+ # it is first converted to a Regexp.
1489
+ # When set to +nil+ no line is considered
1490
+ # a comment. If the passed object does
1491
+ # not respond to <tt>match</tt>,
1492
+ # <tt>ArgumentError</tt> is thrown.
1493
+ #
1494
+ # See CSV::DEFAULT_OPTIONS for the default settings.
1495
+ #
1496
+ # Options cannot be overridden in the instance methods for performance reasons,
1497
+ # so be sure to set what you want here.
1498
+ #
1499
+ def initialize(data, options = Hash.new)
1500
+ if data.nil?
1501
+ raise ArgumentError.new("Cannot parse nil as CSV")
1502
+ end
1503
+
1504
+ # build the options for this read/write
1505
+ options = DEFAULT_OPTIONS.merge(options)
1506
+
1507
+ # create the IO object we will read from
1508
+ @io = data.is_a?(String) ? StringIO.new(data) : data
1509
+ # honor the IO encoding if we can, otherwise default to ASCII-8BIT
1510
+ @encoding = raw_encoding(nil) ||
1511
+ ( if encoding = options.delete(:internal_encoding)
1512
+ case encoding
1513
+ when Encoding; encoding
1514
+ else Encoding.find(encoding)
1515
+ end
1516
+ end ) ||
1517
+ ( case encoding = options.delete(:encoding)
1518
+ when Encoding; encoding
1519
+ when /\A[^:]+/; Encoding.find($&)
1520
+ end ) ||
1521
+ Encoding.default_internal || Encoding.default_external
1522
+ #
1523
+ # prepare for building safe regular expressions in the target encoding,
1524
+ # if we can transcode the needed characters
1525
+ #
1526
+ @re_esc = "\\".encode(@encoding) rescue ""
1527
+ @re_chars = /#{%"[-\\]\\[\\.^$?*+{}()|# \r\n\t\f\v]".encode(@encoding)}/
1528
+
1529
+ init_separators(options)
1530
+ init_parsers(options)
1531
+ init_converters(options)
1532
+ init_headers(options)
1533
+ init_comments(options)
1534
+
1535
+ @force_encoding = !!(encoding || options.delete(:encoding))
1536
+ options.delete(:internal_encoding)
1537
+ options.delete(:external_encoding)
1538
+ unless options.empty?
1539
+ raise ArgumentError, "Unknown options: #{options.keys.join(', ')}."
1540
+ end
1541
+
1542
+ # track our own lineno since IO gets confused about line-ends is CSV fields
1543
+ @lineno = 0
1544
+ end
1545
+
1546
+ #
1547
+ # The encoded <tt>:col_sep</tt> used in parsing and writing. See CSV::new
1548
+ # for details.
1549
+ #
1550
+ attr_reader :col_sep
1551
+ #
1552
+ # The encoded <tt>:row_sep</tt> used in parsing and writing. See CSV::new
1553
+ # for details.
1554
+ #
1555
+ attr_reader :row_sep
1556
+ #
1557
+ # The encoded <tt>:quote_char</tt> used in parsing and writing. See CSV::new
1558
+ # for details.
1559
+ #
1560
+ attr_reader :quote_char
1561
+ # The limit for field size, if any. See CSV::new for details.
1562
+ attr_reader :field_size_limit
1563
+
1564
+ # The regex marking a line as a comment. See CSV::new for details
1565
+ attr_reader :skip_lines
1566
+
1567
+ #
1568
+ # Returns the current list of converters in effect. See CSV::new for details.
1569
+ # Built-in converters will be returned by name, while others will be returned
1570
+ # as is.
1571
+ #
1572
+ def converters
1573
+ @converters.map do |converter|
1574
+ name = Converters.rassoc(converter)
1575
+ name ? name.first : converter
1576
+ end
1577
+ end
1578
+ #
1579
+ # Returns +true+ if unconverted_fields() to parsed results. See CSV::new
1580
+ # for details.
1581
+ #
1582
+ def unconverted_fields?() @unconverted_fields end
1583
+ #
1584
+ # Returns +nil+ if headers will not be used, +true+ if they will but have not
1585
+ # yet been read, or the actual headers after they have been read. See
1586
+ # CSV::new for details.
1587
+ #
1588
+ def headers
1589
+ @headers || true if @use_headers
1590
+ end
1591
+ #
1592
+ # Returns +true+ if headers will be returned as a row of results.
1593
+ # See CSV::new for details.
1594
+ #
1595
+ def return_headers?() @return_headers end
1596
+ # Returns +true+ if headers are written in output. See CSV::new for details.
1597
+ def write_headers?() @write_headers end
1598
+ #
1599
+ # Returns the current list of converters in effect for headers. See CSV::new
1600
+ # for details. Built-in converters will be returned by name, while others
1601
+ # will be returned as is.
1602
+ #
1603
+ def header_converters
1604
+ @header_converters.map do |converter|
1605
+ name = HeaderConverters.rassoc(converter)
1606
+ name ? name.first : converter
1607
+ end
1608
+ end
1609
+ #
1610
+ # Returns +true+ blank lines are skipped by the parser. See CSV::new
1611
+ # for details.
1612
+ #
1613
+ def skip_blanks?() @skip_blanks end
1614
+ # Returns +true+ if all output fields are quoted. See CSV::new for details.
1615
+ def force_quotes?() @force_quotes end
1616
+
1617
+ #
1618
+ # The Encoding CSV is parsing or writing in. This will be the Encoding you
1619
+ # receive parsed data in and/or the Encoding data will be written in.
1620
+ #
1621
+ attr_reader :encoding
1622
+
1623
+ #
1624
+ # The line number of the last row read from this file. Fields with nested
1625
+ # line-end characters will not affect this count.
1626
+ #
1627
+ attr_reader :lineno
1628
+
1629
+ ### IO and StringIO Delegation ###
1630
+
1631
+ extend Forwardable
1632
+ def_delegators :@io, :binmode, :binmode?, :close, :close_read, :close_write,
1633
+ :closed?, :eof, :eof?, :external_encoding, :fcntl,
1634
+ :fileno, :flock, :flush, :fsync, :internal_encoding,
1635
+ :ioctl, :isatty, :path, :pid, :pos, :pos=, :reopen,
1636
+ :seek, :stat, :string, :sync, :sync=, :tell, :to_i,
1637
+ :to_io, :truncate, :tty?
1638
+
1639
+ # Rewinds the underlying IO object and resets CSV's lineno() counter.
1640
+ def rewind
1641
+ @headers = nil
1642
+ @lineno = 0
1643
+
1644
+ @io.rewind
1645
+ end
1646
+
1647
+ ### End Delegation ###
1648
+
1649
+ #
1650
+ # The primary write method for wrapped Strings and IOs, +row+ (an Array or
1651
+ # CSV::Row) is converted to CSV and appended to the data source. When a
1652
+ # CSV::Row is passed, only the row's fields() are appended to the output.
1653
+ #
1654
+ # The data source must be open for writing.
1655
+ #
1656
+ def <<(row)
1657
+ # make sure headers have been assigned
1658
+ if header_row? and [Array, String].include? @use_headers.class
1659
+ parse_headers # won't read data for Array or String
1660
+ self << @headers if @write_headers
1661
+ end
1662
+
1663
+ # handle CSV::Row objects and Hashes
1664
+ row = case row
1665
+ when self.class::Row then row.fields
1666
+ when Hash then @headers.map { |header| row[header] }
1667
+ else row
1668
+ end
1669
+
1670
+ @headers = row if header_row?
1671
+ @lineno += 1
1672
+
1673
+ output = row.map(&@quote).join(@col_sep) + @row_sep # quote and separate
1674
+ if @io.is_a?(StringIO) and
1675
+ output.encoding != (encoding = raw_encoding)
1676
+ if @force_encoding
1677
+ output = output.encode(encoding)
1678
+ elsif (compatible_encoding = Encoding.compatible?(@io.string, output))
1679
+ @io.set_encoding(compatible_encoding)
1680
+ @io.seek(0, IO::SEEK_END)
1681
+ end
1682
+ end
1683
+ @io << output
1684
+
1685
+ self # for chaining
1686
+ end
1687
+ alias_method :add_row, :<<
1688
+ alias_method :puts, :<<
1689
+
1690
+ #
1691
+ # :call-seq:
1692
+ # convert( name )
1693
+ # convert { |field| ... }
1694
+ # convert { |field, field_info| ... }
1695
+ #
1696
+ # You can use this method to install a CSV::Converters built-in, or provide a
1697
+ # block that handles a custom conversion.
1698
+ #
1699
+ # If you provide a block that takes one argument, it will be passed the field
1700
+ # and is expected to return the converted value or the field itself. If your
1701
+ # block takes two arguments, it will also be passed a CSV::FieldInfo Struct,
1702
+ # containing details about the field. Again, the block should return a
1703
+ # converted field or the field itself.
1704
+ #
1705
+ def convert(name = nil, &converter)
1706
+ add_converter(:converters, self.class::Converters, name, &converter)
1707
+ end
1708
+
1709
+ #
1710
+ # :call-seq:
1711
+ # header_convert( name )
1712
+ # header_convert { |field| ... }
1713
+ # header_convert { |field, field_info| ... }
1714
+ #
1715
+ # Identical to CSV#convert(), but for header rows.
1716
+ #
1717
+ # Note that this method must be called before header rows are read to have any
1718
+ # effect.
1719
+ #
1720
+ def header_convert(name = nil, &converter)
1721
+ add_converter( :header_converters,
1722
+ self.class::HeaderConverters,
1723
+ name,
1724
+ &converter )
1725
+ end
1726
+
1727
+ include Enumerable
1728
+
1729
+ #
1730
+ # Yields each row of the data source in turn.
1731
+ #
1732
+ # Support for Enumerable.
1733
+ #
1734
+ # The data source must be open for reading.
1735
+ #
1736
+ def each
1737
+ if block_given?
1738
+ while row = shift
1739
+ yield row
1740
+ end
1741
+ else
1742
+ to_enum
1743
+ end
1744
+ end
1745
+
1746
+ #
1747
+ # Slurps the remaining rows and returns an Array of Arrays.
1748
+ #
1749
+ # The data source must be open for reading.
1750
+ #
1751
+ def read
1752
+ rows = to_a
1753
+ if @use_headers
1754
+ Table.new(rows)
1755
+ else
1756
+ rows
1757
+ end
1758
+ end
1759
+ alias_method :readlines, :read
1760
+
1761
+ # Returns +true+ if the next row read will be a header row.
1762
+ def header_row?
1763
+ @use_headers and @headers.nil?
1764
+ end
1765
+
1766
+ #
1767
+ # The primary read method for wrapped Strings and IOs, a single row is pulled
1768
+ # from the data source, parsed and returned as an Array of fields (if header
1769
+ # rows are not used) or a CSV::Row (when header rows are used).
1770
+ #
1771
+ # The data source must be open for reading.
1772
+ #
1773
+ def shift
1774
+ #########################################################################
1775
+ ### This method is purposefully kept a bit long as simple conditional ###
1776
+ ### checks are faster than numerous (expensive) method calls. ###
1777
+ #########################################################################
1778
+
1779
+ # handle headers not based on document content
1780
+ if header_row? and @return_headers and
1781
+ [Array, String].include? @use_headers.class
1782
+ if @unconverted_fields
1783
+ return add_unconverted_fields(parse_headers, Array.new)
1784
+ else
1785
+ return parse_headers
1786
+ end
1787
+ end
1788
+
1789
+ #
1790
+ # it can take multiple calls to <tt>@io.gets()</tt> to get a full line,
1791
+ # because of \r and/or \n characters embedded in quoted fields
1792
+ #
1793
+ in_extended_col = false
1794
+ csv = Array.new
1795
+
1796
+ loop do
1797
+ # add another read to the line
1798
+ unless parse = @io.gets(@row_sep)
1799
+ return nil
1800
+ end
1801
+
1802
+ parse.sub!(@parsers[:line_end], "")
1803
+
1804
+ if csv.empty?
1805
+ #
1806
+ # I believe a blank line should be an <tt>Array.new</tt>, not Ruby 1.8
1807
+ # CSV's <tt>[nil]</tt>
1808
+ #
1809
+ if parse.empty?
1810
+ @lineno += 1
1811
+ if @skip_blanks
1812
+ next
1813
+ elsif @unconverted_fields
1814
+ return add_unconverted_fields(Array.new, Array.new)
1815
+ elsif @use_headers
1816
+ return self.class::Row.new(Array.new, Array.new)
1817
+ else
1818
+ return Array.new
1819
+ end
1820
+ end
1821
+ end
1822
+
1823
+ next if @skip_lines and @skip_lines.match parse
1824
+
1825
+ parts = parse.split(@col_sep, -1)
1826
+ if parts.empty?
1827
+ if in_extended_col
1828
+ csv[-1] << @col_sep # will be replaced with a @row_sep after the parts.each loop
1829
+ else
1830
+ csv << nil
1831
+ end
1832
+ end
1833
+
1834
+ # This loop is the hot path of csv parsing. Some things may be non-dry
1835
+ # for a reason. Make sure to benchmark when refactoring.
1836
+ parts.each do |part|
1837
+ if in_extended_col
1838
+ # If we are continuing a previous column
1839
+ if part[-1] == @quote_char && part.count(@quote_char) % 2 != 0
1840
+ # extended column ends
1841
+ csv.last << part[0..-2]
1842
+ if csv.last =~ @parsers[:stray_quote]
1843
+ raise MalformedCSVError,
1844
+ "Missing or stray quote in line #{lineno + 1}"
1845
+ end
1846
+ csv.last.gsub!(@quote_char * 2, @quote_char)
1847
+ in_extended_col = false
1848
+ else
1849
+ csv.last << part
1850
+ csv.last << @col_sep
1851
+ end
1852
+ elsif part[0] == @quote_char
1853
+ # If we are staring a new quoted column
1854
+ if part[-1] != @quote_char || part.count(@quote_char) % 2 != 0
1855
+ # start an extended column
1856
+ csv << part[1..-1]
1857
+ csv.last << @col_sep
1858
+ in_extended_col = true
1859
+ else
1860
+ # regular quoted column
1861
+ csv << part[1..-2]
1862
+ if csv.last =~ @parsers[:stray_quote]
1863
+ raise MalformedCSVError,
1864
+ "Missing or stray quote in line #{lineno + 1}"
1865
+ end
1866
+ csv.last.gsub!(@quote_char * 2, @quote_char)
1867
+ end
1868
+ elsif part =~ @parsers[:quote_or_nl]
1869
+ # Unquoted field with bad characters.
1870
+ if part =~ @parsers[:nl_or_lf]
1871
+ raise MalformedCSVError, "Unquoted fields do not allow " +
1872
+ "\\r or \\n (line #{lineno + 1})."
1873
+ else
1874
+ raise MalformedCSVError, "Illegal quoting in line #{lineno + 1}."
1875
+ end
1876
+ else
1877
+ # Regular ole unquoted field.
1878
+ csv << (part.empty? ? nil : part)
1879
+ end
1880
+ end
1881
+
1882
+ # Replace tacked on @col_sep with @row_sep if we are still in an extended
1883
+ # column.
1884
+ csv[-1][-1] = @row_sep if in_extended_col
1885
+
1886
+ if in_extended_col
1887
+ # if we're at eof?(), a quoted field wasn't closed...
1888
+ if @io.eof?
1889
+ raise MalformedCSVError,
1890
+ "Unclosed quoted field on line #{lineno + 1}."
1891
+ elsif @field_size_limit and csv.last.size >= @field_size_limit
1892
+ raise MalformedCSVError, "Field size exceeded on line #{lineno + 1}."
1893
+ end
1894
+ # otherwise, we need to loop and pull some more data to complete the row
1895
+ else
1896
+ @lineno += 1
1897
+
1898
+ # save fields unconverted fields, if needed...
1899
+ unconverted = csv.dup if @unconverted_fields
1900
+
1901
+ # convert fields, if needed...
1902
+ csv = convert_fields(csv) unless @use_headers or @converters.empty?
1903
+ # parse out header rows and handle CSV::Row conversions...
1904
+ csv = parse_headers(csv) if @use_headers
1905
+
1906
+ # inject unconverted fields and accessor, if requested...
1907
+ if @unconverted_fields and not csv.respond_to? :unconverted_fields
1908
+ add_unconverted_fields(csv, unconverted)
1909
+ end
1910
+
1911
+ # return the results
1912
+ break csv
1913
+ end
1914
+ end
1915
+ end
1916
+ alias_method :gets, :shift
1917
+ alias_method :readline, :shift
1918
+
1919
+ #
1920
+ # Returns a simplified description of the key CSV attributes in an
1921
+ # ASCII compatible String.
1922
+ #
1923
+ def inspect
1924
+ str = ["<#", self.class.to_s, " io_type:"]
1925
+ # show type of wrapped IO
1926
+ if @io == $stdout then str << "$stdout"
1927
+ elsif @io == $stdin then str << "$stdin"
1928
+ elsif @io == $stderr then str << "$stderr"
1929
+ else str << @io.class.to_s
1930
+ end
1931
+ # show IO.path(), if available
1932
+ if @io.respond_to?(:path) and (p = @io.path)
1933
+ str << " io_path:" << p.inspect
1934
+ end
1935
+ # show encoding
1936
+ str << " encoding:" << @encoding.name
1937
+ # show other attributes
1938
+ %w[ lineno col_sep row_sep
1939
+ quote_char skip_blanks ].each do |attr_name|
1940
+ if a = instance_variable_get("@#{attr_name}")
1941
+ str << " " << attr_name << ":" << a.inspect
1942
+ end
1943
+ end
1944
+ if @use_headers
1945
+ str << " headers:" << headers.inspect
1946
+ end
1947
+ str << ">"
1948
+ begin
1949
+ str.join('')
1950
+ rescue # any encoding error
1951
+ str.map do |s|
1952
+ e = Encoding::Converter.asciicompat_encoding(s.encoding)
1953
+ e ? s.encode(e) : s.force_encoding("ASCII-8BIT")
1954
+ end.join('')
1955
+ end
1956
+ end
1957
+
1958
+ private
1959
+
1960
+ #
1961
+ # Stores the indicated separators for later use.
1962
+ #
1963
+ # If auto-discovery was requested for <tt>@row_sep</tt>, this method will read
1964
+ # ahead in the <tt>@io</tt> and try to find one. +ARGF+, +STDIN+, +STDOUT+,
1965
+ # +STDERR+ and any stream open for output only with a default
1966
+ # <tt>@row_sep</tt> of <tt>$INPUT_RECORD_SEPARATOR</tt> (<tt>$/</tt>).
1967
+ #
1968
+ # This method also establishes the quoting rules used for CSV output.
1969
+ #
1970
+ def init_separators(options)
1971
+ # store the selected separators
1972
+ @col_sep = options.delete(:col_sep).to_s.encode(@encoding)
1973
+ @row_sep = options.delete(:row_sep) # encode after resolving :auto
1974
+ @quote_char = options.delete(:quote_char).to_s.encode(@encoding)
1975
+
1976
+ if @quote_char.length != 1
1977
+ raise ArgumentError, ":quote_char has to be a single character String"
1978
+ end
1979
+
1980
+ #
1981
+ # automatically discover row separator when requested
1982
+ # (not fully encoding safe)
1983
+ #
1984
+ if @row_sep == :auto
1985
+ if [ARGF, STDIN, STDOUT, STDERR].include?(@io) or
1986
+ (defined?(Zlib) and @io.class == Zlib::GzipWriter)
1987
+ @row_sep = $INPUT_RECORD_SEPARATOR
1988
+ else
1989
+ begin
1990
+ #
1991
+ # remember where we were (pos() will raise an exception if @io is pipe
1992
+ # or not opened for reading)
1993
+ #
1994
+ saved_pos = @io.pos
1995
+ while @row_sep == :auto
1996
+ #
1997
+ # if we run out of data, it's probably a single line
1998
+ # (ensure will set default value)
1999
+ #
2000
+ break unless sample = @io.gets(nil, 1024)
2001
+ # extend sample if we're unsure of the line ending
2002
+ if sample.end_with? encode_str("\r")
2003
+ sample << (@io.gets(nil, 1) || "")
2004
+ end
2005
+
2006
+ # try to find a standard separator
2007
+ if sample =~ encode_re("\r\n?|\n")
2008
+ @row_sep = $&
2009
+ break
2010
+ end
2011
+ end
2012
+
2013
+ # tricky seek() clone to work around GzipReader's lack of seek()
2014
+ @io.rewind
2015
+ # reset back to the remembered position
2016
+ while saved_pos > 1024 # avoid loading a lot of data into memory
2017
+ @io.read(1024)
2018
+ saved_pos -= 1024
2019
+ end
2020
+ @io.read(saved_pos) if saved_pos.nonzero?
2021
+ rescue IOError # not opened for reading
2022
+ # do nothing: ensure will set default
2023
+ rescue NoMethodError # Zlib::GzipWriter doesn't have some IO methods
2024
+ # do nothing: ensure will set default
2025
+ rescue SystemCallError # pipe
2026
+ # do nothing: ensure will set default
2027
+ ensure
2028
+ #
2029
+ # set default if we failed to detect
2030
+ # (stream not opened for reading, a pipe, or a single line of data)
2031
+ #
2032
+ @row_sep = $INPUT_RECORD_SEPARATOR if @row_sep == :auto
2033
+ end
2034
+ end
2035
+ end
2036
+ @row_sep = @row_sep.to_s.encode(@encoding)
2037
+
2038
+ # establish quoting rules
2039
+ @force_quotes = options.delete(:force_quotes)
2040
+ do_quote = lambda do |field|
2041
+ field = String(field)
2042
+ encoded_quote = @quote_char.encode(field.encoding)
2043
+ encoded_quote +
2044
+ field.gsub(encoded_quote, encoded_quote * 2) +
2045
+ encoded_quote
2046
+ end
2047
+ quotable_chars = encode_str("\r\n", @col_sep, @quote_char)
2048
+ @quote = if @force_quotes
2049
+ do_quote
2050
+ else
2051
+ lambda do |field|
2052
+ if field.nil? # represent +nil+ fields as empty unquoted fields
2053
+ ""
2054
+ else
2055
+ field = String(field) # Stringify fields
2056
+ # represent empty fields as empty quoted fields
2057
+ if field.empty? or
2058
+ field.count(quotable_chars).nonzero?
2059
+ do_quote.call(field)
2060
+ else
2061
+ field # unquoted field
2062
+ end
2063
+ end
2064
+ end
2065
+ end
2066
+ end
2067
+
2068
+ # Pre-compiles parsers and stores them by name for access during reads.
2069
+ def init_parsers(options)
2070
+ # store the parser behaviors
2071
+ @skip_blanks = options.delete(:skip_blanks)
2072
+ @field_size_limit = options.delete(:field_size_limit)
2073
+
2074
+ # prebuild Regexps for faster parsing
2075
+ esc_row_sep = escape_re(@row_sep)
2076
+ esc_quote = escape_re(@quote_char)
2077
+ @parsers = {
2078
+ # for detecting parse errors
2079
+ quote_or_nl: encode_re("[", esc_quote, "\r\n]"),
2080
+ nl_or_lf: encode_re("[\r\n]"),
2081
+ stray_quote: encode_re( "[^", esc_quote, "]", esc_quote,
2082
+ "[^", esc_quote, "]" ),
2083
+ # safer than chomp!()
2084
+ line_end: encode_re(esc_row_sep, "\\z"),
2085
+ # illegal unquoted characters
2086
+ return_newline: encode_str("\r\n")
2087
+ }
2088
+ end
2089
+
2090
+ #
2091
+ # Loads any converters requested during construction.
2092
+ #
2093
+ # If +field_name+ is set <tt>:converters</tt> (the default) field converters
2094
+ # are set. When +field_name+ is <tt>:header_converters</tt> header converters
2095
+ # are added instead.
2096
+ #
2097
+ # The <tt>:unconverted_fields</tt> option is also actived for
2098
+ # <tt>:converters</tt> calls, if requested.
2099
+ #
2100
+ def init_converters(options, field_name = :converters)
2101
+ if field_name == :converters
2102
+ @unconverted_fields = options.delete(:unconverted_fields)
2103
+ end
2104
+
2105
+ instance_variable_set("@#{field_name}", Array.new)
2106
+
2107
+ # find the correct method to add the converters
2108
+ convert = method(field_name.to_s.sub(/ers\Z/, ""))
2109
+
2110
+ # load converters
2111
+ unless options[field_name].nil?
2112
+ # allow a single converter not wrapped in an Array
2113
+ unless options[field_name].is_a? Array
2114
+ options[field_name] = [options[field_name]]
2115
+ end
2116
+ # load each converter...
2117
+ options[field_name].each do |converter|
2118
+ if converter.is_a? Proc # custom code block
2119
+ convert.call(&converter)
2120
+ else # by name
2121
+ convert.call(converter)
2122
+ end
2123
+ end
2124
+ end
2125
+
2126
+ options.delete(field_name)
2127
+ end
2128
+
2129
+ # Stores header row settings and loads header converters, if needed.
2130
+ def init_headers(options)
2131
+ @use_headers = options.delete(:headers)
2132
+ @return_headers = options.delete(:return_headers)
2133
+ @write_headers = options.delete(:write_headers)
2134
+
2135
+ # headers must be delayed until shift(), in case they need a row of content
2136
+ @headers = nil
2137
+
2138
+ init_converters(options, :header_converters)
2139
+ end
2140
+
2141
+ # Stores the pattern of comments to skip from the provided options.
2142
+ #
2143
+ # The pattern must respond to +.match+, else ArgumentError is raised.
2144
+ # Strings are converted to a Regexp.
2145
+ #
2146
+ # See also CSV.new
2147
+ def init_comments(options)
2148
+ @skip_lines = options.delete(:skip_lines)
2149
+ @skip_lines = Regexp.new(@skip_lines) if @skip_lines.is_a? String
2150
+ if @skip_lines and not @skip_lines.respond_to?(:match)
2151
+ raise ArgumentError, ":skip_lines has to respond to matches"
2152
+ end
2153
+ end
2154
+ #
2155
+ # The actual work method for adding converters, used by both CSV.convert() and
2156
+ # CSV.header_convert().
2157
+ #
2158
+ # This method requires the +var_name+ of the instance variable to place the
2159
+ # converters in, the +const+ Hash to lookup named converters in, and the
2160
+ # normal parameters of the CSV.convert() and CSV.header_convert() methods.
2161
+ #
2162
+ def add_converter(var_name, const, name = nil, &converter)
2163
+ if name.nil? # custom converter
2164
+ instance_variable_get("@#{var_name}") << converter
2165
+ else # named converter
2166
+ combo = const[name]
2167
+ case combo
2168
+ when Array # combo converter
2169
+ combo.each do |converter_name|
2170
+ add_converter(var_name, const, converter_name)
2171
+ end
2172
+ else # individual named converter
2173
+ instance_variable_get("@#{var_name}") << combo
2174
+ end
2175
+ end
2176
+ end
2177
+
2178
+ #
2179
+ # Processes +fields+ with <tt>@converters</tt>, or <tt>@header_converters</tt>
2180
+ # if +headers+ is passed as +true+, returning the converted field set. Any
2181
+ # converter that changes the field into something other than a String halts
2182
+ # the pipeline of conversion for that field. This is primarily an efficiency
2183
+ # shortcut.
2184
+ #
2185
+ def convert_fields(fields, headers = false)
2186
+ # see if we are converting headers or fields
2187
+ converters = headers ? @header_converters : @converters
2188
+
2189
+ fields.map.with_index do |field, index|
2190
+ converters.each do |converter|
2191
+ break if field.nil?
2192
+ field = if converter.arity == 1 # straight field converter
2193
+ converter[field]
2194
+ else # FieldInfo converter
2195
+ header = @use_headers && !headers ? @headers[index] : nil
2196
+ converter[field, FieldInfo.new(index, lineno, header)]
2197
+ end
2198
+ break unless field.is_a? String # short-circuit pipeline for speed
2199
+ end
2200
+ field # final state of each field, converted or original
2201
+ end
2202
+ end
2203
+
2204
+ #
2205
+ # This method is used to turn a finished +row+ into a CSV::Row. Header rows
2206
+ # are also dealt with here, either by returning a CSV::Row with identical
2207
+ # headers and fields (save that the fields do not go through the converters)
2208
+ # or by reading past them to return a field row. Headers are also saved in
2209
+ # <tt>@headers</tt> for use in future rows.
2210
+ #
2211
+ # When +nil+, +row+ is assumed to be a header row not based on an actual row
2212
+ # of the stream.
2213
+ #
2214
+ def parse_headers(row = nil)
2215
+ if @headers.nil? # header row
2216
+ @headers = case @use_headers # save headers
2217
+ # Array of headers
2218
+ when Array then @use_headers
2219
+ # CSV header String
2220
+ when String
2221
+ self.class.parse_line( @use_headers,
2222
+ col_sep: @col_sep,
2223
+ row_sep: @row_sep,
2224
+ quote_char: @quote_char )
2225
+ # first row is headers
2226
+ else row
2227
+ end
2228
+
2229
+ # prepare converted and unconverted copies
2230
+ row = @headers if row.nil?
2231
+ @headers = convert_fields(@headers, true)
2232
+ @headers.each { |h| h.freeze if h.is_a? String }
2233
+
2234
+ if @return_headers # return headers
2235
+ return self.class::Row.new(@headers, row, true)
2236
+ elsif not [Array, String].include? @use_headers.class # skip to field row
2237
+ return shift
2238
+ end
2239
+ end
2240
+
2241
+ self.class::Row.new(@headers, convert_fields(row)) # field row
2242
+ end
2243
+
2244
+ #
2245
+ # This method injects an instance variable <tt>unconverted_fields</tt> into
2246
+ # +row+ and an accessor method for +row+ called unconverted_fields(). The
2247
+ # variable is set to the contents of +fields+.
2248
+ #
2249
+ def add_unconverted_fields(row, fields)
2250
+ class << row
2251
+ attr_reader :unconverted_fields
2252
+ end
2253
+ row.instance_eval { @unconverted_fields = fields }
2254
+ row
2255
+ end
2256
+
2257
+ #
2258
+ # This method is an encoding safe version of Regexp::escape(). It will escape
2259
+ # any characters that would change the meaning of a regular expression in the
2260
+ # encoding of +str+. Regular expression characters that cannot be transcoded
2261
+ # to the target encoding will be skipped and no escaping will be performed if
2262
+ # a backslash cannot be transcoded.
2263
+ #
2264
+ def escape_re(str)
2265
+ str.gsub(@re_chars) {|c| @re_esc + c}
2266
+ end
2267
+
2268
+ #
2269
+ # Builds a regular expression in <tt>@encoding</tt>. All +chunks+ will be
2270
+ # transcoded to that encoding.
2271
+ #
2272
+ def encode_re(*chunks)
2273
+ Regexp.new(encode_str(*chunks))
2274
+ end
2275
+
2276
+ #
2277
+ # Builds a String in <tt>@encoding</tt>. All +chunks+ will be transcoded to
2278
+ # that encoding.
2279
+ #
2280
+ def encode_str(*chunks)
2281
+ chunks.map { |chunk| chunk.encode(@encoding.name) }.join('')
2282
+ end
2283
+
2284
+ private
2285
+
2286
+ #
2287
+ # Returns the encoding of the internal IO object or the +default+ if the
2288
+ # encoding cannot be determined.
2289
+ #
2290
+ def raw_encoding(default = Encoding::ASCII_8BIT)
2291
+ if @io.respond_to? :internal_encoding
2292
+ @io.internal_encoding || @io.external_encoding
2293
+ elsif @io.is_a? StringIO
2294
+ @io.string.encoding
2295
+ elsif @io.respond_to? :encoding
2296
+ @io.encoding
2297
+ else
2298
+ default
2299
+ end
2300
+ end
2301
+ end
2302
+
2303
+ # Passes +args+ to CSV::instance.
2304
+ #
2305
+ # CSV("CSV,data").read
2306
+ # #=> [["CSV", "data"]]
2307
+ #
2308
+ # If a block is given, the instance is passed the block and the return value
2309
+ # becomes the return value of the block.
2310
+ #
2311
+ # CSV("CSV,data") { |c|
2312
+ # c.read.any? { |a| a.include?("data") }
2313
+ # } #=> true
2314
+ #
2315
+ # CSV("CSV,data") { |c|
2316
+ # c.read.any? { |a| a.include?("zombies") }
2317
+ # } #=> false
2318
+ #
2319
+ def CSV(*args, &block)
2320
+ CSV.instance(*args, &block)
2321
+ end
2322
+
2323
+ class Array # :nodoc:
2324
+ # Equivalent to CSV::generate_line(self, options)
2325
+ #
2326
+ # ["CSV", "data"].to_csv
2327
+ # #=> "CSV,data\n"
2328
+ def to_csv(options = Hash.new)
2329
+ CSV.generate_line(self, options)
2330
+ end
2331
+ end
2332
+
2333
+ class String # :nodoc:
2334
+ # Equivalent to CSV::parse_line(self, options)
2335
+ #
2336
+ # "CSV,data".parse_csv
2337
+ # #=> ["CSV", "data"]
2338
+ def parse_csv(options = Hash.new)
2339
+ CSV.parse_line(self, options)
2340
+ end
2341
+ end