angular-rails4-templates 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5977) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +20 -0
  3. data/README.md +219 -0
  4. data/lib/angular-rails-templates/compact_javascript_escape.rb +29 -0
  5. data/lib/angular-rails-templates/engine.rb +78 -0
  6. data/lib/angular-rails-templates/haml_processor.rb +19 -0
  7. data/lib/angular-rails-templates/javascript_template.js.erb +6 -0
  8. data/lib/angular-rails-templates/processor.rb +51 -0
  9. data/lib/angular-rails-templates/template.rb +53 -0
  10. data/lib/angular-rails-templates/version.rb +3 -0
  11. data/lib/angular-rails4-templates.rb +7 -0
  12. data/lib/angular-rails4-templates/compact_javascript_escape.rb +29 -0
  13. data/lib/angular-rails4-templates/engine.rb +78 -0
  14. data/lib/angular-rails4-templates/haml_processor.rb +19 -0
  15. data/lib/angular-rails4-templates/javascript_template.js.erb +7 -0
  16. data/lib/angular-rails4-templates/processor.rb +51 -0
  17. data/lib/angular-rails4-templates/template.rb +54 -0
  18. data/lib/angular-rails4-templates/version.rb +3 -0
  19. data/vendor/assets/javascripts/angular-rails4-templates.js.erb +7 -0
  20. data/vendor/ruby/2.1.0/bin/erubis +23 -0
  21. data/vendor/ruby/2.1.0/bin/haml +23 -0
  22. data/vendor/ruby/2.1.0/bin/kramdown +23 -0
  23. data/vendor/ruby/2.1.0/bin/nokogiri +23 -0
  24. data/vendor/ruby/2.1.0/bin/rackup +23 -0
  25. data/vendor/ruby/2.1.0/bin/rails +23 -0
  26. data/vendor/ruby/2.1.0/bin/rake +23 -0
  27. data/vendor/ruby/2.1.0/bin/slimrb +23 -0
  28. data/vendor/ruby/2.1.0/bin/sprockets +23 -0
  29. data/vendor/ruby/2.1.0/bin/thor +23 -0
  30. data/vendor/ruby/2.1.0/bin/tilt +23 -0
  31. data/vendor/ruby/2.1.0/cache/actionmailer-4.1.13.gem +0 -0
  32. data/vendor/ruby/2.1.0/cache/actionmailer-4.2.4.gem +0 -0
  33. data/vendor/ruby/2.1.0/cache/actionpack-4.1.13.gem +0 -0
  34. data/vendor/ruby/2.1.0/cache/actionpack-4.2.4.gem +0 -0
  35. data/vendor/ruby/2.1.0/cache/actionview-4.1.13.gem +0 -0
  36. data/vendor/ruby/2.1.0/cache/actionview-4.2.4.gem +0 -0
  37. data/vendor/ruby/2.1.0/cache/activejob-4.2.4.gem +0 -0
  38. data/vendor/ruby/2.1.0/cache/activemodel-4.1.13.gem +0 -0
  39. data/vendor/ruby/2.1.0/cache/activemodel-4.2.4.gem +0 -0
  40. data/vendor/ruby/2.1.0/cache/activerecord-4.1.13.gem +0 -0
  41. data/vendor/ruby/2.1.0/cache/activerecord-4.2.4.gem +0 -0
  42. data/vendor/ruby/2.1.0/cache/activesupport-4.1.13.gem +0 -0
  43. data/vendor/ruby/2.1.0/cache/activesupport-4.2.4.gem +0 -0
  44. data/vendor/ruby/2.1.0/cache/arel-5.0.1.20140414130214.gem +0 -0
  45. data/vendor/ruby/2.1.0/cache/arel-6.0.3.gem +0 -0
  46. data/vendor/ruby/2.1.0/cache/builder-3.2.2.gem +0 -0
  47. data/vendor/ruby/2.1.0/cache/capybara-2.4.4.gem +0 -0
  48. data/vendor/ruby/2.1.0/cache/erubis-2.7.0.gem +0 -0
  49. data/vendor/ruby/2.1.0/cache/execjs-2.6.0.gem +0 -0
  50. data/vendor/ruby/2.1.0/cache/globalid-0.3.6.gem +0 -0
  51. data/vendor/ruby/2.1.0/cache/haml-4.0.7.gem +0 -0
  52. data/vendor/ruby/2.1.0/cache/i18n-0.7.0.gem +0 -0
  53. data/vendor/ruby/2.1.0/cache/json-1.8.3.gem +0 -0
  54. data/vendor/ruby/2.1.0/cache/kramdown-1.8.0.gem +0 -0
  55. data/vendor/ruby/2.1.0/cache/loofah-2.0.3.gem +0 -0
  56. data/vendor/ruby/2.1.0/cache/mail-2.6.3.gem +0 -0
  57. data/vendor/ruby/2.1.0/cache/mime-types-2.6.1.gem +0 -0
  58. data/vendor/ruby/2.1.0/cache/mini_portile-0.6.2.gem +0 -0
  59. data/vendor/ruby/2.1.0/cache/minitest-5.8.0.gem +0 -0
  60. data/vendor/ruby/2.1.0/cache/nokogiri-1.6.6.2.gem +0 -0
  61. data/vendor/ruby/2.1.0/cache/rack-1.5.5.gem +0 -0
  62. data/vendor/ruby/2.1.0/cache/rack-1.6.4.gem +0 -0
  63. data/vendor/ruby/2.1.0/cache/rack-test-0.6.3.gem +0 -0
  64. data/vendor/ruby/2.1.0/cache/rails-4.1.13.gem +0 -0
  65. data/vendor/ruby/2.1.0/cache/rails-4.2.4.gem +0 -0
  66. data/vendor/ruby/2.1.0/cache/rails-deprecated_sanitizer-1.0.3.gem +0 -0
  67. data/vendor/ruby/2.1.0/cache/rails-dom-testing-1.0.7.gem +0 -0
  68. data/vendor/ruby/2.1.0/cache/rails-html-sanitizer-1.0.2.gem +0 -0
  69. data/vendor/ruby/2.1.0/cache/railties-4.1.13.gem +0 -0
  70. data/vendor/ruby/2.1.0/cache/railties-4.2.4.gem +0 -0
  71. data/vendor/ruby/2.1.0/cache/rake-10.4.2.gem +0 -0
  72. data/vendor/ruby/2.1.0/cache/slim-3.0.6.gem +0 -0
  73. data/vendor/ruby/2.1.0/cache/sprockets-3.3.3.gem +0 -0
  74. data/vendor/ruby/2.1.0/cache/sprockets-rails-2.3.2.gem +0 -0
  75. data/vendor/ruby/2.1.0/cache/temple-0.7.6.gem +0 -0
  76. data/vendor/ruby/2.1.0/cache/thor-0.19.1.gem +0 -0
  77. data/vendor/ruby/2.1.0/cache/thread_safe-0.3.5.gem +0 -0
  78. data/vendor/ruby/2.1.0/cache/tilt-2.0.1.gem +0 -0
  79. data/vendor/ruby/2.1.0/cache/tzinfo-1.2.2.gem +0 -0
  80. data/vendor/ruby/2.1.0/cache/uglifier-2.7.1.gem +0 -0
  81. data/vendor/ruby/2.1.0/cache/xpath-2.0.0.gem +0 -0
  82. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/json-1.8.3/gem.build_complete +0 -0
  83. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/json-1.8.3/gem_make.out +10 -0
  84. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/json-1.8.3/json/ext/generator.bundle +0 -0
  85. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/json-1.8.3/json/ext/parser.bundle +0 -0
  86. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/nokogiri-1.6.6.2/gem.build_complete +0 -0
  87. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/nokogiri-1.6.6.2/gem_make.out +173 -0
  88. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/nokogiri-1.6.6.2/mkmf.log +553 -0
  89. data/vendor/ruby/2.1.0/extensions/x86_64-darwin-14/2.1.0-static/nokogiri-1.6.6.2/nokogiri/nokogiri.bundle +0 -0
  90. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/CHANGELOG.md +168 -0
  91. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/MIT-LICENSE +21 -0
  92. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/README.rdoc +162 -0
  93. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer.rb +49 -0
  94. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/base.rb +903 -0
  95. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/collector.rb +30 -0
  96. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/delivery_methods.rb +84 -0
  97. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/gem_version.rb +15 -0
  98. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/inline_preview_interceptor.rb +61 -0
  99. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/log_subscriber.rb +36 -0
  100. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/mail_helper.rb +58 -0
  101. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/preview.rb +106 -0
  102. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/railtie.rb +55 -0
  103. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/test_case.rb +85 -0
  104. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/test_helper.rb +60 -0
  105. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/action_mailer/version.rb +8 -0
  106. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/rails/generators/mailer/USAGE +17 -0
  107. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/rails/generators/mailer/mailer_generator.rb +16 -0
  108. data/vendor/ruby/2.1.0/gems/actionmailer-4.1.13/lib/rails/generators/mailer/templates/mailer.rb +18 -0
  109. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/CHANGELOG.md +104 -0
  110. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/MIT-LICENSE +21 -0
  111. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/README.rdoc +176 -0
  112. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer.rb +51 -0
  113. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/base.rb +948 -0
  114. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/collector.rb +30 -0
  115. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/delivery_job.rb +13 -0
  116. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/delivery_methods.rb +84 -0
  117. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/gem_version.rb +15 -0
  118. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/inline_preview_interceptor.rb +61 -0
  119. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/log_subscriber.rb +39 -0
  120. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/mail_helper.rb +58 -0
  121. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/message_delivery.rb +115 -0
  122. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/preview.rb +118 -0
  123. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/railtie.rb +64 -0
  124. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/test_case.rb +104 -0
  125. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/test_helper.rb +62 -0
  126. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/action_mailer/version.rb +9 -0
  127. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/rails/generators/mailer/USAGE +17 -0
  128. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/rails/generators/mailer/mailer_generator.rb +19 -0
  129. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/rails/generators/mailer/templates/application_mailer.rb +4 -0
  130. data/vendor/ruby/2.1.0/gems/actionmailer-4.2.4/lib/rails/generators/mailer/templates/mailer.rb +17 -0
  131. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/CHANGELOG.md +824 -0
  132. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/MIT-LICENSE +21 -0
  133. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/README.rdoc +53 -0
  134. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller.rb +20 -0
  135. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/asset_paths.rb +10 -0
  136. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/base.rb +259 -0
  137. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/callbacks.rb +219 -0
  138. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/collector.rb +46 -0
  139. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/helpers.rb +187 -0
  140. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/logger.rb +12 -0
  141. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/railties/routes_helpers.rb +18 -0
  142. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/rendering.rb +120 -0
  143. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/translation.rb +28 -0
  144. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/abstract_controller/url_for.rb +33 -0
  145. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller.rb +58 -0
  146. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/base.rb +267 -0
  147. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/caching.rb +89 -0
  148. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/caching/fragments.rb +97 -0
  149. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/log_subscriber.rb +83 -0
  150. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal.rb +240 -0
  151. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/conditional_get.rb +175 -0
  152. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/cookies.rb +16 -0
  153. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/data_streaming.rb +171 -0
  154. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/exceptions.rb +59 -0
  155. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/flash.rb +60 -0
  156. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/force_ssl.rb +97 -0
  157. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/head.rb +54 -0
  158. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/helpers.rb +113 -0
  159. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/hide_actions.rb +40 -0
  160. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/http_authentication.rb +509 -0
  161. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/implicit_render.rb +19 -0
  162. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/instrumentation.rb +109 -0
  163. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/live.rb +277 -0
  164. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/mime_responds.rb +547 -0
  165. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/params_wrapper.rb +285 -0
  166. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/rack_delegation.rb +32 -0
  167. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/redirecting.rb +106 -0
  168. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/renderers.rb +120 -0
  169. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/rendering.rb +104 -0
  170. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/request_forgery_protection.rb +263 -0
  171. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/rescue.rb +35 -0
  172. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/responder.rb +297 -0
  173. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/streaming.rb +221 -0
  174. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/strong_parameters.rb +554 -0
  175. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/testing.rb +31 -0
  176. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/metal/url_for.rb +50 -0
  177. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/middleware.rb +39 -0
  178. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/model_naming.rb +12 -0
  179. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/railtie.rb +67 -0
  180. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/railties/helpers.rb +22 -0
  181. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_controller/test_case.rb +717 -0
  182. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch.rb +105 -0
  183. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/cache.rb +175 -0
  184. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/filter_parameters.rb +78 -0
  185. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/filter_redirect.rb +38 -0
  186. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/headers.rb +65 -0
  187. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/mime_negotiation.rb +149 -0
  188. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/mime_type.rb +315 -0
  189. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/mime_types.rb +36 -0
  190. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/parameter_filter.rb +72 -0
  191. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/parameters.rb +82 -0
  192. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/rack_cache.rb +61 -0
  193. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/request.rb +322 -0
  194. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/response.rb +353 -0
  195. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/upload.rb +77 -0
  196. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/http/url.rb +249 -0
  197. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey.rb +5 -0
  198. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/backwards.rb +5 -0
  199. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/formatter.rb +150 -0
  200. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/gtg/builder.rb +162 -0
  201. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/gtg/simulator.rb +44 -0
  202. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/gtg/transition_table.rb +165 -0
  203. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nfa/builder.rb +76 -0
  204. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nfa/dot.rb +36 -0
  205. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nfa/simulator.rb +47 -0
  206. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nfa/transition_table.rb +163 -0
  207. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/nodes/node.rb +124 -0
  208. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/parser.rb +206 -0
  209. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/parser.y +48 -0
  210. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/parser_extras.rb +23 -0
  211. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/path/pattern.rb +196 -0
  212. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/route.rb +140 -0
  213. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/router.rb +168 -0
  214. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/router/strexp.rb +24 -0
  215. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/router/utils.rb +93 -0
  216. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/routes.rb +80 -0
  217. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/scanner.rb +61 -0
  218. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/visitors.rb +232 -0
  219. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/visualizer/fsm.css +34 -0
  220. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/visualizer/fsm.js +134 -0
  221. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/journey/visualizer/index.html.erb +52 -0
  222. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/callbacks.rb +37 -0
  223. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/cookies.rb +576 -0
  224. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/debug_exceptions.rb +99 -0
  225. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/exception_wrapper.rb +117 -0
  226. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/flash.rb +270 -0
  227. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/params_parser.rb +60 -0
  228. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/public_exceptions.rb +50 -0
  229. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/reloader.rb +98 -0
  230. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/remote_ip.rb +187 -0
  231. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/request_id.rb +35 -0
  232. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/session/abstract_store.rb +90 -0
  233. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/session/cache_store.rb +49 -0
  234. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/session/cookie_store.rb +123 -0
  235. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/session/mem_cache_store.rb +22 -0
  236. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/show_exceptions.rb +57 -0
  237. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/ssl.rb +72 -0
  238. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/stack.rb +129 -0
  239. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/static.rb +87 -0
  240. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb +34 -0
  241. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb +23 -0
  242. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_source.erb +25 -0
  243. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +24 -0
  244. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb +15 -0
  245. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb +16 -0
  246. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/layout.erb +154 -0
  247. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +7 -0
  248. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb +3 -0
  249. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +30 -0
  250. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb +11 -0
  251. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +43 -0
  252. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb +8 -0
  253. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +6 -0
  254. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.text.erb +3 -0
  255. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/routes/_route.html.erb +16 -0
  256. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/routes/_table.html.erb +144 -0
  257. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/railtie.rb +45 -0
  258. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/request/session.rb +193 -0
  259. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/request/utils.rb +35 -0
  260. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing.rb +261 -0
  261. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/inspector.rb +241 -0
  262. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/mapper.rb +1850 -0
  263. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/polymorphic_routes.rb +218 -0
  264. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/redirection.rb +193 -0
  265. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/route_set.rb +747 -0
  266. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/routes_proxy.rb +41 -0
  267. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/routing/url_for.rb +184 -0
  268. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions.rb +18 -0
  269. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/dom.rb +27 -0
  270. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/response.rb +87 -0
  271. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/routing.rb +218 -0
  272. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/selector.rb +430 -0
  273. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/assertions/tag.rb +135 -0
  274. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/integration.rb +506 -0
  275. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/test_process.rb +44 -0
  276. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/test_request.rb +78 -0
  277. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/testing/test_response.rb +25 -0
  278. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_pack.rb +24 -0
  279. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_pack/gem_version.rb +15 -0
  280. data/vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_pack/version.rb +8 -0
  281. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/CHANGELOG.md +573 -0
  282. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/MIT-LICENSE +21 -0
  283. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/README.rdoc +58 -0
  284. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller.rb +20 -0
  285. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/asset_paths.rb +10 -0
  286. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/base.rb +269 -0
  287. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/callbacks.rb +196 -0
  288. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/collector.rb +46 -0
  289. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb +194 -0
  290. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/logger.rb +12 -0
  291. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/railties/routes_helpers.rb +18 -0
  292. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/rendering.rb +120 -0
  293. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/translation.rb +28 -0
  294. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/abstract_controller/url_for.rb +33 -0
  295. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller.rb +58 -0
  296. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/base.rb +268 -0
  297. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/caching.rb +89 -0
  298. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/caching/fragments.rb +103 -0
  299. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/log_subscriber.rb +83 -0
  300. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal.rb +241 -0
  301. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/conditional_get.rb +200 -0
  302. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/cookies.rb +16 -0
  303. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/data_streaming.rb +171 -0
  304. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/etag_with_template_digest.rb +50 -0
  305. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/exceptions.rb +59 -0
  306. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/flash.rb +60 -0
  307. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/force_ssl.rb +97 -0
  308. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/head.rb +58 -0
  309. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/helpers.rb +113 -0
  310. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/hide_actions.rb +40 -0
  311. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/http_authentication.rb +507 -0
  312. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/implicit_render.rb +19 -0
  313. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/instrumentation.rb +109 -0
  314. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/live.rb +328 -0
  315. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/mime_responds.rb +326 -0
  316. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/params_wrapper.rb +285 -0
  317. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/rack_delegation.rb +32 -0
  318. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/redirecting.rb +112 -0
  319. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/renderers.rb +140 -0
  320. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/rendering.rb +100 -0
  321. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/request_forgery_protection.rb +334 -0
  322. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/rescue.rb +35 -0
  323. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/streaming.rb +221 -0
  324. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/strong_parameters.rb +669 -0
  325. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/testing.rb +31 -0
  326. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/metal/url_for.rb +49 -0
  327. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/middleware.rb +39 -0
  328. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/model_naming.rb +12 -0
  329. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/railtie.rb +71 -0
  330. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/railties/helpers.rb +22 -0
  331. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_controller/test_case.rb +759 -0
  332. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch.rb +105 -0
  333. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/cache.rb +176 -0
  334. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/filter_parameters.rb +78 -0
  335. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/filter_redirect.rb +38 -0
  336. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/headers.rb +99 -0
  337. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/mime_negotiation.rb +156 -0
  338. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/mime_type.rb +315 -0
  339. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/mime_types.rb +36 -0
  340. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/parameter_filter.rb +72 -0
  341. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/parameters.rb +67 -0
  342. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/rack_cache.rb +61 -0
  343. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/request.rb +348 -0
  344. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/response.rb +405 -0
  345. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/upload.rb +78 -0
  346. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/http/url.rb +268 -0
  347. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey.rb +5 -0
  348. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/backwards.rb +5 -0
  349. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb +166 -0
  350. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/gtg/builder.rb +162 -0
  351. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/gtg/simulator.rb +47 -0
  352. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/gtg/transition_table.rb +157 -0
  353. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nfa/builder.rb +76 -0
  354. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nfa/dot.rb +36 -0
  355. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nfa/simulator.rb +47 -0
  356. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nfa/transition_table.rb +163 -0
  357. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/nodes/node.rb +128 -0
  358. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/parser.rb +198 -0
  359. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/parser.y +49 -0
  360. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/parser_extras.rb +23 -0
  361. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/path/pattern.rb +193 -0
  362. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/route.rb +125 -0
  363. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/router.rb +144 -0
  364. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/router/strexp.rb +27 -0
  365. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/router/utils.rb +93 -0
  366. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/routes.rb +80 -0
  367. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/scanner.rb +61 -0
  368. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/visitors.rb +221 -0
  369. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/visualizer/fsm.css +30 -0
  370. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/visualizer/fsm.js +134 -0
  371. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/journey/visualizer/index.html.erb +52 -0
  372. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/callbacks.rb +37 -0
  373. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/cookies.rb +574 -0
  374. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/debug_exceptions.rb +110 -0
  375. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/exception_wrapper.rb +148 -0
  376. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/flash.rb +276 -0
  377. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/params_parser.rb +60 -0
  378. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/public_exceptions.rb +55 -0
  379. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/reloader.rb +98 -0
  380. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/remote_ip.rb +173 -0
  381. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/request_id.rb +35 -0
  382. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/session/abstract_store.rb +90 -0
  383. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/session/cache_store.rb +49 -0
  384. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/session/cookie_store.rb +123 -0
  385. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/session/mem_cache_store.rb +22 -0
  386. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/show_exceptions.rb +58 -0
  387. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/ssl.rb +72 -0
  388. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/stack.rb +129 -0
  389. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/static.rb +119 -0
  390. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb +34 -0
  391. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb +23 -0
  392. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb +27 -0
  393. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +52 -0
  394. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb +9 -0
  395. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb +16 -0
  396. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb +9 -0
  397. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/layout.erb +160 -0
  398. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +11 -0
  399. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb +3 -0
  400. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +32 -0
  401. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb +11 -0
  402. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +20 -0
  403. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb +7 -0
  404. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +6 -0
  405. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.text.erb +3 -0
  406. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb +16 -0
  407. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb +200 -0
  408. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/railtie.rb +47 -0
  409. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/request/session.rb +193 -0
  410. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/request/utils.rb +35 -0
  411. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing.rb +261 -0
  412. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/endpoint.rb +10 -0
  413. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/inspector.rb +234 -0
  414. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/mapper.rb +1979 -0
  415. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/polymorphic_routes.rb +330 -0
  416. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/redirection.rb +191 -0
  417. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb +864 -0
  418. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/routes_proxy.rb +41 -0
  419. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/routing/url_for.rb +195 -0
  420. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions.rb +22 -0
  421. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/dom.rb +3 -0
  422. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/response.rb +82 -0
  423. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/routing.rb +218 -0
  424. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/selector.rb +3 -0
  425. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/assertions/tag.rb +3 -0
  426. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/integration.rb +513 -0
  427. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/test_process.rb +44 -0
  428. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/test_request.rb +78 -0
  429. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_dispatch/testing/test_response.rb +25 -0
  430. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_pack.rb +24 -0
  431. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_pack/gem_version.rb +15 -0
  432. data/vendor/ruby/2.1.0/gems/actionpack-4.2.4/lib/action_pack/version.rb +8 -0
  433. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/CHANGELOG.md +502 -0
  434. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/MIT-LICENSE +21 -0
  435. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/README.rdoc +34 -0
  436. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view.rb +97 -0
  437. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/base.rb +209 -0
  438. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/buffers.rb +49 -0
  439. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/context.rb +36 -0
  440. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/dependency_tracker.rb +141 -0
  441. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/digestor.rb +122 -0
  442. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/flows.rb +76 -0
  443. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/gem_version.rb +15 -0
  444. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers.rb +64 -0
  445. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/active_model_helper.rb +49 -0
  446. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/asset_tag_helper.rb +322 -0
  447. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/asset_url_helper.rb +355 -0
  448. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/atom_feed_helper.rb +203 -0
  449. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/cache_helper.rb +200 -0
  450. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/capture_helper.rb +218 -0
  451. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/controller_helper.rb +25 -0
  452. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/csrf_helper.rb +33 -0
  453. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/date_helper.rb +1094 -0
  454. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/debug_helper.rb +39 -0
  455. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/form_helper.rb +1878 -0
  456. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/form_options_helper.rb +841 -0
  457. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/form_tag_helper.rb +760 -0
  458. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/javascript_helper.rb +75 -0
  459. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/number_helper.rb +434 -0
  460. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/output_safety_helper.rb +38 -0
  461. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/record_tag_helper.rb +108 -0
  462. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/rendering_helper.rb +98 -0
  463. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/sanitize_helper.rb +256 -0
  464. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tag_helper.rb +176 -0
  465. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags.rb +41 -0
  466. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/base.rb +148 -0
  467. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/check_box.rb +64 -0
  468. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/checkable.rb +16 -0
  469. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/collection_check_boxes.rb +53 -0
  470. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/collection_helpers.rb +85 -0
  471. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/collection_radio_buttons.rb +36 -0
  472. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/collection_select.rb +28 -0
  473. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/color_field.rb +25 -0
  474. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/date_field.rb +13 -0
  475. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/date_select.rb +72 -0
  476. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/datetime_field.rb +22 -0
  477. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/datetime_local_field.rb +19 -0
  478. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/datetime_select.rb +8 -0
  479. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/email_field.rb +8 -0
  480. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/file_field.rb +8 -0
  481. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/grouped_collection_select.rb +29 -0
  482. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/hidden_field.rb +8 -0
  483. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/label.rb +65 -0
  484. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/month_field.rb +13 -0
  485. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/number_field.rb +18 -0
  486. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/password_field.rb +12 -0
  487. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/radio_button.rb +31 -0
  488. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/range_field.rb +8 -0
  489. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/search_field.rb +24 -0
  490. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/select.rb +41 -0
  491. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/tel_field.rb +8 -0
  492. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/text_area.rb +18 -0
  493. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/text_field.rb +29 -0
  494. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/time_field.rb +13 -0
  495. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/time_select.rb +8 -0
  496. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/time_zone_select.rb +20 -0
  497. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/url_field.rb +8 -0
  498. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/tags/week_field.rb +13 -0
  499. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/text_helper.rb +450 -0
  500. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/translation_helper.rb +109 -0
  501. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/helpers/url_helper.rb +629 -0
  502. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/layouts.rb +426 -0
  503. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/locale/en.yml +56 -0
  504. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/log_subscriber.rb +44 -0
  505. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/lookup_context.rb +257 -0
  506. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/model_naming.rb +12 -0
  507. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/path_set.rb +77 -0
  508. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/railtie.rb +49 -0
  509. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/record_identifier.rb +84 -0
  510. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/abstract_renderer.rb +47 -0
  511. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/partial_renderer.rb +500 -0
  512. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/renderer.rb +50 -0
  513. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/streaming_template_renderer.rb +103 -0
  514. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/renderer/template_renderer.rb +102 -0
  515. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/rendering.rb +145 -0
  516. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/routing_url_for.rb +109 -0
  517. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/tasks/dependencies.rake +23 -0
  518. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template.rb +342 -0
  519. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/error.rb +141 -0
  520. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/handlers.rb +53 -0
  521. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/handlers/builder.rb +26 -0
  522. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/handlers/erb.rb +145 -0
  523. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/handlers/raw.rb +11 -0
  524. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/html.rb +34 -0
  525. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/resolver.rb +346 -0
  526. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/text.rb +34 -0
  527. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/template/types.rb +57 -0
  528. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/test_case.rb +272 -0
  529. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/testing/resolvers.rb +54 -0
  530. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner.rb +20 -0
  531. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/document.rb +68 -0
  532. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/node.rb +532 -0
  533. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/sanitizer.rb +188 -0
  534. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/selector.rb +830 -0
  535. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/tokenizer.rb +107 -0
  536. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/vendor/html-scanner/html/version.rb +11 -0
  537. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/version.rb +8 -0
  538. data/vendor/ruby/2.1.0/gems/actionview-4.1.13/lib/action_view/view_paths.rb +96 -0
  539. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/CHANGELOG.md +274 -0
  540. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/MIT-LICENSE +21 -0
  541. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/README.rdoc +39 -0
  542. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view.rb +96 -0
  543. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/base.rb +205 -0
  544. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/buffers.rb +50 -0
  545. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/context.rb +36 -0
  546. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/dependency_tracker.rb +141 -0
  547. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/digestor.rb +123 -0
  548. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/flows.rb +76 -0
  549. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/gem_version.rb +15 -0
  550. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers.rb +64 -0
  551. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/active_model_helper.rb +49 -0
  552. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/asset_tag_helper.rb +329 -0
  553. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb +366 -0
  554. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/atom_feed_helper.rb +203 -0
  555. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/cache_helper.rb +200 -0
  556. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb +209 -0
  557. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/controller_helper.rb +25 -0
  558. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/csrf_helper.rb +33 -0
  559. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/date_helper.rb +1098 -0
  560. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/debug_helper.rb +35 -0
  561. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/form_helper.rb +1943 -0
  562. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb +841 -0
  563. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/form_tag_helper.rb +876 -0
  564. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/javascript_helper.rb +81 -0
  565. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/number_helper.rb +432 -0
  566. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/output_safety_helper.rb +38 -0
  567. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/record_tag_helper.rb +108 -0
  568. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/rendering_helper.rb +98 -0
  569. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/sanitize_helper.rb +172 -0
  570. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb +188 -0
  571. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags.rb +42 -0
  572. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/base.rb +155 -0
  573. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/check_box.rb +64 -0
  574. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/checkable.rb +16 -0
  575. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/collection_check_boxes.rb +57 -0
  576. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/collection_helpers.rb +85 -0
  577. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/collection_radio_buttons.rb +36 -0
  578. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/collection_select.rb +28 -0
  579. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/color_field.rb +25 -0
  580. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/date_field.rb +13 -0
  581. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/date_select.rb +72 -0
  582. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/datetime_field.rb +30 -0
  583. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/datetime_local_field.rb +19 -0
  584. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/datetime_select.rb +8 -0
  585. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/email_field.rb +8 -0
  586. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/file_field.rb +8 -0
  587. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/grouped_collection_select.rb +29 -0
  588. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/hidden_field.rb +8 -0
  589. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/label.rb +79 -0
  590. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/month_field.rb +13 -0
  591. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/number_field.rb +18 -0
  592. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/password_field.rb +12 -0
  593. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/placeholderable.rb +22 -0
  594. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/radio_button.rb +31 -0
  595. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/range_field.rb +8 -0
  596. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/search_field.rb +22 -0
  597. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/select.rb +41 -0
  598. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/tel_field.rb +8 -0
  599. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/text_area.rb +22 -0
  600. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/text_field.rb +33 -0
  601. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/time_field.rb +13 -0
  602. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/time_select.rb +8 -0
  603. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/time_zone_select.rb +20 -0
  604. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/translator.rb +40 -0
  605. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/url_field.rb +8 -0
  606. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/tags/week_field.rb +13 -0
  607. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/text_helper.rb +467 -0
  608. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb +110 -0
  609. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb +621 -0
  610. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/layouts.rb +426 -0
  611. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/locale/en.yml +56 -0
  612. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/log_subscriber.rb +44 -0
  613. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/lookup_context.rb +255 -0
  614. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/model_naming.rb +12 -0
  615. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/path_set.rb +77 -0
  616. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/railtie.rb +49 -0
  617. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/record_identifier.rb +84 -0
  618. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb +49 -0
  619. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb +548 -0
  620. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb +50 -0
  621. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/streaming_template_renderer.rb +103 -0
  622. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/renderer/template_renderer.rb +101 -0
  623. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/rendering.rb +146 -0
  624. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/routing_url_for.rb +134 -0
  625. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/tasks/dependencies.rake +23 -0
  626. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template.rb +336 -0
  627. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/error.rb +141 -0
  628. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/handlers.rb +62 -0
  629. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/handlers/builder.rb +26 -0
  630. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/handlers/erb.rb +145 -0
  631. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/handlers/raw.rb +11 -0
  632. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/html.rb +34 -0
  633. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/resolver.rb +349 -0
  634. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/text.rb +34 -0
  635. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/template/types.rb +57 -0
  636. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/test_case.rb +279 -0
  637. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/testing/resolvers.rb +54 -0
  638. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/version.rb +8 -0
  639. data/vendor/ruby/2.1.0/gems/actionview-4.2.4/lib/action_view/view_paths.rb +111 -0
  640. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/CHANGELOG.md +35 -0
  641. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/MIT-LICENSE +21 -0
  642. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/README.md +131 -0
  643. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job.rb +37 -0
  644. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/arguments.rb +144 -0
  645. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/base.rb +68 -0
  646. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/callbacks.rb +146 -0
  647. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/configured_job.rb +16 -0
  648. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/core.rb +93 -0
  649. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/enqueuing.rb +77 -0
  650. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/execution.rb +42 -0
  651. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/gem_version.rb +15 -0
  652. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/logging.rb +107 -0
  653. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapter.rb +35 -0
  654. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters.rb +50 -0
  655. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/backburner_adapter.rb +36 -0
  656. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/delayed_job_adapter.rb +39 -0
  657. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/inline_adapter.rb +23 -0
  658. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/qu_adapter.rb +42 -0
  659. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/que_adapter.rb +35 -0
  660. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/queue_classic_adapter.rb +54 -0
  661. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/resque_adapter.rb +52 -0
  662. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/sidekiq_adapter.rb +47 -0
  663. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/sneakers_adapter.rb +46 -0
  664. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/sucker_punch_adapter.rb +40 -0
  665. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_adapters/test_adapter.rb +51 -0
  666. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/queue_name.rb +51 -0
  667. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/railtie.rb +23 -0
  668. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/test_case.rb +7 -0
  669. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/test_helper.rb +230 -0
  670. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/translation.rb +11 -0
  671. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/active_job/version.rb +8 -0
  672. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/rails/generators/job/job_generator.rb +24 -0
  673. data/vendor/ruby/2.1.0/gems/activejob-4.2.4/lib/rails/generators/job/templates/job.rb +9 -0
  674. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/CHANGELOG.md +144 -0
  675. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/MIT-LICENSE +21 -0
  676. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/README.rdoc +248 -0
  677. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model.rb +71 -0
  678. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/attribute_methods.rb +480 -0
  679. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/callbacks.rb +146 -0
  680. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/conversion.rb +93 -0
  681. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/dirty.rb +205 -0
  682. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/errors.rb +468 -0
  683. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/forbidden_attributes_protection.rb +28 -0
  684. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/gem_version.rb +15 -0
  685. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/lint.rb +110 -0
  686. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/locale/en.yml +29 -0
  687. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/model.rb +99 -0
  688. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/naming.rb +311 -0
  689. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/railtie.rb +12 -0
  690. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/secure_password.rb +121 -0
  691. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/serialization.rb +163 -0
  692. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/serializers/json.rb +145 -0
  693. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/serializers/xml.rb +238 -0
  694. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/test_case.rb +4 -0
  695. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/translation.rb +69 -0
  696. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations.rb +382 -0
  697. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/absence.rb +31 -0
  698. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/acceptance.rb +55 -0
  699. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/callbacks.rb +115 -0
  700. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/clusivity.rb +51 -0
  701. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/confirmation.rb +67 -0
  702. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/exclusion.rb +46 -0
  703. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/format.rb +113 -0
  704. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/inclusion.rb +46 -0
  705. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/length.rb +126 -0
  706. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/numericality.rb +136 -0
  707. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/presence.rb +39 -0
  708. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/validates.rb +171 -0
  709. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validations/with.rb +150 -0
  710. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/validator.rb +198 -0
  711. data/vendor/ruby/2.1.0/gems/activemodel-4.1.13/lib/active_model/version.rb +8 -0
  712. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/CHANGELOG.md +83 -0
  713. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/MIT-LICENSE +21 -0
  714. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/README.rdoc +272 -0
  715. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model.rb +71 -0
  716. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/attribute_methods.rb +478 -0
  717. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/callbacks.rb +149 -0
  718. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/conversion.rb +100 -0
  719. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/dirty.rb +267 -0
  720. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/errors.rb +475 -0
  721. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/forbidden_attributes_protection.rb +28 -0
  722. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/gem_version.rb +15 -0
  723. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/lint.rb +113 -0
  724. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/locale/en.yml +35 -0
  725. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/model.rb +99 -0
  726. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/naming.rb +316 -0
  727. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/railtie.rb +12 -0
  728. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/secure_password.rb +134 -0
  729. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/serialization.rb +163 -0
  730. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/serializers/json.rb +145 -0
  731. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/serializers/xml.rb +238 -0
  732. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/test_case.rb +4 -0
  733. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/translation.rb +69 -0
  734. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations.rb +404 -0
  735. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/absence.rb +31 -0
  736. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/acceptance.rb +55 -0
  737. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/callbacks.rb +117 -0
  738. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/clusivity.rb +51 -0
  739. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/confirmation.rb +67 -0
  740. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/exclusion.rb +46 -0
  741. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/format.rb +113 -0
  742. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/inclusion.rb +46 -0
  743. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/length.rb +126 -0
  744. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/numericality.rb +159 -0
  745. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/presence.rb +39 -0
  746. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/validates.rb +173 -0
  747. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validations/with.rb +153 -0
  748. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/validator.rb +182 -0
  749. data/vendor/ruby/2.1.0/gems/activemodel-4.2.4/lib/active_model/version.rb +8 -0
  750. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/CHANGELOG.md +2623 -0
  751. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/MIT-LICENSE +20 -0
  752. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/README.rdoc +213 -0
  753. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/examples/performance.rb +184 -0
  754. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/examples/simple.rb +14 -0
  755. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record.rb +172 -0
  756. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/aggregations.rb +262 -0
  757. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/association_relation.rb +22 -0
  758. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations.rb +1616 -0
  759. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/alias_tracker.rb +96 -0
  760. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/association.rb +253 -0
  761. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/association_scope.rb +150 -0
  762. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/belongs_to_association.rb +101 -0
  763. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/belongs_to_polymorphic_association.rb +40 -0
  764. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/association.rb +138 -0
  765. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/belongs_to.rb +138 -0
  766. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/collection_association.rb +91 -0
  767. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/has_and_belongs_to_many.rb +133 -0
  768. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/has_many.rb +15 -0
  769. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/has_one.rb +23 -0
  770. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/builder/singular_association.rb +31 -0
  771. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/collection_association.rb +618 -0
  772. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/collection_proxy.rb +1039 -0
  773. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/has_many_association.rb +138 -0
  774. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/has_many_through_association.rb +224 -0
  775. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/has_one_association.rb +106 -0
  776. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/has_one_through_association.rb +36 -0
  777. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/join_dependency.rb +274 -0
  778. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/join_dependency/join_association.rb +118 -0
  779. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/join_dependency/join_base.rb +22 -0
  780. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/join_dependency/join_part.rb +72 -0
  781. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader.rb +193 -0
  782. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/association.rb +163 -0
  783. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/belongs_to.rb +17 -0
  784. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/collection_association.rb +24 -0
  785. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/has_many.rb +17 -0
  786. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/has_many_through.rb +19 -0
  787. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/has_one.rb +23 -0
  788. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/has_one_through.rb +9 -0
  789. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/singular_association.rb +21 -0
  790. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/preloader/through_association.rb +95 -0
  791. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/singular_association.rb +65 -0
  792. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/associations/through_association.rb +108 -0
  793. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_assignment.rb +204 -0
  794. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods.rb +473 -0
  795. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/before_type_cast.rb +71 -0
  796. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/dirty.rb +127 -0
  797. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/primary_key.rb +129 -0
  798. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/query.rb +40 -0
  799. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/read.rb +140 -0
  800. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/serialization.rb +204 -0
  801. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/time_zone_conversion.rb +71 -0
  802. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/attribute_methods/write.rb +98 -0
  803. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/autosave_association.rb +447 -0
  804. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/base.rb +327 -0
  805. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/callbacks.rb +313 -0
  806. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/coders/json.rb +13 -0
  807. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/coders/yaml_column.rb +38 -0
  808. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/connection_pool.rb +633 -0
  809. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/database_limits.rb +67 -0
  810. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/database_statements.rb +391 -0
  811. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/query_cache.rb +95 -0
  812. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/quoting.rb +134 -0
  813. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/savepoints.rb +21 -0
  814. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/schema_creation.rb +90 -0
  815. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/schema_definitions.rb +502 -0
  816. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/schema_dumper.rb +70 -0
  817. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/schema_statements.rb +857 -0
  818. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract/transaction.rb +208 -0
  819. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract_adapter.rb +393 -0
  820. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +792 -0
  821. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/column.rb +293 -0
  822. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/connection_specification.rb +284 -0
  823. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/mysql2_adapter.rb +284 -0
  824. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/mysql_adapter.rb +575 -0
  825. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/array_parser.rb +105 -0
  826. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/cast.rb +168 -0
  827. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/database_statements.rb +217 -0
  828. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/oid.rb +395 -0
  829. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/quoting.rb +198 -0
  830. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +30 -0
  831. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql/schema_statements.rb +508 -0
  832. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/postgresql_adapter.rb +1007 -0
  833. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/schema_cache.rb +108 -0
  834. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/sqlite3_adapter.rb +626 -0
  835. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_adapters/statement_pool.rb +40 -0
  836. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/connection_handling.rb +132 -0
  837. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/core.rb +455 -0
  838. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/counter_cache.rb +121 -0
  839. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/dynamic_matchers.rb +140 -0
  840. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/enum.rb +199 -0
  841. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/errors.rb +230 -0
  842. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/explain.rb +38 -0
  843. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/explain_registry.rb +30 -0
  844. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/explain_subscriber.rb +29 -0
  845. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/fixture_set/file.rb +56 -0
  846. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/fixtures.rb +1023 -0
  847. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/gem_version.rb +15 -0
  848. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/inheritance.rb +222 -0
  849. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/integration.rb +113 -0
  850. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/locale/en.yml +47 -0
  851. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/locking/optimistic.rb +186 -0
  852. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/locking/pessimistic.rb +77 -0
  853. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/log_subscriber.rb +75 -0
  854. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/migration.rb +1054 -0
  855. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/migration/command_recorder.rb +180 -0
  856. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/migration/join_table.rb +15 -0
  857. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/model_schema.rb +348 -0
  858. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/nested_attributes.rb +548 -0
  859. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/no_touching.rb +52 -0
  860. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/null_relation.rb +81 -0
  861. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/persistence.rb +515 -0
  862. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/query_cache.rb +56 -0
  863. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/querying.rb +65 -0
  864. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railtie.rb +157 -0
  865. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railties/console_sandbox.rb +5 -0
  866. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railties/controller_runtime.rb +50 -0
  867. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railties/databases.rake +385 -0
  868. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/railties/jdbcmysql_error.rb +16 -0
  869. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/readonly_attributes.rb +24 -0
  870. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/reflection.rb +734 -0
  871. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation.rb +650 -0
  872. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/batches.rb +140 -0
  873. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/calculations.rb +406 -0
  874. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/delegation.rb +140 -0
  875. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/finder_methods.rb +493 -0
  876. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/merger.rb +183 -0
  877. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/predicate_builder.rb +146 -0
  878. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/predicate_builder/array_handler.rb +29 -0
  879. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/predicate_builder/relation_handler.rb +17 -0
  880. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/query_methods.rb +1129 -0
  881. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/relation/spawn_methods.rb +72 -0
  882. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/result.rb +120 -0
  883. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/runtime_registry.rb +22 -0
  884. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/sanitization.rb +181 -0
  885. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/schema.rb +65 -0
  886. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/schema_dumper.rb +220 -0
  887. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/schema_migration.rb +52 -0
  888. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/scoping.rb +87 -0
  889. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/scoping/default.rb +133 -0
  890. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/scoping/named.rb +160 -0
  891. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/serialization.rb +22 -0
  892. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/serializers/xml_serializer.rb +197 -0
  893. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/statement_cache.rb +26 -0
  894. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/store.rb +205 -0
  895. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/tasks/database_tasks.rb +244 -0
  896. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/tasks/mysql_database_tasks.rb +144 -0
  897. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/tasks/postgresql_database_tasks.rb +90 -0
  898. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/tasks/sqlite_database_tasks.rb +55 -0
  899. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/timestamp.rb +119 -0
  900. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/transactions.rb +401 -0
  901. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/translation.rb +22 -0
  902. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/validations.rb +84 -0
  903. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/validations/associated.rb +49 -0
  904. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/validations/presence.rb +65 -0
  905. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/validations/uniqueness.rb +243 -0
  906. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/active_record/version.rb +8 -0
  907. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record.rb +17 -0
  908. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/migration.rb +18 -0
  909. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/migration/migration_generator.rb +66 -0
  910. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/migration/templates/create_table_migration.rb +19 -0
  911. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/migration/templates/migration.rb +39 -0
  912. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/model/model_generator.rb +52 -0
  913. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/model/templates/model.rb +10 -0
  914. data/vendor/ruby/2.1.0/gems/activerecord-4.1.13/lib/rails/generators/active_record/model/templates/module.rb +7 -0
  915. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/CHANGELOG.md +1774 -0
  916. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/MIT-LICENSE +20 -0
  917. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/README.rdoc +218 -0
  918. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/examples/performance.rb +184 -0
  919. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/examples/simple.rb +14 -0
  920. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record.rb +174 -0
  921. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/aggregations.rb +266 -0
  922. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/association_relation.rb +35 -0
  923. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations.rb +1725 -0
  924. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/alias_tracker.rb +87 -0
  925. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/association.rb +265 -0
  926. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/association_scope.rb +195 -0
  927. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/belongs_to_association.rb +119 -0
  928. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/belongs_to_polymorphic_association.rb +40 -0
  929. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/association.rb +149 -0
  930. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/belongs_to.rb +116 -0
  931. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/collection_association.rb +95 -0
  932. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/has_and_belongs_to_many.rb +128 -0
  933. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/has_many.rb +15 -0
  934. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/has_one.rb +23 -0
  935. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/builder/singular_association.rb +38 -0
  936. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/collection_association.rb +643 -0
  937. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/collection_proxy.rb +1033 -0
  938. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/foreign_association.rb +11 -0
  939. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/has_many_association.rb +199 -0
  940. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/has_many_through_association.rb +242 -0
  941. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/has_one_association.rb +106 -0
  942. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/has_one_through_association.rb +36 -0
  943. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency.rb +287 -0
  944. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency/join_association.rb +122 -0
  945. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency/join_base.rb +22 -0
  946. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency/join_part.rb +71 -0
  947. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader.rb +203 -0
  948. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/association.rb +162 -0
  949. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/belongs_to.rb +17 -0
  950. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/collection_association.rb +24 -0
  951. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/has_many.rb +17 -0
  952. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/has_many_through.rb +19 -0
  953. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/has_one.rb +23 -0
  954. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/has_one_through.rb +9 -0
  955. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/singular_association.rb +21 -0
  956. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/preloader/through_association.rb +96 -0
  957. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/singular_association.rb +80 -0
  958. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/associations/through_association.rb +101 -0
  959. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute.rb +163 -0
  960. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_assignment.rb +212 -0
  961. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_decorators.rb +66 -0
  962. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb +439 -0
  963. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/before_type_cast.rb +76 -0
  964. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/dirty.rb +190 -0
  965. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/primary_key.rb +128 -0
  966. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/query.rb +40 -0
  967. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb +103 -0
  968. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/serialization.rb +70 -0
  969. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb +69 -0
  970. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_methods/write.rb +83 -0
  971. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb +77 -0
  972. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb +96 -0
  973. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/attributes.rb +146 -0
  974. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/autosave_association.rb +454 -0
  975. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/base.rb +316 -0
  976. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/callbacks.rb +313 -0
  977. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/coders/json.rb +13 -0
  978. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/coders/yaml_column.rb +38 -0
  979. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/connection_pool.rb +665 -0
  980. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_limits.rb +67 -0
  981. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb +388 -0
  982. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb +95 -0
  983. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/quoting.rb +133 -0
  984. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/savepoints.rb +21 -0
  985. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/schema_creation.rb +125 -0
  986. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/schema_definitions.rb +584 -0
  987. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/schema_dumper.rb +50 -0
  988. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/schema_statements.rb +1040 -0
  989. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/transaction.rb +215 -0
  990. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_adapter.rb +494 -0
  991. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +911 -0
  992. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/column.rb +82 -0
  993. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/connection_specification.rb +275 -0
  994. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/mysql2_adapter.rb +282 -0
  995. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/mysql_adapter.rb +491 -0
  996. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/array_parser.rb +93 -0
  997. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/column.rb +20 -0
  998. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/database_statements.rb +232 -0
  999. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid.rb +36 -0
  1000. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/array.rb +99 -0
  1001. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/bit.rb +52 -0
  1002. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb +13 -0
  1003. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/bytea.rb +15 -0
  1004. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/cidr.rb +46 -0
  1005. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date.rb +11 -0
  1006. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date_time.rb +36 -0
  1007. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/decimal.rb +13 -0
  1008. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/enum.rb +19 -0
  1009. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/float.rb +21 -0
  1010. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/hstore.rb +59 -0
  1011. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/inet.rb +13 -0
  1012. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/infinity.rb +13 -0
  1013. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/integer.rb +11 -0
  1014. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/json.rb +35 -0
  1015. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/jsonb.rb +23 -0
  1016. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/money.rb +43 -0
  1017. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/point.rb +43 -0
  1018. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/range.rb +79 -0
  1019. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/specialized_string.rb +19 -0
  1020. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/time.rb +11 -0
  1021. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb +109 -0
  1022. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/uuid.rb +21 -0
  1023. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/vector.rb +26 -0
  1024. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/xml.rb +28 -0
  1025. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/quoting.rb +108 -0
  1026. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +30 -0
  1027. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/schema_definitions.rb +152 -0
  1028. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/schema_statements.rb +585 -0
  1029. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/utils.rb +77 -0
  1030. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb +758 -0
  1031. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/schema_cache.rb +94 -0
  1032. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/sqlite3_adapter.rb +622 -0
  1033. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_adapters/statement_pool.rb +40 -0
  1034. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb +132 -0
  1035. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/core.rb +577 -0
  1036. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/counter_cache.rb +175 -0
  1037. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/dynamic_matchers.rb +140 -0
  1038. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/enum.rb +198 -0
  1039. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/errors.rb +252 -0
  1040. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/explain.rb +38 -0
  1041. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/explain_registry.rb +30 -0
  1042. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/explain_subscriber.rb +29 -0
  1043. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/fixture_set/file.rb +56 -0
  1044. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/fixtures.rb +1009 -0
  1045. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/gem_version.rb +15 -0
  1046. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/inheritance.rb +247 -0
  1047. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/integration.rb +113 -0
  1048. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/locale/en.yml +47 -0
  1049. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/locking/optimistic.rb +206 -0
  1050. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/locking/pessimistic.rb +77 -0
  1051. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/log_subscriber.rb +75 -0
  1052. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/migration.rb +1051 -0
  1053. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/migration/command_recorder.rb +197 -0
  1054. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/migration/join_table.rb +15 -0
  1055. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/model_schema.rb +340 -0
  1056. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/nested_attributes.rb +548 -0
  1057. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/no_touching.rb +52 -0
  1058. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/null_relation.rb +81 -0
  1059. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/persistence.rb +535 -0
  1060. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/query_cache.rb +56 -0
  1061. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/querying.rb +68 -0
  1062. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railtie.rb +162 -0
  1063. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railties/console_sandbox.rb +5 -0
  1064. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railties/controller_runtime.rb +50 -0
  1065. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railties/databases.rake +394 -0
  1066. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/railties/jdbcmysql_error.rb +16 -0
  1067. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/readonly_attributes.rb +23 -0
  1068. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/reflection.rb +881 -0
  1069. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation.rb +682 -0
  1070. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/batches.rb +138 -0
  1071. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb +403 -0
  1072. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb +140 -0
  1073. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/finder_methods.rb +516 -0
  1074. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/merger.rb +193 -0
  1075. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/predicate_builder.rb +155 -0
  1076. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/predicate_builder/array_handler.rb +47 -0
  1077. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/predicate_builder/relation_handler.rb +13 -0
  1078. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb +1178 -0
  1079. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/relation/spawn_methods.rb +75 -0
  1080. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/result.rb +131 -0
  1081. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/runtime_registry.rb +22 -0
  1082. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/sanitization.rb +191 -0
  1083. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/schema.rb +64 -0
  1084. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/schema_dumper.rb +251 -0
  1085. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/schema_migration.rb +56 -0
  1086. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/scoping.rb +87 -0
  1087. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/scoping/default.rb +135 -0
  1088. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/scoping/named.rb +164 -0
  1089. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/serialization.rb +22 -0
  1090. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/serializers/xml_serializer.rb +193 -0
  1091. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/statement_cache.rb +111 -0
  1092. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/store.rb +205 -0
  1093. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/tasks/database_tasks.rb +296 -0
  1094. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/tasks/mysql_database_tasks.rb +145 -0
  1095. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/tasks/postgresql_database_tasks.rb +90 -0
  1096. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/tasks/sqlite_database_tasks.rb +55 -0
  1097. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/timestamp.rb +121 -0
  1098. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/transactions.rb +427 -0
  1099. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/translation.rb +22 -0
  1100. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type.rb +23 -0
  1101. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/big_integer.rb +13 -0
  1102. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/binary.rb +50 -0
  1103. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/boolean.rb +31 -0
  1104. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/date.rb +46 -0
  1105. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/date_time.rb +54 -0
  1106. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/decimal.rb +48 -0
  1107. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/decimal_without_scale.rb +11 -0
  1108. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/decorator.rb +14 -0
  1109. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/float.rb +19 -0
  1110. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/hash_lookup_type_map.rb +23 -0
  1111. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/integer.rb +59 -0
  1112. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/mutable.rb +16 -0
  1113. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/numeric.rb +36 -0
  1114. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/serialized.rb +62 -0
  1115. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/string.rb +40 -0
  1116. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/text.rb +11 -0
  1117. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/time.rb +26 -0
  1118. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/time_value.rb +38 -0
  1119. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/type_map.rb +64 -0
  1120. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/unsigned_integer.rb +15 -0
  1121. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/type/value.rb +105 -0
  1122. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/validations.rb +90 -0
  1123. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/validations/associated.rb +51 -0
  1124. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/validations/presence.rb +67 -0
  1125. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/validations/uniqueness.rb +233 -0
  1126. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/active_record/version.rb +8 -0
  1127. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record.rb +17 -0
  1128. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/migration.rb +18 -0
  1129. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/migration/migration_generator.rb +70 -0
  1130. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/migration/templates/create_table_migration.rb +19 -0
  1131. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/migration/templates/migration.rb +39 -0
  1132. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/model/model_generator.rb +52 -0
  1133. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/model/templates/model.rb +10 -0
  1134. data/vendor/ruby/2.1.0/gems/activerecord-4.2.4/lib/rails/generators/active_record/model/templates/module.rb +7 -0
  1135. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/CHANGELOG.md +847 -0
  1136. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/MIT-LICENSE +20 -0
  1137. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/README.rdoc +35 -0
  1138. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support.rb +75 -0
  1139. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/all.rb +3 -0
  1140. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/backtrace_cleaner.rb +103 -0
  1141. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/benchmarkable.rb +49 -0
  1142. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/builder.rb +6 -0
  1143. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache.rb +719 -0
  1144. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/file_store.rb +185 -0
  1145. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/mem_cache_store.rb +198 -0
  1146. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/memory_store.rb +172 -0
  1147. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/null_store.rb +44 -0
  1148. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/strategy/local_cache.rb +160 -0
  1149. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/cache/strategy/local_cache_middleware.rb +39 -0
  1150. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/callbacks.rb +787 -0
  1151. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/concern.rb +134 -0
  1152. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/concurrency/latch.rb +27 -0
  1153. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/configurable.rb +147 -0
  1154. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext.rb +3 -0
  1155. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array.rb +6 -0
  1156. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/access.rb +56 -0
  1157. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/conversions.rb +209 -0
  1158. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/extract_options.rb +29 -0
  1159. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/grouping.rb +111 -0
  1160. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
  1161. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/array/wrap.rb +45 -0
  1162. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/benchmark.rb +14 -0
  1163. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/big_decimal.rb +1 -0
  1164. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/big_decimal/conversions.rb +16 -0
  1165. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/big_decimal/yaml_conversions.rb +14 -0
  1166. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class.rb +3 -0
  1167. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class/attribute.rb +127 -0
  1168. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
  1169. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class/delegating_attributes.rb +41 -0
  1170. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/class/subclasses.rb +42 -0
  1171. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date.rb +5 -0
  1172. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date/acts_like.rb +8 -0
  1173. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date/calculations.rb +143 -0
  1174. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date/conversions.rb +88 -0
  1175. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date/zones.rb +6 -0
  1176. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_and_time/calculations.rb +251 -0
  1177. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_and_time/zones.rb +41 -0
  1178. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time.rb +4 -0
  1179. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
  1180. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time/calculations.rb +163 -0
  1181. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time/conversions.rb +103 -0
  1182. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/date_time/zones.rb +6 -0
  1183. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/enumerable.rb +80 -0
  1184. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/file.rb +1 -0
  1185. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/file/atomic.rb +63 -0
  1186. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash.rb +8 -0
  1187. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/compact.rb +20 -0
  1188. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/conversions.rb +244 -0
  1189. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
  1190. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/except.rb +15 -0
  1191. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
  1192. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/keys.rb +162 -0
  1193. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
  1194. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/hash/slice.rb +42 -0
  1195. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/integer.rb +3 -0
  1196. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/integer/inflections.rb +29 -0
  1197. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/integer/multiple.rb +10 -0
  1198. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/integer/time.rb +44 -0
  1199. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel.rb +4 -0
  1200. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
  1201. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel/debugger.rb +10 -0
  1202. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel/reporting.rb +110 -0
  1203. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
  1204. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/load_error.rb +25 -0
  1205. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/marshal.rb +21 -0
  1206. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module.rb +11 -0
  1207. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/aliasing.rb +69 -0
  1208. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/anonymous.rb +19 -0
  1209. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/attr_internal.rb +39 -0
  1210. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
  1211. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/concerning.rb +135 -0
  1212. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/delegation.rb +209 -0
  1213. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/deprecation.rb +23 -0
  1214. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/introspection.rb +62 -0
  1215. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/method_transplanting.rb +11 -0
  1216. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/qualified_const.rb +52 -0
  1217. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/reachable.rb +8 -0
  1218. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/module/remove_method.rb +12 -0
  1219. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/name_error.rb +18 -0
  1220. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/numeric.rb +3 -0
  1221. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/numeric/bytes.rb +44 -0
  1222. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/numeric/conversions.rb +135 -0
  1223. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/numeric/time.rb +87 -0
  1224. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object.rb +14 -0
  1225. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/acts_like.rb +10 -0
  1226. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/blank.rb +131 -0
  1227. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/conversions.rb +4 -0
  1228. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/deep_dup.rb +46 -0
  1229. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/duplicable.rb +100 -0
  1230. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/inclusion.rb +27 -0
  1231. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/instance_variables.rb +28 -0
  1232. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/json.rb +197 -0
  1233. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/to_json.rb +5 -0
  1234. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/to_param.rb +1 -0
  1235. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/to_query.rb +83 -0
  1236. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/try.rb +78 -0
  1237. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/object/with_options.rb +42 -0
  1238. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range.rb +4 -0
  1239. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range/conversions.rb +19 -0
  1240. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range/each.rb +23 -0
  1241. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range/include_range.rb +23 -0
  1242. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/range/overlaps.rb +8 -0
  1243. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/regexp.rb +5 -0
  1244. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string.rb +13 -0
  1245. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/access.rb +104 -0
  1246. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/behavior.rb +6 -0
  1247. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/conversions.rb +56 -0
  1248. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/exclude.rb +11 -0
  1249. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/filters.rb +65 -0
  1250. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/indent.rb +43 -0
  1251. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/inflections.rb +214 -0
  1252. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/inquiry.rb +13 -0
  1253. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/multibyte.rb +49 -0
  1254. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/output_safety.rb +243 -0
  1255. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
  1256. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/strip.rb +26 -0
  1257. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/string/zones.rb +14 -0
  1258. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/struct.rb +6 -0
  1259. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/thread.rb +79 -0
  1260. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time.rb +5 -0
  1261. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/acts_like.rb +8 -0
  1262. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/calculations.rb +257 -0
  1263. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/conversions.rb +65 -0
  1264. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/marshal.rb +30 -0
  1265. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/time/zones.rb +79 -0
  1266. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/core_ext/uri.rb +26 -0
  1267. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/dependencies.rb +748 -0
  1268. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/dependencies/autoload.rb +77 -0
  1269. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation.rb +43 -0
  1270. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/behaviors.rb +76 -0
  1271. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/instance_delegator.rb +24 -0
  1272. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/method_wrappers.rb +44 -0
  1273. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/proxy_wrappers.rb +126 -0
  1274. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/deprecation/reporting.rb +94 -0
  1275. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/descendants_tracker.rb +60 -0
  1276. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/duration.rb +118 -0
  1277. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/file_update_checker.rb +137 -0
  1278. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/file_watcher.rb +36 -0
  1279. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/gem_version.rb +15 -0
  1280. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/gzip.rb +36 -0
  1281. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/hash_with_indifferent_access.rb +272 -0
  1282. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/i18n.rb +13 -0
  1283. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/i18n_railtie.rb +100 -0
  1284. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflections.rb +70 -0
  1285. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflector.rb +7 -0
  1286. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflector/inflections.rb +211 -0
  1287. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflector/methods.rb +359 -0
  1288. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/inflector/transliterate.rb +97 -0
  1289. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/json.rb +2 -0
  1290. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/json/decoding.rb +73 -0
  1291. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/json/encoding.rb +176 -0
  1292. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/key_generator.rb +73 -0
  1293. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/lazy_load_hooks.rb +48 -0
  1294. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/locale/en.yml +133 -0
  1295. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/log_subscriber.rb +109 -0
  1296. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/log_subscriber/test_helper.rb +104 -0
  1297. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/logger.rb +57 -0
  1298. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/logger_silence.rb +24 -0
  1299. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/message_encryptor.rb +106 -0
  1300. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/message_verifier.rb +73 -0
  1301. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/multibyte.rb +21 -0
  1302. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/multibyte/chars.rb +222 -0
  1303. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/multibyte/unicode.rb +389 -0
  1304. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/notifications.rb +207 -0
  1305. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/notifications/fanout.rb +152 -0
  1306. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/notifications/instrumenter.rb +73 -0
  1307. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper.rb +346 -0
  1308. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_converter.rb +182 -0
  1309. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_currency_converter.rb +46 -0
  1310. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_delimited_converter.rb +23 -0
  1311. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_human_converter.rb +66 -0
  1312. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_human_size_converter.rb +58 -0
  1313. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
  1314. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_phone_converter.rb +49 -0
  1315. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/number_helper/number_to_rounded_converter.rb +87 -0
  1316. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/option_merger.rb +25 -0
  1317. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/ordered_hash.rb +48 -0
  1318. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/ordered_options.rb +67 -0
  1319. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/per_thread_registry.rb +53 -0
  1320. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/proxy_object.rb +13 -0
  1321. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/rails.rb +27 -0
  1322. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/railtie.rb +46 -0
  1323. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/rescuable.rb +119 -0
  1324. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/string_inquirer.rb +26 -0
  1325. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/subscriber.rb +125 -0
  1326. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/tagged_logging.rb +76 -0
  1327. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/test_case.rb +66 -0
  1328. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/assertions.rb +97 -0
  1329. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/autorun.rb +5 -0
  1330. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/constant_lookup.rb +54 -0
  1331. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/declarative.rb +50 -0
  1332. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/deprecation.rb +35 -0
  1333. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/isolation.rb +91 -0
  1334. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/setup_and_teardown.rb +50 -0
  1335. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/tagged_logging.rb +25 -0
  1336. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/testing/time_helpers.rb +127 -0
  1337. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/time.rb +20 -0
  1338. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/time_with_zone.rb +402 -0
  1339. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/values/time_zone.rb +424 -0
  1340. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/values/unicode_tables.dat +0 -0
  1341. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/version.rb +8 -0
  1342. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini.rb +194 -0
  1343. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/jdom.rb +181 -0
  1344. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/libxml.rb +79 -0
  1345. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/libxmlsax.rb +85 -0
  1346. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/nokogiri.rb +83 -0
  1347. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/nokogirisax.rb +87 -0
  1348. data/vendor/ruby/2.1.0/gems/activesupport-4.1.13/lib/active_support/xml_mini/rexml.rb +130 -0
  1349. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/CHANGELOG.md +473 -0
  1350. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/MIT-LICENSE +20 -0
  1351. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/README.rdoc +40 -0
  1352. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support.rb +85 -0
  1353. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/all.rb +3 -0
  1354. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/backtrace_cleaner.rb +103 -0
  1355. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/benchmarkable.rb +49 -0
  1356. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/builder.rb +6 -0
  1357. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache.rb +717 -0
  1358. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/file_store.rb +190 -0
  1359. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/mem_cache_store.rb +198 -0
  1360. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/memory_store.rb +172 -0
  1361. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/null_store.rb +44 -0
  1362. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/strategy/local_cache.rb +161 -0
  1363. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/cache/strategy/local_cache_middleware.rb +44 -0
  1364. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/callbacks.rb +795 -0
  1365. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/concern.rb +142 -0
  1366. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/concurrency/latch.rb +27 -0
  1367. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/configurable.rb +147 -0
  1368. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext.rb +3 -0
  1369. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array.rb +6 -0
  1370. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/access.rb +64 -0
  1371. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/conversions.rb +209 -0
  1372. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/extract_options.rb +29 -0
  1373. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/grouping.rb +116 -0
  1374. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
  1375. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/array/wrap.rb +45 -0
  1376. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/benchmark.rb +14 -0
  1377. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/big_decimal.rb +1 -0
  1378. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/big_decimal/conversions.rb +16 -0
  1379. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/big_decimal/yaml_conversions.rb +16 -0
  1380. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class.rb +3 -0
  1381. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class/attribute.rb +127 -0
  1382. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
  1383. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class/delegating_attributes.rb +45 -0
  1384. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/class/subclasses.rb +42 -0
  1385. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date.rb +5 -0
  1386. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date/acts_like.rb +8 -0
  1387. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date/calculations.rb +143 -0
  1388. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date/conversions.rb +94 -0
  1389. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date/zones.rb +6 -0
  1390. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_and_time/calculations.rb +262 -0
  1391. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_and_time/zones.rb +41 -0
  1392. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time.rb +4 -0
  1393. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
  1394. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time/calculations.rb +173 -0
  1395. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time/conversions.rb +103 -0
  1396. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/date_time/zones.rb +6 -0
  1397. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/digest/uuid.rb +51 -0
  1398. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/enumerable.rb +80 -0
  1399. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/file.rb +1 -0
  1400. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/file/atomic.rb +63 -0
  1401. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash.rb +9 -0
  1402. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/compact.rb +20 -0
  1403. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/conversions.rb +243 -0
  1404. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
  1405. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/except.rb +21 -0
  1406. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
  1407. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/keys.rb +166 -0
  1408. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
  1409. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/slice.rb +48 -0
  1410. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/transform_values.rb +23 -0
  1411. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/integer.rb +3 -0
  1412. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/integer/inflections.rb +29 -0
  1413. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/integer/multiple.rb +10 -0
  1414. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/integer/time.rb +29 -0
  1415. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel.rb +5 -0
  1416. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
  1417. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/concern.rb +10 -0
  1418. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/debugger.rb +10 -0
  1419. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/reporting.rb +125 -0
  1420. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
  1421. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/load_error.rb +28 -0
  1422. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb +21 -0
  1423. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module.rb +11 -0
  1424. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/aliasing.rb +69 -0
  1425. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/anonymous.rb +19 -0
  1426. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/attr_internal.rb +39 -0
  1427. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
  1428. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/concerning.rb +135 -0
  1429. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/delegation.rb +217 -0
  1430. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/deprecation.rb +23 -0
  1431. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/introspection.rb +62 -0
  1432. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/method_transplanting.rb +11 -0
  1433. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/qualified_const.rb +52 -0
  1434. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/reachable.rb +8 -0
  1435. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/module/remove_method.rb +12 -0
  1436. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/name_error.rb +18 -0
  1437. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric.rb +3 -0
  1438. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric/bytes.rb +44 -0
  1439. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric/conversions.rb +135 -0
  1440. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric/time.rb +54 -0
  1441. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object.rb +15 -0
  1442. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/acts_like.rb +10 -0
  1443. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb +131 -0
  1444. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/conversions.rb +4 -0
  1445. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/deep_dup.rb +46 -0
  1446. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/duplicable.rb +103 -0
  1447. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/inclusion.rb +27 -0
  1448. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/instance_variables.rb +28 -0
  1449. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/itself.rb +15 -0
  1450. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/json.rb +197 -0
  1451. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/to_param.rb +1 -0
  1452. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/to_query.rb +84 -0
  1453. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/try.rb +100 -0
  1454. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/object/with_options.rb +69 -0
  1455. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range.rb +4 -0
  1456. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range/conversions.rb +19 -0
  1457. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range/each.rb +23 -0
  1458. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range/include_range.rb +23 -0
  1459. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/range/overlaps.rb +8 -0
  1460. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/regexp.rb +5 -0
  1461. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string.rb +13 -0
  1462. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/access.rb +104 -0
  1463. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/behavior.rb +6 -0
  1464. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/conversions.rb +56 -0
  1465. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/exclude.rb +11 -0
  1466. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/filters.rb +103 -0
  1467. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/indent.rb +43 -0
  1468. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb +217 -0
  1469. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inquiry.rb +13 -0
  1470. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/multibyte.rb +49 -0
  1471. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb +262 -0
  1472. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
  1473. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/strip.rb +26 -0
  1474. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/string/zones.rb +14 -0
  1475. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/struct.rb +6 -0
  1476. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/thread.rb +86 -0
  1477. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time.rb +5 -0
  1478. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/acts_like.rb +8 -0
  1479. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/calculations.rb +271 -0
  1480. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/conversions.rb +65 -0
  1481. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/marshal.rb +30 -0
  1482. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/time/zones.rb +79 -0
  1483. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb +26 -0
  1484. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/dependencies.rb +762 -0
  1485. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/dependencies/autoload.rb +77 -0
  1486. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation.rb +43 -0
  1487. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/behaviors.rb +76 -0
  1488. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/instance_delegator.rb +24 -0
  1489. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/method_wrappers.rb +44 -0
  1490. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/proxy_wrappers.rb +126 -0
  1491. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/deprecation/reporting.rb +94 -0
  1492. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/descendants_tracker.rb +60 -0
  1493. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/duration.rb +160 -0
  1494. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb +137 -0
  1495. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/gem_version.rb +15 -0
  1496. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/gzip.rb +36 -0
  1497. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/hash_with_indifferent_access.rb +291 -0
  1498. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/i18n.rb +13 -0
  1499. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/i18n_railtie.rb +94 -0
  1500. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflections.rb +70 -0
  1501. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflector.rb +7 -0
  1502. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflector/inflections.rb +211 -0
  1503. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb +383 -0
  1504. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/inflector/transliterate.rb +97 -0
  1505. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/json.rb +2 -0
  1506. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/json/decoding.rb +73 -0
  1507. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/json/encoding.rb +177 -0
  1508. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/key_generator.rb +73 -0
  1509. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/lazy_load_hooks.rb +48 -0
  1510. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/locale/en.yml +133 -0
  1511. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/log_subscriber.rb +109 -0
  1512. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/log_subscriber/test_helper.rb +104 -0
  1513. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/logger.rb +57 -0
  1514. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/logger_silence.rb +24 -0
  1515. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/message_encryptor.rb +107 -0
  1516. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/message_verifier.rb +72 -0
  1517. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/multibyte.rb +21 -0
  1518. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/multibyte/chars.rb +222 -0
  1519. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/multibyte/unicode.rb +390 -0
  1520. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/notifications.rb +212 -0
  1521. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/notifications/fanout.rb +157 -0
  1522. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb +73 -0
  1523. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper.rb +345 -0
  1524. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_converter.rb +182 -0
  1525. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_currency_converter.rb +46 -0
  1526. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_delimited_converter.rb +23 -0
  1527. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_human_converter.rb +66 -0
  1528. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_human_size_converter.rb +58 -0
  1529. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
  1530. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_phone_converter.rb +49 -0
  1531. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/number_helper/number_to_rounded_converter.rb +87 -0
  1532. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/option_merger.rb +25 -0
  1533. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/ordered_hash.rb +48 -0
  1534. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/ordered_options.rb +67 -0
  1535. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/per_thread_registry.rb +53 -0
  1536. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/proxy_object.rb +13 -0
  1537. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/rails.rb +27 -0
  1538. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/railtie.rb +46 -0
  1539. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/rescuable.rb +119 -0
  1540. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/security_utils.rb +20 -0
  1541. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/string_inquirer.rb +26 -0
  1542. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/subscriber.rb +125 -0
  1543. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/tagged_logging.rb +76 -0
  1544. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/test_case.rb +100 -0
  1545. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/assertions.rb +97 -0
  1546. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/autorun.rb +5 -0
  1547. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/constant_lookup.rb +50 -0
  1548. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/declarative.rb +26 -0
  1549. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/deprecation.rb +35 -0
  1550. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/isolation.rb +101 -0
  1551. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/setup_and_teardown.rb +50 -0
  1552. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/tagged_logging.rb +25 -0
  1553. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/testing/time_helpers.rb +131 -0
  1554. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/time.rb +18 -0
  1555. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb +409 -0
  1556. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/values/time_zone.rb +428 -0
  1557. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/values/unicode_tables.dat +0 -0
  1558. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/version.rb +8 -0
  1559. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini.rb +194 -0
  1560. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/jdom.rb +181 -0
  1561. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/libxml.rb +79 -0
  1562. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/libxmlsax.rb +85 -0
  1563. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/nokogiri.rb +83 -0
  1564. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/nokogirisax.rb +87 -0
  1565. data/vendor/ruby/2.1.0/gems/activesupport-4.2.4/lib/active_support/xml_mini/rexml.rb +130 -0
  1566. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/Gemfile +12 -0
  1567. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/History.txt +292 -0
  1568. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/MIT-LICENSE.txt +20 -0
  1569. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/Manifest.txt +133 -0
  1570. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/README.markdown +150 -0
  1571. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/Rakefile +20 -0
  1572. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/arel.gemspec +41 -0
  1573. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel.rb +46 -0
  1574. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/alias_predication.rb +7 -0
  1575. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/attributes.rb +20 -0
  1576. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/attributes/attribute.rb +27 -0
  1577. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/compatibility/wheres.rb +33 -0
  1578. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/crud.rb +40 -0
  1579. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/delete_manager.rb +18 -0
  1580. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/deprecated.rb +4 -0
  1581. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/expression.rb +5 -0
  1582. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/expressions.rb +27 -0
  1583. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/factory_methods.rb +43 -0
  1584. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/insert_manager.rb +38 -0
  1585. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/math.rb +19 -0
  1586. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes.rb +52 -0
  1587. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/and.rb +34 -0
  1588. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/ascending.rb +23 -0
  1589. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/binary.rb +52 -0
  1590. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/count.rb +10 -0
  1591. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/delete_statement.rb +19 -0
  1592. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/descending.rb +23 -0
  1593. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/equality.rb +9 -0
  1594. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/extract.rb +34 -0
  1595. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/false.rb +13 -0
  1596. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/function.rb +43 -0
  1597. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/grouping.rb +7 -0
  1598. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/in.rb +6 -0
  1599. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/infix_operation.rb +44 -0
  1600. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/inner_join.rb +6 -0
  1601. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/insert_statement.rb +32 -0
  1602. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/join_source.rb +18 -0
  1603. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/named_function.rb +21 -0
  1604. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/node.rb +56 -0
  1605. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/outer_join.rb +6 -0
  1606. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/over.rb +15 -0
  1607. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/select_core.rb +63 -0
  1608. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/select_statement.rb +39 -0
  1609. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/sql_literal.rb +17 -0
  1610. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/string_join.rb +9 -0
  1611. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/table_alias.rb +21 -0
  1612. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/terminal.rb +13 -0
  1613. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/true.rb +13 -0
  1614. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/unary.rb +39 -0
  1615. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/unqualified_column.rb +20 -0
  1616. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/update_statement.rb +38 -0
  1617. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/values.rb +14 -0
  1618. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/window.rb +105 -0
  1619. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/nodes/with.rb +10 -0
  1620. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/order_predications.rb +13 -0
  1621. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/predications.rb +180 -0
  1622. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/select_manager.rb +283 -0
  1623. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/sql/engine.rb +10 -0
  1624. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/sql_literal.rb +4 -0
  1625. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/table.rb +142 -0
  1626. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/tree_manager.rb +40 -0
  1627. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/update_manager.rb +57 -0
  1628. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors.rb +42 -0
  1629. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/bind_visitor.rb +34 -0
  1630. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/depth_first.rb +170 -0
  1631. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/dot.rb +272 -0
  1632. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/ibm_db.rb +12 -0
  1633. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/informix.rb +33 -0
  1634. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/join_sql.rb +19 -0
  1635. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/mssql.rb +73 -0
  1636. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/mysql.rb +56 -0
  1637. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/oracle.rb +128 -0
  1638. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/order_clauses.rb +11 -0
  1639. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/postgresql.rb +21 -0
  1640. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/sqlite.rb +16 -0
  1641. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/to_sql.rb +604 -0
  1642. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/visitor.rb +34 -0
  1643. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/visitors/where_sql.rb +9 -0
  1644. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/lib/arel/window_predications.rb +9 -0
  1645. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/attributes/test_attribute.rb +664 -0
  1646. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/helper.rb +13 -0
  1647. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_and.rb +20 -0
  1648. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_as.rb +34 -0
  1649. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_ascending.rb +44 -0
  1650. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_bin.rb +33 -0
  1651. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_count.rb +39 -0
  1652. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_delete_statement.rb +34 -0
  1653. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_descending.rb +44 -0
  1654. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_distinct.rb +20 -0
  1655. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_equality.rb +84 -0
  1656. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_extract.rb +33 -0
  1657. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_false.rb +20 -0
  1658. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_grouping.rb +25 -0
  1659. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_infix_operation.rb +40 -0
  1660. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_insert_statement.rb +42 -0
  1661. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_named_function.rb +46 -0
  1662. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_node.rb +39 -0
  1663. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_not.rb +29 -0
  1664. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_or.rb +34 -0
  1665. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_over.rb +67 -0
  1666. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_select_core.rb +69 -0
  1667. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_select_statement.rb +49 -0
  1668. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_sql_literal.rb +69 -0
  1669. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_sum.rb +24 -0
  1670. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_table_alias.rb +36 -0
  1671. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_true.rb +21 -0
  1672. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_update_statement.rb +58 -0
  1673. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/nodes/test_window.rb +73 -0
  1674. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/support/fake_record.rb +123 -0
  1675. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_attributes.rb +66 -0
  1676. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_crud.rb +63 -0
  1677. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_delete_manager.rb +42 -0
  1678. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_factory_methods.rb +44 -0
  1679. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_insert_manager.rb +142 -0
  1680. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_select_manager.rb +1090 -0
  1681. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_table.rb +208 -0
  1682. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/test_update_manager.rb +124 -0
  1683. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_bind_visitor.rb +58 -0
  1684. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_depth_first.rb +238 -0
  1685. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_dispatch_contamination.rb +22 -0
  1686. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_dot.rb +76 -0
  1687. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_ibm_db.rb +27 -0
  1688. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_informix.rb +52 -0
  1689. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_join_sql.rb +42 -0
  1690. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_mssql.rb +66 -0
  1691. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_mysql.rb +55 -0
  1692. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_oracle.rb +156 -0
  1693. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_postgres.rb +84 -0
  1694. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_sqlite.rb +23 -0
  1695. data/vendor/ruby/2.1.0/gems/arel-5.0.1.20140414130214/test/visitors/test_to_sql.rb +476 -0
  1696. data/vendor/ruby/2.1.0/gems/arel-6.0.3/History.txt +315 -0
  1697. data/vendor/ruby/2.1.0/gems/arel-6.0.3/MIT-LICENSE.txt +20 -0
  1698. data/vendor/ruby/2.1.0/gems/arel-6.0.3/README.markdown +227 -0
  1699. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel.rb +35 -0
  1700. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/alias_predication.rb +7 -0
  1701. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/attributes.rb +20 -0
  1702. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/attributes/attribute.rb +27 -0
  1703. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/bind.rb +36 -0
  1704. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/plain_string.rb +18 -0
  1705. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/sql_string.rb +24 -0
  1706. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/compatibility/wheres.rb +33 -0
  1707. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/crud.rb +40 -0
  1708. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/delete_manager.rb +18 -0
  1709. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/expressions.rb +28 -0
  1710. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/factory_methods.rb +43 -0
  1711. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/insert_manager.rb +42 -0
  1712. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/math.rb +19 -0
  1713. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes.rb +95 -0
  1714. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/and.rb +30 -0
  1715. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/ascending.rb +23 -0
  1716. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/binary.rb +52 -0
  1717. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/bind_param.rb +6 -0
  1718. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/count.rb +10 -0
  1719. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/delete_statement.rb +19 -0
  1720. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/descending.rb +23 -0
  1721. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/equality.rb +9 -0
  1722. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/extract.rb +25 -0
  1723. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/false.rb +13 -0
  1724. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/full_outer_join.rb +6 -0
  1725. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/function.rb +42 -0
  1726. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/grouping.rb +7 -0
  1727. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/in.rb +6 -0
  1728. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/infix_operation.rb +44 -0
  1729. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/inner_join.rb +6 -0
  1730. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/insert_statement.rb +35 -0
  1731. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/join_source.rb +18 -0
  1732. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/matches.rb +14 -0
  1733. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/named_function.rb +21 -0
  1734. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/node.rb +60 -0
  1735. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/outer_join.rb +6 -0
  1736. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/over.rb +15 -0
  1737. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/right_outer_join.rb +6 -0
  1738. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/select_core.rb +63 -0
  1739. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/select_statement.rb +39 -0
  1740. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/sql_literal.rb +14 -0
  1741. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/string_join.rb +9 -0
  1742. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/table_alias.rb +21 -0
  1743. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/terminal.rb +13 -0
  1744. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/true.rb +13 -0
  1745. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/unary.rb +39 -0
  1746. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/unqualified_column.rb +20 -0
  1747. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/update_statement.rb +38 -0
  1748. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/values.rb +14 -0
  1749. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/window.rb +123 -0
  1750. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/nodes/with.rb +10 -0
  1751. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/order_predications.rb +13 -0
  1752. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/predications.rb +215 -0
  1753. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/select_manager.rb +268 -0
  1754. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/table.rb +146 -0
  1755. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/tree_manager.rb +46 -0
  1756. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/update_manager.rb +57 -0
  1757. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors.rb +40 -0
  1758. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/bind_substitute.rb +9 -0
  1759. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/bind_visitor.rb +39 -0
  1760. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/depth_first.rb +184 -0
  1761. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/dot.rb +278 -0
  1762. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/ibm_db.rb +14 -0
  1763. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/informix.rb +51 -0
  1764. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/mssql.rb +91 -0
  1765. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/mysql.rb +77 -0
  1766. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/oracle.rb +141 -0
  1767. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/postgresql.rb +32 -0
  1768. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/reduce.rb +25 -0
  1769. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/sqlite.rb +17 -0
  1770. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/to_sql.rb +822 -0
  1771. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/visitor.rb +41 -0
  1772. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/visitors/where_sql.rb +12 -0
  1773. data/vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/window_predications.rb +9 -0
  1774. data/vendor/ruby/2.1.0/gems/builder-3.2.2/CHANGES +107 -0
  1775. data/vendor/ruby/2.1.0/gems/builder-3.2.2/MIT-LICENSE +20 -0
  1776. data/vendor/ruby/2.1.0/gems/builder-3.2.2/README.md +258 -0
  1777. data/vendor/ruby/2.1.0/gems/builder-3.2.2/Rakefile +195 -0
  1778. data/vendor/ruby/2.1.0/gems/builder-3.2.2/doc/jamis.rb +591 -0
  1779. data/vendor/ruby/2.1.0/gems/builder-3.2.2/doc/releases/builder-1.2.4.rdoc +31 -0
  1780. data/vendor/ruby/2.1.0/gems/builder-3.2.2/doc/releases/builder-2.0.0.rdoc +46 -0
  1781. data/vendor/ruby/2.1.0/gems/builder-3.2.2/doc/releases/builder-2.1.1.rdoc +58 -0
  1782. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/blankslate.rb +137 -0
  1783. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder.rb +13 -0
  1784. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/blankslate.rb +23 -0
  1785. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/version.rb +8 -0
  1786. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/xchar.rb +197 -0
  1787. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/xmlbase.rb +199 -0
  1788. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/xmlevents.rb +63 -0
  1789. data/vendor/ruby/2.1.0/gems/builder-3.2.2/lib/builder/xmlmarkup.rb +339 -0
  1790. data/vendor/ruby/2.1.0/gems/builder-3.2.2/rakelib/publish.rake +17 -0
  1791. data/vendor/ruby/2.1.0/gems/builder-3.2.2/rakelib/tags.rake +62 -0
  1792. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/performance.rb +41 -0
  1793. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/preload.rb +39 -0
  1794. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_blankslate.rb +217 -0
  1795. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_eventbuilder.rb +150 -0
  1796. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_markupbuilder.rb +611 -0
  1797. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_method_caching.rb +62 -0
  1798. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_namecollision.rb +39 -0
  1799. data/vendor/ruby/2.1.0/gems/builder-3.2.2/test/test_xchar.rb +78 -0
  1800. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/History.md +680 -0
  1801. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/License.txt +22 -0
  1802. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/README.md +922 -0
  1803. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara.rb +377 -0
  1804. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/cucumber.rb +26 -0
  1805. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/driver/base.rb +136 -0
  1806. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/driver/node.rb +100 -0
  1807. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/dsl.rb +57 -0
  1808. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/helpers.rb +128 -0
  1809. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/actions.rb +156 -0
  1810. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/base.rb +124 -0
  1811. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/document.rb +31 -0
  1812. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/document_matchers.rb +68 -0
  1813. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/element.rb +263 -0
  1814. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/finders.rb +169 -0
  1815. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/matchers.rb +527 -0
  1816. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/node/simple.rb +167 -0
  1817. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/queries/base_query.rb +29 -0
  1818. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/queries/text_query.rb +56 -0
  1819. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/queries/title_query.rb +40 -0
  1820. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/query.rb +135 -0
  1821. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/browser.rb +114 -0
  1822. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/css_handlers.rb +10 -0
  1823. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/driver.rb +94 -0
  1824. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/form.rb +91 -0
  1825. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rack_test/node.rb +203 -0
  1826. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rails.rb +20 -0
  1827. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/result.rb +57 -0
  1828. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rspec.rb +32 -0
  1829. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rspec/features.rb +45 -0
  1830. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/rspec/matchers.rb +213 -0
  1831. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/selector.rb +242 -0
  1832. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/selenium/driver.rb +271 -0
  1833. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/selenium/node.rb +130 -0
  1834. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/server.rb +91 -0
  1835. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/session.rb +716 -0
  1836. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/fixtures/another_test_file.txt +1 -0
  1837. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/fixtures/capybara.jpg +3 -0
  1838. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/fixtures/test_file.txt +1 -0
  1839. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/public/jquery-ui.js +791 -0
  1840. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/public/jquery.js +9046 -0
  1841. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/public/test.js +103 -0
  1842. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/accept_alert_spec.rb +57 -0
  1843. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/accept_confirm_spec.rb +19 -0
  1844. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/accept_prompt_spec.rb +49 -0
  1845. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/all_spec.rb +152 -0
  1846. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/assert_selector.rb +147 -0
  1847. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/assert_text.rb +195 -0
  1848. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/assert_title.rb +69 -0
  1849. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/attach_file_spec.rb +109 -0
  1850. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/body_spec.rb +21 -0
  1851. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/check_spec.rb +113 -0
  1852. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/choose_spec.rb +68 -0
  1853. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/click_button_spec.rb +439 -0
  1854. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/click_link_or_button_spec.rb +112 -0
  1855. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/click_link_spec.rb +150 -0
  1856. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/current_scope_spec.rb +29 -0
  1857. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/current_url_spec.rb +93 -0
  1858. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/dismiss_confirm_spec.rb +35 -0
  1859. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/dismiss_prompt_spec.rb +19 -0
  1860. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/evaluate_script_spec.rb +6 -0
  1861. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/execute_script_spec.rb +7 -0
  1862. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/fill_in_spec.rb +183 -0
  1863. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_button_spec.rb +32 -0
  1864. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_by_id_spec.rb +31 -0
  1865. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_field_spec.rb +64 -0
  1866. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_link_spec.rb +32 -0
  1867. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/find_spec.rb +375 -0
  1868. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/first_spec.rb +88 -0
  1869. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/go_back_spec.rb +10 -0
  1870. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/go_forward_spec.rb +12 -0
  1871. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_button_spec.rb +54 -0
  1872. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_css_spec.rb +228 -0
  1873. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_field_spec.rb +274 -0
  1874. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_link_spec.rb +34 -0
  1875. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_select_spec.rb +181 -0
  1876. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_selector_spec.rb +132 -0
  1877. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_table_spec.rb +30 -0
  1878. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_text_spec.rb +309 -0
  1879. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_title_spec.rb +47 -0
  1880. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/has_xpath_spec.rb +127 -0
  1881. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/headers.rb +6 -0
  1882. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/html_spec.rb +38 -0
  1883. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/node_spec.rb +329 -0
  1884. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/reset_session_spec.rb +56 -0
  1885. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/response_code.rb +6 -0
  1886. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/save_and_open_screenshot_spec.rb +46 -0
  1887. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/save_page_spec.rb +82 -0
  1888. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/screenshot_spec.rb +16 -0
  1889. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/select_spec.rb +189 -0
  1890. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/source_spec.rb +0 -0
  1891. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/text_spec.rb +58 -0
  1892. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/title_spec.rb +16 -0
  1893. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/uncheck_spec.rb +40 -0
  1894. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/unselect_spec.rb +114 -0
  1895. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/visit_spec.rb +117 -0
  1896. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/become_closed_spec.rb +84 -0
  1897. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/current_window_spec.rb +25 -0
  1898. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/open_new_window_spec.rb +28 -0
  1899. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/switch_to_window_spec.rb +114 -0
  1900. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/window_opened_by_spec.rb +84 -0
  1901. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/window_spec.rb +142 -0
  1902. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/windows_spec.rb +31 -0
  1903. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/window/within_window_spec.rb +188 -0
  1904. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/within_frame_spec.rb +52 -0
  1905. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/session/within_spec.rb +165 -0
  1906. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/spec_helper.rb +96 -0
  1907. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/test_app.rb +169 -0
  1908. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/buttons.erb +4 -0
  1909. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/fieldsets.erb +29 -0
  1910. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/form.erb +451 -0
  1911. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/frame_child.erb +9 -0
  1912. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/frame_one.erb +8 -0
  1913. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/frame_parent.erb +8 -0
  1914. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/frame_two.erb +8 -0
  1915. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/header_links.erb +7 -0
  1916. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/host_links.erb +12 -0
  1917. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/popup_one.erb +8 -0
  1918. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/popup_two.erb +8 -0
  1919. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/postback.erb +13 -0
  1920. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/tables.erb +62 -0
  1921. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_base_tag.erb +10 -0
  1922. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_count.erb +7 -0
  1923. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_hover.erb +17 -0
  1924. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_html.erb +113 -0
  1925. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_html_entities.erb +1 -0
  1926. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_js.erb +98 -0
  1927. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_scope.erb +41 -0
  1928. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_simple_html.erb +1 -0
  1929. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_title.erb +1 -0
  1930. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/with_windows.erb +47 -0
  1931. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/spec/views/within_frames.erb +11 -0
  1932. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/version.rb +3 -0
  1933. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/lib/capybara/window.rb +123 -0
  1934. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/basic_node_spec.rb +140 -0
  1935. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/capybara_spec.rb +54 -0
  1936. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/dsl_spec.rb +256 -0
  1937. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/fixtures/selenium_driver_rspec_failure.rb +8 -0
  1938. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/fixtures/selenium_driver_rspec_success.rb +8 -0
  1939. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/rack_test_spec.rb +184 -0
  1940. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/result_spec.rb +65 -0
  1941. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/rspec/features_spec.rb +82 -0
  1942. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/rspec/matchers_spec.rb +780 -0
  1943. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/rspec_spec.rb +51 -0
  1944. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/selenium_spec.rb +93 -0
  1945. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/selenium_spec_chrome.rb +21 -0
  1946. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/server_spec.rb +116 -0
  1947. data/vendor/ruby/2.1.0/gems/capybara-2.4.4/spec/spec_helper.rb +7 -0
  1948. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/CHANGES.txt +828 -0
  1949. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/MIT-LICENSE +20 -0
  1950. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/README.txt +102 -0
  1951. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/Makefile +6 -0
  1952. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/bench.rb +313 -0
  1953. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/bench_context.yaml +141 -0
  1954. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/_footer.html +4 -0
  1955. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/_header.html +52 -0
  1956. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/bench_erb.rhtml +29 -0
  1957. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/bench_erubis.rhtml +29 -0
  1958. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/benchmark/templates/bench_eruby.rhtml +29 -0
  1959. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/bin/erubis +10 -0
  1960. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/contrib/erubis +3468 -0
  1961. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
  1962. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/contrib/inline-require +179 -0
  1963. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/ActionView.html +105 -0
  1964. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html +209 -0
  1965. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/ERB.html +101 -0
  1966. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis.html +362 -0
  1967. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEnhancer.html +175 -0
  1968. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEruby.html +120 -0
  1969. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEnhancer.html +174 -0
  1970. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEruby.html +120 -0
  1971. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic.html +112 -0
  1972. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Converter.html +327 -0
  1973. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Engine.html +130 -0
  1974. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEnhancer.html +215 -0
  1975. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEruby.html +120 -0
  1976. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/CGenerator.html +386 -0
  1977. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/CommandOptionError.html +113 -0
  1978. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Context.html +344 -0
  1979. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Converter.html +283 -0
  1980. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/CppGenerator.html +382 -0
  1981. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEnhancer.html +150 -0
  1982. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEruby.html +120 -0
  1983. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ec.html +126 -0
  1984. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ecpp.html +126 -0
  1985. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejava.html +126 -0
  1986. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejavascript.html +126 -0
  1987. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Engine.html +305 -0
  1988. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Eperl.html +126 -0
  1989. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Ephp.html +126 -0
  1990. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEnhancer.html +175 -0
  1991. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEruby.html +120 -0
  1992. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/ErubisError.html +117 -0
  1993. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Eruby.html +132 -0
  1994. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapeEnhancer.html +165 -0
  1995. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEc.html +120 -0
  1996. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEcpp.html +120 -0
  1997. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjava.html +120 -0
  1998. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjavascript.html +120 -0
  1999. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEperl.html +120 -0
  2000. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEphp.html +120 -0
  2001. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEruby.html +127 -0
  2002. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEscheme.html +120 -0
  2003. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Escheme.html +126 -0
  2004. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Evaluator.html +212 -0
  2005. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/FastEruby.html +131 -0
  2006. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Generator.html +416 -0
  2007. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEnhancer.html +267 -0
  2008. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEruby.html +120 -0
  2009. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers.html +116 -0
  2010. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsFormHelper.html +787 -0
  2011. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper.html +349 -0
  2012. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html +213 -0
  2013. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEnhancer.html +305 -0
  2014. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEruby.html +120 -0
  2015. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/JavaGenerator.html +359 -0
  2016. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/JavascriptGenerator.html +386 -0
  2017. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/Main.html +341 -0
  2018. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEnhancer.html +249 -0
  2019. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEruby.html +120 -0
  2020. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEnhancer.html +159 -0
  2021. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEruby.html +120 -0
  2022. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/NotSupportedError.html +119 -0
  2023. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedEruby.html +163 -0
  2024. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedGenerator.html +439 -0
  2025. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedXmlEruby.html +163 -0
  2026. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI.html +125 -0
  2027. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Converter.html +266 -0
  2028. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ec.html +166 -0
  2029. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ecpp.html +166 -0
  2030. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejava.html +166 -0
  2031. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejavascript.html +166 -0
  2032. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Engine.html +122 -0
  2033. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eperl.html +166 -0
  2034. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ephp.html +166 -0
  2035. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eruby.html +155 -0
  2036. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Escheme.html +166 -0
  2037. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/TinyEruby.html +293 -0
  2038. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEnhancer.html +163 -0
  2039. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEruby.html +120 -0
  2040. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PerlGenerator.html +344 -0
  2041. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PhpGenerator.html +350 -0
  2042. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEnhancer.html +210 -0
  2043. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEruby.html +120 -0
  2044. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingEruby.html +183 -0
  2045. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingHelper.html +212 -0
  2046. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEnhancer.html +212 -0
  2047. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEruby.html +120 -0
  2048. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEnhancer.html +244 -0
  2049. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEruby.html +120 -0
  2050. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutSimplifiedEruby.html +121 -0
  2051. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyEvaluator.html +227 -0
  2052. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyGenerator.html +328 -0
  2053. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/SchemeGenerator.html +382 -0
  2054. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifiedEruby.html +120 -0
  2055. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifyEnhancer.html +191 -0
  2056. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEnhancer.html +173 -0
  2057. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEruby.html +120 -0
  2058. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutSimplifiedEruby.html +121 -0
  2059. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEnhancer.html +174 -0
  2060. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEruby.html +120 -0
  2061. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/StringIOEruby.html +120 -0
  2062. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/TinyEruby.html +298 -0
  2063. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlEruby.html +130 -0
  2064. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlHelper.html +255 -0
  2065. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/classes/Kernel.html +155 -0
  2066. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/created.rid +1 -0
  2067. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/README_txt.html +247 -0
  2068. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/context_rb.html +107 -0
  2069. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/converter_rb.html +114 -0
  2070. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ec_rb.html +115 -0
  2071. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ecpp_rb.html +115 -0
  2072. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejava_rb.html +115 -0
  2073. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejavascript_rb.html +115 -0
  2074. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/enhanced_rb.html +115 -0
  2075. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/eperl_rb.html +115 -0
  2076. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/ephp_rb.html +115 -0
  2077. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/eruby_rb.html +115 -0
  2078. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/escheme_rb.html +115 -0
  2079. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine/optimized_rb.html +114 -0
  2080. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/engine_rb.html +117 -0
  2081. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/enhancer_rb.html +107 -0
  2082. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/error_rb.html +107 -0
  2083. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/evaluator_rb.html +115 -0
  2084. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/generator_rb.html +114 -0
  2085. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/helper_rb.html +107 -0
  2086. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_form_helper_rb.html +107 -0
  2087. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_helper_rb.html +116 -0
  2088. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/local-setting_rb.html +107 -0
  2089. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/main_rb.html +129 -0
  2090. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/preprocessing_rb.html +114 -0
  2091. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/tiny_rb.html +107 -0
  2092. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis/util_rb.html +107 -0
  2093. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/files/erubis_rb.html +118 -0
  2094. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/fr_class_index.html +129 -0
  2095. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/fr_file_index.html +53 -0
  2096. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/fr_method_index.html +265 -0
  2097. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/index.html +24 -0
  2098. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc-api/rdoc-style.css +208 -0
  2099. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc/docstyle.css +209 -0
  2100. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/doc/users-guide.html +3551 -0
  2101. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/Makefile +58 -0
  2102. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ec +42 -0
  2103. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ecpp +33 -0
  2104. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ejava +45 -0
  2105. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ejs +16 -0
  2106. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.eperl +16 -0
  2107. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.ephp +17 -0
  2108. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.eruby +15 -0
  2109. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/basic/example.escheme +26 -0
  2110. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/Makefile +54 -0
  2111. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.ec +42 -0
  2112. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.ejava +45 -0
  2113. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.ejs +16 -0
  2114. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.eperl +16 -0
  2115. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.ephp +17 -0
  2116. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.eruby +15 -0
  2117. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/examples/pi/example.escheme +26 -0
  2118. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis.rb +73 -0
  2119. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
  2120. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
  2121. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
  2122. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
  2123. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
  2124. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
  2125. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
  2126. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
  2127. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
  2128. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
  2129. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
  2130. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
  2131. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
  2132. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
  2133. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
  2134. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
  2135. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
  2136. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
  2137. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
  2138. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
  2139. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
  2140. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
  2141. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
  2142. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
  2143. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
  2144. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/setup.rb +1331 -0
  2145. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/assert-text-equal.rb +44 -0
  2146. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/Example.ejava +55 -0
  2147. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/array_example.result +9 -0
  2148. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/arraybuffer_example.result +9 -0
  2149. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/bipattern-example.rhtml +4 -0
  2150. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/bipattern_example.result +6 -0
  2151. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.rb +10 -0
  2152. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.result +17 -0
  2153. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/context.rb +6 -0
  2154. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/context.yaml +8 -0
  2155. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/def_method.rb +14 -0
  2156. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/def_method.result +3 -0
  2157. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/escape_example.result +9 -0
  2158. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.ec +27 -0
  2159. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.ecpp +30 -0
  2160. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.ejs +20 -0
  2161. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.eperl +18 -0
  2162. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.ephp +18 -0
  2163. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.eruby +6 -0
  2164. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example.escheme +28 -0
  2165. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example1.eruby +6 -0
  2166. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example1.rb +17 -0
  2167. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example1.result +16 -0
  2168. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example10.rb +4 -0
  2169. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example10.result +17 -0
  2170. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example10.xhtml +14 -0
  2171. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example10_x.result +17 -0
  2172. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11.php +20 -0
  2173. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11.result +23 -0
  2174. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11.rhtml +21 -0
  2175. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11_C.result +10 -0
  2176. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11_N.result +16 -0
  2177. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11_U.result +16 -0
  2178. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example11_php.result +15 -0
  2179. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example1_x.result +9 -0
  2180. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2.eruby +7 -0
  2181. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2.rb +10 -0
  2182. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2.result +27 -0
  2183. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2_trim.result +10 -0
  2184. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example2_x.result +10 -0
  2185. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example3.eruby +6 -0
  2186. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example3.rb +10 -0
  2187. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example31.result +22 -0
  2188. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example32.result +4 -0
  2189. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example3_e.result +8 -0
  2190. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example4.eruby +3 -0
  2191. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example4.rb +11 -0
  2192. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example4.result +10 -0
  2193. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example4_x.result +5 -0
  2194. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example5.eruby +6 -0
  2195. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example5.rb +16 -0
  2196. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example5.result +7 -0
  2197. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example6.rb +12 -0
  2198. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example6.result +7 -0
  2199. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example7.eruby +8 -0
  2200. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example71.result +13 -0
  2201. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example72.result +13 -0
  2202. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example8.eruby +6 -0
  2203. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example8_ruby.result +7 -0
  2204. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example8_yaml.result +7 -0
  2205. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example9.eruby +3 -0
  2206. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example9.rb +8 -0
  2207. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example9.result +9 -0
  2208. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example91.result +5 -0
  2209. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example92.result +4 -0
  2210. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_c.result +32 -0
  2211. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_java.result +56 -0
  2212. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_js.result +22 -0
  2213. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_perl.result +20 -0
  2214. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_php.result +19 -0
  2215. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_scheme.result +30 -0
  2216. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/example_scheme_display.result +29 -0
  2217. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.rb +8 -0
  2218. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.result +18 -0
  2219. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rb +11 -0
  2220. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby.result +38 -0
  2221. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rhtml +15 -0
  2222. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example.eruby +9 -0
  2223. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rb +8 -0
  2224. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rhtml +10 -0
  2225. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example.result +11 -0
  2226. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example2.result +13 -0
  2227. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/interpolation_example.result +9 -0
  2228. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/main_program1.rb +8 -0
  2229. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/main_program1.result +6 -0
  2230. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/main_program2.rb +8 -0
  2231. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/main_program2.result +6 -0
  2232. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/nocode-example.eruby +14 -0
  2233. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/nocode-php.result +20 -0
  2234. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/nocode_example.result +15 -0
  2235. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/normal-eruby-test.eruby +9 -0
  2236. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/normal_eruby_test.result +11 -0
  2237. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/notext-example.eruby +14 -0
  2238. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/notext-example.php +19 -0
  2239. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/notext-php.result +20 -0
  2240. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/notext_example.result +16 -0
  2241. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/percentline-example.rhtml +6 -0
  2242. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/percentline_example.result +9 -0
  2243. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rb +9 -0
  2244. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rhtml +6 -0
  2245. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/prefixedline_example.result +9 -0
  2246. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/printenable_example.result +4 -0
  2247. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.eruby +3 -0
  2248. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.rb +8 -0
  2249. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/printstatement_example.result +8 -0
  2250. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/simplify_example.result +9 -0
  2251. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/stderr.log +3 -0
  2252. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/stdout_exmple.result +9 -0
  2253. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/stringbuffer_example.result +9 -0
  2254. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/tail_260.result +4 -0
  2255. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/tailnewline.rhtml +3 -0
  2256. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/template1.rhtml +4 -0
  2257. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/data/users-guide/template2.rhtml +4 -0
  2258. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-engines.rb +425 -0
  2259. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-enhancers.rb +646 -0
  2260. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-erubis.rb +887 -0
  2261. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-index-cgi.rb +191 -0
  2262. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-main.rb +752 -0
  2263. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test-users-guide.rb +73 -0
  2264. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/test.rb +45 -0
  2265. data/vendor/ruby/2.1.0/gems/erubis-2.7.0/test/testutil.rb +111 -0
  2266. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/LICENSE +21 -0
  2267. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/README.md +80 -0
  2268. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs.rb +6 -0
  2269. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/disabled_runtime.rb +29 -0
  2270. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/duktape_runtime.rb +68 -0
  2271. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/encoding.rb +26 -0
  2272. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/external_runtime.rb +246 -0
  2273. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/module.rb +42 -0
  2274. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/ruby_racer_runtime.rb +114 -0
  2275. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/ruby_rhino_runtime.rb +97 -0
  2276. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/runtime.rb +55 -0
  2277. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/runtimes.rb +86 -0
  2278. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/jsc_runner.js +18 -0
  2279. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/jscript_runner.js +22 -0
  2280. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/json2.js +481 -0
  2281. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/node_runner.js +20 -0
  2282. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/support/spidermonkey_runner.js +18 -0
  2283. data/vendor/ruby/2.1.0/gems/execjs-2.6.0/lib/execjs/version.rb +3 -0
  2284. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/MIT-LICENSE +21 -0
  2285. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id.rb +8 -0
  2286. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/global_id.rb +71 -0
  2287. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/identification.rb +25 -0
  2288. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/locator.rb +182 -0
  2289. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/railtie.rb +40 -0
  2290. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/signed_global_id.rb +89 -0
  2291. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/global_id/uri/gid.rb +177 -0
  2292. data/vendor/ruby/2.1.0/gems/globalid-0.3.6/lib/globalid.rb +2 -0
  2293. data/vendor/ruby/2.1.0/gems/haml-4.0.7/CHANGELOG.md +1363 -0
  2294. data/vendor/ruby/2.1.0/gems/haml-4.0.7/FAQ.md +157 -0
  2295. data/vendor/ruby/2.1.0/gems/haml-4.0.7/MIT-LICENSE +20 -0
  2296. data/vendor/ruby/2.1.0/gems/haml-4.0.7/README.md +173 -0
  2297. data/vendor/ruby/2.1.0/gems/haml-4.0.7/REFERENCE.md +1294 -0
  2298. data/vendor/ruby/2.1.0/gems/haml-4.0.7/Rakefile +134 -0
  2299. data/vendor/ruby/2.1.0/gems/haml-4.0.7/bin/haml +9 -0
  2300. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml.rb +23 -0
  2301. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/buffer.rb +345 -0
  2302. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/compiler.rb +540 -0
  2303. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/engine.rb +245 -0
  2304. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/error.rb +61 -0
  2305. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/exec.rb +329 -0
  2306. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/filters.rb +404 -0
  2307. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers.rb +664 -0
  2308. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/action_view_extensions.rb +58 -0
  2309. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/action_view_mods.rb +147 -0
  2310. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/action_view_xss_mods.rb +58 -0
  2311. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/safe_erubis_template.rb +29 -0
  2312. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/helpers/xss_mods.rb +104 -0
  2313. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/options.rb +279 -0
  2314. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/parser.rb +764 -0
  2315. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/railtie.rb +22 -0
  2316. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/sass_rails_filter.rb +33 -0
  2317. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/template.rb +32 -0
  2318. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/template/options.rb +16 -0
  2319. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/template/plugin.rb +41 -0
  2320. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/util.rb +377 -0
  2321. data/vendor/ruby/2.1.0/gems/haml-4.0.7/lib/haml/version.rb +3 -0
  2322. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/engine_test.rb +2013 -0
  2323. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/erb/_av_partial_1.erb +12 -0
  2324. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/erb/_av_partial_2.erb +8 -0
  2325. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/erb/action_view.erb +62 -0
  2326. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/erb/standard.erb +55 -0
  2327. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/filters_test.rb +254 -0
  2328. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-3.0.x +5 -0
  2329. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-3.1.x +6 -0
  2330. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-3.2.x +5 -0
  2331. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/gemfiles/Gemfile.rails-4.0.x +5 -0
  2332. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/LICENSE +14 -0
  2333. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/README.md +106 -0
  2334. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/lua_haml_spec.lua +38 -0
  2335. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/perl_haml_test.pl +81 -0
  2336. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/ruby_haml_test.rb +23 -0
  2337. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/haml-spec/tests.json +660 -0
  2338. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/helper_test.rb +583 -0
  2339. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/markaby/standard.mab +52 -0
  2340. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/mocks/article.rb +6 -0
  2341. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/parser_test.rb +105 -0
  2342. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/content_for_layout.xhtml +12 -0
  2343. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/eval_suppressed.xhtml +9 -0
  2344. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/helpers.xhtml +70 -0
  2345. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/helpful.xhtml +10 -0
  2346. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/just_stuff.xhtml +70 -0
  2347. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/list.xhtml +12 -0
  2348. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/nuke_inner_whitespace.xhtml +40 -0
  2349. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/nuke_outer_whitespace.xhtml +148 -0
  2350. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/original_engine.xhtml +20 -0
  2351. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/partial_layout.xhtml +5 -0
  2352. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/partial_layout_erb.xhtml +5 -0
  2353. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/partials.xhtml +21 -0
  2354. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/render_layout.xhtml +3 -0
  2355. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/silent_script.xhtml +74 -0
  2356. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/standard.xhtml +162 -0
  2357. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/tag_parsing.xhtml +23 -0
  2358. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/very_basic.xhtml +5 -0
  2359. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/results/whitespace_handling.xhtml +90 -0
  2360. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/template_test.rb +354 -0
  2361. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_av_partial_1.haml +9 -0
  2362. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_av_partial_1_ugly.haml +9 -0
  2363. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_av_partial_2.haml +5 -0
  2364. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_av_partial_2_ugly.haml +5 -0
  2365. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_layout.erb +3 -0
  2366. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_layout_for_partial.haml +3 -0
  2367. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_partial.haml +8 -0
  2368. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_text_area.haml +3 -0
  2369. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/_text_area_helper.html.haml +4 -0
  2370. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/action_view.haml +47 -0
  2371. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/action_view_ugly.haml +47 -0
  2372. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/breakage.haml +8 -0
  2373. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/content_for_layout.haml +8 -0
  2374. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/eval_suppressed.haml +11 -0
  2375. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/helpers.haml +55 -0
  2376. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/helpful.haml +11 -0
  2377. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/just_stuff.haml +85 -0
  2378. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/list.haml +12 -0
  2379. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/nuke_inner_whitespace.haml +32 -0
  2380. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/nuke_outer_whitespace.haml +144 -0
  2381. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/original_engine.haml +17 -0
  2382. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/partial_layout.haml +3 -0
  2383. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/partial_layout_erb.erb +4 -0
  2384. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/partialize.haml +1 -0
  2385. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/partials.haml +12 -0
  2386. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/render_layout.haml +2 -0
  2387. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/silent_script.haml +45 -0
  2388. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/standard.haml +43 -0
  2389. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/standard_ugly.haml +43 -0
  2390. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/tag_parsing.haml +21 -0
  2391. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/very_basic.haml +4 -0
  2392. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/templates/whitespace_handling.haml +87 -0
  2393. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/test_helper.rb +81 -0
  2394. data/vendor/ruby/2.1.0/gems/haml-4.0.7/test/util_test.rb +63 -0
  2395. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/MIT-LICENSE +20 -0
  2396. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/README.md +82 -0
  2397. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x +8 -0
  2398. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x.lock +27 -0
  2399. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x +8 -0
  2400. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x.lock +33 -0
  2401. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x +8 -0
  2402. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x.lock +34 -0
  2403. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x +8 -0
  2404. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x.lock +34 -0
  2405. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master +8 -0
  2406. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master.lock +40 -0
  2407. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n.rb +341 -0
  2408. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend.rb +18 -0
  2409. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/base.rb +189 -0
  2410. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/cache.rb +96 -0
  2411. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/cascade.rb +54 -0
  2412. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/chain.rb +97 -0
  2413. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/fallbacks.rb +69 -0
  2414. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/flatten.rb +113 -0
  2415. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/gettext.rb +72 -0
  2416. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/interpolation_compiler.rb +121 -0
  2417. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/key_value.rb +100 -0
  2418. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/memoize.rb +46 -0
  2419. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/metadata.rb +65 -0
  2420. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/pluralization.rb +53 -0
  2421. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/simple.rb +87 -0
  2422. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/backend/transliterator.rb +99 -0
  2423. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/config.rb +140 -0
  2424. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/core_ext/hash.rb +29 -0
  2425. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
  2426. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/core_ext/string/interpolate.rb +9 -0
  2427. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/exceptions.rb +104 -0
  2428. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/gettext.rb +25 -0
  2429. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/gettext/helpers.rb +64 -0
  2430. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/gettext/po_parser.rb +329 -0
  2431. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb +37 -0
  2432. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale.rb +6 -0
  2433. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/fallbacks.rb +96 -0
  2434. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/tag.rb +28 -0
  2435. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/tag/parents.rb +22 -0
  2436. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/tag/rfc4646.rb +74 -0
  2437. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/locale/tag/simple.rb +39 -0
  2438. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests.rb +12 -0
  2439. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/basics.rb +59 -0
  2440. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/defaults.rb +40 -0
  2441. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/interpolation.rb +133 -0
  2442. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/link.rb +56 -0
  2443. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization.rb +19 -0
  2444. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization/date.rb +91 -0
  2445. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization/date_time.rb +82 -0
  2446. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization/procs.rb +116 -0
  2447. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/localization/time.rb +81 -0
  2448. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/lookup.rb +81 -0
  2449. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/pluralization.rb +35 -0
  2450. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/tests/procs.rb +55 -0
  2451. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/lib/i18n/version.rb +3 -0
  2452. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/all_features_test.rb +58 -0
  2453. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/cascade_test.rb +28 -0
  2454. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/chain_test.rb +24 -0
  2455. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/fallbacks_test.rb +30 -0
  2456. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/key_value_test.rb +24 -0
  2457. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/memoize_test.rb +56 -0
  2458. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/override_test.rb +42 -0
  2459. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/pluralization_test.rb +30 -0
  2460. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/api/simple_test.rb +28 -0
  2461. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/cache_test.rb +86 -0
  2462. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/cascade_test.rb +86 -0
  2463. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/chain_test.rb +91 -0
  2464. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/exceptions_test.rb +36 -0
  2465. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/fallbacks_test.rb +152 -0
  2466. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/interpolation_compiler_test.rb +118 -0
  2467. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/key_value_test.rb +43 -0
  2468. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/memoize_test.rb +47 -0
  2469. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/metadata_test.rb +48 -0
  2470. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/pluralization_test.rb +45 -0
  2471. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/simple_test.rb +84 -0
  2472. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/backend/transliterator_test.rb +84 -0
  2473. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/core_ext/hash_test.rb +30 -0
  2474. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/gettext/api_test.rb +207 -0
  2475. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/gettext/backend_test.rb +92 -0
  2476. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/i18n/exceptions_test.rb +105 -0
  2477. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/i18n/interpolate_test.rb +80 -0
  2478. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/i18n/load_path_test.rb +34 -0
  2479. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/i18n_test.rb +429 -0
  2480. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/locale/fallbacks_test.rb +133 -0
  2481. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/locale/tag/rfc4646_test.rb +143 -0
  2482. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/locale/tag/simple_test.rb +32 -0
  2483. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/run_all.rb +20 -0
  2484. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/de.po +82 -0
  2485. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/en.rb +3 -0
  2486. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/en.yml +3 -0
  2487. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/invalid/empty.yml +0 -0
  2488. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/invalid/syntax.yml +4 -0
  2489. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_data/locales/plurals.rb +113 -0
  2490. data/vendor/ruby/2.1.0/gems/i18n-0.7.0/test/test_helper.rb +55 -0
  2491. data/vendor/ruby/2.1.0/gems/json-1.8.3/CHANGES +295 -0
  2492. data/vendor/ruby/2.1.0/gems/json-1.8.3/COPYING +58 -0
  2493. data/vendor/ruby/2.1.0/gems/json-1.8.3/COPYING-json-jruby +57 -0
  2494. data/vendor/ruby/2.1.0/gems/json-1.8.3/GPL +340 -0
  2495. data/vendor/ruby/2.1.0/gems/json-1.8.3/Gemfile +10 -0
  2496. data/vendor/ruby/2.1.0/gems/json-1.8.3/README-json-jruby.markdown +33 -0
  2497. data/vendor/ruby/2.1.0/gems/json-1.8.3/README.rdoc +358 -0
  2498. data/vendor/ruby/2.1.0/gems/json-1.8.3/Rakefile +412 -0
  2499. data/vendor/ruby/2.1.0/gems/json-1.8.3/TODO +1 -0
  2500. data/vendor/ruby/2.1.0/gems/json-1.8.3/VERSION +1 -0
  2501. data/vendor/ruby/2.1.0/gems/json-1.8.3/data/example.json +1 -0
  2502. data/vendor/ruby/2.1.0/gems/json-1.8.3/data/index.html +38 -0
  2503. data/vendor/ruby/2.1.0/gems/json-1.8.3/data/prototype.js +4184 -0
  2504. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/Makefile +194 -0
  2505. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/fbuffer/fbuffer.h +190 -0
  2506. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/Makefile +240 -0
  2507. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/depend +1 -0
  2508. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/extconf.rb +4 -0
  2509. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/generator.bundle +0 -0
  2510. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/generator.c +1458 -0
  2511. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/generator.h +166 -0
  2512. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/generator/generator.o +0 -0
  2513. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/Makefile +240 -0
  2514. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/depend +1 -0
  2515. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/extconf.rb +3 -0
  2516. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.bundle +0 -0
  2517. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.c +2216 -0
  2518. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.h +92 -0
  2519. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.o +0 -0
  2520. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/ext/parser/parser.rl +939 -0
  2521. data/vendor/ruby/2.1.0/gems/json-1.8.3/ext/json/extconf.rb +3 -0
  2522. data/vendor/ruby/2.1.0/gems/json-1.8.3/install.rb +23 -0
  2523. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/ByteListTranscoder.java +167 -0
  2524. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/Generator.java +444 -0
  2525. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/GeneratorMethods.java +232 -0
  2526. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/GeneratorService.java +43 -0
  2527. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/GeneratorState.java +543 -0
  2528. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/OptionsReader.java +114 -0
  2529. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/Parser.java +2645 -0
  2530. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/Parser.rl +969 -0
  2531. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/ParserService.java +35 -0
  2532. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/RuntimeInfo.java +121 -0
  2533. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/StringDecoder.java +167 -0
  2534. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/StringEncoder.java +106 -0
  2535. data/vendor/ruby/2.1.0/gems/json-1.8.3/java/src/json/ext/Utils.java +89 -0
  2536. data/vendor/ruby/2.1.0/gems/json-1.8.3/json-java.gemspec +23 -0
  2537. data/vendor/ruby/2.1.0/gems/json-1.8.3/json.gemspec +0 -0
  2538. data/vendor/ruby/2.1.0/gems/json-1.8.3/json_pure.gemspec +40 -0
  2539. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json.rb +62 -0
  2540. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/bigdecimal.rb +28 -0
  2541. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/complex.rb +28 -0
  2542. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/core.rb +11 -0
  2543. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/date.rb +34 -0
  2544. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/date_time.rb +50 -0
  2545. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/exception.rb +31 -0
  2546. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/ostruct.rb +31 -0
  2547. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/range.rb +29 -0
  2548. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/rational.rb +27 -0
  2549. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/regexp.rb +30 -0
  2550. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/struct.rb +30 -0
  2551. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/symbol.rb +25 -0
  2552. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/add/time.rb +38 -0
  2553. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/common.rb +484 -0
  2554. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/ext.rb +21 -0
  2555. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/ext/generator.bundle +0 -0
  2556. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/ext/parser.bundle +0 -0
  2557. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/generic_object.rb +70 -0
  2558. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/pure.rb +21 -0
  2559. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/pure/generator.rb +522 -0
  2560. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/pure/parser.rb +359 -0
  2561. data/vendor/ruby/2.1.0/gems/json-1.8.3/lib/json/version.rb +8 -0
  2562. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail1.json +1 -0
  2563. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail10.json +1 -0
  2564. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail11.json +1 -0
  2565. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail12.json +1 -0
  2566. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail13.json +1 -0
  2567. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail14.json +1 -0
  2568. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail18.json +1 -0
  2569. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail19.json +1 -0
  2570. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail2.json +1 -0
  2571. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail20.json +1 -0
  2572. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail21.json +1 -0
  2573. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail22.json +1 -0
  2574. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail23.json +1 -0
  2575. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail24.json +1 -0
  2576. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail25.json +1 -0
  2577. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail27.json +2 -0
  2578. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail28.json +2 -0
  2579. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail3.json +1 -0
  2580. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail4.json +1 -0
  2581. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail5.json +1 -0
  2582. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail6.json +1 -0
  2583. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail7.json +1 -0
  2584. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail8.json +1 -0
  2585. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/fail9.json +1 -0
  2586. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass1.json +56 -0
  2587. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass15.json +1 -0
  2588. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass16.json +1 -0
  2589. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass17.json +1 -0
  2590. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass2.json +1 -0
  2591. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass26.json +1 -0
  2592. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/fixtures/pass3.json +6 -0
  2593. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/setup_variant.rb +11 -0
  2594. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json.rb +553 -0
  2595. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_addition.rb +196 -0
  2596. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_encoding.rb +65 -0
  2597. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_fixtures.rb +35 -0
  2598. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_generate.rb +337 -0
  2599. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_generic_object.rb +75 -0
  2600. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_string_matching.rb +39 -0
  2601. data/vendor/ruby/2.1.0/gems/json-1.8.3/tests/test_json_unicode.rb +72 -0
  2602. data/vendor/ruby/2.1.0/gems/json-1.8.3/tools/fuzz.rb +139 -0
  2603. data/vendor/ruby/2.1.0/gems/json-1.8.3/tools/server.rb +62 -0
  2604. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/AUTHORS +1 -0
  2605. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/CONTRIBUTERS +40 -0
  2606. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/COPYING +30 -0
  2607. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/README.md +68 -0
  2608. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/Rakefile +270 -0
  2609. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/VERSION +1 -0
  2610. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/benchmark.rb +43 -0
  2611. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/benchmark.sh +74 -0
  2612. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/generate_data.rb +119 -0
  2613. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/mdbasics.text +306 -0
  2614. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/mdsyntax.text +888 -0
  2615. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/testing.sh +12 -0
  2616. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/benchmark/timing.sh +10 -0
  2617. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/bin/kramdown +67 -0
  2618. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/data/kramdown/document.html +22 -0
  2619. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/data/kramdown/document.latex +50 -0
  2620. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/_design.scss +441 -0
  2621. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/bg.png +0 -0
  2622. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/default.scss +192 -0
  2623. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/default.template +68 -0
  2624. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/documentation.page +84 -0
  2625. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/documentation.template +29 -0
  2626. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/index.page +109 -0
  2627. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/installation.page +86 -0
  2628. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/links.markdown +6 -0
  2629. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/metainfo +3 -0
  2630. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/news.feed +9 -0
  2631. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/news.page +29 -0
  2632. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/options.page +49 -0
  2633. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/quickref.page +599 -0
  2634. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/sidebar.template +19 -0
  2635. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/sitemap.sitemap +5 -0
  2636. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/syntax.page +1737 -0
  2637. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/tests.page +104 -0
  2638. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/doc/virtual +14 -0
  2639. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown.rb +10 -0
  2640. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/compatibility.rb +36 -0
  2641. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter.rb +66 -0
  2642. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/base.rb +260 -0
  2643. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/html.rb +461 -0
  2644. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/kramdown.rb +429 -0
  2645. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/latex.rb +613 -0
  2646. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/itex2mml.rb +39 -0
  2647. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/mathjax.rb +48 -0
  2648. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/mathjaxnode.rb +48 -0
  2649. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/math_engine/ritex.rb +38 -0
  2650. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/pdf.rb +625 -0
  2651. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/remove_html_tags.rb +55 -0
  2652. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter.rb +53 -0
  2653. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter/coderay.rb +78 -0
  2654. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter/minted.rb +35 -0
  2655. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/syntax_highlighter/rouge.rb +37 -0
  2656. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/converter/toc.rb +69 -0
  2657. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/document.rb +144 -0
  2658. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/element.rb +518 -0
  2659. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/error.rb +17 -0
  2660. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/options.rb +595 -0
  2661. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser.rb +27 -0
  2662. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/base.rb +134 -0
  2663. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/gfm.rb +63 -0
  2664. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/html.rb +589 -0
  2665. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown.rb +362 -0
  2666. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/abbreviation.rb +75 -0
  2667. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/autolink.rb +37 -0
  2668. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/blank_line.rb +30 -0
  2669. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/block_boundary.rb +33 -0
  2670. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/blockquote.rb +39 -0
  2671. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/codeblock.rb +55 -0
  2672. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/codespan.rb +44 -0
  2673. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/emphasis.rb +61 -0
  2674. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/eob.rb +26 -0
  2675. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/escaped_chars.rb +25 -0
  2676. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/extensions.rb +202 -0
  2677. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/footnote.rb +63 -0
  2678. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/header.rb +59 -0
  2679. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/horizontal_rule.rb +27 -0
  2680. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/html.rb +161 -0
  2681. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/html_entity.rb +33 -0
  2682. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/line_break.rb +25 -0
  2683. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/link.rb +143 -0
  2684. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/list.rb +248 -0
  2685. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/math.rb +54 -0
  2686. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/paragraph.rb +51 -0
  2687. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/smart_quotes.rb +174 -0
  2688. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/table.rb +173 -0
  2689. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/kramdown/typographic_symbol.rb +44 -0
  2690. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/parser/markdown.rb +56 -0
  2691. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils.rb +58 -0
  2692. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/configurable.rb +44 -0
  2693. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/entities.rb +347 -0
  2694. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/html.rb +77 -0
  2695. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/ordered_hash.rb +87 -0
  2696. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/string_scanner.rb +82 -0
  2697. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/utils/unidecoder.rb +48 -0
  2698. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/lib/kramdown/version.rb +15 -0
  2699. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/man/man1/kramdown.1 +478 -0
  2700. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/setup.rb +1585 -0
  2701. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/run_tests.rb +46 -0
  2702. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/test_files.rb +352 -0
  2703. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/test_location.rb +219 -0
  2704. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/test_string_scanner_kramdown.rb +30 -0
  2705. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/spaces.html +1 -0
  2706. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/spaces.text +3 -0
  2707. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/tabs.html +1 -0
  2708. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/01_blank_line/tabs.text +6 -0
  2709. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/beginning.html +1 -0
  2710. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/beginning.text +3 -0
  2711. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/end.html +1 -0
  2712. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/end.text +3 -0
  2713. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/middle.html +1 -0
  2714. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/02_eob/middle.text +5 -0
  2715. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/indented.html +18 -0
  2716. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/indented.html.gfm +18 -0
  2717. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/indented.text +19 -0
  2718. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/no_newline_at_end.html +5 -0
  2719. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/no_newline_at_end.text +5 -0
  2720. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/one_para.html +1 -0
  2721. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/one_para.text +1 -0
  2722. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/two_para.html +4 -0
  2723. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/03_paragraph/two_para.text +4 -0
  2724. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header.html +51 -0
  2725. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header.text +48 -0
  2726. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header_no_newline_at_end.html +1 -0
  2727. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/atx_header_no_newline_at_end.text +1 -0
  2728. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.html +11 -0
  2729. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.kramdown +12 -0
  2730. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.latex +12 -0
  2731. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.options +2 -0
  2732. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/header_type_offset.text +13 -0
  2733. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header.html +32 -0
  2734. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header.text +39 -0
  2735. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header_no_newline_at_end.html +1 -0
  2736. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/setext_header_no_newline_at_end.text +2 -0
  2737. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_prefix.html +3 -0
  2738. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_prefix.options +2 -0
  2739. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_prefix.text +3 -0
  2740. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_stripping.html +1 -0
  2741. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_stripping.options +1 -0
  2742. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_id_stripping.text +1 -0
  2743. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_ids.html +21 -0
  2744. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_ids.options +2 -0
  2745. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/04_header/with_auto_ids.text +24 -0
  2746. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/indented.html +25 -0
  2747. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/indented.text +14 -0
  2748. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/lazy.html +34 -0
  2749. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/lazy.text +20 -0
  2750. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/nested.html +10 -0
  2751. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/nested.text +6 -0
  2752. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/no_newline_at_end.html +4 -0
  2753. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/no_newline_at_end.text +2 -0
  2754. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/very_long_line.html +3 -0
  2755. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/very_long_line.text +1 -0
  2756. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/with_code_blocks.html +15 -0
  2757. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/05_blockquote/with_code_blocks.text +11 -0
  2758. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/disable-highlighting.html +4 -0
  2759. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/disable-highlighting.options +1 -0
  2760. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/disable-highlighting.text +4 -0
  2761. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/error.html +4 -0
  2762. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/error.text +4 -0
  2763. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.latex +9 -0
  2764. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.options +4 -0
  2765. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted-with-opts.text +5 -0
  2766. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted.latex +8 -0
  2767. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted.options +3 -0
  2768. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-minted.text +4 -0
  2769. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-opts.html +6 -0
  2770. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-opts.options +7 -0
  2771. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-opts.text +4 -0
  2772. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-rouge.html +6 -0
  2773. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-rouge.options +3 -0
  2774. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting-rouge.text +4 -0
  2775. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting.html +6 -0
  2776. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting.options +5 -0
  2777. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/highlighting.text +4 -0
  2778. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/issue_gh45.html +164 -0
  2779. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/issue_gh45.test +188 -0
  2780. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/lazy.html +4 -0
  2781. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/lazy.text +5 -0
  2782. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end.html +2 -0
  2783. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end.text +1 -0
  2784. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end_1.html +2 -0
  2785. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/no_newline_at_end_1.text +2 -0
  2786. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/normal.html +13 -0
  2787. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/normal.text +10 -0
  2788. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/tilde_syntax.html +7 -0
  2789. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/tilde_syntax.text +9 -0
  2790. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/whitespace.html +3 -0
  2791. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/whitespace.text +3 -0
  2792. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_blank_line.html +13 -0
  2793. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_blank_line.text +12 -0
  2794. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_eob_marker.html +6 -0
  2795. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_eob_marker.text +5 -0
  2796. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_ial.html +6 -0
  2797. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_ial.text +5 -0
  2798. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.html +24 -0
  2799. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.options +2 -0
  2800. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block.text +33 -0
  2801. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.html +3 -0
  2802. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.options +2 -0
  2803. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/06_codeblock/with_lang_in_fenced_block_name_with_dash.text +4 -0
  2804. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/error.html +7 -0
  2805. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/error.html.19 +7 -0
  2806. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/error.text +7 -0
  2807. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/normal.html +19 -0
  2808. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/normal.text +20 -0
  2809. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/sepspaces.html +3 -0
  2810. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/sepspaces.text +3 -0
  2811. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/septabs.html +3 -0
  2812. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/07_horizontal_rule/septabs.text +3 -0
  2813. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/escaping.html +17 -0
  2814. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/escaping.text +17 -0
  2815. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/item_ial.html +10 -0
  2816. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/item_ial.text +8 -0
  2817. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/lazy.html +39 -0
  2818. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/lazy.text +29 -0
  2819. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_hr.html +9 -0
  2820. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_hr.text +5 -0
  2821. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_others.html +40 -0
  2822. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/list_and_others.text +26 -0
  2823. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/mixed.html +117 -0
  2824. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/mixed.text +66 -0
  2825. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/nested.html +17 -0
  2826. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/nested.text +7 -0
  2827. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/other_first_element.html +39 -0
  2828. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/other_first_element.text +18 -0
  2829. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ol.html +19 -0
  2830. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ol.text +13 -0
  2831. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ul.html +48 -0
  2832. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/simple_ul.text +36 -0
  2833. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/single_item.html +3 -0
  2834. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/single_item.text +1 -0
  2835. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/special_cases.html +62 -0
  2836. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/08_list/special_cases.text +40 -0
  2837. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/comment.html +18 -0
  2838. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/comment.text +15 -0
  2839. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/deflists.html +6 -0
  2840. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/deflists.options +1 -0
  2841. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/deflists.text +6 -0
  2842. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/tables.html +14 -0
  2843. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/tables.options +1 -0
  2844. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/content_model/tables.text +14 -0
  2845. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html5_attributes.html +13 -0
  2846. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html5_attributes.text +13 -0
  2847. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_after_block.html +7 -0
  2848. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_after_block.text +5 -0
  2849. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_codeblocks.html +15 -0
  2850. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_codeblocks.options +1 -0
  2851. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_codeblocks.text +13 -0
  2852. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_headers.html +5 -0
  2853. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_and_headers.text +6 -0
  2854. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/code.html +10 -0
  2855. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/code.text +9 -0
  2856. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/comment.html +7 -0
  2857. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/comment.text +8 -0
  2858. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/emphasis.html +6 -0
  2859. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/emphasis.text +6 -0
  2860. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/entity.html +1 -0
  2861. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/entity.text +1 -0
  2862. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/header.html +6 -0
  2863. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/header.options +2 -0
  2864. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/header.text +6 -0
  2865. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_dl.html +8 -0
  2866. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_dl.text +8 -0
  2867. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ol.html +15 -0
  2868. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ol.text +17 -0
  2869. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ul.html +19 -0
  2870. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/list_ul.text +22 -0
  2871. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/options +1 -0
  2872. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/paragraph.html +3 -0
  2873. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/paragraph.text +4 -0
  2874. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_normal.html +12 -0
  2875. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_normal.text +12 -0
  2876. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_simple.html +61 -0
  2877. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/table_simple.text +71 -0
  2878. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/typography.html +1 -0
  2879. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/typography.html.19 +1 -0
  2880. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/html_to_native/typography.text +1 -0
  2881. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_1.html +5 -0
  2882. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_1.text +5 -0
  2883. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_2.html +5 -0
  2884. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/invalid_html_2.text +5 -0
  2885. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/markdown_attr.html +38 -0
  2886. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/markdown_attr.text +38 -0
  2887. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/not_parsed.html +24 -0
  2888. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/not_parsed.text +24 -0
  2889. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.html +35 -0
  2890. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.htmlinput +34 -0
  2891. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.options +1 -0
  2892. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_raw.text +33 -0
  2893. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.html +12 -0
  2894. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.htmlinput +12 -0
  2895. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.options +1 -0
  2896. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_as_span.text +9 -0
  2897. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_block_html.html +21 -0
  2898. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_block_html.options +1 -0
  2899. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/parse_block_html.text +17 -0
  2900. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/processing_instruction.html +13 -0
  2901. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/processing_instruction.text +12 -0
  2902. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.html +64 -0
  2903. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.html.19 +64 -0
  2904. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.options +1 -0
  2905. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/simple.text +59 -0
  2906. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/textarea.html +8 -0
  2907. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/09_html/textarea.text +8 -0
  2908. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/10_ald/simple.html +2 -0
  2909. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/10_ald/simple.text +8 -0
  2910. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/auto_id_and_ial.html +1 -0
  2911. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/auto_id_and_ial.options +1 -0
  2912. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/auto_id_and_ial.text +2 -0
  2913. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/nested.html +11 -0
  2914. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/nested.text +15 -0
  2915. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/simple.html +29 -0
  2916. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/11_ial/simple.text +41 -0
  2917. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/comment.html +8 -0
  2918. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/comment.text +12 -0
  2919. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/ignored.html +8 -0
  2920. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/ignored.text +8 -0
  2921. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.html +10 -0
  2922. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.kramdown +20 -0
  2923. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.latex +13 -0
  2924. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/nomarkdown.text +21 -0
  2925. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options.html +21 -0
  2926. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options.text +21 -0
  2927. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options2.html +10 -0
  2928. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options2.text +5 -0
  2929. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options3.html +7 -0
  2930. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/12_extension/options3.text +7 -0
  2931. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/definition_at_beginning.html +1 -0
  2932. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/definition_at_beginning.text +1 -0
  2933. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/deflist_ial.html +4 -0
  2934. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/deflist_ial.text +4 -0
  2935. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/item_ial.html +12 -0
  2936. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/item_ial.text +8 -0
  2937. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/multiple_terms.html +13 -0
  2938. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/multiple_terms.text +10 -0
  2939. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/no_def_list.html +2 -0
  2940. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/no_def_list.text +2 -0
  2941. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/para_wrapping.html +10 -0
  2942. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/para_wrapping.text +6 -0
  2943. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/separated_by_eob.html +8 -0
  2944. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/separated_by_eob.text +5 -0
  2945. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/simple.html +10 -0
  2946. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/simple.text +10 -0
  2947. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/styled_terms.html +4 -0
  2948. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/styled_terms.text +2 -0
  2949. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/too_much_space.html +3 -0
  2950. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/too_much_space.text +4 -0
  2951. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/with_blocks.html +38 -0
  2952. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/13_definition_list/with_blocks.text +24 -0
  2953. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/errors.html +12 -0
  2954. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/errors.text +13 -0
  2955. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/escaping.html +52 -0
  2956. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/escaping.text +19 -0
  2957. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/footer.html +65 -0
  2958. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/footer.text +25 -0
  2959. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/header.html +96 -0
  2960. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/header.text +32 -0
  2961. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/no_table.html +3 -0
  2962. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/no_table.text +3 -0
  2963. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/simple.html +177 -0
  2964. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/simple.html.19 +177 -0
  2965. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/simple.text +49 -0
  2966. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/table_with_footnote.html +25 -0
  2967. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/table_with_footnote.latex +11 -0
  2968. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/14_table/table_with_footnote.text +6 -0
  2969. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/gh_128.html +2 -0
  2970. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/gh_128.text +1 -0
  2971. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/itex2mml.html +1 -0
  2972. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/itex2mml.options +1 -0
  2973. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/itex2mml.text +1 -0
  2974. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview.html +4 -0
  2975. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview.options +2 -0
  2976. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview.text +5 -0
  2977. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview_simple.html +4 -0
  2978. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview_simple.options +2 -0
  2979. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjax_preview_simple.text +5 -0
  2980. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode.html.19 +27 -0
  2981. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode.options +1 -0
  2982. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode.text +1 -0
  2983. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_notexhints.html.19 +23 -0
  2984. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_notexhints.options +3 -0
  2985. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_notexhints.text +1 -0
  2986. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_semantics.html.19 +32 -0
  2987. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_semantics.options +3 -0
  2988. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/mathjaxnode_semantics.text +1 -0
  2989. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/normal.html +29 -0
  2990. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/normal.text +30 -0
  2991. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/ritex.html +1 -0
  2992. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/ritex.options +1 -0
  2993. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/15_math/ritex.text +1 -0
  2994. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/no_toc.html +14 -0
  2995. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/no_toc.text +16 -0
  2996. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_exclude.html +35 -0
  2997. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_exclude.options +1 -0
  2998. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_exclude.text +19 -0
  2999. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_levels.html +24 -0
  3000. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_levels.options +2 -0
  3001. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_levels.text +16 -0
  3002. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_with_footnotes.html +13 -0
  3003. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_with_footnotes.options +1 -0
  3004. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/block/16_toc/toc_with_footnotes.text +6 -0
  3005. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/encoding.html +46 -0
  3006. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/encoding.text +28 -0
  3007. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/empty.html +5 -0
  3008. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/empty.text +5 -0
  3009. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/empty_title.htmlinput +3 -0
  3010. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/empty_title.text +7 -0
  3011. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/image_in_a.html +5 -0
  3012. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/image_in_a.text +5 -0
  3013. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/imagelinks.html +15 -0
  3014. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/imagelinks.text +18 -0
  3015. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/inline.html +46 -0
  3016. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/inline.html.19 +46 -0
  3017. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/inline.text +48 -0
  3018. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs.html +9 -0
  3019. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs.text +27 -0
  3020. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs_with_ial.html +4 -0
  3021. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/link_defs_with_ial.text +16 -0
  3022. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/links_with_angle_brackets.html +3 -0
  3023. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/links_with_angle_brackets.text +3 -0
  3024. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.html +37 -0
  3025. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.html.19 +37 -0
  3026. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.options +3 -0
  3027. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/01_link/reference.text +53 -0
  3028. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/empty.html +3 -0
  3029. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/empty.text +3 -0
  3030. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/errors.html +9 -0
  3031. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/errors.text +9 -0
  3032. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/nesting.html +41 -0
  3033. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/nesting.text +36 -0
  3034. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/normal.html +48 -0
  3035. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/02_emphasis/normal.text +48 -0
  3036. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/empty.html +5 -0
  3037. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/empty.text +5 -0
  3038. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/errors.html +1 -0
  3039. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/errors.text +1 -0
  3040. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-minted.latex +2 -0
  3041. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-minted.options +1 -0
  3042. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-minted.text +1 -0
  3043. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-rouge.html +1 -0
  3044. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-rouge.options +1 -0
  3045. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting-rouge.text +1 -0
  3046. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting.html +1 -0
  3047. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/highlighting.text +1 -0
  3048. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/normal.html +16 -0
  3049. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/03_codespan/normal.text +16 -0
  3050. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/backlink_text.html +9 -0
  3051. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/backlink_text.options +1 -0
  3052. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/backlink_text.text +3 -0
  3053. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/definitions.html +17 -0
  3054. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/definitions.latex +17 -0
  3055. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/definitions.text +24 -0
  3056. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.html +12 -0
  3057. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.latex +2 -0
  3058. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.options +1 -0
  3059. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/footnote_nr.text +4 -0
  3060. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/inside_footnote.html +17 -0
  3061. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/inside_footnote.text +9 -0
  3062. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/markers.html +46 -0
  3063. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/markers.latex +23 -0
  3064. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/markers.text +27 -0
  3065. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/placement.html +11 -0
  3066. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/placement.text +8 -0
  3067. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/regexp_problem.html +14 -0
  3068. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/04_footnote/regexp_problem.text +52 -0
  3069. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/across_lines.html +1 -0
  3070. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/across_lines.text +2 -0
  3071. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/button.html +7 -0
  3072. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/button.text +7 -0
  3073. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/invalid.html +1 -0
  3074. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/invalid.text +1 -0
  3075. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/link_with_mailto.html +1 -0
  3076. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/link_with_mailto.text +1 -0
  3077. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/markdown_attr.html +6 -0
  3078. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/markdown_attr.text +6 -0
  3079. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/normal.html +43 -0
  3080. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/normal.text +43 -0
  3081. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/raw_span_elements.html +2 -0
  3082. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/05_html/raw_span_elements.text +2 -0
  3083. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev.html +21 -0
  3084. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev.text +34 -0
  3085. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev_defs.html +2 -0
  3086. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/abbreviations/abbrev_defs.text +5 -0
  3087. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/autolinks/url_links.html +14 -0
  3088. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/autolinks/url_links.text +15 -0
  3089. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/escaped_chars/normal.html +47 -0
  3090. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/escaped_chars/normal.text +47 -0
  3091. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/comment.html +6 -0
  3092. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/comment.text +6 -0
  3093. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/ignored.html +1 -0
  3094. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/ignored.text +1 -0
  3095. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/nomarkdown.html +1 -0
  3096. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/nomarkdown.text +1 -0
  3097. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/options.html +1 -0
  3098. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/extension/options.text +1 -0
  3099. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/ial/simple.html +6 -0
  3100. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/ial/simple.text +6 -0
  3101. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/line_breaks/normal.html +11 -0
  3102. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/line_breaks/normal.latex +12 -0
  3103. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/line_breaks/normal.text +11 -0
  3104. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/itex2mml.html +1 -0
  3105. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/itex2mml.options +1 -0
  3106. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/itex2mml.text +1 -0
  3107. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/mathjaxnode.html.19 +27 -0
  3108. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/mathjaxnode.options +1 -0
  3109. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/mathjaxnode.text +1 -0
  3110. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/normal.html +10 -0
  3111. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/normal.text +10 -0
  3112. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/ritex.html +1 -0
  3113. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/ritex.options +1 -0
  3114. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/math/ritex.text +1 -0
  3115. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities.html +6 -0
  3116. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities.options +1 -0
  3117. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities.text +6 -0
  3118. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.html +1 -0
  3119. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.html.19 +1 -0
  3120. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.options +2 -0
  3121. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_char.text +1 -0
  3122. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_input.html +1 -0
  3123. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_input.options +1 -0
  3124. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_as_input.text +1 -0
  3125. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_numeric.html +1 -0
  3126. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_numeric.options +1 -0
  3127. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_numeric.text +1 -0
  3128. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_symbolic.html +1 -0
  3129. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_symbolic.options +1 -0
  3130. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/entities_symbolic.text +1 -0
  3131. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/greaterthan.html +1 -0
  3132. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/greaterthan.text +1 -0
  3133. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/lowerthan.html +1 -0
  3134. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/lowerthan.text +1 -0
  3135. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/typography.html +38 -0
  3136. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/typography.options +1 -0
  3137. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases/span/text_substitutions/typography.text +38 -0
  3138. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/atx_header.html +3 -0
  3139. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/atx_header.text +3 -0
  3140. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_disable_highlighting.html +2 -0
  3141. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_disable_highlighting.options +1 -0
  3142. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_disable_highlighting.text +3 -0
  3143. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_syntax.html +20 -0
  3144. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/backticks_syntax.text +19 -0
  3145. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks.html +3 -0
  3146. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks.text +3 -0
  3147. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks_off.html +2 -0
  3148. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks_off.options +1 -0
  3149. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/hard_line_breaks_off.text +2 -0
  3150. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/two_para_hard_line_breaks.html +4 -0
  3151. data/vendor/ruby/2.1.0/gems/kramdown-1.8.0/test/testcases_gfm/two_para_hard_line_breaks.text +4 -0
  3152. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/CHANGELOG.rdoc +222 -0
  3153. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/Gemfile +20 -0
  3154. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/MIT-LICENSE.txt +23 -0
  3155. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/Manifest.txt +37 -0
  3156. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/README.rdoc +314 -0
  3157. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/Rakefile +74 -0
  3158. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/benchmark/benchmark.rb +149 -0
  3159. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/benchmark/fragment.html +96 -0
  3160. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/benchmark/helper.rb +73 -0
  3161. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/benchmark/www.slashdot.com.html +2560 -0
  3162. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah.rb +82 -0
  3163. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/elements.rb +17 -0
  3164. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/helpers.rb +93 -0
  3165. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/html/document.rb +18 -0
  3166. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/html/document_fragment.rb +40 -0
  3167. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/html5/scrub.rb +96 -0
  3168. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/html5/whitelist.rb +179 -0
  3169. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/instance_methods.rb +127 -0
  3170. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/metahelpers.rb +13 -0
  3171. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/scrubber.rb +122 -0
  3172. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/scrubbers.rb +261 -0
  3173. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/xml/document.rb +13 -0
  3174. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/lib/loofah/xml/document_fragment.rb +23 -0
  3175. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/assets/testdata_sanitizer_tests1.dat +501 -0
  3176. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/helper.rb +18 -0
  3177. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/html5/test_sanitizer.rb +290 -0
  3178. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_ad_hoc.rb +176 -0
  3179. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_helpers.rb +43 -0
  3180. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_html.rb +62 -0
  3181. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_scrubbers.rb +354 -0
  3182. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/integration/test_xml.rb +55 -0
  3183. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_api.rb +142 -0
  3184. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_encoding.rb +20 -0
  3185. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_helpers.rb +62 -0
  3186. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_scrubber.rb +229 -0
  3187. data/vendor/ruby/2.1.0/gems/loofah-2.0.3/test/unit/test_scrubbers.rb +14 -0
  3188. data/vendor/ruby/2.1.0/gems/mail-2.6.3/CHANGELOG.rdoc +759 -0
  3189. data/vendor/ruby/2.1.0/gems/mail-2.6.3/CONTRIBUTING.md +60 -0
  3190. data/vendor/ruby/2.1.0/gems/mail-2.6.3/Dependencies.txt +2 -0
  3191. data/vendor/ruby/2.1.0/gems/mail-2.6.3/Gemfile +15 -0
  3192. data/vendor/ruby/2.1.0/gems/mail-2.6.3/MIT-LICENSE +20 -0
  3193. data/vendor/ruby/2.1.0/gems/mail-2.6.3/README.md +683 -0
  3194. data/vendor/ruby/2.1.0/gems/mail-2.6.3/Rakefile +29 -0
  3195. data/vendor/ruby/2.1.0/gems/mail-2.6.3/TODO.rdoc +9 -0
  3196. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail.rb +92 -0
  3197. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/attachments_list.rb +104 -0
  3198. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/body.rb +315 -0
  3199. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/check_delivery_params.rb +20 -0
  3200. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/configuration.rb +75 -0
  3201. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/constants.rb +55 -0
  3202. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/nil.rb +19 -0
  3203. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/object.rb +13 -0
  3204. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/smtp.rb +24 -0
  3205. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/string.rb +46 -0
  3206. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/string/access.rb +145 -0
  3207. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/core_extensions/string/multibyte.rb +78 -0
  3208. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements.rb +14 -0
  3209. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/address.rb +247 -0
  3210. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/address_list.rb +41 -0
  3211. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/content_disposition_element.rb +26 -0
  3212. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/content_location_element.rb +21 -0
  3213. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/content_transfer_encoding_element.rb +17 -0
  3214. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/content_type_element.rb +31 -0
  3215. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/date_time_element.rb +22 -0
  3216. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/envelope_from_element.rb +39 -0
  3217. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/message_ids_element.rb +24 -0
  3218. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/mime_version_element.rb +22 -0
  3219. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/phrase_list.rb +16 -0
  3220. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/elements/received_element.rb +26 -0
  3221. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings.rb +289 -0
  3222. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/7bit.rb +31 -0
  3223. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/8bit.rb +31 -0
  3224. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/base64.rb +33 -0
  3225. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/binary.rb +31 -0
  3226. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/quoted_printable.rb +39 -0
  3227. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/transfer_encoding.rb +58 -0
  3228. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/encodings/unix_to_unix.rb +17 -0
  3229. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/envelope.rb +30 -0
  3230. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/field.rb +247 -0
  3231. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/field_list.rb +33 -0
  3232. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields.rb +35 -0
  3233. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/bcc_field.rb +56 -0
  3234. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/cc_field.rb +55 -0
  3235. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/comments_field.rb +41 -0
  3236. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/address_container.rb +16 -0
  3237. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_address.rb +135 -0
  3238. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_date.rb +35 -0
  3239. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_field.rb +58 -0
  3240. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/common_message_id.rb +48 -0
  3241. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/common/parameter_hash.rb +58 -0
  3242. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_description_field.rb +19 -0
  3243. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_disposition_field.rb +70 -0
  3244. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_id_field.rb +62 -0
  3245. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_location_field.rb +42 -0
  3246. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_transfer_encoding_field.rb +44 -0
  3247. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/content_type_field.rb +201 -0
  3248. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/date_field.rb +57 -0
  3249. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/from_field.rb +55 -0
  3250. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/in_reply_to_field.rb +56 -0
  3251. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/keywords_field.rb +44 -0
  3252. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/message_id_field.rb +82 -0
  3253. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/mime_version_field.rb +53 -0
  3254. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/optional_field.rb +13 -0
  3255. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/received_field.rb +75 -0
  3256. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/references_field.rb +56 -0
  3257. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/reply_to_field.rb +55 -0
  3258. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_bcc_field.rb +55 -0
  3259. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_cc_field.rb +55 -0
  3260. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_date_field.rb +35 -0
  3261. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_from_field.rb +55 -0
  3262. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_message_id_field.rb +34 -0
  3263. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_sender_field.rb +62 -0
  3264. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/resent_to_field.rb +55 -0
  3265. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/return_path_field.rb +65 -0
  3266. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/sender_field.rb +67 -0
  3267. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/structured_field.rb +51 -0
  3268. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/subject_field.rb +16 -0
  3269. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/to_field.rb +55 -0
  3270. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/fields/unstructured_field.rb +204 -0
  3271. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/header.rb +275 -0
  3272. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/indifferent_hash.rb +146 -0
  3273. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/mail.rb +269 -0
  3274. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/matchers/has_sent_mail.rb +157 -0
  3275. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/message.rb +2165 -0
  3276. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte.rb +42 -0
  3277. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte/chars.rb +474 -0
  3278. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte/exceptions.rb +8 -0
  3279. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte/unicode.rb +400 -0
  3280. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/multibyte/utils.rb +60 -0
  3281. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network.rb +14 -0
  3282. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/exim.rb +52 -0
  3283. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/file_delivery.rb +45 -0
  3284. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/sendmail.rb +89 -0
  3285. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp.rb +142 -0
  3286. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/smtp_connection.rb +61 -0
  3287. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/delivery_methods/test_mailer.rb +44 -0
  3288. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/retriever_methods/base.rb +63 -0
  3289. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/retriever_methods/imap.rb +173 -0
  3290. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/retriever_methods/pop3.rb +140 -0
  3291. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/network/retriever_methods/test_retriever.rb +43 -0
  3292. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers.rb +26 -0
  3293. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/address_lists_parser.rb +132 -0
  3294. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/content_disposition_parser.rb +67 -0
  3295. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/content_location_parser.rb +35 -0
  3296. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/content_transfer_encoding_parser.rb +33 -0
  3297. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/content_type_parser.rb +66 -0
  3298. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/date_time_parser.rb +36 -0
  3299. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/envelope_from_parser.rb +45 -0
  3300. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/message_ids_parser.rb +39 -0
  3301. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/mime_version_parser.rb +41 -0
  3302. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/phrase_lists_parser.rb +33 -0
  3303. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel.rb +17 -0
  3304. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/common.rl +185 -0
  3305. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/date_time.rl +30 -0
  3306. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/parser_info.rb +61 -0
  3307. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby.rb +40 -0
  3308. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb +14864 -0
  3309. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb.rl +37 -0
  3310. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb +751 -0
  3311. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb.rl +37 -0
  3312. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb +614 -0
  3313. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb.rl +37 -0
  3314. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb +447 -0
  3315. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl +37 -0
  3316. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb +825 -0
  3317. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb.rl +37 -0
  3318. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb +817 -0
  3319. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl +37 -0
  3320. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb +2149 -0
  3321. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb.rl +37 -0
  3322. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb +1570 -0
  3323. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb.rl +37 -0
  3324. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb +440 -0
  3325. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb.rl +37 -0
  3326. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb +564 -0
  3327. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb.rl +37 -0
  3328. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl +51 -0
  3329. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/received_machine.rb +5144 -0
  3330. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/machines/received_machine.rb.rl +37 -0
  3331. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/ragel/ruby/parser.rb.rl.erb +37 -0
  3332. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parsers/received_parser.rb +47 -0
  3333. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/part.rb +120 -0
  3334. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/parts_list.rb +57 -0
  3335. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/utilities.rb +225 -0
  3336. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/values/unicode_tables.dat +0 -0
  3337. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/version.rb +16 -0
  3338. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/version_specific/ruby_1_8.rb +119 -0
  3339. data/vendor/ruby/2.1.0/gems/mail-2.6.3/lib/mail/version_specific/ruby_1_9.rb +193 -0
  3340. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/Contributing.rdoc +172 -0
  3341. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/History-Types.rdoc +354 -0
  3342. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/History.rdoc +531 -0
  3343. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/Licence.rdoc +39 -0
  3344. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/Manifest.txt +53 -0
  3345. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/README.rdoc +217 -0
  3346. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/Rakefile +186 -0
  3347. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime-types.json +1 -0
  3348. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.content_type.column +1907 -0
  3349. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.docs.column +1907 -0
  3350. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.encoding.column +1907 -0
  3351. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.friendly.column +1907 -0
  3352. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.obsolete.column +1907 -0
  3353. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.references.column +1907 -0
  3354. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.registered.column +1907 -0
  3355. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.signature.column +1907 -0
  3356. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.system.column +1907 -0
  3357. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.use_instead.column +1907 -0
  3358. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/data/mime.xrefs.column +1907 -0
  3359. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/docs/COPYING.txt +339 -0
  3360. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/docs/artistic.txt +127 -0
  3361. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime-types.rb +3 -0
  3362. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/type.rb +832 -0
  3363. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/type/columnar.rb +112 -0
  3364. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types.rb +332 -0
  3365. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/cache.rb +80 -0
  3366. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/columnar.rb +160 -0
  3367. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/deprecations.rb +53 -0
  3368. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/loader.rb +280 -0
  3369. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/loader_path.rb +15 -0
  3370. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/lib/mime/types/logger.rb +35 -0
  3371. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/apache_mime_types.rb +108 -0
  3372. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/benchmarks/load.rb +64 -0
  3373. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/benchmarks/load_allocations.rb +83 -0
  3374. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/benchmarks/object_counts.rb +41 -0
  3375. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/convert.rb +158 -0
  3376. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/convert/columnar.rb +90 -0
  3377. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/support/iana_registry.rb +168 -0
  3378. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/bad-fixtures/malformed +9 -0
  3379. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/fixture/json.json +1 -0
  3380. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/fixture/old-data +9 -0
  3381. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/fixture/yaml.yaml +72 -0
  3382. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/minitest_helper.rb +21 -0
  3383. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_type.rb +668 -0
  3384. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types.rb +121 -0
  3385. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types_cache.rb +90 -0
  3386. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types_class.rb +139 -0
  3387. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types_lazy.rb +47 -0
  3388. data/vendor/ruby/2.1.0/gems/mime-types-2.6.1/test/test_mime_types_loader.rb +60 -0
  3389. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/History.txt +97 -0
  3390. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/LICENSE.txt +20 -0
  3391. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/README.rdoc +169 -0
  3392. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/Rakefile +53 -0
  3393. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/examples/Rakefile +113 -0
  3394. data/vendor/ruby/2.1.0/gems/mini_portile-0.6.2/lib/mini_portile.rb +437 -0
  3395. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/History.rdoc +1131 -0
  3396. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/Manifest.txt +26 -0
  3397. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/README.rdoc +630 -0
  3398. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/Rakefile +72 -0
  3399. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/design_rationale.rb +52 -0
  3400. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/hoe/minitest.rb +26 -0
  3401. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest.rb +797 -0
  3402. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/assertions.rb +660 -0
  3403. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/autorun.rb +12 -0
  3404. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/benchmark.rb +425 -0
  3405. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/expectations.rb +284 -0
  3406. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/hell.rb +11 -0
  3407. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/mock.rb +229 -0
  3408. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/parallel.rb +69 -0
  3409. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/pride.rb +4 -0
  3410. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/pride_plugin.rb +142 -0
  3411. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/spec.rb +331 -0
  3412. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/test.rb +285 -0
  3413. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/lib/minitest/unit.rb +45 -0
  3414. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/metametameta.rb +90 -0
  3415. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_benchmark.rb +137 -0
  3416. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_mock.rb +498 -0
  3417. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_reporter.rb +281 -0
  3418. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_spec.rb +967 -0
  3419. data/vendor/ruby/2.1.0/gems/minitest-5.8.0/test/minitest/test_minitest_unit.rb +1886 -0
  3420. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/CHANGELOG.ja.rdoc +985 -0
  3421. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/CHANGELOG.rdoc +994 -0
  3422. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/C_CODING_STYLE.rdoc +33 -0
  3423. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/Gemfile +21 -0
  3424. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/Manifest.txt +372 -0
  3425. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/README.ja.rdoc +112 -0
  3426. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/README.rdoc +177 -0
  3427. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ROADMAP.md +101 -0
  3428. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/Rakefile +354 -0
  3429. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/STANDARD_RESPONSES.md +47 -0
  3430. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/Y_U_NO_GEMSPEC.md +155 -0
  3431. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/bin/nokogiri +118 -0
  3432. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/build_all +129 -0
  3433. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/dependencies.yml +4 -0
  3434. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/Makefile +601 -0
  3435. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/depend +358 -0
  3436. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/extconf.rb +601 -0
  3437. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_document.c +170 -0
  3438. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_document.h +10 -0
  3439. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_document.o +0 -0
  3440. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_element_description.c +279 -0
  3441. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_element_description.h +10 -0
  3442. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_element_description.o +0 -0
  3443. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_entity_lookup.c +32 -0
  3444. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_entity_lookup.h +8 -0
  3445. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_entity_lookup.o +0 -0
  3446. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_parser_context.c +116 -0
  3447. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_parser_context.h +11 -0
  3448. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_parser_context.o +0 -0
  3449. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_push_parser.c +87 -0
  3450. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_push_parser.h +9 -0
  3451. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/html_sax_push_parser.o +0 -0
  3452. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/nokogiri.bundle +0 -0
  3453. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/nokogiri.c +152 -0
  3454. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/nokogiri.h +164 -0
  3455. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/nokogiri.o +0 -0
  3456. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attr.c +94 -0
  3457. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attr.h +9 -0
  3458. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attr.o +0 -0
  3459. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attribute_decl.c +70 -0
  3460. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attribute_decl.h +9 -0
  3461. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_attribute_decl.o +0 -0
  3462. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_cdata.c +56 -0
  3463. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_cdata.h +9 -0
  3464. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_cdata.o +0 -0
  3465. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_comment.c +69 -0
  3466. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_comment.h +9 -0
  3467. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_comment.o +0 -0
  3468. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document.c +608 -0
  3469. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document.h +23 -0
  3470. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document.o +0 -0
  3471. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document_fragment.c +48 -0
  3472. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document_fragment.h +10 -0
  3473. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_document_fragment.o +0 -0
  3474. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_dtd.c +202 -0
  3475. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_dtd.h +10 -0
  3476. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_dtd.o +0 -0
  3477. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_content.c +123 -0
  3478. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_content.h +10 -0
  3479. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_content.o +0 -0
  3480. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_decl.c +69 -0
  3481. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_decl.h +9 -0
  3482. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_element_decl.o +0 -0
  3483. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_encoding_handler.c +79 -0
  3484. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_encoding_handler.h +8 -0
  3485. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_encoding_handler.o +0 -0
  3486. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_decl.c +110 -0
  3487. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_decl.h +10 -0
  3488. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_decl.o +0 -0
  3489. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_reference.c +52 -0
  3490. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_reference.h +9 -0
  3491. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_entity_reference.o +0 -0
  3492. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_io.c +60 -0
  3493. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_io.h +11 -0
  3494. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_io.o +0 -0
  3495. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_libxml2_hacks.c +112 -0
  3496. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_libxml2_hacks.h +12 -0
  3497. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_libxml2_hacks.o +0 -0
  3498. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_namespace.c +78 -0
  3499. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_namespace.h +13 -0
  3500. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_namespace.o +0 -0
  3501. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node.c +1663 -0
  3502. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node.h +13 -0
  3503. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node.o +0 -0
  3504. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node_set.c +467 -0
  3505. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node_set.h +14 -0
  3506. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_node_set.o +0 -0
  3507. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_processing_instruction.c +56 -0
  3508. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_processing_instruction.h +9 -0
  3509. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_processing_instruction.o +0 -0
  3510. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_reader.c +681 -0
  3511. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_reader.h +10 -0
  3512. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_reader.o +0 -0
  3513. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_relax_ng.c +161 -0
  3514. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_relax_ng.h +9 -0
  3515. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_relax_ng.o +0 -0
  3516. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser.c +312 -0
  3517. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser.h +39 -0
  3518. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser.o +0 -0
  3519. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser_context.c +262 -0
  3520. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser_context.h +10 -0
  3521. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_parser_context.o +0 -0
  3522. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_push_parser.c +115 -0
  3523. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_push_parser.h +9 -0
  3524. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_sax_push_parser.o +0 -0
  3525. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_schema.c +205 -0
  3526. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_schema.h +9 -0
  3527. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_schema.o +0 -0
  3528. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_syntax_error.c +68 -0
  3529. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_syntax_error.h +14 -0
  3530. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_syntax_error.o +0 -0
  3531. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_text.c +52 -0
  3532. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_text.h +9 -0
  3533. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_text.o +0 -0
  3534. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_xpath_context.c +307 -0
  3535. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_xpath_context.h +10 -0
  3536. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xml_xpath_context.o +0 -0
  3537. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xslt_stylesheet.c +270 -0
  3538. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xslt_stylesheet.h +14 -0
  3539. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/ext/nokogiri/xslt_stylesheet.o +0 -0
  3540. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri.rb +137 -0
  3541. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css.rb +27 -0
  3542. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/node.rb +52 -0
  3543. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/parser.rb +726 -0
  3544. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/parser.y +256 -0
  3545. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/parser_extras.rb +91 -0
  3546. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/syntax_error.rb +7 -0
  3547. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/tokenizer.rb +152 -0
  3548. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/tokenizer.rex +55 -0
  3549. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/css/xpath_visitor.rb +223 -0
  3550. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/decorators/slop.rb +42 -0
  3551. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html.rb +37 -0
  3552. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/builder.rb +35 -0
  3553. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/document.rb +333 -0
  3554. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/document_fragment.rb +39 -0
  3555. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/element_description.rb +23 -0
  3556. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/element_description_defaults.rb +671 -0
  3557. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/entity_lookup.rb +13 -0
  3558. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/sax/parser.rb +52 -0
  3559. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/sax/parser_context.rb +16 -0
  3560. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/html/sax/push_parser.rb +36 -0
  3561. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/nokogiri.bundle +0 -0
  3562. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/syntax_error.rb +4 -0
  3563. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/version.rb +108 -0
  3564. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml.rb +74 -0
  3565. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/attr.rb +14 -0
  3566. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/attribute_decl.rb +18 -0
  3567. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/builder.rb +443 -0
  3568. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/cdata.rb +11 -0
  3569. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/character_data.rb +7 -0
  3570. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document.rb +279 -0
  3571. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/document_fragment.rb +149 -0
  3572. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/dtd.rb +32 -0
  3573. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/element_content.rb +36 -0
  3574. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/element_decl.rb +13 -0
  3575. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/entity_decl.rb +19 -0
  3576. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/namespace.rb +13 -0
  3577. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/node.rb +822 -0
  3578. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/node/save_options.rb +61 -0
  3579. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/node_set.rb +311 -0
  3580. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/notation.rb +6 -0
  3581. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/parse_options.rb +98 -0
  3582. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/pp.rb +2 -0
  3583. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/pp/character_data.rb +18 -0
  3584. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/pp/node.rb +56 -0
  3585. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/processing_instruction.rb +8 -0
  3586. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/reader.rb +112 -0
  3587. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/relax_ng.rb +32 -0
  3588. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax.rb +4 -0
  3589. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/document.rb +171 -0
  3590. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/parser.rb +123 -0
  3591. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/parser_context.rb +16 -0
  3592. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/sax/push_parser.rb +60 -0
  3593. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/schema.rb +63 -0
  3594. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/searchable.rb +221 -0
  3595. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/syntax_error.rb +47 -0
  3596. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/text.rb +9 -0
  3597. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/xpath.rb +10 -0
  3598. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
  3599. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xml/xpath_context.rb +16 -0
  3600. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xslt.rb +56 -0
  3601. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/nokogiri/xslt/stylesheet.rb +25 -0
  3602. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/lib/xsd/xmlparser/nokogiri.rb +102 -0
  3603. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/README.txt +1 -0
  3604. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/nokogiri_ree-1.8.7.358.supp +61 -0
  3605. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/nokogiri_ruby-1.8.7.370.supp +0 -0
  3606. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/nokogiri_ruby-1.9.2.320.supp +28 -0
  3607. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/suppressions/nokogiri_ruby-1.9.3.327.supp +28 -0
  3608. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/tasks/test.rb +95 -0
  3609. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/css/test_nthiness.rb +226 -0
  3610. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/css/test_parser.rb +363 -0
  3611. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/css/test_tokenizer.rb +215 -0
  3612. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/css/test_xpath_visitor.rb +96 -0
  3613. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/decorators/test_slop.rb +20 -0
  3614. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/2ch.html +108 -0
  3615. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/address_book.rlx +12 -0
  3616. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/address_book.xml +10 -0
  3617. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/atom.xml +344 -0
  3618. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/bar/bar.xsd +4 -0
  3619. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/bogus.xml +0 -0
  3620. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/dont_hurt_em_why.xml +422 -0
  3621. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/encoding.html +82 -0
  3622. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/encoding.xhtml +84 -0
  3623. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/exslt.xml +8 -0
  3624. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/exslt.xslt +35 -0
  3625. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/foo/foo.xsd +4 -0
  3626. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/metacharset.html +10 -0
  3627. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/noencoding.html +47 -0
  3628. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/po.xml +32 -0
  3629. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/po.xsd +66 -0
  3630. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/saml/saml20assertion_schema.xsd +283 -0
  3631. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/saml/saml20protocol_schema.xsd +302 -0
  3632. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/saml/xenc_schema.xsd +146 -0
  3633. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/saml/xmldsig_schema.xsd +318 -0
  3634. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/shift_jis.html +10 -0
  3635. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/shift_jis.xml +5 -0
  3636. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/shift_jis_no_charset.html +9 -0
  3637. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/slow-xpath.xml +25509 -0
  3638. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/snuggles.xml +3 -0
  3639. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/staff.dtd +10 -0
  3640. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/staff.xml +59 -0
  3641. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/staff.xslt +32 -0
  3642. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/test_document_url/bar.xml +2 -0
  3643. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/test_document_url/document.dtd +4 -0
  3644. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/test_document_url/document.xml +6 -0
  3645. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/tlm.html +850 -0
  3646. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/to_be_xincluded.xml +2 -0
  3647. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/valid_bar.xml +2 -0
  3648. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/files/xinclude.xml +4 -0
  3649. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/helper.rb +177 -0
  3650. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/sax/test_parser.rb +141 -0
  3651. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/sax/test_parser_context.rb +46 -0
  3652. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/sax/test_push_parser.rb +87 -0
  3653. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_builder.rb +164 -0
  3654. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_document.rb +642 -0
  3655. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_document_encoding.rb +148 -0
  3656. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_document_fragment.rb +297 -0
  3657. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_element_description.rb +105 -0
  3658. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_named_characters.rb +14 -0
  3659. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_node.rb +196 -0
  3660. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/html/test_node_encoding.rb +27 -0
  3661. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_additional_namespaces_in_builder_doc.rb +14 -0
  3662. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_aliased_default.rb +24 -0
  3663. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_in_builder_doc.rb +75 -0
  3664. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_in_cloned_doc.rb +31 -0
  3665. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_in_created_doc.rb +75 -0
  3666. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_in_parsed_doc.rb +66 -0
  3667. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/namespaces/test_namespaces_preservation.rb +31 -0
  3668. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_convert_xpath.rb +135 -0
  3669. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_css_cache.rb +45 -0
  3670. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_encoding_handler.rb +46 -0
  3671. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_memory_leak.rb +156 -0
  3672. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_nokogiri.rb +138 -0
  3673. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_reader.rb +558 -0
  3674. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_soap4r_sax.rb +52 -0
  3675. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/test_xslt_transforms.rb +279 -0
  3676. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/node/test_save_options.rb +28 -0
  3677. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/node/test_subclass.rb +44 -0
  3678. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/sax/test_parser.rb +382 -0
  3679. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/sax/test_parser_context.rb +115 -0
  3680. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/sax/test_push_parser.rb +157 -0
  3681. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_attr.rb +67 -0
  3682. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_attribute_decl.rb +86 -0
  3683. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_builder.rb +341 -0
  3684. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_c14n.rb +180 -0
  3685. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_cdata.rb +48 -0
  3686. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_comment.rb +40 -0
  3687. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_document.rb +966 -0
  3688. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_document_encoding.rb +28 -0
  3689. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_document_fragment.rb +259 -0
  3690. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_dtd.rb +187 -0
  3691. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_dtd_encoding.rb +33 -0
  3692. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_element_content.rb +56 -0
  3693. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_element_decl.rb +73 -0
  3694. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_entity_decl.rb +122 -0
  3695. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_entity_reference.rb +251 -0
  3696. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_namespace.rb +96 -0
  3697. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node.rb +1233 -0
  3698. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_attributes.rb +109 -0
  3699. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_encoding.rb +107 -0
  3700. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_inheritance.rb +32 -0
  3701. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_reparenting.rb +374 -0
  3702. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_node_set.rb +775 -0
  3703. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_parse_options.rb +64 -0
  3704. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_processing_instruction.rb +30 -0
  3705. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_reader_encoding.rb +136 -0
  3706. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_relax_ng.rb +60 -0
  3707. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_schema.rb +129 -0
  3708. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_syntax_error.rb +30 -0
  3709. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_text.rb +60 -0
  3710. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_unparented_node.rb +427 -0
  3711. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_xinclude.rb +83 -0
  3712. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xml/test_xpath.rb +430 -0
  3713. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xslt/test_custom_functions.rb +133 -0
  3714. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test/xslt/test_exception_handling.rb +37 -0
  3715. data/vendor/ruby/2.1.0/gems/nokogiri-1.6.6.2/test_all +91 -0
  3716. data/vendor/ruby/2.1.0/gems/rack-1.5.5/COPYING +18 -0
  3717. data/vendor/ruby/2.1.0/gems/rack-1.5.5/KNOWN-ISSUES +30 -0
  3718. data/vendor/ruby/2.1.0/gems/rack-1.5.5/README.rdoc +626 -0
  3719. data/vendor/ruby/2.1.0/gems/rack-1.5.5/Rakefile +125 -0
  3720. data/vendor/ruby/2.1.0/gems/rack-1.5.5/SPEC +237 -0
  3721. data/vendor/ruby/2.1.0/gems/rack-1.5.5/bin/rackup +4 -0
  3722. data/vendor/ruby/2.1.0/gems/rack-1.5.5/contrib/rack.png +0 -0
  3723. data/vendor/ruby/2.1.0/gems/rack-1.5.5/contrib/rack.svg +150 -0
  3724. data/vendor/ruby/2.1.0/gems/rack-1.5.5/contrib/rack_logo.svg +111 -0
  3725. data/vendor/ruby/2.1.0/gems/rack-1.5.5/contrib/rdoc.css +412 -0
  3726. data/vendor/ruby/2.1.0/gems/rack-1.5.5/example/lobster.ru +4 -0
  3727. data/vendor/ruby/2.1.0/gems/rack-1.5.5/example/protectedlobster.rb +14 -0
  3728. data/vendor/ruby/2.1.0/gems/rack-1.5.5/example/protectedlobster.ru +8 -0
  3729. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack.rb +87 -0
  3730. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/abstract/handler.rb +37 -0
  3731. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/abstract/request.rb +43 -0
  3732. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/basic.rb +58 -0
  3733. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/digest/md5.rb +129 -0
  3734. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/digest/nonce.rb +51 -0
  3735. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/digest/params.rb +53 -0
  3736. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/auth/digest/request.rb +41 -0
  3737. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/backports/uri/common_18.rb +56 -0
  3738. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/backports/uri/common_192.rb +52 -0
  3739. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/backports/uri/common_193.rb +29 -0
  3740. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/body_proxy.rb +39 -0
  3741. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/builder.rb +149 -0
  3742. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/cascade.rb +52 -0
  3743. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/chunked.rb +58 -0
  3744. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/commonlogger.rb +64 -0
  3745. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/conditionalget.rb +67 -0
  3746. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/config.rb +20 -0
  3747. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/content_length.rb +33 -0
  3748. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/content_type.rb +29 -0
  3749. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/deflater.rb +116 -0
  3750. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/directory.rb +161 -0
  3751. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/etag.rb +64 -0
  3752. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/file.rb +138 -0
  3753. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler.rb +107 -0
  3754. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/cgi.rb +61 -0
  3755. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/evented_mongrel.rb +8 -0
  3756. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/fastcgi.rb +98 -0
  3757. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/lsws.rb +61 -0
  3758. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/mongrel.rb +100 -0
  3759. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/scgi.rb +67 -0
  3760. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
  3761. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/thin.rb +27 -0
  3762. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/handler/webrick.rb +81 -0
  3763. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/head.rb +22 -0
  3764. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/lint.rb +699 -0
  3765. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/lobster.rb +65 -0
  3766. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/lock.rb +26 -0
  3767. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/logger.rb +18 -0
  3768. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/methodoverride.rb +31 -0
  3769. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/mime.rb +677 -0
  3770. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/mock.rb +190 -0
  3771. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/multipart.rb +34 -0
  3772. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/multipart/generator.rb +93 -0
  3773. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/multipart/parser.rb +185 -0
  3774. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/multipart/uploaded_file.rb +34 -0
  3775. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/nulllogger.rb +18 -0
  3776. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/recursive.rb +61 -0
  3777. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/reloader.rb +109 -0
  3778. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/request.rb +382 -0
  3779. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/response.rb +155 -0
  3780. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/rewindable_input.rb +104 -0
  3781. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/runtime.rb +27 -0
  3782. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/sendfile.rb +155 -0
  3783. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/server.rb +362 -0
  3784. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/session/abstract/id.rb +398 -0
  3785. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/session/cookie.rb +178 -0
  3786. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/session/memcache.rb +93 -0
  3787. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/session/pool.rb +79 -0
  3788. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/showexceptions.rb +378 -0
  3789. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/showstatus.rb +113 -0
  3790. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/static.rb +153 -0
  3791. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/urlmap.rb +76 -0
  3792. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/utils.rb +641 -0
  3793. data/vendor/ruby/2.1.0/gems/rack-1.5.5/lib/rack/utils/okjson.rb +600 -0
  3794. data/vendor/ruby/2.1.0/gems/rack-1.5.5/rack.gemspec +33 -0
  3795. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/anything.rb +5 -0
  3796. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/comment.ru +4 -0
  3797. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/end.ru +5 -0
  3798. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/line.ru +1 -0
  3799. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/builder/options.ru +2 -0
  3800. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/folder/test.js +1 -0
  3801. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/fonts/font.eot +1 -0
  3802. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/images/image.png +1 -0
  3803. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/index.html +1 -0
  3804. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/javascripts/app.js +1 -0
  3805. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/assets/stylesheets/app.css +1 -0
  3806. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/lighttpd.conf +26 -0
  3807. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/lighttpd.errors +1 -0
  3808. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/rackup_stub.rb +6 -0
  3809. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/sample_rackup.ru +5 -0
  3810. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/test +9 -0
  3811. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/test+directory/test+file +1 -0
  3812. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/test.fcgi +8 -0
  3813. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/cgi/test.ru +5 -0
  3814. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/gemloader.rb +10 -0
  3815. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/bad_robots +259 -0
  3816. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/binary +0 -0
  3817. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/content_type_and_no_filename +6 -0
  3818. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/empty +10 -0
  3819. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/fail_16384_nofile +814 -0
  3820. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/file1.txt +1 -0
  3821. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_and_modification_param +7 -0
  3822. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_escaped_quotes +6 -0
  3823. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
  3824. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_percent_escaped_quotes +6 -0
  3825. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_unescaped_percentages +6 -0
  3826. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_unescaped_percentages2 +6 -0
  3827. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_unescaped_percentages3 +6 -0
  3828. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/filename_with_unescaped_quotes +6 -0
  3829. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/ie +6 -0
  3830. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/mixed_files +21 -0
  3831. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/nested +10 -0
  3832. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/none +9 -0
  3833. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/semicolon +6 -0
  3834. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/text +15 -0
  3835. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/three_files_three_fields +31 -0
  3836. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/multipart/webkit +32 -0
  3837. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/rackup/config.ru +31 -0
  3838. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/registering_handler/rack/handler/registering_myself.rb +8 -0
  3839. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_auth_basic.rb +81 -0
  3840. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_auth_digest.rb +259 -0
  3841. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_body_proxy.rb +69 -0
  3842. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_builder.rb +214 -0
  3843. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_cascade.rb +61 -0
  3844. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_cgi.rb +102 -0
  3845. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_chunked.rb +85 -0
  3846. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_commonlogger.rb +57 -0
  3847. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_conditionalget.rb +102 -0
  3848. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_config.rb +22 -0
  3849. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_content_length.rb +83 -0
  3850. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_content_type.rb +45 -0
  3851. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_deflater.rb +204 -0
  3852. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_directory.rb +88 -0
  3853. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_etag.rb +98 -0
  3854. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_fastcgi.rb +107 -0
  3855. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_file.rb +213 -0
  3856. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_handler.rb +59 -0
  3857. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_head.rb +43 -0
  3858. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_lint.rb +522 -0
  3859. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_lobster.rb +58 -0
  3860. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_lock.rb +164 -0
  3861. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_logger.rb +23 -0
  3862. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_methodoverride.rb +75 -0
  3863. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_mime.rb +51 -0
  3864. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_mock.rb +269 -0
  3865. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_mongrel.rb +182 -0
  3866. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_multipart.rb +479 -0
  3867. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_nulllogger.rb +20 -0
  3868. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_recursive.rb +72 -0
  3869. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_request.rb +1115 -0
  3870. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_response.rb +313 -0
  3871. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_rewindable_input.rb +118 -0
  3872. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_runtime.rb +49 -0
  3873. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_sendfile.rb +130 -0
  3874. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_server.rb +143 -0
  3875. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_session_abstract_id.rb +53 -0
  3876. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_session_cookie.rb +367 -0
  3877. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_session_memcache.rb +321 -0
  3878. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_session_pool.rb +209 -0
  3879. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_showexceptions.rb +92 -0
  3880. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_showstatus.rb +84 -0
  3881. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_static.rb +145 -0
  3882. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_thin.rb +91 -0
  3883. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_urlmap.rb +213 -0
  3884. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_utils.rb +585 -0
  3885. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/spec_webrick.rb +143 -0
  3886. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/static/another/index.html +1 -0
  3887. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/static/index.html +1 -0
  3888. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/testrequest.rb +78 -0
  3889. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
  3890. data/vendor/ruby/2.1.0/gems/rack-1.5.5/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
  3891. data/vendor/ruby/2.1.0/gems/rack-1.6.4/COPYING +18 -0
  3892. data/vendor/ruby/2.1.0/gems/rack-1.6.4/HISTORY.md +355 -0
  3893. data/vendor/ruby/2.1.0/gems/rack-1.6.4/KNOWN-ISSUES +44 -0
  3894. data/vendor/ruby/2.1.0/gems/rack-1.6.4/README.rdoc +312 -0
  3895. data/vendor/ruby/2.1.0/gems/rack-1.6.4/Rakefile +124 -0
  3896. data/vendor/ruby/2.1.0/gems/rack-1.6.4/SPEC +264 -0
  3897. data/vendor/ruby/2.1.0/gems/rack-1.6.4/bin/rackup +4 -0
  3898. data/vendor/ruby/2.1.0/gems/rack-1.6.4/contrib/rack.png +0 -0
  3899. data/vendor/ruby/2.1.0/gems/rack-1.6.4/contrib/rack.svg +150 -0
  3900. data/vendor/ruby/2.1.0/gems/rack-1.6.4/contrib/rack_logo.svg +111 -0
  3901. data/vendor/ruby/2.1.0/gems/rack-1.6.4/contrib/rdoc.css +412 -0
  3902. data/vendor/ruby/2.1.0/gems/rack-1.6.4/example/lobster.ru +4 -0
  3903. data/vendor/ruby/2.1.0/gems/rack-1.6.4/example/protectedlobster.rb +14 -0
  3904. data/vendor/ruby/2.1.0/gems/rack-1.6.4/example/protectedlobster.ru +8 -0
  3905. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack.rb +98 -0
  3906. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/abstract/handler.rb +37 -0
  3907. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/abstract/request.rb +43 -0
  3908. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/basic.rb +58 -0
  3909. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/digest/md5.rb +129 -0
  3910. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/digest/nonce.rb +51 -0
  3911. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/digest/params.rb +53 -0
  3912. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/auth/digest/request.rb +41 -0
  3913. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/backports/uri/common_18.rb +56 -0
  3914. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/backports/uri/common_192.rb +52 -0
  3915. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/backports/uri/common_193.rb +29 -0
  3916. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/body_proxy.rb +39 -0
  3917. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/builder.rb +164 -0
  3918. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/cascade.rb +52 -0
  3919. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/chunked.rb +69 -0
  3920. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/commonlogger.rb +72 -0
  3921. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/conditionalget.rb +79 -0
  3922. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/config.rb +20 -0
  3923. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/content_length.rb +37 -0
  3924. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/content_type.rb +29 -0
  3925. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/deflater.rb +154 -0
  3926. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/directory.rb +167 -0
  3927. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/etag.rb +73 -0
  3928. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/file.rb +152 -0
  3929. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler.rb +109 -0
  3930. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/cgi.rb +61 -0
  3931. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/evented_mongrel.rb +8 -0
  3932. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/fastcgi.rb +101 -0
  3933. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/lsws.rb +61 -0
  3934. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/mongrel.rb +106 -0
  3935. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/scgi.rb +70 -0
  3936. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
  3937. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/thin.rb +33 -0
  3938. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/handler/webrick.rb +122 -0
  3939. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/head.rb +27 -0
  3940. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/lint.rb +760 -0
  3941. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/lobster.rb +70 -0
  3942. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/lock.rb +26 -0
  3943. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/logger.rb +18 -0
  3944. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/methodoverride.rb +43 -0
  3945. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/mime.rb +664 -0
  3946. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/mock.rb +198 -0
  3947. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/multipart.rb +34 -0
  3948. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/multipart/generator.rb +93 -0
  3949. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/multipart/parser.rb +254 -0
  3950. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/multipart/uploaded_file.rb +34 -0
  3951. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/nulllogger.rb +37 -0
  3952. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/recursive.rb +62 -0
  3953. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/reloader.rb +109 -0
  3954. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/request.rb +398 -0
  3955. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/response.rb +162 -0
  3956. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/rewindable_input.rb +104 -0
  3957. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/runtime.rb +40 -0
  3958. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/sendfile.rb +160 -0
  3959. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/server.rb +387 -0
  3960. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/session/abstract/id.rb +399 -0
  3961. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/session/cookie.rb +188 -0
  3962. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/session/memcache.rb +93 -0
  3963. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/session/pool.rb +76 -0
  3964. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/showexceptions.rb +387 -0
  3965. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/showstatus.rb +113 -0
  3966. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/static.rb +150 -0
  3967. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/tempfile_reaper.rb +22 -0
  3968. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/urlmap.rb +90 -0
  3969. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/utils.rb +684 -0
  3970. data/vendor/ruby/2.1.0/gems/rack-1.6.4/lib/rack/utils/okjson.rb +600 -0
  3971. data/vendor/ruby/2.1.0/gems/rack-1.6.4/rack.gemspec +33 -0
  3972. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/anything.rb +5 -0
  3973. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/comment.ru +4 -0
  3974. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/end.ru +5 -0
  3975. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/line.ru +1 -0
  3976. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/builder/options.ru +2 -0
  3977. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/folder/test.js +1 -0
  3978. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/fonts/font.eot +1 -0
  3979. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/images/image.png +1 -0
  3980. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/index.html +1 -0
  3981. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/javascripts/app.js +1 -0
  3982. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/assets/stylesheets/app.css +1 -0
  3983. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/lighttpd.conf +26 -0
  3984. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/lighttpd.errors +1 -0
  3985. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/rackup_stub.rb +6 -0
  3986. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/sample_rackup.ru +5 -0
  3987. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/test +9 -0
  3988. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/test+directory/test+file +1 -0
  3989. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/test.fcgi +8 -0
  3990. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/cgi/test.ru +5 -0
  3991. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/gemloader.rb +10 -0
  3992. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/bad_robots +259 -0
  3993. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/binary +0 -0
  3994. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/content_type_and_no_filename +6 -0
  3995. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/empty +10 -0
  3996. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/fail_16384_nofile +814 -0
  3997. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/file1.txt +1 -0
  3998. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_and_modification_param +7 -0
  3999. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_and_no_name +6 -0
  4000. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_escaped_quotes +6 -0
  4001. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
  4002. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_percent_escaped_quotes +6 -0
  4003. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages +6 -0
  4004. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages2 +6 -0
  4005. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages3 +6 -0
  4006. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/filename_with_unescaped_quotes +6 -0
  4007. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/ie +6 -0
  4008. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/invalid_character +6 -0
  4009. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/mixed_files +21 -0
  4010. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/nested +10 -0
  4011. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/none +9 -0
  4012. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/semicolon +6 -0
  4013. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/text +15 -0
  4014. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/three_files_three_fields +31 -0
  4015. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/multipart/webkit +32 -0
  4016. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/rackup/config.ru +31 -0
  4017. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/registering_handler/rack/handler/registering_myself.rb +8 -0
  4018. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_auth_basic.rb +81 -0
  4019. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_auth_digest.rb +259 -0
  4020. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_body_proxy.rb +85 -0
  4021. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_builder.rb +223 -0
  4022. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_cascade.rb +61 -0
  4023. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_cgi.rb +102 -0
  4024. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_chunked.rb +101 -0
  4025. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_commonlogger.rb +93 -0
  4026. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_conditionalget.rb +102 -0
  4027. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_config.rb +22 -0
  4028. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_content_length.rb +85 -0
  4029. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_content_type.rb +45 -0
  4030. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_deflater.rb +339 -0
  4031. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_directory.rb +88 -0
  4032. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_etag.rb +107 -0
  4033. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_fastcgi.rb +107 -0
  4034. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_file.rb +221 -0
  4035. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_handler.rb +63 -0
  4036. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_head.rb +45 -0
  4037. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_lint.rb +550 -0
  4038. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_lobster.rb +58 -0
  4039. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_lock.rb +164 -0
  4040. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_logger.rb +23 -0
  4041. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_methodoverride.rb +82 -0
  4042. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_mime.rb +51 -0
  4043. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_mock.rb +277 -0
  4044. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_mongrel.rb +182 -0
  4045. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_multipart.rb +590 -0
  4046. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_nulllogger.rb +20 -0
  4047. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_recursive.rb +72 -0
  4048. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_request.rb +1227 -0
  4049. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_response.rb +343 -0
  4050. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_rewindable_input.rb +118 -0
  4051. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_runtime.rb +49 -0
  4052. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_sendfile.rb +130 -0
  4053. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_server.rb +167 -0
  4054. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_session_abstract_id.rb +53 -0
  4055. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_session_cookie.rb +410 -0
  4056. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_session_memcache.rb +321 -0
  4057. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_session_pool.rb +209 -0
  4058. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_showexceptions.rb +85 -0
  4059. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_showstatus.rb +103 -0
  4060. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_static.rb +145 -0
  4061. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_tempfile_reaper.rb +63 -0
  4062. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_thin.rb +91 -0
  4063. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_urlmap.rb +236 -0
  4064. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_utils.rb +647 -0
  4065. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_version.rb +17 -0
  4066. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/spec_webrick.rb +184 -0
  4067. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/static/another/index.html +1 -0
  4068. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/static/index.html +1 -0
  4069. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/testrequest.rb +78 -0
  4070. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
  4071. data/vendor/ruby/2.1.0/gems/rack-1.6.4/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
  4072. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/Gemfile +8 -0
  4073. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/Gemfile.lock +41 -0
  4074. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/History.txt +179 -0
  4075. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/MIT-LICENSE.txt +19 -0
  4076. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/README.rdoc +85 -0
  4077. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/Rakefile +33 -0
  4078. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/Thorfile +114 -0
  4079. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/mock_session.rb +66 -0
  4080. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test.rb +318 -0
  4081. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/cookie_jar.rb +182 -0
  4082. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/methods.rb +83 -0
  4083. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/mock_digest_request.rb +29 -0
  4084. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/uploaded_file.rb +53 -0
  4085. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/lib/rack/test/utils.rb +150 -0
  4086. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/rack-test.gemspec +77 -0
  4087. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/fixtures/bar.txt +1 -0
  4088. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/fixtures/config.ru +3 -0
  4089. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/fixtures/fake_app.rb +143 -0
  4090. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/fixtures/foo.txt +1 -0
  4091. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/cookie_spec.rb +219 -0
  4092. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/digest_auth_spec.rb +46 -0
  4093. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/multipart_spec.rb +145 -0
  4094. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/uploaded_file_spec.rb +24 -0
  4095. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test/utils_spec.rb +193 -0
  4096. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/rack/test_spec.rb +550 -0
  4097. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/spec_helper.rb +69 -0
  4098. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/support/matchers/body.rb +9 -0
  4099. data/vendor/ruby/2.1.0/gems/rack-test-0.6.3/spec/support/matchers/challenge.rb +11 -0
  4100. data/vendor/ruby/2.1.0/gems/rails-4.1.13/README.md +83 -0
  4101. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/CHANGELOG.md +91 -0
  4102. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/Rakefile +77 -0
  4103. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/akshaysurve.jpg +0 -0
  4104. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/belongs_to.png +0 -0
  4105. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/book_icon.gif +0 -0
  4106. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/bullet.gif +0 -0
  4107. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/chapters_icon.gif +0 -0
  4108. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/check_bullet.gif +0 -0
  4109. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/credits_pic_blank.gif +0 -0
  4110. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/csrf.png +0 -0
  4111. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/edge_badge.png +0 -0
  4112. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/favicon.ico +0 -0
  4113. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/feature_tile.gif +0 -0
  4114. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/footer_tile.gif +0 -0
  4115. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/fxn.png +0 -0
  4116. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/article_with_comments.png +0 -0
  4117. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/challenge.png +0 -0
  4118. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/confirm_dialog.png +0 -0
  4119. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/forbidden_attributes_for_new_article.png +0 -0
  4120. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/form_with_errors.png +0 -0
  4121. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/index_action_with_edit_link.png +0 -0
  4122. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/new_article.png +0 -0
  4123. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/rails_welcome.png +0 -0
  4124. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/routing_error_no_controller.png +0 -0
  4125. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/routing_error_no_route_matches.png +0 -0
  4126. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/show_action_for_articles.png +0 -0
  4127. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/template_is_missing_articles_new.png +0 -0
  4128. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/unknown_action_create_for_articles.png +0 -0
  4129. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/getting_started/unknown_action_new_for_articles.png +0 -0
  4130. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/grey_bullet.gif +0 -0
  4131. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/habtm.png +0 -0
  4132. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/has_many.png +0 -0
  4133. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/has_many_through.png +0 -0
  4134. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/has_one.png +0 -0
  4135. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/has_one_through.png +0 -0
  4136. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/header_backdrop.png +0 -0
  4137. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/header_tile.gif +0 -0
  4138. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_html_safe.png +0 -0
  4139. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_localized_pirate.png +0 -0
  4140. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_translated_en.png +0 -0
  4141. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_translated_pirate.png +0 -0
  4142. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_translation_missing.png +0 -0
  4143. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/i18n/demo_untranslated.png +0 -0
  4144. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/README +5 -0
  4145. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/1.png +0 -0
  4146. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/10.png +0 -0
  4147. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/11.png +0 -0
  4148. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/12.png +0 -0
  4149. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/13.png +0 -0
  4150. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/14.png +0 -0
  4151. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/15.png +0 -0
  4152. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/2.png +0 -0
  4153. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/3.png +0 -0
  4154. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/4.png +0 -0
  4155. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/5.png +0 -0
  4156. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/6.png +0 -0
  4157. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/7.png +0 -0
  4158. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/8.png +0 -0
  4159. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/callouts/9.png +0 -0
  4160. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/caution.png +0 -0
  4161. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/example.png +0 -0
  4162. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/home.png +0 -0
  4163. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/important.png +0 -0
  4164. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/next.png +0 -0
  4165. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/note.png +0 -0
  4166. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/prev.png +0 -0
  4167. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/tip.png +0 -0
  4168. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/up.png +0 -0
  4169. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/icons/warning.png +0 -0
  4170. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/nav_arrow.gif +0 -0
  4171. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/oscardelben.jpg +0 -0
  4172. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/polymorphic.png +0 -0
  4173. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/radar.png +0 -0
  4174. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/rails4_features.png +0 -0
  4175. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/rails_guides_kindle_cover.jpg +0 -0
  4176. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/rails_guides_logo.gif +0 -0
  4177. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/rails_logo_remix.gif +0 -0
  4178. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/session_fixation.png +0 -0
  4179. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_grey.gif +0 -0
  4180. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_info.gif +0 -0
  4181. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_note.gif +0 -0
  4182. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_red.gif +0 -0
  4183. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_yellow.gif +0 -0
  4184. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/tab_yellow.png +0 -0
  4185. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/images/vijaydev.jpg +0 -0
  4186. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/guides.js +53 -0
  4187. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/jquery.min.js +4 -0
  4188. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/responsive-tables.js +43 -0
  4189. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js +59 -0
  4190. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js +75 -0
  4191. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js +59 -0
  4192. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js +65 -0
  4193. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js +100 -0
  4194. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js +97 -0
  4195. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js +91 -0
  4196. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js +55 -0
  4197. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js +41 -0
  4198. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js +52 -0
  4199. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js +67 -0
  4200. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js +52 -0
  4201. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js +57 -0
  4202. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js +58 -0
  4203. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js +72 -0
  4204. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js +88 -0
  4205. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js +33 -0
  4206. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js +74 -0
  4207. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js +64 -0
  4208. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js +55 -0
  4209. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js +94 -0
  4210. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js +51 -0
  4211. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js +66 -0
  4212. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js +56 -0
  4213. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js +69 -0
  4214. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/javascripts/syntaxhighlighter/shCore.js +17 -0
  4215. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/fixes.css +16 -0
  4216. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/kindle.css +11 -0
  4217. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/main.css +710 -0
  4218. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/print.css +52 -0
  4219. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/reset.css +43 -0
  4220. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/responsive-tables.css +50 -0
  4221. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/style.css +13 -0
  4222. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCore.css +226 -0
  4223. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css +328 -0
  4224. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css +331 -0
  4225. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css +339 -0
  4226. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css +324 -0
  4227. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
  4228. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css +324 -0
  4229. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css +324 -0
  4230. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css +324 -0
  4231. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css +117 -0
  4232. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css +120 -0
  4233. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css +128 -0
  4234. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css +113 -0
  4235. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
  4236. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css +113 -0
  4237. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css +113 -0
  4238. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css +113 -0
  4239. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +116 -0
  4240. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/action_controller_gem.rb +47 -0
  4241. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/action_controller_master.rb +53 -0
  4242. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/active_record_gem.rb +40 -0
  4243. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/active_record_master.rb +49 -0
  4244. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/generic_gem.rb +15 -0
  4245. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/bug_report_templates/generic_master.rb +26 -0
  4246. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/Gemfile +40 -0
  4247. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/Gemfile.lock +125 -0
  4248. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/README.rdoc +28 -0
  4249. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/Rakefile +6 -0
  4250. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/javascripts/application.js +15 -0
  4251. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/javascripts/comments.js.coffee +3 -0
  4252. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/javascripts/posts.js.coffee +3 -0
  4253. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/javascripts/welcome.js.coffee +3 -0
  4254. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/stylesheets/application.css +13 -0
  4255. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/stylesheets/comments.css.scss +3 -0
  4256. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/stylesheets/posts.css.scss +3 -0
  4257. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/assets/stylesheets/welcome.css.scss +3 -0
  4258. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/controllers/application_controller.rb +5 -0
  4259. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/controllers/comments_controller.rb +23 -0
  4260. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/controllers/posts_controller.rb +53 -0
  4261. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/controllers/welcome_controller.rb +4 -0
  4262. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/helpers/application_helper.rb +2 -0
  4263. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/helpers/comments_helper.rb +2 -0
  4264. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/helpers/posts_helper.rb +2 -0
  4265. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/helpers/welcome_helper.rb +2 -0
  4266. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/models/comment.rb +3 -0
  4267. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/models/post.rb +7 -0
  4268. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/comments/_comment.html.erb +15 -0
  4269. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/comments/_form.html.erb +13 -0
  4270. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/layouts/application.html.erb +14 -0
  4271. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/_form.html.erb +27 -0
  4272. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/edit.html.erb +5 -0
  4273. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/index.html.erb +21 -0
  4274. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/new.html.erb +5 -0
  4275. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/posts/show.html.erb +18 -0
  4276. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/app/views/welcome/index.html.erb +4 -0
  4277. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/bin/bundle +4 -0
  4278. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/bin/rails +4 -0
  4279. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/bin/rake +4 -0
  4280. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config.ru +4 -0
  4281. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/application.rb +18 -0
  4282. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/boot.rb +4 -0
  4283. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/database.yml +25 -0
  4284. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/environment.rb +5 -0
  4285. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/environments/development.rb +30 -0
  4286. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/environments/production.rb +80 -0
  4287. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/environments/test.rb +36 -0
  4288. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/backtrace_silencers.rb +7 -0
  4289. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/filter_parameter_logging.rb +4 -0
  4290. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/inflections.rb +16 -0
  4291. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/locale.rb +9 -0
  4292. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/mime_types.rb +5 -0
  4293. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/secret_token.rb +12 -0
  4294. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/session_store.rb +3 -0
  4295. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/initializers/wrap_parameters.rb +14 -0
  4296. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/locales/en.yml +23 -0
  4297. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/config/routes.rb +7 -0
  4298. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/db/migrate/20130122042648_create_posts.rb +10 -0
  4299. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/db/migrate/20130122045842_create_comments.rb +11 -0
  4300. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/db/schema.rb +33 -0
  4301. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/db/seeds.rb +7 -0
  4302. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/404.html +60 -0
  4303. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/422.html +60 -0
  4304. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/500.html +59 -0
  4305. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/favicon.ico +0 -0
  4306. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/public/robots.txt +5 -0
  4307. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/controllers/comments_controller_test.rb +7 -0
  4308. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/controllers/posts_controller_test.rb +7 -0
  4309. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/controllers/welcome_controller_test.rb +9 -0
  4310. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/fixtures/comments.yml +11 -0
  4311. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/fixtures/posts.yml +9 -0
  4312. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/helpers/comments_helper_test.rb +4 -0
  4313. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/helpers/posts_helper_test.rb +4 -0
  4314. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/helpers/welcome_helper_test.rb +4 -0
  4315. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/models/comment_test.rb +7 -0
  4316. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/models/post_test.rb +7 -0
  4317. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/code/getting_started/test/test_helper.rb +12 -0
  4318. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides.rb +63 -0
  4319. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/generator.rb +248 -0
  4320. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/helpers.rb +53 -0
  4321. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/indexer.rb +68 -0
  4322. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/kindle.rb +119 -0
  4323. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/levenshtein.rb +31 -0
  4324. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/markdown.rb +163 -0
  4325. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/rails_guides/markdown/renderer.rb +82 -0
  4326. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/2_2_release_notes.md +435 -0
  4327. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/2_3_release_notes.md +621 -0
  4328. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/3_0_release_notes.md +611 -0
  4329. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/3_1_release_notes.md +556 -0
  4330. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/3_2_release_notes.md +565 -0
  4331. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/4_0_release_notes.md +276 -0
  4332. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/4_1_release_notes.md +731 -0
  4333. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/_license.html.erb +2 -0
  4334. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/_welcome.html.erb +25 -0
  4335. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/action_controller_overview.md +1175 -0
  4336. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/action_mailer_basics.md +689 -0
  4337. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/action_view_overview.md +1602 -0
  4338. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_model_basics.md +200 -0
  4339. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_record_basics.md +373 -0
  4340. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_record_callbacks.md +410 -0
  4341. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_record_querying.md +1785 -0
  4342. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_record_validations.md +1169 -0
  4343. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_support_core_extensions.md +3817 -0
  4344. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/active_support_instrumentation.md +496 -0
  4345. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/api_documentation_guidelines.md +315 -0
  4346. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/asset_pipeline.md +1165 -0
  4347. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/association_basics.md +2229 -0
  4348. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/caching_with_rails.md +354 -0
  4349. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/command_line.md +603 -0
  4350. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/configuring.md +942 -0
  4351. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/contributing_to_ruby_on_rails.md +544 -0
  4352. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/credits.html.erb +80 -0
  4353. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/debugging_rails_applications.md +707 -0
  4354. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/development_dependencies_install.md +278 -0
  4355. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/documents.yaml +193 -0
  4356. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/engines.md +1412 -0
  4357. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/form_helpers.md +1001 -0
  4358. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/generators.md +663 -0
  4359. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/getting_started.md +1946 -0
  4360. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/i18n.md +1043 -0
  4361. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/index.html.erb +27 -0
  4362. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/initialization.md +657 -0
  4363. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/copyright.html.erb +1 -0
  4364. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/layout.html.erb +27 -0
  4365. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/rails_guides.opf.erb +52 -0
  4366. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/toc.html.erb +24 -0
  4367. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/toc.ncx.erb +64 -0
  4368. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/kindle/welcome.html.erb +5 -0
  4369. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/layout.html.erb +146 -0
  4370. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/layouts_and_rendering.md +1226 -0
  4371. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/maintenance_policy.md +75 -0
  4372. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/migrations.md +1143 -0
  4373. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/nested_model_forms.md +225 -0
  4374. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/plugins.md +444 -0
  4375. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/rails_application_templates.md +248 -0
  4376. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/rails_on_rack.md +332 -0
  4377. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/routing.md +1115 -0
  4378. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/ruby_on_rails_guides_guidelines.md +128 -0
  4379. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/security.md +1018 -0
  4380. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/testing.md +1052 -0
  4381. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/upgrading_ruby_on_rails.md +928 -0
  4382. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/source/working_with_javascript_in_rails.md +405 -0
  4383. data/vendor/ruby/2.1.0/gems/rails-4.1.13/guides/w3c_validator.rb +95 -0
  4384. data/vendor/ruby/2.1.0/gems/rails-4.2.4/README.md +85 -0
  4385. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/CHANGELOG.md +53 -0
  4386. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/Rakefile +79 -0
  4387. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/akshaysurve.jpg +0 -0
  4388. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/belongs_to.png +0 -0
  4389. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/book_icon.gif +0 -0
  4390. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/bullet.gif +0 -0
  4391. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/chapters_icon.gif +0 -0
  4392. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/check_bullet.gif +0 -0
  4393. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/credits_pic_blank.gif +0 -0
  4394. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/csrf.png +0 -0
  4395. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/edge_badge.png +0 -0
  4396. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/favicon.ico +0 -0
  4397. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/feature_tile.gif +0 -0
  4398. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/footer_tile.gif +0 -0
  4399. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/fxn.png +0 -0
  4400. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/article_with_comments.png +0 -0
  4401. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/challenge.png +0 -0
  4402. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/confirm_dialog.png +0 -0
  4403. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/forbidden_attributes_for_new_article.png +0 -0
  4404. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/form_with_errors.png +0 -0
  4405. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/index_action_with_edit_link.png +0 -0
  4406. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/new_article.png +0 -0
  4407. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/rails_welcome.png +0 -0
  4408. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/routing_error_no_controller.png +0 -0
  4409. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/routing_error_no_route_matches.png +0 -0
  4410. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/show_action_for_articles.png +0 -0
  4411. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/template_is_missing_articles_new.png +0 -0
  4412. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/unknown_action_create_for_articles.png +0 -0
  4413. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/getting_started/unknown_action_new_for_articles.png +0 -0
  4414. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/grey_bullet.gif +0 -0
  4415. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/habtm.png +0 -0
  4416. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/has_many.png +0 -0
  4417. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/has_many_through.png +0 -0
  4418. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/has_one.png +0 -0
  4419. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/has_one_through.png +0 -0
  4420. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/header_backdrop.png +0 -0
  4421. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/header_tile.gif +0 -0
  4422. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_html_safe.png +0 -0
  4423. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_localized_pirate.png +0 -0
  4424. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_translated_en.png +0 -0
  4425. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_translated_pirate.png +0 -0
  4426. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_translation_missing.png +0 -0
  4427. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/i18n/demo_untranslated.png +0 -0
  4428. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/README +5 -0
  4429. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/1.png +0 -0
  4430. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/10.png +0 -0
  4431. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/11.png +0 -0
  4432. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/12.png +0 -0
  4433. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/13.png +0 -0
  4434. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/14.png +0 -0
  4435. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/15.png +0 -0
  4436. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/2.png +0 -0
  4437. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/3.png +0 -0
  4438. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/4.png +0 -0
  4439. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/5.png +0 -0
  4440. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/6.png +0 -0
  4441. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/7.png +0 -0
  4442. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/8.png +0 -0
  4443. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/callouts/9.png +0 -0
  4444. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/caution.png +0 -0
  4445. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/example.png +0 -0
  4446. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/home.png +0 -0
  4447. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/important.png +0 -0
  4448. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/next.png +0 -0
  4449. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/note.png +0 -0
  4450. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/prev.png +0 -0
  4451. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/tip.png +0 -0
  4452. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/up.png +0 -0
  4453. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/icons/warning.png +0 -0
  4454. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/nav_arrow.gif +0 -0
  4455. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/oscardelben.jpg +0 -0
  4456. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/polymorphic.png +0 -0
  4457. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/radar.png +0 -0
  4458. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/rails4_features.png +0 -0
  4459. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/rails_guides_kindle_cover.jpg +0 -0
  4460. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/rails_guides_logo.gif +0 -0
  4461. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/rails_logo_remix.gif +0 -0
  4462. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/session_fixation.png +0 -0
  4463. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_grey.gif +0 -0
  4464. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_info.gif +0 -0
  4465. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_note.gif +0 -0
  4466. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_red.gif +0 -0
  4467. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_yellow.gif +0 -0
  4468. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/tab_yellow.png +0 -0
  4469. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/images/vijaydev.jpg +0 -0
  4470. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/guides.js +59 -0
  4471. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/jquery.min.js +4 -0
  4472. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/responsive-tables.js +43 -0
  4473. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js +59 -0
  4474. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js +75 -0
  4475. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js +59 -0
  4476. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js +65 -0
  4477. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js +100 -0
  4478. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js +97 -0
  4479. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js +91 -0
  4480. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js +55 -0
  4481. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js +41 -0
  4482. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js +52 -0
  4483. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js +67 -0
  4484. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js +52 -0
  4485. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js +57 -0
  4486. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js +58 -0
  4487. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js +72 -0
  4488. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js +88 -0
  4489. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js +33 -0
  4490. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js +74 -0
  4491. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js +64 -0
  4492. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js +55 -0
  4493. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js +94 -0
  4494. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js +51 -0
  4495. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js +66 -0
  4496. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js +56 -0
  4497. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js +69 -0
  4498. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/javascripts/syntaxhighlighter/shCore.js +17 -0
  4499. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/fixes.css +16 -0
  4500. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/kindle.css +11 -0
  4501. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/main.css +713 -0
  4502. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/print.css +52 -0
  4503. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/reset.css +43 -0
  4504. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/responsive-tables.css +50 -0
  4505. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/style.css +13 -0
  4506. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCore.css +226 -0
  4507. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css +328 -0
  4508. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css +331 -0
  4509. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css +339 -0
  4510. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css +324 -0
  4511. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +328 -0
  4512. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css +324 -0
  4513. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css +324 -0
  4514. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css +324 -0
  4515. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css +117 -0
  4516. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css +120 -0
  4517. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css +128 -0
  4518. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css +113 -0
  4519. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +117 -0
  4520. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css +113 -0
  4521. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css +113 -0
  4522. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css +113 -0
  4523. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +116 -0
  4524. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/action_controller_gem.rb +47 -0
  4525. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/action_controller_master.rb +54 -0
  4526. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/active_record_gem.rb +40 -0
  4527. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/active_record_master.rb +49 -0
  4528. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/generic_gem.rb +15 -0
  4529. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/bug_report_templates/generic_master.rb +26 -0
  4530. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides.rb +63 -0
  4531. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/generator.rb +248 -0
  4532. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/helpers.rb +53 -0
  4533. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/indexer.rb +68 -0
  4534. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/kindle.rb +119 -0
  4535. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/levenshtein.rb +37 -0
  4536. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/markdown.rb +167 -0
  4537. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/rails_guides/markdown/renderer.rb +82 -0
  4538. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/2_2_release_notes.md +435 -0
  4539. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/2_3_release_notes.md +621 -0
  4540. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/3_0_release_notes.md +611 -0
  4541. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/3_1_release_notes.md +559 -0
  4542. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/3_2_release_notes.md +568 -0
  4543. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/4_0_release_notes.md +279 -0
  4544. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/4_1_release_notes.md +730 -0
  4545. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/4_2_release_notes.md +877 -0
  4546. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/_license.html.erb +2 -0
  4547. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/_welcome.html.erb +19 -0
  4548. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/action_controller_overview.md +1192 -0
  4549. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/action_mailer_basics.md +757 -0
  4550. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/action_view_overview.md +1561 -0
  4551. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_job_basics.md +331 -0
  4552. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_model_basics.md +554 -0
  4553. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_basics.md +374 -0
  4554. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_callbacks.md +413 -0
  4555. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_migrations.md +1018 -0
  4556. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_postgresql.md +433 -0
  4557. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_querying.md +1783 -0
  4558. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_record_validations.md +1179 -0
  4559. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_support_core_extensions.md +3857 -0
  4560. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/active_support_instrumentation.md +488 -0
  4561. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/api_documentation_guidelines.md +361 -0
  4562. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/asset_pipeline.md +1304 -0
  4563. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/association_basics.md +2245 -0
  4564. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/autoloading_and_reloading_constants.md +1311 -0
  4565. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/caching_with_rails.md +379 -0
  4566. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/command_line.md +625 -0
  4567. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/configuring.md +1045 -0
  4568. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/contributing_to_ruby_on_rails.md +628 -0
  4569. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/credits.html.erb +80 -0
  4570. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/debugging_rails_applications.md +861 -0
  4571. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/development_dependencies_install.md +289 -0
  4572. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/documents.yaml +205 -0
  4573. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/engines.md +1412 -0
  4574. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/form_helpers.md +1024 -0
  4575. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/generators.md +676 -0
  4576. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/getting_started.md +2086 -0
  4577. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/i18n.md +1087 -0
  4578. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/index.html.erb +28 -0
  4579. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/initialization.md +704 -0
  4580. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/copyright.html.erb +1 -0
  4581. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/layout.html.erb +27 -0
  4582. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/rails_guides.opf.erb +52 -0
  4583. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/toc.html.erb +24 -0
  4584. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/toc.ncx.erb +64 -0
  4585. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/kindle/welcome.html.erb +5 -0
  4586. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/layout.html.erb +143 -0
  4587. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/layouts_and_rendering.md +1227 -0
  4588. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/maintenance_policy.md +78 -0
  4589. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/nested_model_forms.md +228 -0
  4590. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/plugins.md +444 -0
  4591. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/rails_application_templates.md +266 -0
  4592. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/rails_on_rack.md +336 -0
  4593. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/routing.md +1155 -0
  4594. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/ruby_on_rails_guides_guidelines.md +127 -0
  4595. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/security.md +1024 -0
  4596. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/testing.md +1132 -0
  4597. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/upgrading_ruby_on_rails.md +1186 -0
  4598. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/source/working_with_javascript_in_rails.md +407 -0
  4599. data/vendor/ruby/2.1.0/gems/rails-4.2.4/guides/w3c_validator.rb +97 -0
  4600. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/CHANGELOG.md +16 -0
  4601. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/README.md +17 -0
  4602. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails-deprecated_sanitizer.rb +1 -0
  4603. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer.rb +146 -0
  4604. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner.rb +21 -0
  4605. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/document.rb +68 -0
  4606. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/node.rb +532 -0
  4607. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/sanitizer.rb +188 -0
  4608. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/selector.rb +830 -0
  4609. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/tokenizer.rb +107 -0
  4610. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/html-scanner/html/version.rb +11 -0
  4611. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/railtie.rb +9 -0
  4612. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/lib/rails/deprecated_sanitizer/version.rb +5 -0
  4613. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/cdata_node_test.rb +16 -0
  4614. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/deprecated_sanitizer_test.rb +30 -0
  4615. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/document_test.rb +149 -0
  4616. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/node_test.rb +90 -0
  4617. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/tag_node_test.rb +244 -0
  4618. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/test_helper.rb +13 -0
  4619. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/text_node_test.rb +51 -0
  4620. data/vendor/ruby/2.1.0/gems/rails-deprecated_sanitizer-1.0.3/test/tokenizer_test.rb +132 -0
  4621. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/LICENSE.txt +22 -0
  4622. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/README.md +76 -0
  4623. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails-dom-testing.rb +1 -0
  4624. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions.rb +20 -0
  4625. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/dom_assertions.rb +76 -0
  4626. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/selector_assertions.rb +311 -0
  4627. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb +32 -0
  4628. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb +108 -0
  4629. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb +24 -0
  4630. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/assertions/tag_assertions.rb +155 -0
  4631. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/lib/rails/dom/testing/version.rb +7 -0
  4632. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/test/dom_assertions_test.rb +50 -0
  4633. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/test/selector_assertions_test.rb +317 -0
  4634. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/test/tag_assertions_test.rb +218 -0
  4635. data/vendor/ruby/2.1.0/gems/rails-dom-testing-1.0.7/test/test_helper.rb +6 -0
  4636. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/CHANGELOG.md +7 -0
  4637. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/LICENSE.txt +22 -0
  4638. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/README.md +141 -0
  4639. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/lib/rails-html-sanitizer.rb +73 -0
  4640. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/lib/rails/html/sanitizer.rb +145 -0
  4641. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/lib/rails/html/sanitizer/version.rb +7 -0
  4642. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/lib/rails/html/scrubbers.rb +148 -0
  4643. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/test/sanitizer_test.rb +501 -0
  4644. data/vendor/ruby/2.1.0/gems/rails-html-sanitizer-1.0.2/test/scrubbers_test.rb +160 -0
  4645. data/vendor/ruby/2.1.0/gems/railties-4.1.13/CHANGELOG.md +476 -0
  4646. data/vendor/ruby/2.1.0/gems/railties-4.1.13/RDOC_MAIN.rdoc +73 -0
  4647. data/vendor/ruby/2.1.0/gems/railties-4.1.13/README.rdoc +37 -0
  4648. data/vendor/ruby/2.1.0/gems/railties-4.1.13/bin/rails +9 -0
  4649. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails.rb +87 -0
  4650. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/all.rb +15 -0
  4651. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/api/task.rb +163 -0
  4652. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/app_rails_loader.rb +61 -0
  4653. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application.rb +487 -0
  4654. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/bootstrap.rb +80 -0
  4655. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/configuration.rb +155 -0
  4656. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/default_middleware_stack.rb +99 -0
  4657. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/finisher.rb +115 -0
  4658. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application/routes_reloader.rb +56 -0
  4659. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/application_controller.rb +16 -0
  4660. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/backtrace_cleaner.rb +27 -0
  4661. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/cli.rb +15 -0
  4662. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/code_statistics.rb +101 -0
  4663. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/code_statistics_calculator.rb +79 -0
  4664. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands.rb +17 -0
  4665. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/application.rb +17 -0
  4666. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/commands_tasks.rb +174 -0
  4667. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/console.rb +101 -0
  4668. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/dbconsole.rb +177 -0
  4669. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/destroy.rb +9 -0
  4670. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/generate.rb +11 -0
  4671. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/plugin.rb +23 -0
  4672. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/runner.rb +63 -0
  4673. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/server.rb +139 -0
  4674. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/commands/update.rb +9 -0
  4675. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/configuration.rb +119 -0
  4676. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/console/app.rb +32 -0
  4677. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/console/helpers.rb +17 -0
  4678. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/deprecation.rb +19 -0
  4679. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/engine.rb +691 -0
  4680. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/engine/commands.rb +41 -0
  4681. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/engine/configuration.rb +91 -0
  4682. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/engine/railties.rb +21 -0
  4683. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/gem_version.rb +15 -0
  4684. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators.rb +320 -0
  4685. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/actions.rb +260 -0
  4686. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/actions/create_migration.rb +68 -0
  4687. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/active_model.rb +78 -0
  4688. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/app_base.rb +354 -0
  4689. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/base.rb +379 -0
  4690. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/css/assets/assets_generator.rb +13 -0
  4691. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/css/assets/templates/stylesheet.css +4 -0
  4692. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
  4693. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb.rb +25 -0
  4694. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/controller/controller_generator.rb +22 -0
  4695. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/controller/templates/view.html.erb +2 -0
  4696. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/mailer/mailer_generator.rb +13 -0
  4697. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/mailer/templates/view.html.erb +5 -0
  4698. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/mailer/templates/view.text.erb +3 -0
  4699. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/scaffold_generator.rb +31 -0
  4700. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/_form.html.erb +37 -0
  4701. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/edit.html.erb +6 -0
  4702. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/index.html.erb +29 -0
  4703. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/new.html.erb +5 -0
  4704. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/erb/scaffold/templates/show.html.erb +11 -0
  4705. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/generated_attribute.rb +146 -0
  4706. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/js/assets/assets_generator.rb +13 -0
  4707. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/js/assets/templates/javascript.js +2 -0
  4708. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/migration.rb +69 -0
  4709. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/named_base.rb +205 -0
  4710. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/USAGE +15 -0
  4711. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/app_generator.rb +401 -0
  4712. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/Gemfile +33 -0
  4713. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/README.rdoc +28 -0
  4714. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/Rakefile +6 -0
  4715. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +20 -0
  4716. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +15 -0
  4717. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +5 -0
  4718. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +2 -0
  4719. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +23 -0
  4720. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/bin/bundle +2 -0
  4721. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/bin/rails +3 -0
  4722. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/bin/rake +3 -0
  4723. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config.ru +4 -0
  4724. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/application.rb +35 -0
  4725. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/boot.rb +4 -0
  4726. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +49 -0
  4727. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +87 -0
  4728. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +68 -0
  4729. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +52 -0
  4730. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +68 -0
  4731. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +23 -0
  4732. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +58 -0
  4733. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +58 -0
  4734. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +85 -0
  4735. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +25 -0
  4736. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/databases/sqlserver.yml +68 -0
  4737. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
  4738. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +41 -0
  4739. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +82 -0
  4740. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +39 -0
  4741. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt +8 -0
  4742. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +7 -0
  4743. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/cookies_serializer.rb +3 -0
  4744. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb +4 -0
  4745. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +16 -0
  4746. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +4 -0
  4747. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +3 -0
  4748. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
  4749. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/locales/en.yml +23 -0
  4750. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/routes.rb +56 -0
  4751. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/config/secrets.yml +22 -0
  4752. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
  4753. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/gitignore +16 -0
  4754. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/404.html +67 -0
  4755. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/422.html +67 -0
  4756. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/500.html +66 -0
  4757. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
  4758. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
  4759. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/app/templates/test/test_helper.rb +12 -0
  4760. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/assets/USAGE +20 -0
  4761. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
  4762. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/assets/templates/javascript.js +2 -0
  4763. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/assets/templates/stylesheet.css +4 -0
  4764. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/controller/USAGE +19 -0
  4765. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/controller/controller_generator.rb +54 -0
  4766. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
  4767. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/generator/USAGE +13 -0
  4768. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/generator/generator_generator.rb +27 -0
  4769. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +3 -0
  4770. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/generator/templates/USAGE.tt +8 -0
  4771. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/helper/USAGE +17 -0
  4772. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
  4773. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/helper/templates/helper.rb +4 -0
  4774. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/integration_test/USAGE +10 -0
  4775. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
  4776. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/migration/USAGE +35 -0
  4777. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
  4778. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/model/USAGE +100 -0
  4779. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/model/model_generator.rb +8 -0
  4780. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/USAGE +10 -0
  4781. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/plugin_generator.rb +371 -0
  4782. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/%name%.gemspec +27 -0
  4783. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/Gemfile +43 -0
  4784. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/MIT-LICENSE +20 -0
  4785. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/README.rdoc +3 -0
  4786. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/Rakefile +25 -0
  4787. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt +4 -0
  4788. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/app/helpers/%name%/application_helper.rb.tt +4 -0
  4789. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/app/views/layouts/%name%/application.html.erb.tt +14 -0
  4790. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/bin/rails.tt +11 -0
  4791. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/config/routes.rb +6 -0
  4792. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/gitignore +10 -0
  4793. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/lib/%name%.rb +6 -0
  4794. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/lib/%name%/engine.rb +7 -0
  4795. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/lib/%name%/version.rb +3 -0
  4796. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/lib/tasks/%name%_tasks.rake +4 -0
  4797. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/application.rb +18 -0
  4798. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/boot.rb +5 -0
  4799. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/javascripts.js +13 -0
  4800. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/routes.rb +4 -0
  4801. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css +15 -0
  4802. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/test/%name%_test.rb +7 -0
  4803. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb +12 -0
  4804. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/plugin/templates/test/test_helper.rb +23 -0
  4805. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/resource/USAGE +23 -0
  4806. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/resource/resource_generator.rb +20 -0
  4807. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/resource_route/resource_route_generator.rb +52 -0
  4808. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold/USAGE +35 -0
  4809. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold/scaffold_generator.rb +32 -0
  4810. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold/templates/scaffold.css +56 -0
  4811. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
  4812. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +28 -0
  4813. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +68 -0
  4814. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/task/USAGE +9 -0
  4815. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/task/task_generator.rb +12 -0
  4816. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/rails/task/templates/task.rb +8 -0
  4817. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/resource_helpers.rb +91 -0
  4818. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_case.rb +36 -0
  4819. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit.rb +8 -0
  4820. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
  4821. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/controller/templates/functional_test.rb +19 -0
  4822. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/generator/generator_generator.rb +26 -0
  4823. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/generator/templates/generator_test.rb +16 -0
  4824. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/helper/helper_generator.rb +13 -0
  4825. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/helper/templates/helper_test.rb +6 -0
  4826. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
  4827. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/integration/templates/integration_test.rb +7 -0
  4828. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/mailer/mailer_generator.rb +21 -0
  4829. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +21 -0
  4830. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/mailer/templates/preview.rb +13 -0
  4831. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/model/model_generator.rb +36 -0
  4832. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/model/templates/fixtures.yml +27 -0
  4833. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/model/templates/unit_test.rb +9 -0
  4834. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
  4835. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +7 -0
  4836. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +2 -0
  4837. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +33 -0
  4838. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +51 -0
  4839. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/testing/assertions.rb +123 -0
  4840. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/testing/behaviour.rb +106 -0
  4841. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/generators/testing/setup_and_teardown.rb +18 -0
  4842. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/info.rb +118 -0
  4843. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/info_controller.rb +23 -0
  4844. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/initializable.rb +89 -0
  4845. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/mailers_controller.rb +75 -0
  4846. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/paths.rb +211 -0
  4847. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rack.rb +7 -0
  4848. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rack/debugger.rb +24 -0
  4849. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rack/log_tailer.rb +34 -0
  4850. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rack/logger.rb +86 -0
  4851. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/railtie.rb +250 -0
  4852. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/railtie/configurable.rb +35 -0
  4853. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/railtie/configuration.rb +100 -0
  4854. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/ruby_version_check.rb +13 -0
  4855. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/rubyprof_ext.rb +35 -0
  4856. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/source_annotation_extractor.rb +127 -0
  4857. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks.rb +14 -0
  4858. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/annotations.rake +20 -0
  4859. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/documentation.rake +70 -0
  4860. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/engine.rake +72 -0
  4861. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/framework.rake +66 -0
  4862. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/log.rake +23 -0
  4863. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/middleware.rake +7 -0
  4864. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/misc.rake +60 -0
  4865. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/routes.rake +7 -0
  4866. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/statistics.rake +22 -0
  4867. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/tasks/tmp.rake +45 -0
  4868. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/layouts/application.html.erb +36 -0
  4869. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/info/properties.html.erb +1 -0
  4870. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/info/routes.html.erb +9 -0
  4871. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/mailers/email.html.erb +109 -0
  4872. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/mailers/index.html.erb +8 -0
  4873. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/mailers/mailer.html.erb +6 -0
  4874. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/templates/rails/welcome/index.html.erb +245 -0
  4875. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/test_help.rb +43 -0
  4876. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/test_unit/railtie.rb +18 -0
  4877. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/test_unit/sub_test_task.rb +126 -0
  4878. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/test_unit/testing.rake +48 -0
  4879. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/version.rb +8 -0
  4880. data/vendor/ruby/2.1.0/gems/railties-4.1.13/lib/rails/welcome_controller.rb +8 -0
  4881. data/vendor/ruby/2.1.0/gems/railties-4.2.4/CHANGELOG.md +292 -0
  4882. data/vendor/ruby/2.1.0/gems/railties-4.2.4/RDOC_MAIN.rdoc +73 -0
  4883. data/vendor/ruby/2.1.0/gems/railties-4.2.4/README.rdoc +41 -0
  4884. data/vendor/ruby/2.1.0/gems/railties-4.2.4/bin/rails +9 -0
  4885. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails.rb +93 -0
  4886. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/all.rb +16 -0
  4887. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/api/task.rb +170 -0
  4888. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/app_rails_loader.rb +63 -0
  4889. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application.rb +539 -0
  4890. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/bootstrap.rb +94 -0
  4891. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/configuration.rb +208 -0
  4892. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/default_middleware_stack.rb +103 -0
  4893. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/finisher.rb +113 -0
  4894. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application/routes_reloader.rb +56 -0
  4895. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/application_controller.rb +16 -0
  4896. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/backtrace_cleaner.rb +32 -0
  4897. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/cli.rb +15 -0
  4898. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/code_statistics.rb +102 -0
  4899. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/code_statistics_calculator.rb +79 -0
  4900. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands.rb +17 -0
  4901. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/application.rb +17 -0
  4902. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/commands_tasks.rb +169 -0
  4903. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/console.rb +113 -0
  4904. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/dbconsole.rb +192 -0
  4905. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/destroy.rb +11 -0
  4906. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/generate.rb +13 -0
  4907. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/plugin.rb +23 -0
  4908. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/runner.rb +63 -0
  4909. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/commands/server.rb +148 -0
  4910. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/configuration.rb +119 -0
  4911. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/console/app.rb +32 -0
  4912. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/console/helpers.rb +17 -0
  4913. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/deprecation.rb +19 -0
  4914. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/engine.rb +694 -0
  4915. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/engine/commands.rb +41 -0
  4916. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/engine/configuration.rb +91 -0
  4917. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/engine/railties.rb +21 -0
  4918. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/gem_version.rb +15 -0
  4919. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators.rb +371 -0
  4920. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/actions.rb +281 -0
  4921. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/actions/create_migration.rb +69 -0
  4922. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/active_model.rb +78 -0
  4923. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/app_base.rb +354 -0
  4924. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/base.rb +379 -0
  4925. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/css/assets/assets_generator.rb +13 -0
  4926. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/css/assets/templates/stylesheet.css +4 -0
  4927. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
  4928. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb.rb +25 -0
  4929. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/controller/controller_generator.rb +22 -0
  4930. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/controller/templates/view.html.erb +2 -0
  4931. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/mailer_generator.rb +36 -0
  4932. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/templates/layout.html.erb +5 -0
  4933. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/templates/layout.text.erb +1 -0
  4934. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/templates/view.html.erb +5 -0
  4935. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/mailer/templates/view.text.erb +3 -0
  4936. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/scaffold_generator.rb +31 -0
  4937. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/_form.html.erb +32 -0
  4938. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/edit.html.erb +6 -0
  4939. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/index.html.erb +31 -0
  4940. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/new.html.erb +5 -0
  4941. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/erb/scaffold/templates/show.html.erb +11 -0
  4942. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/generated_attribute.rb +170 -0
  4943. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/js/assets/assets_generator.rb +13 -0
  4944. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/js/assets/templates/javascript.js +2 -0
  4945. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/migration.rb +69 -0
  4946. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/model_helpers.rb +28 -0
  4947. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/named_base.rb +209 -0
  4948. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/USAGE +15 -0
  4949. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/app_generator.rb +407 -0
  4950. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/Gemfile +48 -0
  4951. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/README.rdoc +28 -0
  4952. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/Rakefile +6 -0
  4953. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +20 -0
  4954. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +15 -0
  4955. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +5 -0
  4956. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +2 -0
  4957. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +23 -0
  4958. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/bin/bundle +2 -0
  4959. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/bin/rails +3 -0
  4960. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/bin/rake +3 -0
  4961. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/bin/setup +28 -0
  4962. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config.ru +4 -0
  4963. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/application.rb +41 -0
  4964. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/boot.rb +3 -0
  4965. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +49 -0
  4966. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +85 -0
  4967. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +68 -0
  4968. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +52 -0
  4969. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +68 -0
  4970. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +23 -0
  4971. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +58 -0
  4972. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +58 -0
  4973. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +85 -0
  4974. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +25 -0
  4975. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/databases/sqlserver.yml +68 -0
  4976. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
  4977. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +45 -0
  4978. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +83 -0
  4979. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +42 -0
  4980. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt +11 -0
  4981. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +7 -0
  4982. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/cookies_serializer.rb +3 -0
  4983. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb +4 -0
  4984. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +16 -0
  4985. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +4 -0
  4986. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +3 -0
  4987. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
  4988. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/locales/en.yml +23 -0
  4989. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/routes.rb +56 -0
  4990. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/config/secrets.yml +22 -0
  4991. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
  4992. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/gitignore +19 -0
  4993. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/404.html +67 -0
  4994. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/422.html +67 -0
  4995. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/500.html +66 -0
  4996. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
  4997. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
  4998. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/app/templates/test/test_helper.rb +12 -0
  4999. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/assets/USAGE +20 -0
  5000. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
  5001. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/assets/templates/javascript.js +2 -0
  5002. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/assets/templates/stylesheet.css +4 -0
  5003. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/controller/USAGE +18 -0
  5004. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/controller/controller_generator.rb +58 -0
  5005. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
  5006. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/generator/USAGE +13 -0
  5007. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/generator/generator_generator.rb +27 -0
  5008. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +3 -0
  5009. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/generator/templates/USAGE.tt +8 -0
  5010. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/helper/USAGE +13 -0
  5011. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
  5012. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/helper/templates/helper.rb +4 -0
  5013. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/integration_test/USAGE +10 -0
  5014. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
  5015. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/migration/USAGE +35 -0
  5016. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
  5017. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/model/USAGE +109 -0
  5018. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/model/model_generator.rb +12 -0
  5019. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/USAGE +10 -0
  5020. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/plugin_generator.rb +393 -0
  5021. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/%name%.gemspec +27 -0
  5022. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/Gemfile +51 -0
  5023. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/MIT-LICENSE +20 -0
  5024. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/README.rdoc +3 -0
  5025. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/Rakefile +29 -0
  5026. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt +4 -0
  5027. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/app/helpers/%name%/application_helper.rb.tt +4 -0
  5028. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/app/views/layouts/%name%/application.html.erb.tt +14 -0
  5029. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/bin/rails.tt +11 -0
  5030. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/config/routes.rb +6 -0
  5031. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/gitignore +10 -0
  5032. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/lib/%name%.rb +6 -0
  5033. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/lib/%name%/engine.rb +7 -0
  5034. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/lib/%name%/version.rb +3 -0
  5035. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/lib/tasks/%name%_tasks.rake +4 -0
  5036. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/application.rb +18 -0
  5037. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/boot.rb +5 -0
  5038. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/javascripts.js +13 -0
  5039. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/routes.rb +4 -0
  5040. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css +15 -0
  5041. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/test/%name%_test.rb +7 -0
  5042. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb +8 -0
  5043. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/plugin/templates/test/test_helper.rb +25 -0
  5044. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/resource/USAGE +23 -0
  5045. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/resource/resource_generator.rb +20 -0
  5046. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/resource_route/resource_route_generator.rb +52 -0
  5047. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold/USAGE +41 -0
  5048. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold/scaffold_generator.rb +32 -0
  5049. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold/templates/scaffold.css +56 -0
  5050. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
  5051. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +28 -0
  5052. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +68 -0
  5053. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/task/USAGE +9 -0
  5054. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/task/task_generator.rb +12 -0
  5055. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/rails/task/templates/task.rb +8 -0
  5056. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/resource_helpers.rb +82 -0
  5057. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_case.rb +36 -0
  5058. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit.rb +8 -0
  5059. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
  5060. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/controller/templates/functional_test.rb +25 -0
  5061. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/generator/generator_generator.rb +26 -0
  5062. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/generator/templates/generator_test.rb +16 -0
  5063. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/helper/helper_generator.rb +9 -0
  5064. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
  5065. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/integration/templates/integration_test.rb +7 -0
  5066. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/job/job_generator.rb +13 -0
  5067. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/job/templates/unit_test.rb.erb +9 -0
  5068. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/mailer/mailer_generator.rb +21 -0
  5069. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +21 -0
  5070. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/mailer/templates/preview.rb +13 -0
  5071. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/model/model_generator.rb +36 -0
  5072. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/model/templates/fixtures.yml +27 -0
  5073. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/model/templates/unit_test.rb +9 -0
  5074. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
  5075. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +7 -0
  5076. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +2 -0
  5077. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +42 -0
  5078. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +54 -0
  5079. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/testing/assertions.rb +123 -0
  5080. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/testing/behaviour.rb +123 -0
  5081. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/generators/testing/setup_and_teardown.rb +18 -0
  5082. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/info.rb +102 -0
  5083. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/info_controller.rb +23 -0
  5084. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/initializable.rb +89 -0
  5085. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/mailers_controller.rb +75 -0
  5086. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/paths.rb +211 -0
  5087. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack.rb +7 -0
  5088. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack/debugger.rb +24 -0
  5089. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack/log_tailer.rb +38 -0
  5090. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/rack/logger.rb +86 -0
  5091. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/railtie.rb +250 -0
  5092. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/railtie/configurable.rb +35 -0
  5093. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/railtie/configuration.rb +100 -0
  5094. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/ruby_version_check.rb +13 -0
  5095. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/source_annotation_extractor.rb +133 -0
  5096. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks.rb +15 -0
  5097. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/annotations.rake +20 -0
  5098. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/documentation.rake +70 -0
  5099. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/engine.rake +72 -0
  5100. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/framework.rake +66 -0
  5101. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/log.rake +23 -0
  5102. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/middleware.rake +7 -0
  5103. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/misc.rake +60 -0
  5104. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/routes.rake +7 -0
  5105. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/statistics.rake +29 -0
  5106. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/tasks/tmp.rake +45 -0
  5107. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/layouts/application.html.erb +36 -0
  5108. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/info/properties.html.erb +1 -0
  5109. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/info/routes.html.erb +9 -0
  5110. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/mailers/email.html.erb +116 -0
  5111. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/mailers/index.html.erb +8 -0
  5112. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/mailers/mailer.html.erb +6 -0
  5113. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/templates/rails/welcome/index.html.erb +261 -0
  5114. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/test_help.rb +43 -0
  5115. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/test_unit/railtie.rb +18 -0
  5116. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/test_unit/sub_test_task.rb +126 -0
  5117. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/test_unit/testing.rake +66 -0
  5118. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/version.rb +8 -0
  5119. data/vendor/ruby/2.1.0/gems/railties-4.2.4/lib/rails/welcome_controller.rb +8 -0
  5120. data/vendor/ruby/2.1.0/gems/rake-10.4.2/CONTRIBUTING.rdoc +34 -0
  5121. data/vendor/ruby/2.1.0/gems/rake-10.4.2/History.rdoc +651 -0
  5122. data/vendor/ruby/2.1.0/gems/rake-10.4.2/MIT-LICENSE +21 -0
  5123. data/vendor/ruby/2.1.0/gems/rake-10.4.2/Manifest.txt +166 -0
  5124. data/vendor/ruby/2.1.0/gems/rake-10.4.2/README.rdoc +140 -0
  5125. data/vendor/ruby/2.1.0/gems/rake-10.4.2/Rakefile +81 -0
  5126. data/vendor/ruby/2.1.0/gems/rake-10.4.2/bin/rake +33 -0
  5127. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/command_line_usage.rdoc +158 -0
  5128. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/Rakefile1 +38 -0
  5129. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/Rakefile2 +35 -0
  5130. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/a.c +6 -0
  5131. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/b.c +6 -0
  5132. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/example/main.c +11 -0
  5133. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/glossary.rdoc +43 -0
  5134. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/jamis.rb +591 -0
  5135. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/proto_rake.rdoc +127 -0
  5136. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/rake.1 +141 -0
  5137. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/rakefile.rdoc +653 -0
  5138. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/rational.rdoc +151 -0
  5139. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
  5140. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
  5141. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
  5142. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
  5143. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
  5144. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
  5145. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
  5146. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
  5147. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
  5148. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
  5149. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
  5150. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
  5151. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
  5152. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
  5153. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
  5154. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.6.rdoc +37 -0
  5155. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
  5156. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
  5157. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
  5158. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.2.rdoc +55 -0
  5159. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
  5160. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.3.rdoc +102 -0
  5161. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.4.rdoc +60 -0
  5162. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.5.rdoc +55 -0
  5163. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-0.9.6.rdoc +64 -0
  5164. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.0.rdoc +178 -0
  5165. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.1.rdoc +58 -0
  5166. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.2.rdoc +53 -0
  5167. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.0.3.rdoc +191 -0
  5168. data/vendor/ruby/2.1.0/gems/rake-10.4.2/doc/release_notes/rake-10.1.0.rdoc +61 -0
  5169. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake.rb +79 -0
  5170. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/alt_system.rb +110 -0
  5171. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/application.rb +790 -0
  5172. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/backtrace.rb +23 -0
  5173. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/clean.rb +76 -0
  5174. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/cloneable.rb +16 -0
  5175. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/compositepublisher.rb +21 -0
  5176. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/ftptools.rb +137 -0
  5177. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/publisher.rb +81 -0
  5178. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/rubyforgepublisher.rb +18 -0
  5179. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/sshpublisher.rb +61 -0
  5180. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/contrib/sys.rb +4 -0
  5181. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/cpu_counter.rb +125 -0
  5182. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/default_loader.rb +14 -0
  5183. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/dsl_definition.rb +201 -0
  5184. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/early_time.rb +21 -0
  5185. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/core.rb +25 -0
  5186. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/module.rb +2 -0
  5187. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/pathname.rb +25 -0
  5188. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/string.rb +173 -0
  5189. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ext/time.rb +16 -0
  5190. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_creation_task.rb +24 -0
  5191. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_list.rb +428 -0
  5192. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_task.rb +46 -0
  5193. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_utils.rb +128 -0
  5194. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/file_utils_ext.rb +144 -0
  5195. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/gempackagetask.rb +4 -0
  5196. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/invocation_chain.rb +56 -0
  5197. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/invocation_exception_mixin.rb +16 -0
  5198. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/late_time.rb +17 -0
  5199. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/linked_list.rb +103 -0
  5200. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/loaders/makefile.rb +40 -0
  5201. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/multi_task.rb +13 -0
  5202. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/name_space.rb +38 -0
  5203. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/packagetask.rb +199 -0
  5204. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/pathmap.rb +3 -0
  5205. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/phony.rb +15 -0
  5206. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/private_reader.rb +20 -0
  5207. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/promise.rb +99 -0
  5208. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/pseudo_status.rb +29 -0
  5209. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rake_module.rb +38 -0
  5210. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rake_test_loader.rb +22 -0
  5211. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rdoctask.rb +4 -0
  5212. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/ruby182_test_unit_fix.rb +29 -0
  5213. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
  5214. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/runtest.rb +27 -0
  5215. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/scope.rb +42 -0
  5216. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/task.rb +383 -0
  5217. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/task_argument_error.rb +7 -0
  5218. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/task_arguments.rb +98 -0
  5219. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/task_manager.rb +310 -0
  5220. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/tasklib.rb +24 -0
  5221. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/testtask.rb +212 -0
  5222. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/thread_history_display.rb +48 -0
  5223. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/thread_pool.rb +164 -0
  5224. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/trace_output.rb +22 -0
  5225. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/version.rb +7 -0
  5226. data/vendor/ruby/2.1.0/gems/rake-10.4.2/lib/rake/win32.rb +56 -0
  5227. data/vendor/ruby/2.1.0/gems/rake-10.4.2/rakelib/publish.rake +20 -0
  5228. data/vendor/ruby/2.1.0/gems/rake-10.4.2/rakelib/test_times.rake +25 -0
  5229. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/file_creation.rb +34 -0
  5230. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/helper.rb +130 -0
  5231. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/support/rakefile_definitions.rb +478 -0
  5232. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/support/ruby_runner.rb +34 -0
  5233. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_private_reader.rb +42 -0
  5234. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake.rb +40 -0
  5235. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_application.rb +643 -0
  5236. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_application_options.rb +466 -0
  5237. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_backtrace.rb +119 -0
  5238. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_clean.rb +61 -0
  5239. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_cpu_counter.rb +68 -0
  5240. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_definitions.rb +84 -0
  5241. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_directory_task.rb +76 -0
  5242. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_dsl.rb +40 -0
  5243. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_early_time.rb +31 -0
  5244. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_extension.rb +59 -0
  5245. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_creation_task.rb +56 -0
  5246. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_list.rb +655 -0
  5247. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_list_path_map.rb +8 -0
  5248. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_task.rb +197 -0
  5249. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_file_utils.rb +309 -0
  5250. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_ftp_file.rb +74 -0
  5251. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_functional.rb +482 -0
  5252. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_invocation_chain.rb +64 -0
  5253. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_late_time.rb +18 -0
  5254. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_linked_list.rb +84 -0
  5255. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_makefile_loader.rb +46 -0
  5256. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_multi_task.rb +64 -0
  5257. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_name_space.rb +57 -0
  5258. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_package_task.rb +79 -0
  5259. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_path_map.rb +168 -0
  5260. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_path_map_explode.rb +34 -0
  5261. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_path_map_partial.rb +18 -0
  5262. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_pathname_extensions.rb +15 -0
  5263. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_pseudo_status.rb +21 -0
  5264. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_rake_test_loader.rb +20 -0
  5265. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_reduce_compat.rb +26 -0
  5266. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_require.rb +40 -0
  5267. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_rules.rb +388 -0
  5268. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_scope.rb +44 -0
  5269. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task.rb +393 -0
  5270. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_argument_parsing.rb +119 -0
  5271. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_arguments.rb +127 -0
  5272. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_lib.rb +9 -0
  5273. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_manager.rb +178 -0
  5274. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_manager_argument_resolution.rb +19 -0
  5275. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_task_with_arguments.rb +172 -0
  5276. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_test_task.rb +146 -0
  5277. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_thread_pool.rb +145 -0
  5278. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_top_level_functions.rb +71 -0
  5279. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_rake_win32.rb +72 -0
  5280. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_thread_history_display.rb +101 -0
  5281. data/vendor/ruby/2.1.0/gems/rake-10.4.2/test/test_trace_output.rb +52 -0
  5282. data/vendor/ruby/2.1.0/gems/slim-3.0.6/CHANGES +426 -0
  5283. data/vendor/ruby/2.1.0/gems/slim-3.0.6/Gemfile +69 -0
  5284. data/vendor/ruby/2.1.0/gems/slim-3.0.6/LICENSE +21 -0
  5285. data/vendor/ruby/2.1.0/gems/slim-3.0.6/README.jp.md +1205 -0
  5286. data/vendor/ruby/2.1.0/gems/slim-3.0.6/README.md +1205 -0
  5287. data/vendor/ruby/2.1.0/gems/slim-3.0.6/Rakefile +100 -0
  5288. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/context.rb +11 -0
  5289. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/profile-parser.rb +10 -0
  5290. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/profile-render.rb +12 -0
  5291. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/run-benchmarks.rb +119 -0
  5292. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/run-diffbench.rb +21 -0
  5293. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/view.erb +23 -0
  5294. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/view.haml +18 -0
  5295. data/vendor/ruby/2.1.0/gems/slim-3.0.6/benchmarks/view.slim +17 -0
  5296. data/vendor/ruby/2.1.0/gems/slim-3.0.6/bin/slimrb +6 -0
  5297. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/include.md +20 -0
  5298. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/jp/include.md +20 -0
  5299. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/jp/logic_less.md +137 -0
  5300. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/jp/smart.md +102 -0
  5301. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/jp/translator.md +28 -0
  5302. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/logic_less.md +137 -0
  5303. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/smart.md +103 -0
  5304. data/vendor/ruby/2.1.0/gems/slim-3.0.6/doc/translator.md +28 -0
  5305. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim.rb +14 -0
  5306. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/code_attributes.rb +67 -0
  5307. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/command.rb +128 -0
  5308. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/controls.rb +60 -0
  5309. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/do_inserter.rb +33 -0
  5310. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/embedded.rb +273 -0
  5311. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/end_inserter.rb +62 -0
  5312. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/engine.rb +41 -0
  5313. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/erb_converter.rb +14 -0
  5314. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/filter.rb +30 -0
  5315. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/grammar.rb +20 -0
  5316. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/include.rb +57 -0
  5317. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/interpolation.rb +35 -0
  5318. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/logic_less.rb +5 -0
  5319. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/logic_less/context.rb +127 -0
  5320. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/logic_less/filter.rb +80 -0
  5321. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/parser.rb +527 -0
  5322. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/smart.rb +8 -0
  5323. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/smart/escaper.rb +42 -0
  5324. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/smart/filter.rb +96 -0
  5325. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/smart/parser.rb +36 -0
  5326. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/splat/builder.rb +101 -0
  5327. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/splat/filter.rb +91 -0
  5328. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/template.rb +19 -0
  5329. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/translator.rb +118 -0
  5330. data/vendor/ruby/2.1.0/gems/slim-3.0.6/lib/slim/version.rb +5 -0
  5331. data/vendor/ruby/2.1.0/gems/slim-3.0.6/slim.gemspec +24 -0
  5332. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/helper.rb +211 -0
  5333. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_blocks.rb +183 -0
  5334. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_escaping.rb +150 -0
  5335. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_evaluation.rb +180 -0
  5336. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_output.rb +168 -0
  5337. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_code_structure.rb +168 -0
  5338. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_commands.rb +223 -0
  5339. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_embedded_engines.rb +242 -0
  5340. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_encoding.rb +28 -0
  5341. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_erb_converter.rb +67 -0
  5342. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_html_attributes.rb +268 -0
  5343. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_html_escaping.rb +65 -0
  5344. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_html_structure.rb +537 -0
  5345. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_parser_errors.rb +148 -0
  5346. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_pretty.rb +166 -0
  5347. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_ruby_errors.rb +207 -0
  5348. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_slim_template.rb +77 -0
  5349. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_tabs.rb +169 -0
  5350. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_text_interpolation.rb +79 -0
  5351. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_thread_options.rb +18 -0
  5352. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/core/test_unicode.rb +16 -0
  5353. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/files/recursive.slim +1 -0
  5354. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/files/slimfile.slim +3 -0
  5355. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/files/subdir/test.slim +1 -0
  5356. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/files/textfile +1 -0
  5357. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/include/test_include.rb +24 -0
  5358. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/literate/TESTS.md +1290 -0
  5359. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/literate/helper.rb +15 -0
  5360. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/literate/run.rb +92 -0
  5361. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/logic_less/test_logic_less.rb +295 -0
  5362. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/Rakefile +7 -0
  5363. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/controllers/application_controller.rb +2 -0
  5364. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/controllers/entries_controller.rb +5 -0
  5365. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/controllers/slim_controller.rb +40 -0
  5366. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/helpers/application_helper.rb +5 -0
  5367. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/models/entry.rb +16 -0
  5368. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/entries/edit.html.slim +3 -0
  5369. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/layouts/application.html.slim +10 -0
  5370. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/_partial.html.slim +1 -0
  5371. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/content_for.html.slim +7 -0
  5372. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/erb.html.erb +1 -0
  5373. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/form_for.html.slim +2 -0
  5374. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/helper.html.slim +4 -0
  5375. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/integers.html.slim +1 -0
  5376. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/no_layout.html.slim +1 -0
  5377. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/normal.html.slim +1 -0
  5378. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/partial.html.slim +2 -0
  5379. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/splat.html.slim +2 -0
  5380. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/thread_options.html.slim +1 -0
  5381. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/variables.html.slim +1 -0
  5382. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/app/views/slim/xml.slim +1 -0
  5383. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config.ru +4 -0
  5384. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/application.rb +44 -0
  5385. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/boot.rb +10 -0
  5386. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/environment.rb +5 -0
  5387. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/environments/test.rb +34 -0
  5388. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/backtrace_silencers.rb +7 -0
  5389. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/inflections.rb +10 -0
  5390. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/mime_types.rb +5 -0
  5391. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/secret_token.rb +7 -0
  5392. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/initializers/session_store.rb +8 -0
  5393. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/locales/en.yml +5 -0
  5394. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/config/routes.rb +60 -0
  5395. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/script/rails +6 -0
  5396. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/test/helper.rb +31 -0
  5397. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/rails/test/test_slim.rb +90 -0
  5398. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/smart/test_smart_text.rb +296 -0
  5399. data/vendor/ruby/2.1.0/gems/slim-3.0.6/test/translator/test_translator.rb +76 -0
  5400. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/CHANGELOG.md +234 -0
  5401. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/LICENSE +21 -0
  5402. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/README.md +461 -0
  5403. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/bin/sprockets +88 -0
  5404. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/rake/sprocketstask.rb +152 -0
  5405. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets.rb +160 -0
  5406. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/asset.rb +200 -0
  5407. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload.rb +11 -0
  5408. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/closure.rb +7 -0
  5409. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/coffee_script.rb +7 -0
  5410. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/eco.rb +7 -0
  5411. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/ejs.rb +7 -0
  5412. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/sass.rb +7 -0
  5413. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/uglifier.rb +7 -0
  5414. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/autoload/yui.rb +7 -0
  5415. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/base.rb +110 -0
  5416. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/bower.rb +58 -0
  5417. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/bundle.rb +69 -0
  5418. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cache.rb +234 -0
  5419. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cache/file_store.rb +183 -0
  5420. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cache/memory_store.rb +66 -0
  5421. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cache/null_store.rb +46 -0
  5422. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/cached_environment.rb +69 -0
  5423. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/closure_compressor.rb +46 -0
  5424. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/coffee_script_processor.rb +25 -0
  5425. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/coffee_script_template.rb +6 -0
  5426. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/compressing.rb +74 -0
  5427. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/configuration.rb +83 -0
  5428. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/context.rb +231 -0
  5429. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/dependencies.rb +73 -0
  5430. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/digest_utils.rb +168 -0
  5431. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/directive_processor.rb +404 -0
  5432. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/eco_processor.rb +32 -0
  5433. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/eco_template.rb +6 -0
  5434. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/ejs_processor.rb +31 -0
  5435. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/ejs_template.rb +6 -0
  5436. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/encoding_utils.rb +261 -0
  5437. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/engines.rb +81 -0
  5438. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/environment.rb +41 -0
  5439. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/erb_processor.rb +30 -0
  5440. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/erb_template.rb +6 -0
  5441. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/errors.rb +11 -0
  5442. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/file_reader.rb +15 -0
  5443. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/http_utils.rb +117 -0
  5444. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/jst_processor.rb +49 -0
  5445. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/legacy.rb +330 -0
  5446. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/legacy_proc_processor.rb +35 -0
  5447. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/legacy_tilt_processor.rb +29 -0
  5448. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/loader.rb +324 -0
  5449. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/manifest.rb +293 -0
  5450. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/manifest_utils.rb +45 -0
  5451. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/mime.rb +130 -0
  5452. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/path_dependency_utils.rb +85 -0
  5453. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/path_digest_utils.rb +47 -0
  5454. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/path_utils.rb +282 -0
  5455. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/paths.rb +81 -0
  5456. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/processing.rb +248 -0
  5457. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/processor_utils.rb +171 -0
  5458. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/resolve.rb +209 -0
  5459. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_cache_store.rb +29 -0
  5460. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_compressor.rb +51 -0
  5461. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_functions.rb +2 -0
  5462. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_importer.rb +2 -0
  5463. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_processor.rb +280 -0
  5464. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/sass_template.rb +7 -0
  5465. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/server.rb +272 -0
  5466. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/transformers.rb +145 -0
  5467. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/uglifier_compressor.rb +55 -0
  5468. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/unloaded_asset.rb +137 -0
  5469. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/uri_tar.rb +76 -0
  5470. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/uri_utils.rb +188 -0
  5471. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/utils.rb +218 -0
  5472. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/version.rb +3 -0
  5473. data/vendor/ruby/2.1.0/gems/sprockets-3.3.3/lib/sprockets/yui_compressor.rb +55 -0
  5474. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/LICENSE +20 -0
  5475. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/README.md +170 -0
  5476. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails.rb +4 -0
  5477. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/helper.rb +234 -0
  5478. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/legacy_asset_tag_helper.rb +32 -0
  5479. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/legacy_asset_url_helper.rb +133 -0
  5480. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/task.rb +93 -0
  5481. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/rails/version.rb +5 -0
  5482. data/vendor/ruby/2.1.0/gems/sprockets-rails-2.3.2/lib/sprockets/railtie.rb +158 -0
  5483. data/vendor/ruby/2.1.0/gems/temple-0.7.6/CHANGES +235 -0
  5484. data/vendor/ruby/2.1.0/gems/temple-0.7.6/EXPRESSIONS.md +261 -0
  5485. data/vendor/ruby/2.1.0/gems/temple-0.7.6/Gemfile +3 -0
  5486. data/vendor/ruby/2.1.0/gems/temple-0.7.6/LICENSE +20 -0
  5487. data/vendor/ruby/2.1.0/gems/temple-0.7.6/README.md +267 -0
  5488. data/vendor/ruby/2.1.0/gems/temple-0.7.6/Rakefile +25 -0
  5489. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple.rb +64 -0
  5490. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/engine.rb +67 -0
  5491. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/erb/engine.rb +15 -0
  5492. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/erb/parser.rb +40 -0
  5493. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/erb/template.rb +11 -0
  5494. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/erb/trimming.rb +23 -0
  5495. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/exceptions.rb +13 -0
  5496. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filter.rb +9 -0
  5497. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/code_merger.rb +30 -0
  5498. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/control_flow.rb +42 -0
  5499. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/dynamic_inliner.rb +71 -0
  5500. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/encoding.rb +24 -0
  5501. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/eraser.rb +22 -0
  5502. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/escapable.rb +40 -0
  5503. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/multi_flattener.rb +25 -0
  5504. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/remove_bom.rb +13 -0
  5505. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/static_merger.rb +37 -0
  5506. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/filters/validator.rb +15 -0
  5507. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generator.rb +88 -0
  5508. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/array.rb +21 -0
  5509. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/array_buffer.rb +28 -0
  5510. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/erb.rb +32 -0
  5511. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/rails_output_buffer.rb +35 -0
  5512. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/generators/string_buffer.rb +25 -0
  5513. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/grammar.rb +57 -0
  5514. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/attribute_merger.rb +47 -0
  5515. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/attribute_remover.rb +35 -0
  5516. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/attribute_sorter.rb +21 -0
  5517. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/dispatcher.rb +31 -0
  5518. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/fast.rb +130 -0
  5519. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/filter.rb +21 -0
  5520. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/pretty.rb +103 -0
  5521. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/html/safe.rb +23 -0
  5522. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/map.rb +105 -0
  5523. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/dispatcher.rb +158 -0
  5524. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/engine_dsl.rb +145 -0
  5525. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/grammar_dsl.rb +170 -0
  5526. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/options.rb +87 -0
  5527. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/mixins/template.rb +28 -0
  5528. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/parser.rb +8 -0
  5529. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/templates.rb +11 -0
  5530. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/templates/rails.rb +26 -0
  5531. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/templates/tilt.rb +46 -0
  5532. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/utils.rb +90 -0
  5533. data/vendor/ruby/2.1.0/gems/temple-0.7.6/lib/temple/version.rb +3 -0
  5534. data/vendor/ruby/2.1.0/gems/temple-0.7.6/temple.gemspec +29 -0
  5535. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_code_merger.rb +38 -0
  5536. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_control_flow.rb +90 -0
  5537. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_dynamic_inliner.rb +95 -0
  5538. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_eraser.rb +55 -0
  5539. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_escapable.rb +49 -0
  5540. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_multi_flattener.rb +33 -0
  5541. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/filters/test_static_merger.rb +41 -0
  5542. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/helper.rb +30 -0
  5543. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_attribute_merger.rb +76 -0
  5544. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_attribute_remover.rb +43 -0
  5545. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_attribute_sorter.rb +48 -0
  5546. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_fast.rb +97 -0
  5547. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/html/test_pretty.rb +55 -0
  5548. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/mixins/test_dispatcher.rb +70 -0
  5549. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/mixins/test_grammar_dsl.rb +86 -0
  5550. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_engine.rb +189 -0
  5551. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_erb.rb +61 -0
  5552. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_filter.rb +29 -0
  5553. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_generator.rb +158 -0
  5554. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_grammar.rb +47 -0
  5555. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_map.rb +39 -0
  5556. data/vendor/ruby/2.1.0/gems/temple-0.7.6/test/test_utils.rb +39 -0
  5557. data/vendor/ruby/2.1.0/gems/thor-0.19.1/CHANGELOG.md +139 -0
  5558. data/vendor/ruby/2.1.0/gems/thor-0.19.1/LICENSE.md +20 -0
  5559. data/vendor/ruby/2.1.0/gems/thor-0.19.1/README.md +41 -0
  5560. data/vendor/ruby/2.1.0/gems/thor-0.19.1/Thorfile +29 -0
  5561. data/vendor/ruby/2.1.0/gems/thor-0.19.1/bin/thor +6 -0
  5562. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor.rb +484 -0
  5563. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions.rb +319 -0
  5564. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/create_file.rb +103 -0
  5565. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/create_link.rb +59 -0
  5566. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/directory.rb +118 -0
  5567. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb +135 -0
  5568. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb +316 -0
  5569. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb +107 -0
  5570. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/base.rb +656 -0
  5571. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/command.rb +133 -0
  5572. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb +77 -0
  5573. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb +10 -0
  5574. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb +98 -0
  5575. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/error.rb +32 -0
  5576. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/group.rb +281 -0
  5577. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/invocation.rb +178 -0
  5578. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/line_editor.rb +17 -0
  5579. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/line_editor/basic.rb +35 -0
  5580. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/line_editor/readline.rb +88 -0
  5581. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser.rb +4 -0
  5582. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser/argument.rb +73 -0
  5583. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser/arguments.rb +175 -0
  5584. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser/option.rb +125 -0
  5585. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/parser/options.rb +218 -0
  5586. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/rake_compat.rb +71 -0
  5587. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/runner.rb +322 -0
  5588. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/shell.rb +81 -0
  5589. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/shell/basic.rb +421 -0
  5590. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/shell/color.rb +149 -0
  5591. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/shell/html.rb +126 -0
  5592. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/util.rb +267 -0
  5593. data/vendor/ruby/2.1.0/gems/thor-0.19.1/lib/thor/version.rb +3 -0
  5594. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/create_file_spec.rb +168 -0
  5595. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/create_link_spec.rb +96 -0
  5596. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/directory_spec.rb +169 -0
  5597. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/empty_directory_spec.rb +129 -0
  5598. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/file_manipulation_spec.rb +392 -0
  5599. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions/inject_into_file_spec.rb +135 -0
  5600. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/actions_spec.rb +331 -0
  5601. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/base_spec.rb +298 -0
  5602. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/command_spec.rb +79 -0
  5603. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/core_ext/hash_with_indifferent_access_spec.rb +48 -0
  5604. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/core_ext/ordered_hash_spec.rb +115 -0
  5605. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/exit_condition_spec.rb +19 -0
  5606. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/application.rb +2 -0
  5607. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/app{1}/README +3 -0
  5608. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/bundle/execute.rb +6 -0
  5609. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/bundle/main.thor +1 -0
  5610. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/command.thor +10 -0
  5611. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/%file_name%.rb.tt +1 -0
  5612. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/COMMENTER +11 -0
  5613. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/README +3 -0
  5614. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/block_helper.rb +3 -0
  5615. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/config.rb +1 -0
  5616. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/config.yaml.tt +1 -0
  5617. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/doc/excluding/%file_name%.rb.tt +1 -0
  5618. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/enum.thor +10 -0
  5619. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/group.thor +128 -0
  5620. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/invoke.thor +131 -0
  5621. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/path with spaces +0 -0
  5622. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/preserve/script.sh +3 -0
  5623. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/script.thor +220 -0
  5624. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/fixtures/subcommand.thor +17 -0
  5625. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/group_spec.rb +222 -0
  5626. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/helper.rb +80 -0
  5627. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/invocation_spec.rb +120 -0
  5628. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/line_editor/basic_spec.rb +28 -0
  5629. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/line_editor/readline_spec.rb +69 -0
  5630. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/line_editor_spec.rb +43 -0
  5631. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/parser/argument_spec.rb +53 -0
  5632. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/parser/arguments_spec.rb +66 -0
  5633. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/parser/option_spec.rb +210 -0
  5634. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/parser/options_spec.rb +414 -0
  5635. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/quality_spec.rb +75 -0
  5636. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/rake_compat_spec.rb +72 -0
  5637. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/register_spec.rb +227 -0
  5638. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/runner_spec.rb +246 -0
  5639. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/application.rb +2 -0
  5640. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/app{1}/README +3 -0
  5641. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/bundle/execute.rb +6 -0
  5642. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/bundle/main.thor +1 -0
  5643. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/command.thor +10 -0
  5644. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/%file_name%.rb.tt +1 -0
  5645. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/COMMENTER +11 -0
  5646. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/README +3 -0
  5647. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/block_helper.rb +3 -0
  5648. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/config.rb +1 -0
  5649. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/config.yaml.tt +1 -0
  5650. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/doc/excluding/%file_name%.rb.tt +1 -0
  5651. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/enum.thor +10 -0
  5652. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/group.thor +128 -0
  5653. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/invoke.thor +131 -0
  5654. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/path with spaces +0 -0
  5655. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/preserve/script.sh +3 -0
  5656. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/script.thor +220 -0
  5657. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/sandbox/subcommand.thor +17 -0
  5658. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/shell/basic_spec.rb +337 -0
  5659. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/shell/color_spec.rb +119 -0
  5660. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/shell/html_spec.rb +31 -0
  5661. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/shell_spec.rb +47 -0
  5662. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/subcommand_spec.rb +48 -0
  5663. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/thor_spec.rb +505 -0
  5664. data/vendor/ruby/2.1.0/gems/thor-0.19.1/spec/util_spec.rb +196 -0
  5665. data/vendor/ruby/2.1.0/gems/thor-0.19.1/thor.gemspec +24 -0
  5666. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/Gemfile +17 -0
  5667. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/LICENSE +144 -0
  5668. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/README.md +56 -0
  5669. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/Rakefile +61 -0
  5670. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/examples/bench_cache.rb +35 -0
  5671. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
  5672. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
  5673. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
  5674. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
  5675. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
  5676. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
  5677. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
  5678. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
  5679. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
  5680. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/ext/thread_safe/JrubyCacheBackendService.java +15 -0
  5681. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe.rb +65 -0
  5682. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
  5683. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb +163 -0
  5684. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/mri_cache_backend.rb +69 -0
  5685. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
  5686. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_cache_backend.rb +77 -0
  5687. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_delegator.rb +60 -0
  5688. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util.rb +16 -0
  5689. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/adder.rb +62 -0
  5690. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/atomic_reference.rb +45 -0
  5691. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/cheap_lockable.rb +106 -0
  5692. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
  5693. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/striped64.rb +222 -0
  5694. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile.rb +64 -0
  5695. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile_tuple.rb +46 -0
  5696. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/util/xor_shift_random.rb +41 -0
  5697. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/lib/thread_safe/version.rb +21 -0
  5698. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/tasks/update_doc.rake +45 -0
  5699. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/src/thread_safe/SecurityManager.java +21 -0
  5700. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_array.rb +18 -0
  5701. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_cache.rb +901 -0
  5702. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_cache_loops.rb +449 -0
  5703. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_hash.rb +17 -0
  5704. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_helper.rb +134 -0
  5705. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/test/test_synchronized_delegator.rb +84 -0
  5706. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/thread_safe.gemspec +26 -0
  5707. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/yard-template/default/fulldoc/html/css/common.css +125 -0
  5708. data/vendor/ruby/2.1.0/gems/thread_safe-0.3.5/yard-template/default/layout/html/footer.erb +16 -0
  5709. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/CHANGELOG.md +72 -0
  5710. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/COPYING +18 -0
  5711. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/Gemfile +44 -0
  5712. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/HACKING +16 -0
  5713. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/README.md +206 -0
  5714. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/Rakefile +95 -0
  5715. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/bin/tilt +112 -0
  5716. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/docs/TEMPLATES.md +523 -0
  5717. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/docs/common.css +14 -0
  5718. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt.rb +137 -0
  5719. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/asciidoc.rb +27 -0
  5720. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/bluecloth.rb +24 -0
  5721. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/builder.rb +33 -0
  5722. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/coffee.rb +47 -0
  5723. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/creole.rb +25 -0
  5724. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/csv.rb +65 -0
  5725. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/erb.rb +57 -0
  5726. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/erubis.rb +43 -0
  5727. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/etanni.rb +27 -0
  5728. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/haml.rb +57 -0
  5729. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/kramdown.rb +33 -0
  5730. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/less.rb +38 -0
  5731. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/liquid.rb +38 -0
  5732. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/mapping.rb +265 -0
  5733. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/markaby.rb +45 -0
  5734. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/maruku.rb +22 -0
  5735. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/nokogiri.rb +36 -0
  5736. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/plain.rb +20 -0
  5737. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/radius.rb +48 -0
  5738. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/rdiscount.rb +39 -0
  5739. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/rdoc.rb +40 -0
  5740. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/redcarpet.rb +104 -0
  5741. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/redcloth.rb +23 -0
  5742. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/sass.rb +41 -0
  5743. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/string.rb +21 -0
  5744. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/template.rb +286 -0
  5745. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/wikicloth.rb +22 -0
  5746. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/lib/tilt/yajl.rb +87 -0
  5747. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/locals.mab +1 -0
  5748. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/markaby.mab +1 -0
  5749. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/markaby_other_static.mab +1 -0
  5750. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/render_twice.mab +1 -0
  5751. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/scope.mab +1 -0
  5752. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/markaby/yielding.mab +2 -0
  5753. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/test_helper.rb +64 -0
  5754. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_asciidoctor_test.rb +44 -0
  5755. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_blueclothtemplate_test.rb +33 -0
  5756. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_buildertemplate_test.rb +59 -0
  5757. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_cache_test.rb +32 -0
  5758. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_coffeescripttemplate_test.rb +104 -0
  5759. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_compilesite_test.rb +51 -0
  5760. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_creoletemplate_test.rb +24 -0
  5761. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_csv_test.rb +65 -0
  5762. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_erbtemplate_test.rb +239 -0
  5763. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_erubistemplate_test.rb +151 -0
  5764. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_etannitemplate_test.rb +174 -0
  5765. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_hamltemplate_test.rb +144 -0
  5766. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_kramdown_test.rb +20 -0
  5767. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_lesstemplate_test.less +1 -0
  5768. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_lesstemplate_test.rb +42 -0
  5769. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_liquidtemplate_test.rb +78 -0
  5770. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_mapping_test.rb +229 -0
  5771. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_markaby_test.rb +88 -0
  5772. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_markdown_test.rb +174 -0
  5773. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_marukutemplate_test.rb +36 -0
  5774. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_metadata_test.rb +42 -0
  5775. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_nokogiritemplate_test.rb +87 -0
  5776. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_radiustemplate_test.rb +75 -0
  5777. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_rdiscounttemplate_test.rb +43 -0
  5778. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_rdoctemplate_test.rb +29 -0
  5779. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_redcarpettemplate_test.rb +59 -0
  5780. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_redclothtemplate_test.rb +36 -0
  5781. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_sasstemplate_test.rb +41 -0
  5782. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_stringtemplate_test.rb +171 -0
  5783. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_template_test.rb +316 -0
  5784. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_test.rb +60 -0
  5785. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_wikiclothtemplate_test.rb +32 -0
  5786. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/test/tilt_yajltemplate_test.rb +101 -0
  5787. data/vendor/ruby/2.1.0/gems/tilt-2.0.1/tilt.gemspec +107 -0
  5788. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/CHANGES.md +649 -0
  5789. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/LICENSE +19 -0
  5790. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/README.md +151 -0
  5791. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/Rakefile +104 -0
  5792. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo.rb +40 -0
  5793. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country.rb +196 -0
  5794. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb +31 -0
  5795. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb +42 -0
  5796. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb +123 -0
  5797. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb +190 -0
  5798. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb +58 -0
  5799. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb +55 -0
  5800. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb +30 -0
  5801. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb +63 -0
  5802. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb +26 -0
  5803. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb +77 -0
  5804. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb +146 -0
  5805. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb +70 -0
  5806. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb +136 -0
  5807. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb +333 -0
  5808. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb +637 -0
  5809. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb +36 -0
  5810. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb +54 -0
  5811. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb +30 -0
  5812. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb +74 -0
  5813. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb +204 -0
  5814. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb +70 -0
  5815. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb +120 -0
  5816. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb +101 -0
  5817. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb +274 -0
  5818. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb +35 -0
  5819. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb +487 -0
  5820. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb +245 -0
  5821. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_country.rb +236 -0
  5822. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_country_index_definition.rb +69 -0
  5823. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_country_info.rb +16 -0
  5824. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_country_timezone.rb +161 -0
  5825. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_data_source.rb +218 -0
  5826. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_data_timezone.rb +99 -0
  5827. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_data_timezone_info.rb +18 -0
  5828. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_info_timezone.rb +34 -0
  5829. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_linked_timezone.rb +155 -0
  5830. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_linked_timezone_info.rb +23 -0
  5831. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_offset_rationals.rb +23 -0
  5832. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_ruby_core_support.rb +168 -0
  5833. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_ruby_country_info.rb +80 -0
  5834. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_ruby_data_source.rb +143 -0
  5835. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_time_or_datetime.rb +639 -0
  5836. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone.rb +1334 -0
  5837. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_definition.rb +113 -0
  5838. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_index_definition.rb +73 -0
  5839. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_info.rb +11 -0
  5840. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_london.rb +143 -0
  5841. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_melbourne.rb +142 -0
  5842. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_new_york.rb +142 -0
  5843. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_offset.rb +126 -0
  5844. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_period.rb +548 -0
  5845. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_proxy.rb +113 -0
  5846. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_transition.rb +352 -0
  5847. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_transition_definition.rb +284 -0
  5848. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_timezone_utc.rb +27 -0
  5849. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_transition_data_timezone_info.rb +423 -0
  5850. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_zoneinfo_country_info.rb +64 -0
  5851. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_zoneinfo_data_source.rb +1122 -0
  5852. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tc_zoneinfo_timezone_info.rb +814 -0
  5853. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/test_utils.rb +132 -0
  5854. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/ts_all.rb +7 -0
  5855. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/ts_all_ruby.rb +5 -0
  5856. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/ts_all_zoneinfo.rb +7 -0
  5857. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data.rb +8 -0
  5858. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
  5859. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +315 -0
  5860. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +218 -0
  5861. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
  5862. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
  5863. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
  5864. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
  5865. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +261 -0
  5866. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +186 -0
  5867. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +321 -0
  5868. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +265 -0
  5869. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +220 -0
  5870. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
  5871. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/countries.rb +927 -0
  5872. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +596 -0
  5873. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb +14 -0
  5874. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
  5875. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/America/New_York +0 -0
  5876. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Australia/Melbourne +0 -0
  5877. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/EST +0 -0
  5878. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Etc/UTC +0 -0
  5879. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Amsterdam +0 -0
  5880. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Andorra +0 -0
  5881. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/London +0 -0
  5882. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Paris +0 -0
  5883. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Prague +0 -0
  5884. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/Factory +0 -0
  5885. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/iso3166.tab +275 -0
  5886. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/posix/Europe/London +0 -0
  5887. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/posixrules +0 -0
  5888. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/right/Europe/London +0 -0
  5889. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/zone.tab +439 -0
  5890. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/test/zoneinfo/zone1970.tab +369 -0
  5891. data/vendor/ruby/2.1.0/gems/tzinfo-1.2.2/tzinfo.gemspec +21 -0
  5892. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/CHANGELOG.md +95 -0
  5893. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/CONTRIBUTING.md +42 -0
  5894. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/Gemfile +9 -0
  5895. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/LICENSE.txt +20 -0
  5896. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/README.md +126 -0
  5897. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/Rakefile +60 -0
  5898. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/gemfiles/alaska +4 -0
  5899. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/gemfiles/rubyracer +4 -0
  5900. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/gemfiles/rubyrhino +4 -0
  5901. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/es5.js +321 -0
  5902. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/split.js +117 -0
  5903. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/uglifier.rb +321 -0
  5904. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/uglifier/version.rb +4 -0
  5905. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/lib/uglify.js +2173 -0
  5906. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/spec/source_map_spec.rb +110 -0
  5907. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/spec/spec_helper.rb +23 -0
  5908. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/spec/uglifier_spec.rb +271 -0
  5909. data/vendor/ruby/2.1.0/gems/uglifier-2.7.1/uglifier.gemspec +35 -0
  5910. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/README.md +136 -0
  5911. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath.rb +18 -0
  5912. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/dsl.rb +112 -0
  5913. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/expression.rb +20 -0
  5914. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/html.rb +175 -0
  5915. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/literal.rb +8 -0
  5916. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/renderer.rb +174 -0
  5917. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/union.rb +29 -0
  5918. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/lib/xpath/version.rb +3 -0
  5919. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/fixtures/form.html +201 -0
  5920. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/fixtures/simple.html +45 -0
  5921. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/fixtures/stuff.html +54 -0
  5922. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/html_spec.rb +308 -0
  5923. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/spec_helper.rb +1 -0
  5924. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/union_spec.rb +64 -0
  5925. data/vendor/ruby/2.1.0/gems/xpath-2.0.0/spec/xpath_spec.rb +349 -0
  5926. data/vendor/ruby/2.1.0/specifications/actionmailer-4.1.13.gemspec +40 -0
  5927. data/vendor/ruby/2.1.0/specifications/actionmailer-4.2.4.gemspec +46 -0
  5928. data/vendor/ruby/2.1.0/specifications/actionpack-4.1.13.gemspec +46 -0
  5929. data/vendor/ruby/2.1.0/specifications/actionpack-4.2.4.gemspec +52 -0
  5930. data/vendor/ruby/2.1.0/specifications/actionview-4.1.13.gemspec +46 -0
  5931. data/vendor/ruby/2.1.0/specifications/actionview-4.2.4.gemspec +52 -0
  5932. data/vendor/ruby/2.1.0/specifications/activejob-4.2.4.gemspec +36 -0
  5933. data/vendor/ruby/2.1.0/specifications/activemodel-4.1.13.gemspec +36 -0
  5934. data/vendor/ruby/2.1.0/specifications/activemodel-4.2.4.gemspec +36 -0
  5935. data/vendor/ruby/2.1.0/specifications/activerecord-4.1.13.gemspec +42 -0
  5936. data/vendor/ruby/2.1.0/specifications/activerecord-4.2.4.gemspec +42 -0
  5937. data/vendor/ruby/2.1.0/specifications/activesupport-4.1.13.gemspec +46 -0
  5938. data/vendor/ruby/2.1.0/specifications/activesupport-4.2.4.gemspec +46 -0
  5939. data/vendor/ruby/2.1.0/specifications/arel-5.0.1.20140414130214.gemspec +42 -0
  5940. data/vendor/ruby/2.1.0/specifications/arel-6.0.3.gemspec +38 -0
  5941. data/vendor/ruby/2.1.0/specifications/builder-3.2.2.gemspec +23 -0
  5942. data/vendor/ruby/2.1.0/specifications/capybara-2.4.4.gemspec +74 -0
  5943. data/vendor/ruby/2.1.0/specifications/erubis-2.7.0.gemspec +22 -0
  5944. data/vendor/ruby/2.1.0/specifications/execjs-2.6.0.gemspec +33 -0
  5945. data/vendor/ruby/2.1.0/specifications/globalid-0.3.6.gemspec +36 -0
  5946. data/vendor/ruby/2.1.0/specifications/haml-4.0.7.gemspec +47 -0
  5947. data/vendor/ruby/2.1.0/specifications/i18n-0.7.0.gemspec +22 -0
  5948. data/vendor/ruby/2.1.0/specifications/json-1.8.3.gemspec +0 -0
  5949. data/vendor/ruby/2.1.0/specifications/kramdown-1.8.0.gemspec +53 -0
  5950. data/vendor/ruby/2.1.0/specifications/loofah-2.0.3.gemspec +65 -0
  5951. data/vendor/ruby/2.1.0/specifications/mail-2.6.3.gemspec +47 -0
  5952. data/vendor/ruby/2.1.0/specifications/mime-types-2.6.1.gemspec +72 -0
  5953. data/vendor/ruby/2.1.0/specifications/mini_portile-0.6.2.gemspec +24 -0
  5954. data/vendor/ruby/2.1.0/specifications/minitest-5.8.0.gemspec +39 -0
  5955. data/vendor/ruby/2.1.0/specifications/nokogiri-1.6.6.2.gemspec +72 -0
  5956. data/vendor/ruby/2.1.0/specifications/rack-1.5.5.gemspec +39 -0
  5957. data/vendor/ruby/2.1.0/specifications/rack-1.6.4.gemspec +39 -0
  5958. data/vendor/ruby/2.1.0/specifications/rack-test-0.6.3.gemspec +34 -0
  5959. data/vendor/ruby/2.1.0/specifications/rails-4.1.13.gemspec +57 -0
  5960. data/vendor/ruby/2.1.0/specifications/rails-4.2.4.gemspec +60 -0
  5961. data/vendor/ruby/2.1.0/specifications/rails-deprecated_sanitizer-1.0.3.gemspec +37 -0
  5962. data/vendor/ruby/2.1.0/specifications/rails-dom-testing-1.0.7.gemspec +47 -0
  5963. data/vendor/ruby/2.1.0/specifications/rails-html-sanitizer-1.0.2.gemspec +44 -0
  5964. data/vendor/ruby/2.1.0/specifications/railties-4.1.13.gemspec +48 -0
  5965. data/vendor/ruby/2.1.0/specifications/railties-4.2.4.gemspec +48 -0
  5966. data/vendor/ruby/2.1.0/specifications/rake-10.4.2.gemspec +43 -0
  5967. data/vendor/ruby/2.1.0/specifications/slim-3.0.6.gemspec +38 -0
  5968. data/vendor/ruby/2.1.0/specifications/sprockets-3.3.3.gemspec +75 -0
  5969. data/vendor/ruby/2.1.0/specifications/sprockets-rails-2.3.2.gemspec +49 -0
  5970. data/vendor/ruby/2.1.0/specifications/temple-0.7.6.gemspec +41 -0
  5971. data/vendor/ruby/2.1.0/specifications/thor-0.19.1.gemspec +34 -0
  5972. data/vendor/ruby/2.1.0/specifications/thread_safe-0.3.5.gemspec +38 -0
  5973. data/vendor/ruby/2.1.0/specifications/tilt-2.0.1.gemspec +23 -0
  5974. data/vendor/ruby/2.1.0/specifications/tzinfo-1.2.2.gemspec +37 -0
  5975. data/vendor/ruby/2.1.0/specifications/uglifier-2.7.1.gemspec +53 -0
  5976. data/vendor/ruby/2.1.0/specifications/xpath-2.0.0.gemspec +45 -0
  5977. metadata +6106 -0
@@ -0,0 +1,117 @@
1
+ /*!
2
+ * Cross-Browser Split 1.1.1
3
+ * Copyright 2007-2012 Steven Levithan <stevenlevithan.com>
4
+ * Available under the MIT License
5
+ * ECMAScript compliant, uniform cross-browser split method
6
+ */
7
+
8
+ /**
9
+ * Splits a string into an array of strings using a regex or string separator. Matches of the
10
+ * separator are not included in the result array. However, if `separator` is a regex that contains
11
+ * capturing groups, backreferences are spliced into the result each time `separator` is matched.
12
+ * Fixes browser bugs compared to the native `String.prototype.split` and can be used reliably
13
+ * cross-browser.
14
+ * @param {String} str String to split.
15
+ * @param {RegExp|String} separator Regex or string to use for separating the string.
16
+ * @param {Number} [limit] Maximum number of items to include in the result array.
17
+ * @returns {Array} Array of substrings.
18
+ * @example
19
+ *
20
+ * // Basic use
21
+ * split('a b c d', ' ');
22
+ * // -> ['a', 'b', 'c', 'd']
23
+ *
24
+ * // With limit
25
+ * split('a b c d', ' ', 2);
26
+ * // -> ['a', 'b']
27
+ *
28
+ * // Backreferences in result array
29
+ * split('..word1 word2..', /([a-z]+)(\d+)/i);
30
+ * // -> ['..', 'word', '1', ' ', 'word', '2', '..']
31
+ */
32
+ var split;
33
+
34
+ // Avoid running twice; that would break the `nativeSplit` reference
35
+ split = split || function (undef) {
36
+
37
+ var nativeSplit = String.prototype.split,
38
+ compliantExecNpcg = /()??/.exec("")[1] === undef, // NPCG: nonparticipating capturing group
39
+ self;
40
+
41
+ self = function (str, separator, limit) {
42
+ // If `separator` is not a regex, use `nativeSplit`
43
+ if (Object.prototype.toString.call(separator) !== "[object RegExp]") {
44
+ return nativeSplit.call(str, separator, limit);
45
+ }
46
+ var output = [],
47
+ flags = (separator.ignoreCase ? "i" : "") +
48
+ (separator.multiline ? "m" : "") +
49
+ (separator.extended ? "x" : "") + // Proposed for ES6
50
+ (separator.sticky ? "y" : ""), // Firefox 3+
51
+ lastLastIndex = 0,
52
+ // Make `global` and avoid `lastIndex` issues by working with a copy
53
+ separator = new RegExp(separator.source, flags + "g"),
54
+ separator2, match, lastIndex, lastLength;
55
+ str += ""; // Type-convert
56
+ if (!compliantExecNpcg) {
57
+ // Doesn't need flags gy, but they don't hurt
58
+ separator2 = new RegExp("^" + separator.source + "$(?!\\s)", flags);
59
+ }
60
+ /* Values for `limit`, per the spec:
61
+ * If undefined: 4294967295 // Math.pow(2, 32) - 1
62
+ * If 0, Infinity, or NaN: 0
63
+ * If positive number: limit = Math.floor(limit); if (limit > 4294967295) limit -= 4294967296;
64
+ * If negative number: 4294967296 - Math.floor(Math.abs(limit))
65
+ * If other: Type-convert, then use the above rules
66
+ */
67
+ limit = limit === undef ?
68
+ -1 >>> 0 : // Math.pow(2, 32) - 1
69
+ limit >>> 0; // ToUint32(limit)
70
+ while (match = separator.exec(str)) {
71
+ // `separator.lastIndex` is not reliable cross-browser
72
+ lastIndex = match.index + match[0].length;
73
+ if (lastIndex > lastLastIndex) {
74
+ output.push(str.slice(lastLastIndex, match.index));
75
+ // Fix browsers whose `exec` methods don't consistently return `undefined` for
76
+ // nonparticipating capturing groups
77
+ if (!compliantExecNpcg && match.length > 1) {
78
+ match[0].replace(separator2, function () {
79
+ for (var i = 1; i < arguments.length - 2; i++) {
80
+ if (arguments[i] === undef) {
81
+ match[i] = undef;
82
+ }
83
+ }
84
+ });
85
+ }
86
+ if (match.length > 1 && match.index < str.length) {
87
+ Array.prototype.push.apply(output, match.slice(1));
88
+ }
89
+ lastLength = match[0].length;
90
+ lastLastIndex = lastIndex;
91
+ if (output.length >= limit) {
92
+ break;
93
+ }
94
+ }
95
+ if (separator.lastIndex === match.index) {
96
+ separator.lastIndex++; // Avoid an infinite loop
97
+ }
98
+ }
99
+ if (lastLastIndex === str.length) {
100
+ if (lastLength || !separator.test("")) {
101
+ output.push("");
102
+ }
103
+ } else {
104
+ output.push(str.slice(lastLastIndex));
105
+ }
106
+ return output.length > limit ? output.slice(0, limit) : output;
107
+ };
108
+
109
+ if ("\n".split(/\n/).length == 0) {
110
+ String.prototype.split = function (separator, limit) {
111
+ return self(this, separator, limit);
112
+ };
113
+ }
114
+
115
+ return self;
116
+
117
+ }();
@@ -0,0 +1,321 @@
1
+ # encoding: UTF-8
2
+
3
+ require "execjs"
4
+ require "json"
5
+ require "uglifier/version"
6
+
7
+ # A wrapper around the UglifyJS interface
8
+ class Uglifier
9
+ # Error class for compilation errors.
10
+ Error = ExecJS::Error
11
+ # JavaScript code to call UglifyJS
12
+ JS = <<-JS
13
+ (function(options) {
14
+ function comments(option) {
15
+ if (Object.prototype.toString.call(option) === '[object Array]') {
16
+ return new RegExp(option[0], option[1]);
17
+ } else if (option == "jsdoc") {
18
+ return function(node, comment) {
19
+ if (comment.type == "comment2") {
20
+ return /@preserve|@license|@cc_on/i.test(comment.value);
21
+ } else {
22
+ return false;
23
+ }
24
+ }
25
+ } else {
26
+ return option;
27
+ }
28
+ }
29
+
30
+ var source = options.source;
31
+ var ast = UglifyJS.parse(source, options.parse_options);
32
+ ast.figure_out_scope();
33
+
34
+ if (options.compress) {
35
+ var compressor = UglifyJS.Compressor(options.compress);
36
+ ast = ast.transform(compressor);
37
+ ast.figure_out_scope();
38
+ }
39
+
40
+ if (options.mangle) {
41
+ ast.compute_char_frequency();
42
+ ast.mangle_names(options.mangle);
43
+ }
44
+
45
+ if (options.enclose) {
46
+ ast = ast.wrap_enclose(options.enclose);
47
+ }
48
+
49
+ var gen_code_options = options.output;
50
+ gen_code_options.comments = comments(options.output.comments);
51
+
52
+ if (options.generate_map) {
53
+ var source_map = UglifyJS.SourceMap(options.source_map_options);
54
+ gen_code_options.source_map = source_map;
55
+ }
56
+
57
+ var stream = UglifyJS.OutputStream(gen_code_options);
58
+
59
+ ast.print(stream);
60
+
61
+ if (options.source_map_options.map_url) {
62
+ stream += "\\n//# sourceMappingURL=" + options.source_map_options.map_url;
63
+ }
64
+
65
+ if (options.source_map_options.url) {
66
+ stream += "\\n//# sourceURL=" + options.source_map_options.url;
67
+ }
68
+
69
+ if (options.generate_map) {
70
+ return [stream.toString(), source_map.toString()];
71
+ } else {
72
+ return stream.toString();
73
+ }
74
+ })
75
+ JS
76
+
77
+ # UglifyJS source path
78
+ SourcePath = File.expand_path("../uglify.js", __FILE__)
79
+ # ES5 shims source path
80
+ ES5FallbackPath = File.expand_path("../es5.js", __FILE__)
81
+ # String.split shim source path
82
+ SplitFallbackPath = File.expand_path("../split.js", __FILE__)
83
+
84
+ # Default options for compilation
85
+ DEFAULTS = {
86
+ # rubocop:disable LineLength
87
+ :output => {
88
+ :ascii_only => true, # Escape non-ASCII characterss
89
+ :comments => :copyright, # Preserve comments (:all, :jsdoc, :copyright, :none)
90
+ :inline_script => false, # Escape occurrences of </script in strings
91
+ :quote_keys => false, # Quote keys in object literals
92
+ :max_line_len => 32 * 1024, # Maximum line length in minified code
93
+ :bracketize => false, # Bracketize if, for, do, while or with statements, even if their body is a single statement
94
+ :semicolons => true, # Separate statements with semicolons
95
+ :preserve_line => false, # Preserve line numbers in outputs
96
+ :beautify => false, # Beautify output
97
+ :indent_level => 4, # Indent level in spaces
98
+ :indent_start => 0, # Starting indent level
99
+ :space_colon => false, # Insert space before colons (only with beautifier)
100
+ :width => 80, # Specify line width when beautifier is used (only with beautifier)
101
+ :preamble => nil # Preamble for the generated JS file. Can be used to insert any code or comment.
102
+ },
103
+ :mangle => {
104
+ :eval => false, # Mangle names when eval of when is used in scope
105
+ :except => ["$super"], # Argument names to be excluded from mangling
106
+ :sort => false, # Assign shorter names to most frequently used variables. Often results in bigger output after gzip.
107
+ :toplevel => false # Mangle names declared in the toplevel scope
108
+ }, # Mangle variable and function names, set to false to skip mangling
109
+ :compress => {
110
+ :sequences => true, # Allow statements to be joined by commas
111
+ :properties => true, # Rewrite property access using the dot notation
112
+ :dead_code => true, # Remove unreachable code
113
+ :drop_debugger => true, # Remove debugger; statements
114
+ :unsafe => false, # Apply "unsafe" transformations
115
+ :conditionals => true, # Optimize for if-s and conditional expressions
116
+ :comparisons => true, # Apply binary node optimizations for comparisons
117
+ :evaluate => true, # Attempt to evaluate constant expressions
118
+ :booleans => true, # Various optimizations to boolean contexts
119
+ :loops => true, # Optimize loops when condition can be statically determined
120
+ :unused => true, # Drop unreferenced functions and variables
121
+ :hoist_funs => true, # Hoist function declarations
122
+ :hoist_vars => false, # Hoist var declarations
123
+ :if_return => true, # Optimizations for if/return and if/continue
124
+ :join_vars => true, # Join consecutive var statements
125
+ :cascade => true, # Cascade sequences
126
+ :negate_iife => true, # Negate immediately invoked function expressions to avoid extra parens
127
+ :pure_getters => false, # Assume that object property access does not have any side-effects
128
+ :pure_funcs => nil, # List of functions without side-effects. Can safely discard function calls when the result value is not used
129
+ :drop_console => false, # Drop calls to console.* functions
130
+ :angular => false, # Process @ngInject annotations
131
+ :keep_fargs => false # Preserve unused function arguments
132
+ }, # Apply transformations to code, set to false to skip
133
+ :define => {}, # Define values for symbol replacement
134
+ :enclose => false, # Enclose in output function wrapper, define replacements as key-value pairs
135
+ :source_filename => nil, # The filename of the input file
136
+ :source_root => nil, # The URL of the directory which contains :source_filename
137
+ :output_filename => nil, # The filename or URL where the minified output can be found
138
+ :input_source_map => nil, # The contents of the source map describing the input
139
+ :screw_ie8 => false, # Don't bother to generate safe code for IE8
140
+ :source_map_url => false, # Url for source mapping to be appended in minified source
141
+ :source_url => false # Url for original source to be appended in minified source
142
+ }
143
+ # rubocop:enable LineLength
144
+
145
+ # Minifies JavaScript code using implicit context.
146
+ #
147
+ # @param source [IO, String] valid JS source code.
148
+ # @param options [Hash] optional overrides to +Uglifier::DEFAULTS+
149
+ # @return [String] minified code.
150
+ def self.compile(source, options = {})
151
+ new(options).compile(source)
152
+ end
153
+
154
+ # Minifies JavaScript code and generates a source map using implicit context.
155
+ #
156
+ # @param source [IO, String] valid JS source code.
157
+ # @param options [Hash] optional overrides to +Uglifier::DEFAULTS+
158
+ # @return [Array(String, String)] minified code and source map.
159
+ def self.compile_with_map(source, options = {})
160
+ new(options).compile_with_map(source)
161
+ end
162
+
163
+ # Initialize new context for Uglifier with given options
164
+ #
165
+ # @param options [Hash] optional overrides to +Uglifier::DEFAULTS+
166
+ def initialize(options = {})
167
+ (options.keys - DEFAULTS.keys - [:comments, :squeeze, :copyright])[0..1].each do |missing|
168
+ raise ArgumentError, "Invalid option: #{missing}"
169
+ end
170
+ @options = options
171
+ @context = ExecJS.compile(uglifyjs_source)
172
+ end
173
+
174
+ # Minifies JavaScript code
175
+ #
176
+ # @param source [IO, String] valid JS source code.
177
+ # @return [String] minified code.
178
+ def compile(source)
179
+ run_uglifyjs(source, false)
180
+ end
181
+ alias_method :compress, :compile
182
+
183
+ # Minifies JavaScript code and generates a source map
184
+ #
185
+ # @param source [IO, String] valid JS source code.
186
+ # @return [Array(String, String)] minified code and source map.
187
+ def compile_with_map(source)
188
+ run_uglifyjs(source, true)
189
+ end
190
+
191
+ private
192
+
193
+ def uglifyjs_source
194
+ [ES5FallbackPath, SplitFallbackPath, SourcePath].map do |file|
195
+ File.open(file, "r:UTF-8") { |f| f.read }
196
+ end.join("\n")
197
+ end
198
+
199
+ # Run UglifyJS for given source code
200
+ def run_uglifyjs(source, generate_map)
201
+ options = {
202
+ :source => read_source(source),
203
+ :output => output_options,
204
+ :compress => compressor_options,
205
+ :mangle => mangle_options,
206
+ :parse_options => parse_options,
207
+ :source_map_options => source_map_options,
208
+ :generate_map => generate_map,
209
+ :enclose => enclose_options
210
+ }
211
+
212
+ @context.call(Uglifier::JS, options)
213
+ end
214
+
215
+ def read_source(source)
216
+ if source.respond_to?(:read)
217
+ source.read
218
+ else
219
+ source.to_s
220
+ end
221
+ end
222
+
223
+ def mangle_options
224
+ conditional_option(@options[:mangle], DEFAULTS[:mangle])
225
+ end
226
+
227
+ def compressor_options
228
+ defaults = conditional_option(
229
+ DEFAULTS[:compress],
230
+ :global_defs => @options[:define] || {},
231
+ :screw_ie8 => @options[:screw_ie8] || DEFAULTS[:screw_ie8]
232
+ )
233
+ conditional_option(@options[:compress] || @options[:squeeze], defaults)
234
+ end
235
+
236
+ def comment_options
237
+ case comment_setting
238
+ when :all, true
239
+ true
240
+ when :jsdoc
241
+ "jsdoc"
242
+ when :copyright
243
+ encode_regexp(/(^!)|Copyright/i)
244
+ when Regexp
245
+ encode_regexp(comment_setting)
246
+ else
247
+ false
248
+ end
249
+ end
250
+
251
+ def comment_setting
252
+ if @options.has_key?(:output) && @options[:output].has_key?(:comments)
253
+ @options[:output][:comments]
254
+ elsif @options.has_key?(:comments)
255
+ @options[:comments]
256
+ elsif @options[:copyright] == false
257
+ :none
258
+ else
259
+ DEFAULTS[:output][:comments]
260
+ end
261
+ end
262
+
263
+ def output_options
264
+ DEFAULTS[:output].merge(@options[:output] || {}).merge(
265
+ :comments => comment_options,
266
+ :screw_ie8 => screw_ie8?
267
+ ).reject { |key, _| key == :ie_proof }
268
+ end
269
+
270
+ def screw_ie8?
271
+ if (@options[:output] || {}).has_key?(:ie_proof)
272
+ false
273
+ else
274
+ @options[:screw_ie8] || DEFAULTS[:screw_ie8]
275
+ end
276
+ end
277
+
278
+ def source_map_options
279
+ {
280
+ :file => @options[:output_filename],
281
+ :root => @options[:source_root],
282
+ :orig => @options[:input_source_map],
283
+ :map_url => @options[:source_map_url],
284
+ :url => @options[:source_url]
285
+ }
286
+ end
287
+
288
+ def parse_options
289
+ { :filename => @options[:source_filename] }
290
+ end
291
+
292
+ def enclose_options
293
+ if @options[:enclose]
294
+ @options[:enclose].map do |pair|
295
+ pair.first + ':' + pair.last
296
+ end
297
+ else
298
+ false
299
+ end
300
+ end
301
+
302
+ def encode_regexp(regexp)
303
+ modifiers = if regexp.casefold?
304
+ "i"
305
+ else
306
+ ""
307
+ end
308
+
309
+ [regexp.source, modifiers]
310
+ end
311
+
312
+ def conditional_option(value, defaults)
313
+ if value == true || value.nil?
314
+ defaults
315
+ elsif value
316
+ defaults.merge(value)
317
+ else
318
+ false
319
+ end
320
+ end
321
+ end
@@ -0,0 +1,4 @@
1
+ class Uglifier
2
+ # Current version of Uglifier.
3
+ VERSION = "2.7.1"
4
+ end
@@ -0,0 +1,2173 @@
1
+ window = this;/* -*- Mode: js; js-indent-level: 2; -*- */
2
+ /*
3
+ * Copyright 2011 Mozilla Foundation and contributors
4
+ * Licensed under the New BSD license. See LICENSE or:
5
+ * http://opensource.org/licenses/BSD-3-Clause
6
+ */
7
+
8
+ /**
9
+ * Define a module along with a payload.
10
+ * @param {string} moduleName Name for the payload
11
+ * @param {ignored} deps Ignored. For compatibility with CommonJS AMD Spec
12
+ * @param {function} payload Function with (require, exports, module) params
13
+ */
14
+ function define(moduleName, deps, payload) {
15
+ if (typeof moduleName != "string") {
16
+ throw new TypeError('Expected string, got: ' + moduleName);
17
+ }
18
+
19
+ if (arguments.length == 2) {
20
+ payload = deps;
21
+ }
22
+
23
+ if (moduleName in define.modules) {
24
+ throw new Error("Module already defined: " + moduleName);
25
+ }
26
+ define.modules[moduleName] = payload;
27
+ };
28
+
29
+ /**
30
+ * The global store of un-instantiated modules
31
+ */
32
+ define.modules = {};
33
+
34
+
35
+ /**
36
+ * We invoke require() in the context of a Domain so we can have multiple
37
+ * sets of modules running separate from each other.
38
+ * This contrasts with JSMs which are singletons, Domains allows us to
39
+ * optionally load a CommonJS module twice with separate data each time.
40
+ * Perhaps you want 2 command lines with a different set of commands in each,
41
+ * for example.
42
+ */
43
+ function Domain() {
44
+ this.modules = {};
45
+ this._currentModule = null;
46
+ }
47
+
48
+ (function () {
49
+
50
+ /**
51
+ * Lookup module names and resolve them by calling the definition function if
52
+ * needed.
53
+ * There are 2 ways to call this, either with an array of dependencies and a
54
+ * callback to call when the dependencies are found (which can happen
55
+ * asynchronously in an in-page context) or with a single string an no callback
56
+ * where the dependency is resolved synchronously and returned.
57
+ * The API is designed to be compatible with the CommonJS AMD spec and
58
+ * RequireJS.
59
+ * @param {string[]|string} deps A name, or names for the payload
60
+ * @param {function|undefined} callback Function to call when the dependencies
61
+ * are resolved
62
+ * @return {undefined|object} The module required or undefined for
63
+ * array/callback method
64
+ */
65
+ Domain.prototype.require = function(deps, callback) {
66
+ if (Array.isArray(deps)) {
67
+ var params = deps.map(function(dep) {
68
+ return this.lookup(dep);
69
+ }, this);
70
+ if (callback) {
71
+ callback.apply(null, params);
72
+ }
73
+ return undefined;
74
+ }
75
+ else {
76
+ return this.lookup(deps);
77
+ }
78
+ };
79
+
80
+ function normalize(path) {
81
+ var bits = path.split('/');
82
+ var i = 1;
83
+ while (i < bits.length) {
84
+ if (bits[i] === '..') {
85
+ bits.splice(i-1, 1);
86
+ } else if (bits[i] === '.') {
87
+ bits.splice(i, 1);
88
+ } else {
89
+ i++;
90
+ }
91
+ }
92
+ return bits.join('/');
93
+ }
94
+
95
+ function join(a, b) {
96
+ a = a.trim();
97
+ b = b.trim();
98
+ if (/^\//.test(b)) {
99
+ return b;
100
+ } else {
101
+ return a.replace(/\/*$/, '/') + b;
102
+ }
103
+ }
104
+
105
+ function dirname(path) {
106
+ var bits = path.split('/');
107
+ bits.pop();
108
+ return bits.join('/');
109
+ }
110
+
111
+ /**
112
+ * Lookup module names and resolve them by calling the definition function if
113
+ * needed.
114
+ * @param {string} moduleName A name for the payload to lookup
115
+ * @return {object} The module specified by aModuleName or null if not found.
116
+ */
117
+ Domain.prototype.lookup = function(moduleName) {
118
+ if (/^\./.test(moduleName)) {
119
+ moduleName = normalize(join(dirname(this._currentModule), moduleName));
120
+ }
121
+
122
+ if (moduleName in this.modules) {
123
+ var module = this.modules[moduleName];
124
+ return module;
125
+ }
126
+
127
+ if (!(moduleName in define.modules)) {
128
+ throw new Error("Module not defined: " + moduleName);
129
+ }
130
+
131
+ var module = define.modules[moduleName];
132
+
133
+ if (typeof module == "function") {
134
+ var exports = {};
135
+ var previousModule = this._currentModule;
136
+ this._currentModule = moduleName;
137
+ module(this.require.bind(this), exports, { id: moduleName, uri: "" });
138
+ this._currentModule = previousModule;
139
+ module = exports;
140
+ }
141
+
142
+ // cache the resulting module object for next time
143
+ this.modules[moduleName] = module;
144
+
145
+ return module;
146
+ };
147
+
148
+ }());
149
+
150
+ define.Domain = Domain;
151
+ define.globalDomain = new Domain();
152
+ var require = define.globalDomain.require.bind(define.globalDomain);
153
+ /* -*- Mode: js; js-indent-level: 2; -*- */
154
+ /*
155
+ * Copyright 2011 Mozilla Foundation and contributors
156
+ * Licensed under the New BSD license. See LICENSE or:
157
+ * http://opensource.org/licenses/BSD-3-Clause
158
+ */
159
+ define('source-map/source-map-generator', ['require', 'exports', 'module' , 'source-map/base64-vlq', 'source-map/util', 'source-map/array-set'], function(require, exports, module) {
160
+
161
+ var base64VLQ = require('./base64-vlq');
162
+ var util = require('./util');
163
+ var ArraySet = require('./array-set').ArraySet;
164
+
165
+ /**
166
+ * An instance of the SourceMapGenerator represents a source map which is
167
+ * being built incrementally. To create a new one, you must pass an object
168
+ * with the following properties:
169
+ *
170
+ * - file: The filename of the generated source.
171
+ * - sourceRoot: An optional root for all URLs in this source map.
172
+ */
173
+ function SourceMapGenerator(aArgs) {
174
+ this._file = util.getArg(aArgs, 'file');
175
+ this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);
176
+ this._sources = new ArraySet();
177
+ this._names = new ArraySet();
178
+ this._mappings = [];
179
+ this._sourcesContents = null;
180
+ }
181
+
182
+ SourceMapGenerator.prototype._version = 3;
183
+
184
+ /**
185
+ * Creates a new SourceMapGenerator based on a SourceMapConsumer
186
+ *
187
+ * @param aSourceMapConsumer The SourceMap.
188
+ */
189
+ SourceMapGenerator.fromSourceMap =
190
+ function SourceMapGenerator_fromSourceMap(aSourceMapConsumer) {
191
+ var sourceRoot = aSourceMapConsumer.sourceRoot;
192
+ var generator = new SourceMapGenerator({
193
+ file: aSourceMapConsumer.file,
194
+ sourceRoot: sourceRoot
195
+ });
196
+ aSourceMapConsumer.eachMapping(function (mapping) {
197
+ var newMapping = {
198
+ generated: {
199
+ line: mapping.generatedLine,
200
+ column: mapping.generatedColumn
201
+ }
202
+ };
203
+
204
+ if (mapping.source) {
205
+ newMapping.source = mapping.source;
206
+ if (sourceRoot) {
207
+ newMapping.source = util.relative(sourceRoot, newMapping.source);
208
+ }
209
+
210
+ newMapping.original = {
211
+ line: mapping.originalLine,
212
+ column: mapping.originalColumn
213
+ };
214
+
215
+ if (mapping.name) {
216
+ newMapping.name = mapping.name;
217
+ }
218
+ }
219
+
220
+ generator.addMapping(newMapping);
221
+ });
222
+ aSourceMapConsumer.sources.forEach(function (sourceFile) {
223
+ var content = aSourceMapConsumer.sourceContentFor(sourceFile);
224
+ if (content) {
225
+ generator.setSourceContent(sourceFile, content);
226
+ }
227
+ });
228
+ return generator;
229
+ };
230
+
231
+ /**
232
+ * Add a single mapping from original source line and column to the generated
233
+ * source's line and column for this source map being created. The mapping
234
+ * object should have the following properties:
235
+ *
236
+ * - generated: An object with the generated line and column positions.
237
+ * - original: An object with the original line and column positions.
238
+ * - source: The original source file (relative to the sourceRoot).
239
+ * - name: An optional original token name for this mapping.
240
+ */
241
+ SourceMapGenerator.prototype.addMapping =
242
+ function SourceMapGenerator_addMapping(aArgs) {
243
+ var generated = util.getArg(aArgs, 'generated');
244
+ var original = util.getArg(aArgs, 'original', null);
245
+ var source = util.getArg(aArgs, 'source', null);
246
+ var name = util.getArg(aArgs, 'name', null);
247
+
248
+ this._validateMapping(generated, original, source, name);
249
+
250
+ if (source && !this._sources.has(source)) {
251
+ this._sources.add(source);
252
+ }
253
+
254
+ if (name && !this._names.has(name)) {
255
+ this._names.add(name);
256
+ }
257
+
258
+ this._mappings.push({
259
+ generated: generated,
260
+ original: original,
261
+ source: source,
262
+ name: name
263
+ });
264
+ };
265
+
266
+ /**
267
+ * Set the source content for a source file.
268
+ */
269
+ SourceMapGenerator.prototype.setSourceContent =
270
+ function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {
271
+ var source = aSourceFile;
272
+ if (this._sourceRoot) {
273
+ source = util.relative(this._sourceRoot, source);
274
+ }
275
+
276
+ if (aSourceContent !== null) {
277
+ // Add the source content to the _sourcesContents map.
278
+ // Create a new _sourcesContents map if the property is null.
279
+ if (!this._sourcesContents) {
280
+ this._sourcesContents = {};
281
+ }
282
+ this._sourcesContents[util.toSetString(source)] = aSourceContent;
283
+ } else {
284
+ // Remove the source file from the _sourcesContents map.
285
+ // If the _sourcesContents map is empty, set the property to null.
286
+ delete this._sourcesContents[util.toSetString(source)];
287
+ if (Object.keys(this._sourcesContents).length === 0) {
288
+ this._sourcesContents = null;
289
+ }
290
+ }
291
+ };
292
+
293
+ /**
294
+ * Applies the mappings of a sub-source-map for a specific source file to the
295
+ * source map being generated. Each mapping to the supplied source file is
296
+ * rewritten using the supplied source map. Note: The resolution for the
297
+ * resulting mappings is the minimium of this map and the supplied map.
298
+ *
299
+ * @param aSourceMapConsumer The source map to be applied.
300
+ * @param aSourceFile Optional. The filename of the source file.
301
+ * If omitted, SourceMapConsumer's file property will be used.
302
+ */
303
+ SourceMapGenerator.prototype.applySourceMap =
304
+ function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile) {
305
+ // If aSourceFile is omitted, we will use the file property of the SourceMap
306
+ if (!aSourceFile) {
307
+ aSourceFile = aSourceMapConsumer.file;
308
+ }
309
+ var sourceRoot = this._sourceRoot;
310
+ // Make "aSourceFile" relative if an absolute Url is passed.
311
+ if (sourceRoot) {
312
+ aSourceFile = util.relative(sourceRoot, aSourceFile);
313
+ }
314
+ // Applying the SourceMap can add and remove items from the sources and
315
+ // the names array.
316
+ var newSources = new ArraySet();
317
+ var newNames = new ArraySet();
318
+
319
+ // Find mappings for the "aSourceFile"
320
+ this._mappings.forEach(function (mapping) {
321
+ if (mapping.source === aSourceFile && mapping.original) {
322
+ // Check if it can be mapped by the source map, then update the mapping.
323
+ var original = aSourceMapConsumer.originalPositionFor({
324
+ line: mapping.original.line,
325
+ column: mapping.original.column
326
+ });
327
+ if (original.source !== null) {
328
+ // Copy mapping
329
+ if (sourceRoot) {
330
+ mapping.source = util.relative(sourceRoot, original.source);
331
+ } else {
332
+ mapping.source = original.source;
333
+ }
334
+ mapping.original.line = original.line;
335
+ mapping.original.column = original.column;
336
+ if (original.name !== null && mapping.name !== null) {
337
+ // Only use the identifier name if it's an identifier
338
+ // in both SourceMaps
339
+ mapping.name = original.name;
340
+ }
341
+ }
342
+ }
343
+
344
+ var source = mapping.source;
345
+ if (source && !newSources.has(source)) {
346
+ newSources.add(source);
347
+ }
348
+
349
+ var name = mapping.name;
350
+ if (name && !newNames.has(name)) {
351
+ newNames.add(name);
352
+ }
353
+
354
+ }, this);
355
+ this._sources = newSources;
356
+ this._names = newNames;
357
+
358
+ // Copy sourcesContents of applied map.
359
+ aSourceMapConsumer.sources.forEach(function (sourceFile) {
360
+ var content = aSourceMapConsumer.sourceContentFor(sourceFile);
361
+ if (content) {
362
+ if (sourceRoot) {
363
+ sourceFile = util.relative(sourceRoot, sourceFile);
364
+ }
365
+ this.setSourceContent(sourceFile, content);
366
+ }
367
+ }, this);
368
+ };
369
+
370
+ /**
371
+ * A mapping can have one of the three levels of data:
372
+ *
373
+ * 1. Just the generated position.
374
+ * 2. The Generated position, original position, and original source.
375
+ * 3. Generated and original position, original source, as well as a name
376
+ * token.
377
+ *
378
+ * To maintain consistency, we validate that any new mapping being added falls
379
+ * in to one of these categories.
380
+ */
381
+ SourceMapGenerator.prototype._validateMapping =
382
+ function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,
383
+ aName) {
384
+ if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
385
+ && aGenerated.line > 0 && aGenerated.column >= 0
386
+ && !aOriginal && !aSource && !aName) {
387
+ // Case 1.
388
+ return;
389
+ }
390
+ else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
391
+ && aOriginal && 'line' in aOriginal && 'column' in aOriginal
392
+ && aGenerated.line > 0 && aGenerated.column >= 0
393
+ && aOriginal.line > 0 && aOriginal.column >= 0
394
+ && aSource) {
395
+ // Cases 2 and 3.
396
+ return;
397
+ }
398
+ else {
399
+ throw new Error('Invalid mapping.');
400
+ }
401
+ };
402
+
403
+ function cmpLocation(loc1, loc2) {
404
+ var cmp = (loc1 && loc1.line) - (loc2 && loc2.line);
405
+ return cmp ? cmp : (loc1 && loc1.column) - (loc2 && loc2.column);
406
+ }
407
+
408
+ function strcmp(str1, str2) {
409
+ str1 = str1 || '';
410
+ str2 = str2 || '';
411
+ return (str1 > str2) - (str1 < str2);
412
+ }
413
+
414
+ function cmpMapping(mappingA, mappingB) {
415
+ return cmpLocation(mappingA.generated, mappingB.generated) ||
416
+ cmpLocation(mappingA.original, mappingB.original) ||
417
+ strcmp(mappingA.source, mappingB.source) ||
418
+ strcmp(mappingA.name, mappingB.name);
419
+ }
420
+
421
+ /**
422
+ * Serialize the accumulated mappings in to the stream of base 64 VLQs
423
+ * specified by the source map format.
424
+ */
425
+ SourceMapGenerator.prototype._serializeMappings =
426
+ function SourceMapGenerator_serializeMappings() {
427
+ var previousGeneratedColumn = 0;
428
+ var previousGeneratedLine = 1;
429
+ var previousOriginalColumn = 0;
430
+ var previousOriginalLine = 0;
431
+ var previousName = 0;
432
+ var previousSource = 0;
433
+ var result = '';
434
+ var mapping;
435
+
436
+ // The mappings must be guaranteed to be in sorted order before we start
437
+ // serializing them or else the generated line numbers (which are defined
438
+ // via the ';' separators) will be all messed up. Note: it might be more
439
+ // performant to maintain the sorting as we insert them, rather than as we
440
+ // serialize them, but the big O is the same either way.
441
+ this._mappings.sort(cmpMapping);
442
+
443
+ for (var i = 0, len = this._mappings.length; i < len; i++) {
444
+ mapping = this._mappings[i];
445
+
446
+ if (mapping.generated.line !== previousGeneratedLine) {
447
+ previousGeneratedColumn = 0;
448
+ while (mapping.generated.line !== previousGeneratedLine) {
449
+ result += ';';
450
+ previousGeneratedLine++;
451
+ }
452
+ }
453
+ else {
454
+ if (i > 0) {
455
+ if (!cmpMapping(mapping, this._mappings[i - 1])) {
456
+ continue;
457
+ }
458
+ result += ',';
459
+ }
460
+ }
461
+
462
+ result += base64VLQ.encode(mapping.generated.column
463
+ - previousGeneratedColumn);
464
+ previousGeneratedColumn = mapping.generated.column;
465
+
466
+ if (mapping.source && mapping.original) {
467
+ result += base64VLQ.encode(this._sources.indexOf(mapping.source)
468
+ - previousSource);
469
+ previousSource = this._sources.indexOf(mapping.source);
470
+
471
+ // lines are stored 0-based in SourceMap spec version 3
472
+ result += base64VLQ.encode(mapping.original.line - 1
473
+ - previousOriginalLine);
474
+ previousOriginalLine = mapping.original.line - 1;
475
+
476
+ result += base64VLQ.encode(mapping.original.column
477
+ - previousOriginalColumn);
478
+ previousOriginalColumn = mapping.original.column;
479
+
480
+ if (mapping.name) {
481
+ result += base64VLQ.encode(this._names.indexOf(mapping.name)
482
+ - previousName);
483
+ previousName = this._names.indexOf(mapping.name);
484
+ }
485
+ }
486
+ }
487
+
488
+ return result;
489
+ };
490
+
491
+ /**
492
+ * Externalize the source map.
493
+ */
494
+ SourceMapGenerator.prototype.toJSON =
495
+ function SourceMapGenerator_toJSON() {
496
+ var map = {
497
+ version: this._version,
498
+ file: this._file,
499
+ sources: this._sources.toArray(),
500
+ names: this._names.toArray(),
501
+ mappings: this._serializeMappings()
502
+ };
503
+ if (this._sourceRoot) {
504
+ map.sourceRoot = this._sourceRoot;
505
+ }
506
+ if (this._sourcesContents) {
507
+ map.sourcesContent = map.sources.map(function (source) {
508
+ if (map.sourceRoot) {
509
+ source = util.relative(map.sourceRoot, source);
510
+ }
511
+ return Object.prototype.hasOwnProperty.call(
512
+ this._sourcesContents, util.toSetString(source))
513
+ ? this._sourcesContents[util.toSetString(source)]
514
+ : null;
515
+ }, this);
516
+ }
517
+ return map;
518
+ };
519
+
520
+ /**
521
+ * Render the source map being generated to a string.
522
+ */
523
+ SourceMapGenerator.prototype.toString =
524
+ function SourceMapGenerator_toString() {
525
+ return JSON.stringify(this);
526
+ };
527
+
528
+ exports.SourceMapGenerator = SourceMapGenerator;
529
+
530
+ });
531
+ /* -*- Mode: js; js-indent-level: 2; -*- */
532
+ /*
533
+ * Copyright 2011 Mozilla Foundation and contributors
534
+ * Licensed under the New BSD license. See LICENSE or:
535
+ * http://opensource.org/licenses/BSD-3-Clause
536
+ *
537
+ * Based on the Base 64 VLQ implementation in Closure Compiler:
538
+ * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java
539
+ *
540
+ * Copyright 2011 The Closure Compiler Authors. All rights reserved.
541
+ * Redistribution and use in source and binary forms, with or without
542
+ * modification, are permitted provided that the following conditions are
543
+ * met:
544
+ *
545
+ * * Redistributions of source code must retain the above copyright
546
+ * notice, this list of conditions and the following disclaimer.
547
+ * * Redistributions in binary form must reproduce the above
548
+ * copyright notice, this list of conditions and the following
549
+ * disclaimer in the documentation and/or other materials provided
550
+ * with the distribution.
551
+ * * Neither the name of Google Inc. nor the names of its
552
+ * contributors may be used to endorse or promote products derived
553
+ * from this software without specific prior written permission.
554
+ *
555
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
556
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
557
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
558
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
559
+ * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
560
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
561
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
562
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
563
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
564
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
565
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
566
+ */
567
+ define('source-map/base64-vlq', ['require', 'exports', 'module' , 'source-map/base64'], function(require, exports, module) {
568
+
569
+ var base64 = require('./base64');
570
+
571
+ // A single base 64 digit can contain 6 bits of data. For the base 64 variable
572
+ // length quantities we use in the source map spec, the first bit is the sign,
573
+ // the next four bits are the actual value, and the 6th bit is the
574
+ // continuation bit. The continuation bit tells us whether there are more
575
+ // digits in this value following this digit.
576
+ //
577
+ // Continuation
578
+ // | Sign
579
+ // | |
580
+ // V V
581
+ // 101011
582
+
583
+ var VLQ_BASE_SHIFT = 5;
584
+
585
+ // binary: 100000
586
+ var VLQ_BASE = 1 << VLQ_BASE_SHIFT;
587
+
588
+ // binary: 011111
589
+ var VLQ_BASE_MASK = VLQ_BASE - 1;
590
+
591
+ // binary: 100000
592
+ var VLQ_CONTINUATION_BIT = VLQ_BASE;
593
+
594
+ /**
595
+ * Converts from a two-complement value to a value where the sign bit is
596
+ * is placed in the least significant bit. For example, as decimals:
597
+ * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)
598
+ * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)
599
+ */
600
+ function toVLQSigned(aValue) {
601
+ return aValue < 0
602
+ ? ((-aValue) << 1) + 1
603
+ : (aValue << 1) + 0;
604
+ }
605
+
606
+ /**
607
+ * Converts to a two-complement value from a value where the sign bit is
608
+ * is placed in the least significant bit. For example, as decimals:
609
+ * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1
610
+ * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2
611
+ */
612
+ function fromVLQSigned(aValue) {
613
+ var isNegative = (aValue & 1) === 1;
614
+ var shifted = aValue >> 1;
615
+ return isNegative
616
+ ? -shifted
617
+ : shifted;
618
+ }
619
+
620
+ /**
621
+ * Returns the base 64 VLQ encoded value.
622
+ */
623
+ exports.encode = function base64VLQ_encode(aValue) {
624
+ var encoded = "";
625
+ var digit;
626
+
627
+ var vlq = toVLQSigned(aValue);
628
+
629
+ do {
630
+ digit = vlq & VLQ_BASE_MASK;
631
+ vlq >>>= VLQ_BASE_SHIFT;
632
+ if (vlq > 0) {
633
+ // There are still more digits in this value, so we must make sure the
634
+ // continuation bit is marked.
635
+ digit |= VLQ_CONTINUATION_BIT;
636
+ }
637
+ encoded += base64.encode(digit);
638
+ } while (vlq > 0);
639
+
640
+ return encoded;
641
+ };
642
+
643
+ /**
644
+ * Decodes the next base 64 VLQ value from the given string and returns the
645
+ * value and the rest of the string.
646
+ */
647
+ exports.decode = function base64VLQ_decode(aStr) {
648
+ var i = 0;
649
+ var strLen = aStr.length;
650
+ var result = 0;
651
+ var shift = 0;
652
+ var continuation, digit;
653
+
654
+ do {
655
+ if (i >= strLen) {
656
+ throw new Error("Expected more digits in base 64 VLQ value.");
657
+ }
658
+ digit = base64.decode(aStr.charAt(i++));
659
+ continuation = !!(digit & VLQ_CONTINUATION_BIT);
660
+ digit &= VLQ_BASE_MASK;
661
+ result = result + (digit << shift);
662
+ shift += VLQ_BASE_SHIFT;
663
+ } while (continuation);
664
+
665
+ return {
666
+ value: fromVLQSigned(result),
667
+ rest: aStr.slice(i)
668
+ };
669
+ };
670
+
671
+ });
672
+ /* -*- Mode: js; js-indent-level: 2; -*- */
673
+ /*
674
+ * Copyright 2011 Mozilla Foundation and contributors
675
+ * Licensed under the New BSD license. See LICENSE or:
676
+ * http://opensource.org/licenses/BSD-3-Clause
677
+ */
678
+ define('source-map/base64', ['require', 'exports', 'module' , ], function(require, exports, module) {
679
+
680
+ var charToIntMap = {};
681
+ var intToCharMap = {};
682
+
683
+ 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'
684
+ .split('')
685
+ .forEach(function (ch, index) {
686
+ charToIntMap[ch] = index;
687
+ intToCharMap[index] = ch;
688
+ });
689
+
690
+ /**
691
+ * Encode an integer in the range of 0 to 63 to a single base 64 digit.
692
+ */
693
+ exports.encode = function base64_encode(aNumber) {
694
+ if (aNumber in intToCharMap) {
695
+ return intToCharMap[aNumber];
696
+ }
697
+ throw new TypeError("Must be between 0 and 63: " + aNumber);
698
+ };
699
+
700
+ /**
701
+ * Decode a single base 64 digit to an integer.
702
+ */
703
+ exports.decode = function base64_decode(aChar) {
704
+ if (aChar in charToIntMap) {
705
+ return charToIntMap[aChar];
706
+ }
707
+ throw new TypeError("Not a valid base 64 digit: " + aChar);
708
+ };
709
+
710
+ });
711
+ /* -*- Mode: js; js-indent-level: 2; -*- */
712
+ /*
713
+ * Copyright 2011 Mozilla Foundation and contributors
714
+ * Licensed under the New BSD license. See LICENSE or:
715
+ * http://opensource.org/licenses/BSD-3-Clause
716
+ */
717
+ define('source-map/util', ['require', 'exports', 'module' , ], function(require, exports, module) {
718
+
719
+ /**
720
+ * This is a helper function for getting values from parameter/options
721
+ * objects.
722
+ *
723
+ * @param args The object we are extracting values from
724
+ * @param name The name of the property we are getting.
725
+ * @param defaultValue An optional value to return if the property is missing
726
+ * from the object. If this is not specified and the property is missing, an
727
+ * error will be thrown.
728
+ */
729
+ function getArg(aArgs, aName, aDefaultValue) {
730
+ if (aName in aArgs) {
731
+ return aArgs[aName];
732
+ } else if (arguments.length === 3) {
733
+ return aDefaultValue;
734
+ } else {
735
+ throw new Error('"' + aName + '" is a required argument.');
736
+ }
737
+ }
738
+ exports.getArg = getArg;
739
+
740
+ var urlRegexp = /([\w+\-.]+):\/\/((\w+:\w+)@)?([\w.]+)?(:(\d+))?(\S+)?/;
741
+
742
+ function urlParse(aUrl) {
743
+ var match = aUrl.match(urlRegexp);
744
+ if (!match) {
745
+ return null;
746
+ }
747
+ return {
748
+ scheme: match[1],
749
+ auth: match[3],
750
+ host: match[4],
751
+ port: match[6],
752
+ path: match[7]
753
+ };
754
+ }
755
+ exports.urlParse = urlParse;
756
+
757
+ function urlGenerate(aParsedUrl) {
758
+ var url = aParsedUrl.scheme + "://";
759
+ if (aParsedUrl.auth) {
760
+ url += aParsedUrl.auth + "@"
761
+ }
762
+ if (aParsedUrl.host) {
763
+ url += aParsedUrl.host;
764
+ }
765
+ if (aParsedUrl.port) {
766
+ url += ":" + aParsedUrl.port
767
+ }
768
+ if (aParsedUrl.path) {
769
+ url += aParsedUrl.path;
770
+ }
771
+ return url;
772
+ }
773
+ exports.urlGenerate = urlGenerate;
774
+
775
+ function join(aRoot, aPath) {
776
+ var url;
777
+
778
+ if (aPath.match(urlRegexp)) {
779
+ return aPath;
780
+ }
781
+
782
+ if (aPath.charAt(0) === '/' && (url = urlParse(aRoot))) {
783
+ url.path = aPath;
784
+ return urlGenerate(url);
785
+ }
786
+
787
+ return aRoot.replace(/\/$/, '') + '/' + aPath;
788
+ }
789
+ exports.join = join;
790
+
791
+ /**
792
+ * Because behavior goes wacky when you set `__proto__` on objects, we
793
+ * have to prefix all the strings in our set with an arbitrary character.
794
+ *
795
+ * See https://github.com/mozilla/source-map/pull/31 and
796
+ * https://github.com/mozilla/source-map/issues/30
797
+ *
798
+ * @param String aStr
799
+ */
800
+ function toSetString(aStr) {
801
+ return '$' + aStr;
802
+ }
803
+ exports.toSetString = toSetString;
804
+
805
+ function fromSetString(aStr) {
806
+ return aStr.substr(1);
807
+ }
808
+ exports.fromSetString = fromSetString;
809
+
810
+ function relative(aRoot, aPath) {
811
+ aRoot = aRoot.replace(/\/$/, '');
812
+
813
+ var url = urlParse(aRoot);
814
+ if (aPath.charAt(0) == "/" && url && url.path == "/") {
815
+ return aPath.slice(1);
816
+ }
817
+
818
+ return aPath.indexOf(aRoot + '/') === 0
819
+ ? aPath.substr(aRoot.length + 1)
820
+ : aPath;
821
+ }
822
+ exports.relative = relative;
823
+
824
+ });
825
+ /* -*- Mode: js; js-indent-level: 2; -*- */
826
+ /*
827
+ * Copyright 2011 Mozilla Foundation and contributors
828
+ * Licensed under the New BSD license. See LICENSE or:
829
+ * http://opensource.org/licenses/BSD-3-Clause
830
+ */
831
+ define('source-map/array-set', ['require', 'exports', 'module' , 'source-map/util'], function(require, exports, module) {
832
+
833
+ var util = require('./util');
834
+
835
+ /**
836
+ * A data structure which is a combination of an array and a set. Adding a new
837
+ * member is O(1), testing for membership is O(1), and finding the index of an
838
+ * element is O(1). Removing elements from the set is not supported. Only
839
+ * strings are supported for membership.
840
+ */
841
+ function ArraySet() {
842
+ this._array = [];
843
+ this._set = {};
844
+ }
845
+
846
+ /**
847
+ * Static method for creating ArraySet instances from an existing array.
848
+ */
849
+ ArraySet.fromArray = function ArraySet_fromArray(aArray) {
850
+ var set = new ArraySet();
851
+ for (var i = 0, len = aArray.length; i < len; i++) {
852
+ set.add(aArray[i]);
853
+ }
854
+ return set;
855
+ };
856
+
857
+ /**
858
+ * Add the given string to this set.
859
+ *
860
+ * @param String aStr
861
+ */
862
+ ArraySet.prototype.add = function ArraySet_add(aStr) {
863
+ if (this.has(aStr)) {
864
+ // Already a member; nothing to do.
865
+ return;
866
+ }
867
+ var idx = this._array.length;
868
+ this._array.push(aStr);
869
+ this._set[util.toSetString(aStr)] = idx;
870
+ };
871
+
872
+ /**
873
+ * Is the given string a member of this set?
874
+ *
875
+ * @param String aStr
876
+ */
877
+ ArraySet.prototype.has = function ArraySet_has(aStr) {
878
+ return Object.prototype.hasOwnProperty.call(this._set,
879
+ util.toSetString(aStr));
880
+ };
881
+
882
+ /**
883
+ * What is the index of the given string in the array?
884
+ *
885
+ * @param String aStr
886
+ */
887
+ ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {
888
+ if (this.has(aStr)) {
889
+ return this._set[util.toSetString(aStr)];
890
+ }
891
+ throw new Error('"' + aStr + '" is not in the set.');
892
+ };
893
+
894
+ /**
895
+ * What is the element at the given index?
896
+ *
897
+ * @param Number aIdx
898
+ */
899
+ ArraySet.prototype.at = function ArraySet_at(aIdx) {
900
+ if (aIdx >= 0 && aIdx < this._array.length) {
901
+ return this._array[aIdx];
902
+ }
903
+ throw new Error('No element indexed by ' + aIdx);
904
+ };
905
+
906
+ /**
907
+ * Returns the array representation of this set (which has the proper indices
908
+ * indicated by indexOf). Note that this is a copy of the internal array used
909
+ * for storing the members so that no one can mess with internal state.
910
+ */
911
+ ArraySet.prototype.toArray = function ArraySet_toArray() {
912
+ return this._array.slice();
913
+ };
914
+
915
+ exports.ArraySet = ArraySet;
916
+
917
+ });
918
+ /* -*- Mode: js; js-indent-level: 2; -*- */
919
+ /*
920
+ * Copyright 2011 Mozilla Foundation and contributors
921
+ * Licensed under the New BSD license. See LICENSE or:
922
+ * http://opensource.org/licenses/BSD-3-Clause
923
+ */
924
+ define('source-map/source-map-consumer', ['require', 'exports', 'module' , 'source-map/util', 'source-map/binary-search', 'source-map/array-set', 'source-map/base64-vlq'], function(require, exports, module) {
925
+
926
+ var util = require('./util');
927
+ var binarySearch = require('./binary-search');
928
+ var ArraySet = require('./array-set').ArraySet;
929
+ var base64VLQ = require('./base64-vlq');
930
+
931
+ /**
932
+ * A SourceMapConsumer instance represents a parsed source map which we can
933
+ * query for information about the original file positions by giving it a file
934
+ * position in the generated source.
935
+ *
936
+ * The only parameter is the raw source map (either as a JSON string, or
937
+ * already parsed to an object). According to the spec, source maps have the
938
+ * following attributes:
939
+ *
940
+ * - version: Which version of the source map spec this map is following.
941
+ * - sources: An array of URLs to the original source files.
942
+ * - names: An array of identifiers which can be referrenced by individual mappings.
943
+ * - sourceRoot: Optional. The URL root from which all sources are relative.
944
+ * - sourcesContent: Optional. An array of contents of the original source files.
945
+ * - mappings: A string of base64 VLQs which contain the actual mappings.
946
+ * - file: The generated file this source map is associated with.
947
+ *
948
+ * Here is an example source map, taken from the source map spec[0]:
949
+ *
950
+ * {
951
+ * version : 3,
952
+ * file: "out.js",
953
+ * sourceRoot : "",
954
+ * sources: ["foo.js", "bar.js"],
955
+ * names: ["src", "maps", "are", "fun"],
956
+ * mappings: "AA,AB;;ABCDE;"
957
+ * }
958
+ *
959
+ * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#
960
+ */
961
+ function SourceMapConsumer(aSourceMap) {
962
+ var sourceMap = aSourceMap;
963
+ if (typeof aSourceMap === 'string') {
964
+ sourceMap = JSON.parse(aSourceMap.replace(/^\)\]\}'/, ''));
965
+ }
966
+
967
+ var version = util.getArg(sourceMap, 'version');
968
+ var sources = util.getArg(sourceMap, 'sources');
969
+ var names = util.getArg(sourceMap, 'names');
970
+ var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null);
971
+ var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null);
972
+ var mappings = util.getArg(sourceMap, 'mappings');
973
+ var file = util.getArg(sourceMap, 'file');
974
+
975
+ if (version !== this._version) {
976
+ throw new Error('Unsupported version: ' + version);
977
+ }
978
+
979
+ this._names = ArraySet.fromArray(names);
980
+ this._sources = ArraySet.fromArray(sources);
981
+ this.sourceRoot = sourceRoot;
982
+ this.sourcesContent = sourcesContent;
983
+ this.file = file;
984
+
985
+ // `this._generatedMappings` and `this._originalMappings` hold the parsed
986
+ // mapping coordinates from the source map's "mappings" attribute. Each
987
+ // object in the array is of the form
988
+ //
989
+ // {
990
+ // generatedLine: The line number in the generated code,
991
+ // generatedColumn: The column number in the generated code,
992
+ // source: The path to the original source file that generated this
993
+ // chunk of code,
994
+ // originalLine: The line number in the original source that
995
+ // corresponds to this chunk of generated code,
996
+ // originalColumn: The column number in the original source that
997
+ // corresponds to this chunk of generated code,
998
+ // name: The name of the original symbol which generated this chunk of
999
+ // code.
1000
+ // }
1001
+ //
1002
+ // All properties except for `generatedLine` and `generatedColumn` can be
1003
+ // `null`.
1004
+ //
1005
+ // `this._generatedMappings` is ordered by the generated positions.
1006
+ //
1007
+ // `this._originalMappings` is ordered by the original positions.
1008
+ this._generatedMappings = [];
1009
+ this._originalMappings = [];
1010
+ this._parseMappings(mappings, sourceRoot);
1011
+ }
1012
+
1013
+ /**
1014
+ * The version of the source mapping spec that we are consuming.
1015
+ */
1016
+ SourceMapConsumer.prototype._version = 3;
1017
+
1018
+ /**
1019
+ * The list of original sources.
1020
+ */
1021
+ Object.defineProperty(SourceMapConsumer.prototype, 'sources', {
1022
+ get: function () {
1023
+ return this._sources.toArray().map(function (s) {
1024
+ return this.sourceRoot ? util.join(this.sourceRoot, s) : s;
1025
+ }, this);
1026
+ }
1027
+ });
1028
+
1029
+ /**
1030
+ * Parse the mappings in a string in to a data structure which we can easily
1031
+ * query (an ordered list in this._generatedMappings).
1032
+ */
1033
+ SourceMapConsumer.prototype._parseMappings =
1034
+ function SourceMapConsumer_parseMappings(aStr, aSourceRoot) {
1035
+ var generatedLine = 1;
1036
+ var previousGeneratedColumn = 0;
1037
+ var previousOriginalLine = 0;
1038
+ var previousOriginalColumn = 0;
1039
+ var previousSource = 0;
1040
+ var previousName = 0;
1041
+ var mappingSeparator = /^[,;]/;
1042
+ var str = aStr;
1043
+ var mapping;
1044
+ var temp;
1045
+
1046
+ while (str.length > 0) {
1047
+ if (str.charAt(0) === ';') {
1048
+ generatedLine++;
1049
+ str = str.slice(1);
1050
+ previousGeneratedColumn = 0;
1051
+ }
1052
+ else if (str.charAt(0) === ',') {
1053
+ str = str.slice(1);
1054
+ }
1055
+ else {
1056
+ mapping = {};
1057
+ mapping.generatedLine = generatedLine;
1058
+
1059
+ // Generated column.
1060
+ temp = base64VLQ.decode(str);
1061
+ mapping.generatedColumn = previousGeneratedColumn + temp.value;
1062
+ previousGeneratedColumn = mapping.generatedColumn;
1063
+ str = temp.rest;
1064
+
1065
+ if (str.length > 0 && !mappingSeparator.test(str.charAt(0))) {
1066
+ // Original source.
1067
+ temp = base64VLQ.decode(str);
1068
+ mapping.source = this._sources.at(previousSource + temp.value);
1069
+ previousSource += temp.value;
1070
+ str = temp.rest;
1071
+ if (str.length === 0 || mappingSeparator.test(str.charAt(0))) {
1072
+ throw new Error('Found a source, but no line and column');
1073
+ }
1074
+
1075
+ // Original line.
1076
+ temp = base64VLQ.decode(str);
1077
+ mapping.originalLine = previousOriginalLine + temp.value;
1078
+ previousOriginalLine = mapping.originalLine;
1079
+ // Lines are stored 0-based
1080
+ mapping.originalLine += 1;
1081
+ str = temp.rest;
1082
+ if (str.length === 0 || mappingSeparator.test(str.charAt(0))) {
1083
+ throw new Error('Found a source and line, but no column');
1084
+ }
1085
+
1086
+ // Original column.
1087
+ temp = base64VLQ.decode(str);
1088
+ mapping.originalColumn = previousOriginalColumn + temp.value;
1089
+ previousOriginalColumn = mapping.originalColumn;
1090
+ str = temp.rest;
1091
+
1092
+ if (str.length > 0 && !mappingSeparator.test(str.charAt(0))) {
1093
+ // Original name.
1094
+ temp = base64VLQ.decode(str);
1095
+ mapping.name = this._names.at(previousName + temp.value);
1096
+ previousName += temp.value;
1097
+ str = temp.rest;
1098
+ }
1099
+ }
1100
+
1101
+ this._generatedMappings.push(mapping);
1102
+ if (typeof mapping.originalLine === 'number') {
1103
+ this._originalMappings.push(mapping);
1104
+ }
1105
+ }
1106
+ }
1107
+
1108
+ this._originalMappings.sort(this._compareOriginalPositions);
1109
+ };
1110
+
1111
+ /**
1112
+ * Comparator between two mappings where the original positions are compared.
1113
+ */
1114
+ SourceMapConsumer.prototype._compareOriginalPositions =
1115
+ function SourceMapConsumer_compareOriginalPositions(mappingA, mappingB) {
1116
+ if (mappingA.source > mappingB.source) {
1117
+ return 1;
1118
+ }
1119
+ else if (mappingA.source < mappingB.source) {
1120
+ return -1;
1121
+ }
1122
+ else {
1123
+ var cmp = mappingA.originalLine - mappingB.originalLine;
1124
+ return cmp === 0
1125
+ ? mappingA.originalColumn - mappingB.originalColumn
1126
+ : cmp;
1127
+ }
1128
+ };
1129
+
1130
+ /**
1131
+ * Comparator between two mappings where the generated positions are compared.
1132
+ */
1133
+ SourceMapConsumer.prototype._compareGeneratedPositions =
1134
+ function SourceMapConsumer_compareGeneratedPositions(mappingA, mappingB) {
1135
+ var cmp = mappingA.generatedLine - mappingB.generatedLine;
1136
+ return cmp === 0
1137
+ ? mappingA.generatedColumn - mappingB.generatedColumn
1138
+ : cmp;
1139
+ };
1140
+
1141
+ /**
1142
+ * Find the mapping that best matches the hypothetical "needle" mapping that
1143
+ * we are searching for in the given "haystack" of mappings.
1144
+ */
1145
+ SourceMapConsumer.prototype._findMapping =
1146
+ function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName,
1147
+ aColumnName, aComparator) {
1148
+ // To return the position we are searching for, we must first find the
1149
+ // mapping for the given position and then return the opposite position it
1150
+ // points to. Because the mappings are sorted, we can use binary search to
1151
+ // find the best mapping.
1152
+
1153
+ if (aNeedle[aLineName] <= 0) {
1154
+ throw new TypeError('Line must be greater than or equal to 1, got '
1155
+ + aNeedle[aLineName]);
1156
+ }
1157
+ if (aNeedle[aColumnName] < 0) {
1158
+ throw new TypeError('Column must be greater than or equal to 0, got '
1159
+ + aNeedle[aColumnName]);
1160
+ }
1161
+
1162
+ return binarySearch.search(aNeedle, aMappings, aComparator);
1163
+ };
1164
+
1165
+ /**
1166
+ * Returns the original source, line, and column information for the generated
1167
+ * source's line and column positions provided. The only argument is an object
1168
+ * with the following properties:
1169
+ *
1170
+ * - line: The line number in the generated source.
1171
+ * - column: The column number in the generated source.
1172
+ *
1173
+ * and an object is returned with the following properties:
1174
+ *
1175
+ * - source: The original source file, or null.
1176
+ * - line: The line number in the original source, or null.
1177
+ * - column: The column number in the original source, or null.
1178
+ * - name: The original identifier, or null.
1179
+ */
1180
+ SourceMapConsumer.prototype.originalPositionFor =
1181
+ function SourceMapConsumer_originalPositionFor(aArgs) {
1182
+ var needle = {
1183
+ generatedLine: util.getArg(aArgs, 'line'),
1184
+ generatedColumn: util.getArg(aArgs, 'column')
1185
+ };
1186
+
1187
+ var mapping = this._findMapping(needle,
1188
+ this._generatedMappings,
1189
+ "generatedLine",
1190
+ "generatedColumn",
1191
+ this._compareGeneratedPositions);
1192
+
1193
+ if (mapping) {
1194
+ var source = util.getArg(mapping, 'source', null);
1195
+ if (source && this.sourceRoot) {
1196
+ source = util.join(this.sourceRoot, source);
1197
+ }
1198
+ return {
1199
+ source: source,
1200
+ line: util.getArg(mapping, 'originalLine', null),
1201
+ column: util.getArg(mapping, 'originalColumn', null),
1202
+ name: util.getArg(mapping, 'name', null)
1203
+ };
1204
+ }
1205
+
1206
+ return {
1207
+ source: null,
1208
+ line: null,
1209
+ column: null,
1210
+ name: null
1211
+ };
1212
+ };
1213
+
1214
+ /**
1215
+ * Returns the original source content. The only argument is the url of the
1216
+ * original source file. Returns null if no original source content is
1217
+ * availible.
1218
+ */
1219
+ SourceMapConsumer.prototype.sourceContentFor =
1220
+ function SourceMapConsumer_sourceContentFor(aSource) {
1221
+ if (!this.sourcesContent) {
1222
+ return null;
1223
+ }
1224
+
1225
+ if (this.sourceRoot) {
1226
+ aSource = util.relative(this.sourceRoot, aSource);
1227
+ }
1228
+
1229
+ if (this._sources.has(aSource)) {
1230
+ return this.sourcesContent[this._sources.indexOf(aSource)];
1231
+ }
1232
+
1233
+ var url;
1234
+ if (this.sourceRoot
1235
+ && (url = util.urlParse(this.sourceRoot))) {
1236
+ // XXX: file:// URIs and absolute paths lead to unexpected behavior for
1237
+ // many users. We can help them out when they expect file:// URIs to
1238
+ // behave like it would if they were running a local HTTP server. See
1239
+ // https://bugzilla.mozilla.org/show_bug.cgi?id=885597.
1240
+ var fileUriAbsPath = aSource.replace(/^file:\/\//, "");
1241
+ if (url.scheme == "file"
1242
+ && this._sources.has(fileUriAbsPath)) {
1243
+ return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)]
1244
+ }
1245
+
1246
+ if ((!url.path || url.path == "/")
1247
+ && this._sources.has("/" + aSource)) {
1248
+ return this.sourcesContent[this._sources.indexOf("/" + aSource)];
1249
+ }
1250
+ }
1251
+
1252
+ throw new Error('"' + aSource + '" is not in the SourceMap.');
1253
+ };
1254
+
1255
+ /**
1256
+ * Returns the generated line and column information for the original source,
1257
+ * line, and column positions provided. The only argument is an object with
1258
+ * the following properties:
1259
+ *
1260
+ * - source: The filename of the original source.
1261
+ * - line: The line number in the original source.
1262
+ * - column: The column number in the original source.
1263
+ *
1264
+ * and an object is returned with the following properties:
1265
+ *
1266
+ * - line: The line number in the generated source, or null.
1267
+ * - column: The column number in the generated source, or null.
1268
+ */
1269
+ SourceMapConsumer.prototype.generatedPositionFor =
1270
+ function SourceMapConsumer_generatedPositionFor(aArgs) {
1271
+ var needle = {
1272
+ source: util.getArg(aArgs, 'source'),
1273
+ originalLine: util.getArg(aArgs, 'line'),
1274
+ originalColumn: util.getArg(aArgs, 'column')
1275
+ };
1276
+
1277
+ if (this.sourceRoot) {
1278
+ needle.source = util.relative(this.sourceRoot, needle.source);
1279
+ }
1280
+
1281
+ var mapping = this._findMapping(needle,
1282
+ this._originalMappings,
1283
+ "originalLine",
1284
+ "originalColumn",
1285
+ this._compareOriginalPositions);
1286
+
1287
+ if (mapping) {
1288
+ return {
1289
+ line: util.getArg(mapping, 'generatedLine', null),
1290
+ column: util.getArg(mapping, 'generatedColumn', null)
1291
+ };
1292
+ }
1293
+
1294
+ return {
1295
+ line: null,
1296
+ column: null
1297
+ };
1298
+ };
1299
+
1300
+ SourceMapConsumer.GENERATED_ORDER = 1;
1301
+ SourceMapConsumer.ORIGINAL_ORDER = 2;
1302
+
1303
+ /**
1304
+ * Iterate over each mapping between an original source/line/column and a
1305
+ * generated line/column in this source map.
1306
+ *
1307
+ * @param Function aCallback
1308
+ * The function that is called with each mapping.
1309
+ * @param Object aContext
1310
+ * Optional. If specified, this object will be the value of `this` every
1311
+ * time that `aCallback` is called.
1312
+ * @param aOrder
1313
+ * Either `SourceMapConsumer.GENERATED_ORDER` or
1314
+ * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to
1315
+ * iterate over the mappings sorted by the generated file's line/column
1316
+ * order or the original's source/line/column order, respectively. Defaults to
1317
+ * `SourceMapConsumer.GENERATED_ORDER`.
1318
+ */
1319
+ SourceMapConsumer.prototype.eachMapping =
1320
+ function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) {
1321
+ var context = aContext || null;
1322
+ var order = aOrder || SourceMapConsumer.GENERATED_ORDER;
1323
+
1324
+ var mappings;
1325
+ switch (order) {
1326
+ case SourceMapConsumer.GENERATED_ORDER:
1327
+ mappings = this._generatedMappings;
1328
+ break;
1329
+ case SourceMapConsumer.ORIGINAL_ORDER:
1330
+ mappings = this._originalMappings;
1331
+ break;
1332
+ default:
1333
+ throw new Error("Unknown order of iteration.");
1334
+ }
1335
+
1336
+ var sourceRoot = this.sourceRoot;
1337
+ mappings.map(function (mapping) {
1338
+ var source = mapping.source;
1339
+ if (source && sourceRoot) {
1340
+ source = util.join(sourceRoot, source);
1341
+ }
1342
+ return {
1343
+ source: source,
1344
+ generatedLine: mapping.generatedLine,
1345
+ generatedColumn: mapping.generatedColumn,
1346
+ originalLine: mapping.originalLine,
1347
+ originalColumn: mapping.originalColumn,
1348
+ name: mapping.name
1349
+ };
1350
+ }).forEach(aCallback, context);
1351
+ };
1352
+
1353
+ exports.SourceMapConsumer = SourceMapConsumer;
1354
+
1355
+ });
1356
+ /* -*- Mode: js; js-indent-level: 2; -*- */
1357
+ /*
1358
+ * Copyright 2011 Mozilla Foundation and contributors
1359
+ * Licensed under the New BSD license. See LICENSE or:
1360
+ * http://opensource.org/licenses/BSD-3-Clause
1361
+ */
1362
+ define('source-map/binary-search', ['require', 'exports', 'module' , ], function(require, exports, module) {
1363
+
1364
+ /**
1365
+ * Recursive implementation of binary search.
1366
+ *
1367
+ * @param aLow Indices here and lower do not contain the needle.
1368
+ * @param aHigh Indices here and higher do not contain the needle.
1369
+ * @param aNeedle The element being searched for.
1370
+ * @param aHaystack The non-empty array being searched.
1371
+ * @param aCompare Function which takes two elements and returns -1, 0, or 1.
1372
+ */
1373
+ function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare) {
1374
+ // This function terminates when one of the following is true:
1375
+ //
1376
+ // 1. We find the exact element we are looking for.
1377
+ //
1378
+ // 2. We did not find the exact element, but we can return the next
1379
+ // closest element that is less than that element.
1380
+ //
1381
+ // 3. We did not find the exact element, and there is no next-closest
1382
+ // element which is less than the one we are searching for, so we
1383
+ // return null.
1384
+ var mid = Math.floor((aHigh - aLow) / 2) + aLow;
1385
+ var cmp = aCompare(aNeedle, aHaystack[mid]);
1386
+ if (cmp === 0) {
1387
+ // Found the element we are looking for.
1388
+ return aHaystack[mid];
1389
+ }
1390
+ else if (cmp > 0) {
1391
+ // aHaystack[mid] is greater than our needle.
1392
+ if (aHigh - mid > 1) {
1393
+ // The element is in the upper half.
1394
+ return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare);
1395
+ }
1396
+ // We did not find an exact match, return the next closest one
1397
+ // (termination case 2).
1398
+ return aHaystack[mid];
1399
+ }
1400
+ else {
1401
+ // aHaystack[mid] is less than our needle.
1402
+ if (mid - aLow > 1) {
1403
+ // The element is in the lower half.
1404
+ return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare);
1405
+ }
1406
+ // The exact needle element was not found in this haystack. Determine if
1407
+ // we are in termination case (2) or (3) and return the appropriate thing.
1408
+ return aLow < 0
1409
+ ? null
1410
+ : aHaystack[aLow];
1411
+ }
1412
+ }
1413
+
1414
+ /**
1415
+ * This is an implementation of binary search which will always try and return
1416
+ * the next lowest value checked if there is no exact hit. This is because
1417
+ * mappings between original and generated line/col pairs are single points,
1418
+ * and there is an implicit region between each of them, so a miss just means
1419
+ * that you aren't on the very start of a region.
1420
+ *
1421
+ * @param aNeedle The element you are looking for.
1422
+ * @param aHaystack The array that is being searched.
1423
+ * @param aCompare A function which takes the needle and an element in the
1424
+ * array and returns -1, 0, or 1 depending on whether the needle is less
1425
+ * than, equal to, or greater than the element, respectively.
1426
+ */
1427
+ exports.search = function search(aNeedle, aHaystack, aCompare) {
1428
+ return aHaystack.length > 0
1429
+ ? recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, aCompare)
1430
+ : null;
1431
+ };
1432
+
1433
+ });
1434
+ /* -*- Mode: js; js-indent-level: 2; -*- */
1435
+ /*
1436
+ * Copyright 2011 Mozilla Foundation and contributors
1437
+ * Licensed under the New BSD license. See LICENSE or:
1438
+ * http://opensource.org/licenses/BSD-3-Clause
1439
+ */
1440
+ define('source-map/source-node', ['require', 'exports', 'module' , 'source-map/source-map-generator', 'source-map/util'], function(require, exports, module) {
1441
+
1442
+ var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator;
1443
+ var util = require('./util');
1444
+
1445
+ /**
1446
+ * SourceNodes provide a way to abstract over interpolating/concatenating
1447
+ * snippets of generated JavaScript source code while maintaining the line and
1448
+ * column information associated with the original source code.
1449
+ *
1450
+ * @param aLine The original line number.
1451
+ * @param aColumn The original column number.
1452
+ * @param aSource The original source's filename.
1453
+ * @param aChunks Optional. An array of strings which are snippets of
1454
+ * generated JS, or other SourceNodes.
1455
+ * @param aName The original identifier.
1456
+ */
1457
+ function SourceNode(aLine, aColumn, aSource, aChunks, aName) {
1458
+ this.children = [];
1459
+ this.sourceContents = {};
1460
+ this.line = aLine === undefined ? null : aLine;
1461
+ this.column = aColumn === undefined ? null : aColumn;
1462
+ this.source = aSource === undefined ? null : aSource;
1463
+ this.name = aName === undefined ? null : aName;
1464
+ if (aChunks != null) this.add(aChunks);
1465
+ }
1466
+
1467
+ /**
1468
+ * Creates a SourceNode from generated code and a SourceMapConsumer.
1469
+ *
1470
+ * @param aGeneratedCode The generated code
1471
+ * @param aSourceMapConsumer The SourceMap for the generated code
1472
+ */
1473
+ SourceNode.fromStringWithSourceMap =
1474
+ function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer) {
1475
+ // The SourceNode we want to fill with the generated code
1476
+ // and the SourceMap
1477
+ var node = new SourceNode();
1478
+
1479
+ // The generated code
1480
+ // Processed fragments are removed from this array.
1481
+ var remainingLines = aGeneratedCode.split('\n');
1482
+
1483
+ // We need to remember the position of "remainingLines"
1484
+ var lastGeneratedLine = 1, lastGeneratedColumn = 0;
1485
+
1486
+ // The generate SourceNodes we need a code range.
1487
+ // To extract it current and last mapping is used.
1488
+ // Here we store the last mapping.
1489
+ var lastMapping = null;
1490
+
1491
+ aSourceMapConsumer.eachMapping(function (mapping) {
1492
+ if (lastMapping === null) {
1493
+ // We add the generated code until the first mapping
1494
+ // to the SourceNode without any mapping.
1495
+ // Each line is added as separate string.
1496
+ while (lastGeneratedLine < mapping.generatedLine) {
1497
+ node.add(remainingLines.shift() + "\n");
1498
+ lastGeneratedLine++;
1499
+ }
1500
+ if (lastGeneratedColumn < mapping.generatedColumn) {
1501
+ var nextLine = remainingLines[0];
1502
+ node.add(nextLine.substr(0, mapping.generatedColumn));
1503
+ remainingLines[0] = nextLine.substr(mapping.generatedColumn);
1504
+ lastGeneratedColumn = mapping.generatedColumn;
1505
+ }
1506
+ } else {
1507
+ // We add the code from "lastMapping" to "mapping":
1508
+ // First check if there is a new line in between.
1509
+ if (lastGeneratedLine < mapping.generatedLine) {
1510
+ var code = "";
1511
+ // Associate full lines with "lastMapping"
1512
+ do {
1513
+ code += remainingLines.shift() + "\n";
1514
+ lastGeneratedLine++;
1515
+ lastGeneratedColumn = 0;
1516
+ } while (lastGeneratedLine < mapping.generatedLine);
1517
+ // When we reached the correct line, we add code until we
1518
+ // reach the correct column too.
1519
+ if (lastGeneratedColumn < mapping.generatedColumn) {
1520
+ var nextLine = remainingLines[0];
1521
+ code += nextLine.substr(0, mapping.generatedColumn);
1522
+ remainingLines[0] = nextLine.substr(mapping.generatedColumn);
1523
+ lastGeneratedColumn = mapping.generatedColumn;
1524
+ }
1525
+ // Create the SourceNode.
1526
+ addMappingWithCode(lastMapping, code);
1527
+ } else {
1528
+ // There is no new line in between.
1529
+ // Associate the code between "lastGeneratedColumn" and
1530
+ // "mapping.generatedColumn" with "lastMapping"
1531
+ var nextLine = remainingLines[0];
1532
+ var code = nextLine.substr(0, mapping.generatedColumn -
1533
+ lastGeneratedColumn);
1534
+ remainingLines[0] = nextLine.substr(mapping.generatedColumn -
1535
+ lastGeneratedColumn);
1536
+ lastGeneratedColumn = mapping.generatedColumn;
1537
+ addMappingWithCode(lastMapping, code);
1538
+ }
1539
+ }
1540
+ lastMapping = mapping;
1541
+ }, this);
1542
+ // We have processed all mappings.
1543
+ // Associate the remaining code in the current line with "lastMapping"
1544
+ // and add the remaining lines without any mapping
1545
+ addMappingWithCode(lastMapping, remainingLines.join("\n"));
1546
+
1547
+ // Copy sourcesContent into SourceNode
1548
+ aSourceMapConsumer.sources.forEach(function (sourceFile) {
1549
+ var content = aSourceMapConsumer.sourceContentFor(sourceFile);
1550
+ if (content) {
1551
+ node.setSourceContent(sourceFile, content);
1552
+ }
1553
+ });
1554
+
1555
+ return node;
1556
+
1557
+ function addMappingWithCode(mapping, code) {
1558
+ if (mapping.source === undefined) {
1559
+ node.add(code);
1560
+ } else {
1561
+ node.add(new SourceNode(mapping.originalLine,
1562
+ mapping.originalColumn,
1563
+ mapping.source,
1564
+ code,
1565
+ mapping.name));
1566
+ }
1567
+ }
1568
+ };
1569
+
1570
+ /**
1571
+ * Add a chunk of generated JS to this source node.
1572
+ *
1573
+ * @param aChunk A string snippet of generated JS code, another instance of
1574
+ * SourceNode, or an array where each member is one of those things.
1575
+ */
1576
+ SourceNode.prototype.add = function SourceNode_add(aChunk) {
1577
+ if (Array.isArray(aChunk)) {
1578
+ aChunk.forEach(function (chunk) {
1579
+ this.add(chunk);
1580
+ }, this);
1581
+ }
1582
+ else if (aChunk instanceof SourceNode || typeof aChunk === "string") {
1583
+ if (aChunk) {
1584
+ this.children.push(aChunk);
1585
+ }
1586
+ }
1587
+ else {
1588
+ throw new TypeError(
1589
+ "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
1590
+ );
1591
+ }
1592
+ return this;
1593
+ };
1594
+
1595
+ /**
1596
+ * Add a chunk of generated JS to the beginning of this source node.
1597
+ *
1598
+ * @param aChunk A string snippet of generated JS code, another instance of
1599
+ * SourceNode, or an array where each member is one of those things.
1600
+ */
1601
+ SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) {
1602
+ if (Array.isArray(aChunk)) {
1603
+ for (var i = aChunk.length-1; i >= 0; i--) {
1604
+ this.prepend(aChunk[i]);
1605
+ }
1606
+ }
1607
+ else if (aChunk instanceof SourceNode || typeof aChunk === "string") {
1608
+ this.children.unshift(aChunk);
1609
+ }
1610
+ else {
1611
+ throw new TypeError(
1612
+ "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
1613
+ );
1614
+ }
1615
+ return this;
1616
+ };
1617
+
1618
+ /**
1619
+ * Walk over the tree of JS snippets in this node and its children. The
1620
+ * walking function is called once for each snippet of JS and is passed that
1621
+ * snippet and the its original associated source's line/column location.
1622
+ *
1623
+ * @param aFn The traversal function.
1624
+ */
1625
+ SourceNode.prototype.walk = function SourceNode_walk(aFn) {
1626
+ this.children.forEach(function (chunk) {
1627
+ if (chunk instanceof SourceNode) {
1628
+ chunk.walk(aFn);
1629
+ }
1630
+ else {
1631
+ if (chunk !== '') {
1632
+ aFn(chunk, { source: this.source,
1633
+ line: this.line,
1634
+ column: this.column,
1635
+ name: this.name });
1636
+ }
1637
+ }
1638
+ }, this);
1639
+ };
1640
+
1641
+ /**
1642
+ * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between
1643
+ * each of `this.children`.
1644
+ *
1645
+ * @param aSep The separator.
1646
+ */
1647
+ SourceNode.prototype.join = function SourceNode_join(aSep) {
1648
+ var newChildren;
1649
+ var i;
1650
+ var len = this.children.length;
1651
+ if (len > 0) {
1652
+ newChildren = [];
1653
+ for (i = 0; i < len-1; i++) {
1654
+ newChildren.push(this.children[i]);
1655
+ newChildren.push(aSep);
1656
+ }
1657
+ newChildren.push(this.children[i]);
1658
+ this.children = newChildren;
1659
+ }
1660
+ return this;
1661
+ };
1662
+
1663
+ /**
1664
+ * Call String.prototype.replace on the very right-most source snippet. Useful
1665
+ * for trimming whitespace from the end of a source node, etc.
1666
+ *
1667
+ * @param aPattern The pattern to replace.
1668
+ * @param aReplacement The thing to replace the pattern with.
1669
+ */
1670
+ SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) {
1671
+ var lastChild = this.children[this.children.length - 1];
1672
+ if (lastChild instanceof SourceNode) {
1673
+ lastChild.replaceRight(aPattern, aReplacement);
1674
+ }
1675
+ else if (typeof lastChild === 'string') {
1676
+ this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);
1677
+ }
1678
+ else {
1679
+ this.children.push(''.replace(aPattern, aReplacement));
1680
+ }
1681
+ return this;
1682
+ };
1683
+
1684
+ /**
1685
+ * Set the source content for a source file. This will be added to the SourceMapGenerator
1686
+ * in the sourcesContent field.
1687
+ *
1688
+ * @param aSourceFile The filename of the source file
1689
+ * @param aSourceContent The content of the source file
1690
+ */
1691
+ SourceNode.prototype.setSourceContent =
1692
+ function SourceNode_setSourceContent(aSourceFile, aSourceContent) {
1693
+ this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;
1694
+ };
1695
+
1696
+ /**
1697
+ * Walk over the tree of SourceNodes. The walking function is called for each
1698
+ * source file content and is passed the filename and source content.
1699
+ *
1700
+ * @param aFn The traversal function.
1701
+ */
1702
+ SourceNode.prototype.walkSourceContents =
1703
+ function SourceNode_walkSourceContents(aFn) {
1704
+ this.children.forEach(function (chunk) {
1705
+ if (chunk instanceof SourceNode) {
1706
+ chunk.walkSourceContents(aFn);
1707
+ }
1708
+ }, this);
1709
+ Object.keys(this.sourceContents).forEach(function (sourceFileKey) {
1710
+ aFn(util.fromSetString(sourceFileKey), this.sourceContents[sourceFileKey]);
1711
+ }, this);
1712
+ };
1713
+
1714
+ /**
1715
+ * Return the string representation of this source node. Walks over the tree
1716
+ * and concatenates all the various snippets together to one string.
1717
+ */
1718
+ SourceNode.prototype.toString = function SourceNode_toString() {
1719
+ var str = "";
1720
+ this.walk(function (chunk) {
1721
+ str += chunk;
1722
+ });
1723
+ return str;
1724
+ };
1725
+
1726
+ /**
1727
+ * Returns the string representation of this source node along with a source
1728
+ * map.
1729
+ */
1730
+ SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) {
1731
+ var generated = {
1732
+ code: "",
1733
+ line: 1,
1734
+ column: 0
1735
+ };
1736
+ var map = new SourceMapGenerator(aArgs);
1737
+ var sourceMappingActive = false;
1738
+ this.walk(function (chunk, original) {
1739
+ generated.code += chunk;
1740
+ if (original.source !== null
1741
+ && original.line !== null
1742
+ && original.column !== null) {
1743
+ map.addMapping({
1744
+ source: original.source,
1745
+ original: {
1746
+ line: original.line,
1747
+ column: original.column
1748
+ },
1749
+ generated: {
1750
+ line: generated.line,
1751
+ column: generated.column
1752
+ },
1753
+ name: original.name
1754
+ });
1755
+ sourceMappingActive = true;
1756
+ } else if (sourceMappingActive) {
1757
+ map.addMapping({
1758
+ generated: {
1759
+ line: generated.line,
1760
+ column: generated.column
1761
+ }
1762
+ });
1763
+ sourceMappingActive = false;
1764
+ }
1765
+ chunk.split('').forEach(function (ch) {
1766
+ if (ch === '\n') {
1767
+ generated.line++;
1768
+ generated.column = 0;
1769
+ } else {
1770
+ generated.column++;
1771
+ }
1772
+ });
1773
+ });
1774
+ this.walkSourceContents(function (sourceFile, sourceContent) {
1775
+ map.setSourceContent(sourceFile, sourceContent);
1776
+ });
1777
+
1778
+ return { code: generated.code, map: map };
1779
+ };
1780
+
1781
+ exports.SourceNode = SourceNode;
1782
+
1783
+ });
1784
+ /* -*- Mode: js; js-indent-level: 2; -*- */
1785
+ ///////////////////////////////////////////////////////////////////////////////
1786
+
1787
+ window.sourceMap = {
1788
+ SourceMapConsumer: require('source-map/source-map-consumer').SourceMapConsumer,
1789
+ SourceMapGenerator: require('source-map/source-map-generator').SourceMapGenerator,
1790
+ SourceNode: require('source-map/source-node').SourceNode
1791
+ };
1792
+ MOZ_SourceMap = sourceMap;(function(exports,global){global["UglifyJS"]=exports;/***********************************************************************
1793
+
1794
+ A JavaScript tokenizer / parser / beautifier / compressor.
1795
+ https://github.com/mishoo/UglifyJS2
1796
+
1797
+ -------------------------------- (C) ---------------------------------
1798
+
1799
+ Author: Mihai Bazon
1800
+ <mihai.bazon@gmail.com>
1801
+ http://mihai.bazon.net/blog
1802
+
1803
+ Distributed under the BSD license:
1804
+
1805
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
1806
+
1807
+ Redistribution and use in source and binary forms, with or without
1808
+ modification, are permitted provided that the following conditions
1809
+ are met:
1810
+
1811
+ * Redistributions of source code must retain the above
1812
+ copyright notice, this list of conditions and the following
1813
+ disclaimer.
1814
+
1815
+ * Redistributions in binary form must reproduce the above
1816
+ copyright notice, this list of conditions and the following
1817
+ disclaimer in the documentation and/or other materials
1818
+ provided with the distribution.
1819
+
1820
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
1821
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1822
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1823
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
1824
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
1825
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1826
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1827
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1828
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
1829
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
1830
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1831
+ SUCH DAMAGE.
1832
+
1833
+ ***********************************************************************/
1834
+ "use strict";function array_to_hash(a){var ret=Object.create(null);for(var i=0;i<a.length;++i)ret[a[i]]=true;return ret}function slice(a,start){return Array.prototype.slice.call(a,start||0)}function characters(str){return str.split("")}function member(name,array){for(var i=array.length;--i>=0;)if(array[i]==name)return true;return false}function find_if(func,array){for(var i=0,n=array.length;i<n;++i){if(func(array[i]))return array[i]}}function repeat_string(str,i){if(i<=0)return"";if(i==1)return str;var d=repeat_string(str,i>>1);d+=d;if(i&1)d+=str;return d}function DefaultsError(msg,defs){Error.call(this,msg);this.msg=msg;this.defs=defs}DefaultsError.prototype=Object.create(Error.prototype);DefaultsError.prototype.constructor=DefaultsError;DefaultsError.croak=function(msg,defs){throw new DefaultsError(msg,defs)};function defaults(args,defs,croak){if(args===true)args={};var ret=args||{};if(croak)for(var i in ret)if(ret.hasOwnProperty(i)&&!defs.hasOwnProperty(i))DefaultsError.croak("`"+i+"` is not a supported option",defs);for(var i in defs)if(defs.hasOwnProperty(i)){ret[i]=args&&args.hasOwnProperty(i)?args[i]:defs[i]}return ret}function merge(obj,ext){for(var i in ext)if(ext.hasOwnProperty(i)){obj[i]=ext[i]}return obj}function noop(){}var MAP=function(){function MAP(a,f,backwards){var ret=[],top=[],i;function doit(){var val=f(a[i],i);var is_last=val instanceof Last;if(is_last)val=val.v;if(val instanceof AtTop){val=val.v;if(val instanceof Splice){top.push.apply(top,backwards?val.v.slice().reverse():val.v)}else{top.push(val)}}else if(val!==skip){if(val instanceof Splice){ret.push.apply(ret,backwards?val.v.slice().reverse():val.v)}else{ret.push(val)}}return is_last}if(a instanceof Array){if(backwards){for(i=a.length;--i>=0;)if(doit())break;ret.reverse();top.reverse()}else{for(i=0;i<a.length;++i)if(doit())break}}else{for(i in a)if(a.hasOwnProperty(i))if(doit())break}return top.concat(ret)}MAP.at_top=function(val){return new AtTop(val)};MAP.splice=function(val){return new Splice(val)};MAP.last=function(val){return new Last(val)};var skip=MAP.skip={};function AtTop(val){this.v=val}function Splice(val){this.v=val}function Last(val){this.v=val}return MAP}();function push_uniq(array,el){if(array.indexOf(el)<0)array.push(el)}function string_template(text,props){return text.replace(/\{(.+?)\}/g,function(str,p){return props[p]})}function remove(array,el){for(var i=array.length;--i>=0;){if(array[i]===el)array.splice(i,1)}}function mergeSort(array,cmp){if(array.length<2)return array.slice();function merge(a,b){var r=[],ai=0,bi=0,i=0;while(ai<a.length&&bi<b.length){cmp(a[ai],b[bi])<=0?r[i++]=a[ai++]:r[i++]=b[bi++]}if(ai<a.length)r.push.apply(r,a.slice(ai));if(bi<b.length)r.push.apply(r,b.slice(bi));return r}function _ms(a){if(a.length<=1)return a;var m=Math.floor(a.length/2),left=a.slice(0,m),right=a.slice(m);left=_ms(left);right=_ms(right);return merge(left,right)}return _ms(array)}function set_difference(a,b){return a.filter(function(el){return b.indexOf(el)<0})}function set_intersection(a,b){return a.filter(function(el){return b.indexOf(el)>=0})}function makePredicate(words){if(!(words instanceof Array))words=words.split(" ");var f="",cats=[];out:for(var i=0;i<words.length;++i){for(var j=0;j<cats.length;++j)if(cats[j][0].length==words[i].length){cats[j].push(words[i]);continue out}cats.push([words[i]])}function compareTo(arr){if(arr.length==1)return f+="return str === "+JSON.stringify(arr[0])+";";f+="switch(str){";for(var i=0;i<arr.length;++i)f+="case "+JSON.stringify(arr[i])+":";f+="return true}return false;"}if(cats.length>3){cats.sort(function(a,b){return b.length-a.length});f+="switch(str.length){";for(var i=0;i<cats.length;++i){var cat=cats[i];f+="case "+cat[0].length+":";compareTo(cat)}f+="}"}else{compareTo(words)}return new Function("str",f)}function all(array,predicate){for(var i=array.length;--i>=0;)if(!predicate(array[i]))return false;return true}function Dictionary(){this._values=Object.create(null);this._size=0}Dictionary.prototype={set:function(key,val){if(!this.has(key))++this._size;this._values["$"+key]=val;return this},add:function(key,val){if(this.has(key)){this.get(key).push(val)}else{this.set(key,[val])}return this},get:function(key){return this._values["$"+key]},del:function(key){if(this.has(key)){--this._size;delete this._values["$"+key]}return this},has:function(key){return"$"+key in this._values},each:function(f){for(var i in this._values)f(this._values[i],i.substr(1))},size:function(){return this._size},map:function(f){var ret=[];for(var i in this._values)ret.push(f(this._values[i],i.substr(1)));return ret}};/***********************************************************************
1835
+
1836
+ A JavaScript tokenizer / parser / beautifier / compressor.
1837
+ https://github.com/mishoo/UglifyJS2
1838
+
1839
+ -------------------------------- (C) ---------------------------------
1840
+
1841
+ Author: Mihai Bazon
1842
+ <mihai.bazon@gmail.com>
1843
+ http://mihai.bazon.net/blog
1844
+
1845
+ Distributed under the BSD license:
1846
+
1847
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
1848
+
1849
+ Redistribution and use in source and binary forms, with or without
1850
+ modification, are permitted provided that the following conditions
1851
+ are met:
1852
+
1853
+ * Redistributions of source code must retain the above
1854
+ copyright notice, this list of conditions and the following
1855
+ disclaimer.
1856
+
1857
+ * Redistributions in binary form must reproduce the above
1858
+ copyright notice, this list of conditions and the following
1859
+ disclaimer in the documentation and/or other materials
1860
+ provided with the distribution.
1861
+
1862
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
1863
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1864
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1865
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
1866
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
1867
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1868
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1869
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1870
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
1871
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
1872
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1873
+ SUCH DAMAGE.
1874
+
1875
+ ***********************************************************************/
1876
+ "use strict";function DEFNODE(type,props,methods,base){if(arguments.length<4)base=AST_Node;if(!props)props=[];else props=props.split(/\s+/);var self_props=props;if(base&&base.PROPS)props=props.concat(base.PROPS);var code="return function AST_"+type+"(props){ if (props) { ";for(var i=props.length;--i>=0;){code+="this."+props[i]+" = props."+props[i]+";"}var proto=base&&new base;if(proto&&proto.initialize||methods&&methods.initialize)code+="this.initialize();";code+="}}";var ctor=new Function(code)();if(proto){ctor.prototype=proto;ctor.BASE=base}if(base)base.SUBCLASSES.push(ctor);ctor.prototype.CTOR=ctor;ctor.PROPS=props||null;ctor.SELF_PROPS=self_props;ctor.SUBCLASSES=[];if(type){ctor.prototype.TYPE=ctor.TYPE=type}if(methods)for(i in methods)if(methods.hasOwnProperty(i)){if(/^\$/.test(i)){ctor[i.substr(1)]=methods[i]}else{ctor.prototype[i]=methods[i]}}ctor.DEFMETHOD=function(name,method){this.prototype[name]=method};return ctor}var AST_Token=DEFNODE("Token","type value line col pos endpos nlb comments_before file",{},null);var AST_Node=DEFNODE("Node","start end",{clone:function(){return new this.CTOR(this)},$documentation:"Base class of all AST nodes",$propdoc:{start:"[AST_Token] The first token of this node",end:"[AST_Token] The last token of this node"},_walk:function(visitor){return visitor._visit(this)},walk:function(visitor){return this._walk(visitor)}},null);AST_Node.warn_function=null;AST_Node.warn=function(txt,props){if(AST_Node.warn_function)AST_Node.warn_function(string_template(txt,props))};var AST_Statement=DEFNODE("Statement",null,{$documentation:"Base class of all statements"});var AST_Debugger=DEFNODE("Debugger",null,{$documentation:"Represents a debugger statement"},AST_Statement);var AST_Directive=DEFNODE("Directive","value scope",{$documentation:'Represents a directive, like "use strict";',$propdoc:{value:"[string] The value of this directive as a plain string (it's not an AST_String!)",scope:"[AST_Scope/S] The scope that this directive affects"}},AST_Statement);var AST_SimpleStatement=DEFNODE("SimpleStatement","body",{$documentation:"A statement consisting of an expression, i.e. a = 1 + 2",$propdoc:{body:"[AST_Node] an expression node (should not be instanceof AST_Statement)"},_walk:function(visitor){return visitor._visit(this,function(){this.body._walk(visitor)})}},AST_Statement);function walk_body(node,visitor){if(node.body instanceof AST_Statement){node.body._walk(visitor)}else node.body.forEach(function(stat){stat._walk(visitor)})}var AST_Block=DEFNODE("Block","body",{$documentation:"A body of statements (usually bracketed)",$propdoc:{body:"[AST_Statement*] an array of statements"},_walk:function(visitor){return visitor._visit(this,function(){walk_body(this,visitor)})}},AST_Statement);var AST_BlockStatement=DEFNODE("BlockStatement",null,{$documentation:"A block statement"},AST_Block);var AST_EmptyStatement=DEFNODE("EmptyStatement",null,{$documentation:"The empty statement (empty block or simply a semicolon)",_walk:function(visitor){return visitor._visit(this)}},AST_Statement);var AST_StatementWithBody=DEFNODE("StatementWithBody","body",{$documentation:"Base class for all statements that contain one nested body: `For`, `ForIn`, `Do`, `While`, `With`",$propdoc:{body:"[AST_Statement] the body; this should always be present, even if it's an AST_EmptyStatement"},_walk:function(visitor){return visitor._visit(this,function(){this.body._walk(visitor)})}},AST_Statement);var AST_LabeledStatement=DEFNODE("LabeledStatement","label",{$documentation:"Statement with a label",$propdoc:{label:"[AST_Label] a label definition"},_walk:function(visitor){return visitor._visit(this,function(){this.label._walk(visitor);this.body._walk(visitor)})}},AST_StatementWithBody);var AST_IterationStatement=DEFNODE("IterationStatement",null,{$documentation:"Internal class. All loops inherit from it."},AST_StatementWithBody);var AST_DWLoop=DEFNODE("DWLoop","condition",{$documentation:"Base class for do/while statements",$propdoc:{condition:"[AST_Node] the loop condition. Should not be instanceof AST_Statement"},_walk:function(visitor){return visitor._visit(this,function(){this.condition._walk(visitor);this.body._walk(visitor)})}},AST_IterationStatement);var AST_Do=DEFNODE("Do",null,{$documentation:"A `do` statement"},AST_DWLoop);var AST_While=DEFNODE("While",null,{$documentation:"A `while` statement"},AST_DWLoop);var AST_For=DEFNODE("For","init condition step",{$documentation:"A `for` statement",$propdoc:{init:"[AST_Node?] the `for` initialization code, or null if empty",condition:"[AST_Node?] the `for` termination clause, or null if empty",step:"[AST_Node?] the `for` update clause, or null if empty"},_walk:function(visitor){return visitor._visit(this,function(){if(this.init)this.init._walk(visitor);if(this.condition)this.condition._walk(visitor);if(this.step)this.step._walk(visitor);this.body._walk(visitor)})}},AST_IterationStatement);var AST_ForIn=DEFNODE("ForIn","init name object",{$documentation:"A `for ... in` statement",$propdoc:{init:"[AST_Node] the `for/in` initialization code",name:"[AST_SymbolRef?] the loop variable, only if `init` is AST_Var",object:"[AST_Node] the object that we're looping through"},_walk:function(visitor){return visitor._visit(this,function(){this.init._walk(visitor);this.object._walk(visitor);this.body._walk(visitor)})}},AST_IterationStatement);var AST_With=DEFNODE("With","expression",{$documentation:"A `with` statement",$propdoc:{expression:"[AST_Node] the `with` expression"},_walk:function(visitor){return visitor._visit(this,function(){this.expression._walk(visitor);this.body._walk(visitor)})}},AST_StatementWithBody);var AST_Scope=DEFNODE("Scope","directives variables functions uses_with uses_eval parent_scope enclosed cname",{$documentation:"Base class for all statements introducing a lexical scope",$propdoc:{directives:"[string*/S] an array of directives declared in this scope",variables:"[Object/S] a map of name -> SymbolDef for all variables/functions defined in this scope",functions:"[Object/S] like `variables`, but only lists function declarations",uses_with:"[boolean/S] tells whether this scope uses the `with` statement",uses_eval:"[boolean/S] tells whether this scope contains a direct call to the global `eval`",parent_scope:"[AST_Scope?/S] link to the parent scope",enclosed:"[SymbolDef*/S] a list of all symbol definitions that are accessed from this scope or any subscopes",cname:"[integer/S] current index for mangling variables (used internally by the mangler)"}},AST_Block);var AST_Toplevel=DEFNODE("Toplevel","globals",{$documentation:"The toplevel scope",$propdoc:{globals:"[Object/S] a map of name -> SymbolDef for all undeclared names"},wrap_enclose:function(arg_parameter_pairs){var self=this;var args=[];var parameters=[];arg_parameter_pairs.forEach(function(pair){var splitAt=pair.lastIndexOf(":");args.push(pair.substr(0,splitAt));parameters.push(pair.substr(splitAt+1))});var wrapped_tl="(function("+parameters.join(",")+"){ '$ORIG'; })("+args.join(",")+")";wrapped_tl=parse(wrapped_tl);wrapped_tl=wrapped_tl.transform(new TreeTransformer(function before(node){if(node instanceof AST_Directive&&node.value=="$ORIG"){return MAP.splice(self.body)}}));return wrapped_tl},wrap_commonjs:function(name,export_all){var self=this;var to_export=[];if(export_all){self.figure_out_scope();self.walk(new TreeWalker(function(node){if(node instanceof AST_SymbolDeclaration&&node.definition().global){if(!find_if(function(n){return n.name==node.name},to_export))to_export.push(node)}}))}var wrapped_tl="(function(exports, global){ global['"+name+"'] = exports; '$ORIG'; '$EXPORTS'; }({}, (function(){return this}())))";wrapped_tl=parse(wrapped_tl);wrapped_tl=wrapped_tl.transform(new TreeTransformer(function before(node){if(node instanceof AST_SimpleStatement){node=node.body;if(node instanceof AST_String)switch(node.getValue()){case"$ORIG":return MAP.splice(self.body);case"$EXPORTS":var body=[];to_export.forEach(function(sym){body.push(new AST_SimpleStatement({body:new AST_Assign({left:new AST_Sub({expression:new AST_SymbolRef({name:"exports"}),property:new AST_String({value:sym.name})}),operator:"=",right:new AST_SymbolRef(sym)})}))});return MAP.splice(body)}}}));return wrapped_tl}},AST_Scope);var AST_Lambda=DEFNODE("Lambda","name argnames uses_arguments",{$documentation:"Base class for functions",$propdoc:{name:"[AST_SymbolDeclaration?] the name of this function",argnames:"[AST_SymbolFunarg*] array of function arguments",uses_arguments:"[boolean/S] tells whether this function accesses the arguments array"},_walk:function(visitor){return visitor._visit(this,function(){if(this.name)this.name._walk(visitor);this.argnames.forEach(function(arg){arg._walk(visitor)});walk_body(this,visitor)})}},AST_Scope);var AST_Accessor=DEFNODE("Accessor",null,{$documentation:"A setter/getter function. The `name` property is always null."},AST_Lambda);var AST_Function=DEFNODE("Function",null,{$documentation:"A function expression"},AST_Lambda);var AST_Defun=DEFNODE("Defun",null,{$documentation:"A function definition"},AST_Lambda);var AST_Jump=DEFNODE("Jump",null,{$documentation:"Base class for “jumps” (for now that's `return`, `throw`, `break` and `continue`)"},AST_Statement);var AST_Exit=DEFNODE("Exit","value",{$documentation:"Base class for “exits” (`return` and `throw`)",$propdoc:{value:"[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return"},_walk:function(visitor){return visitor._visit(this,this.value&&function(){this.value._walk(visitor)})}},AST_Jump);var AST_Return=DEFNODE("Return",null,{$documentation:"A `return` statement"},AST_Exit);var AST_Throw=DEFNODE("Throw",null,{$documentation:"A `throw` statement"},AST_Exit);var AST_LoopControl=DEFNODE("LoopControl","label",{$documentation:"Base class for loop control statements (`break` and `continue`)",$propdoc:{label:"[AST_LabelRef?] the label, or null if none"},_walk:function(visitor){return visitor._visit(this,this.label&&function(){this.label._walk(visitor)})}},AST_Jump);var AST_Break=DEFNODE("Break",null,{$documentation:"A `break` statement"},AST_LoopControl);var AST_Continue=DEFNODE("Continue",null,{$documentation:"A `continue` statement"},AST_LoopControl);var AST_If=DEFNODE("If","condition alternative",{$documentation:"A `if` statement",$propdoc:{condition:"[AST_Node] the `if` condition",alternative:"[AST_Statement?] the `else` part, or null if not present"},_walk:function(visitor){return visitor._visit(this,function(){this.condition._walk(visitor);this.body._walk(visitor);if(this.alternative)this.alternative._walk(visitor)})}},AST_StatementWithBody);var AST_Switch=DEFNODE("Switch","expression",{$documentation:"A `switch` statement",$propdoc:{expression:"[AST_Node] the `switch` “discriminant”"},_walk:function(visitor){return visitor._visit(this,function(){this.expression._walk(visitor);walk_body(this,visitor)})}},AST_Block);var AST_SwitchBranch=DEFNODE("SwitchBranch",null,{$documentation:"Base class for `switch` branches"},AST_Block);var AST_Default=DEFNODE("Default",null,{$documentation:"A `default` switch branch"},AST_SwitchBranch);var AST_Case=DEFNODE("Case","expression",{$documentation:"A `case` switch branch",$propdoc:{expression:"[AST_Node] the `case` expression"},_walk:function(visitor){return visitor._visit(this,function(){this.expression._walk(visitor);walk_body(this,visitor)})}},AST_SwitchBranch);var AST_Try=DEFNODE("Try","bcatch bfinally",{$documentation:"A `try` statement",$propdoc:{bcatch:"[AST_Catch?] the catch block, or null if not present",bfinally:"[AST_Finally?] the finally block, or null if not present"},_walk:function(visitor){return visitor._visit(this,function(){walk_body(this,visitor);if(this.bcatch)this.bcatch._walk(visitor);if(this.bfinally)this.bfinally._walk(visitor)})}},AST_Block);var AST_Catch=DEFNODE("Catch","argname",{$documentation:"A `catch` node; only makes sense as part of a `try` statement",$propdoc:{argname:"[AST_SymbolCatch] symbol for the exception"},_walk:function(visitor){return visitor._visit(this,function(){this.argname._walk(visitor);walk_body(this,visitor)})}},AST_Block);var AST_Finally=DEFNODE("Finally",null,{$documentation:"A `finally` node; only makes sense as part of a `try` statement"},AST_Block);var AST_Definitions=DEFNODE("Definitions","definitions",{$documentation:"Base class for `var` or `const` nodes (variable declarations/initializations)",$propdoc:{definitions:"[AST_VarDef*] array of variable definitions"},_walk:function(visitor){return visitor._visit(this,function(){this.definitions.forEach(function(def){def._walk(visitor)})})}},AST_Statement);var AST_Var=DEFNODE("Var",null,{$documentation:"A `var` statement"},AST_Definitions);var AST_Const=DEFNODE("Const",null,{$documentation:"A `const` statement"},AST_Definitions);var AST_VarDef=DEFNODE("VarDef","name value",{$documentation:"A variable declaration; only appears in a AST_Definitions node",$propdoc:{name:"[AST_SymbolVar|AST_SymbolConst] name of the variable",value:"[AST_Node?] initializer, or null of there's no initializer"},_walk:function(visitor){return visitor._visit(this,function(){this.name._walk(visitor);if(this.value)this.value._walk(visitor)})}});var AST_Call=DEFNODE("Call","expression args",{$documentation:"A function call expression",$propdoc:{expression:"[AST_Node] expression to invoke as function",args:"[AST_Node*] array of arguments"},_walk:function(visitor){return visitor._visit(this,function(){this.expression._walk(visitor);this.args.forEach(function(arg){arg._walk(visitor)})})}});var AST_New=DEFNODE("New",null,{$documentation:"An object instantiation. Derives from a function call since it has exactly the same properties"},AST_Call);var AST_Seq=DEFNODE("Seq","car cdr",{$documentation:"A sequence expression (two comma-separated expressions)",$propdoc:{car:"[AST_Node] first element in sequence",cdr:"[AST_Node] second element in sequence"},$cons:function(x,y){var seq=new AST_Seq(x);seq.car=x;seq.cdr=y;return seq},$from_array:function(array){if(array.length==0)return null;if(array.length==1)return array[0].clone();var list=null;for(var i=array.length;--i>=0;){list=AST_Seq.cons(array[i],list)}var p=list;while(p){if(p.cdr&&!p.cdr.cdr){p.cdr=p.cdr.car;break}p=p.cdr}return list},to_array:function(){var p=this,a=[];while(p){a.push(p.car);if(p.cdr&&!(p.cdr instanceof AST_Seq)){a.push(p.cdr);break}p=p.cdr}return a},add:function(node){var p=this;while(p){if(!(p.cdr instanceof AST_Seq)){var cell=AST_Seq.cons(p.cdr,node);return p.cdr=cell}p=p.cdr}},_walk:function(visitor){return visitor._visit(this,function(){this.car._walk(visitor);if(this.cdr)this.cdr._walk(visitor)})}});var AST_PropAccess=DEFNODE("PropAccess","expression property",{$documentation:'Base class for property access expressions, i.e. `a.foo` or `a["foo"]`',$propdoc:{expression:"[AST_Node] the “container” expression",property:"[AST_Node|string] the property to access. For AST_Dot this is always a plain string, while for AST_Sub it's an arbitrary AST_Node"}});var AST_Dot=DEFNODE("Dot",null,{$documentation:"A dotted property access expression",_walk:function(visitor){return visitor._visit(this,function(){this.expression._walk(visitor)})}},AST_PropAccess);var AST_Sub=DEFNODE("Sub",null,{$documentation:'Index-style property access, i.e. `a["foo"]`',_walk:function(visitor){return visitor._visit(this,function(){this.expression._walk(visitor);this.property._walk(visitor)})}},AST_PropAccess);var AST_Unary=DEFNODE("Unary","operator expression",{$documentation:"Base class for unary expressions",$propdoc:{operator:"[string] the operator",expression:"[AST_Node] expression that this unary operator applies to"},_walk:function(visitor){return visitor._visit(this,function(){this.expression._walk(visitor)})}});var AST_UnaryPrefix=DEFNODE("UnaryPrefix",null,{$documentation:"Unary prefix expression, i.e. `typeof i` or `++i`"},AST_Unary);var AST_UnaryPostfix=DEFNODE("UnaryPostfix",null,{$documentation:"Unary postfix expression, i.e. `i++`"},AST_Unary);var AST_Binary=DEFNODE("Binary","left operator right",{$documentation:"Binary expression, i.e. `a + b`",$propdoc:{left:"[AST_Node] left-hand side expression",operator:"[string] the operator",right:"[AST_Node] right-hand side expression"},_walk:function(visitor){return visitor._visit(this,function(){this.left._walk(visitor);this.right._walk(visitor)})}});var AST_Conditional=DEFNODE("Conditional","condition consequent alternative",{$documentation:"Conditional expression using the ternary operator, i.e. `a ? b : c`",$propdoc:{condition:"[AST_Node]",consequent:"[AST_Node]",alternative:"[AST_Node]"},_walk:function(visitor){return visitor._visit(this,function(){this.condition._walk(visitor);this.consequent._walk(visitor);this.alternative._walk(visitor)})}});var AST_Assign=DEFNODE("Assign",null,{$documentation:"An assignment expression — `a = b + 5`"},AST_Binary);var AST_Array=DEFNODE("Array","elements",{$documentation:"An array literal",$propdoc:{elements:"[AST_Node*] array of elements"},_walk:function(visitor){return visitor._visit(this,function(){this.elements.forEach(function(el){el._walk(visitor)})})}});var AST_Object=DEFNODE("Object","properties",{$documentation:"An object literal",$propdoc:{properties:"[AST_ObjectProperty*] array of properties"},_walk:function(visitor){return visitor._visit(this,function(){this.properties.forEach(function(prop){prop._walk(visitor)})})}});var AST_ObjectProperty=DEFNODE("ObjectProperty","key value",{$documentation:"Base class for literal object properties",$propdoc:{key:"[string] the property name converted to a string for ObjectKeyVal. For setters and getters this is an arbitrary AST_Node.",value:"[AST_Node] property value. For setters and getters this is an AST_Function."},_walk:function(visitor){return visitor._visit(this,function(){this.value._walk(visitor)})}});var AST_ObjectKeyVal=DEFNODE("ObjectKeyVal",null,{$documentation:"A key: value object property"},AST_ObjectProperty);var AST_ObjectSetter=DEFNODE("ObjectSetter",null,{$documentation:"An object setter property"},AST_ObjectProperty);var AST_ObjectGetter=DEFNODE("ObjectGetter",null,{$documentation:"An object getter property"},AST_ObjectProperty);var AST_Symbol=DEFNODE("Symbol","scope name thedef",{$propdoc:{name:"[string] name of this symbol",scope:"[AST_Scope/S] the current scope (not necessarily the definition scope)",thedef:"[SymbolDef/S] the definition of this symbol"},$documentation:"Base class for all symbols"});var AST_SymbolAccessor=DEFNODE("SymbolAccessor",null,{$documentation:"The name of a property accessor (setter/getter function)"},AST_Symbol);var AST_SymbolDeclaration=DEFNODE("SymbolDeclaration","init",{$documentation:"A declaration symbol (symbol in var/const, function name or argument, symbol in catch)",$propdoc:{init:"[AST_Node*/S] array of initializers for this declaration."}},AST_Symbol);var AST_SymbolVar=DEFNODE("SymbolVar",null,{$documentation:"Symbol defining a variable"},AST_SymbolDeclaration);var AST_SymbolConst=DEFNODE("SymbolConst",null,{$documentation:"A constant declaration"},AST_SymbolDeclaration);var AST_SymbolFunarg=DEFNODE("SymbolFunarg",null,{$documentation:"Symbol naming a function argument"},AST_SymbolVar);var AST_SymbolDefun=DEFNODE("SymbolDefun",null,{$documentation:"Symbol defining a function"},AST_SymbolDeclaration);var AST_SymbolLambda=DEFNODE("SymbolLambda",null,{$documentation:"Symbol naming a function expression"},AST_SymbolDeclaration);var AST_SymbolCatch=DEFNODE("SymbolCatch",null,{$documentation:"Symbol naming the exception in catch"},AST_SymbolDeclaration);var AST_Label=DEFNODE("Label","references",{$documentation:"Symbol naming a label (declaration)",$propdoc:{references:"[AST_LoopControl*] a list of nodes referring to this label"},initialize:function(){this.references=[];this.thedef=this}},AST_Symbol);var AST_SymbolRef=DEFNODE("SymbolRef",null,{$documentation:"Reference to some symbol (not definition/declaration)"},AST_Symbol);var AST_LabelRef=DEFNODE("LabelRef",null,{$documentation:"Reference to a label symbol"},AST_Symbol);var AST_This=DEFNODE("This",null,{$documentation:"The `this` symbol"},AST_Symbol);var AST_Constant=DEFNODE("Constant",null,{$documentation:"Base class for all constants",getValue:function(){return this.value}});var AST_String=DEFNODE("String","value",{$documentation:"A string literal",$propdoc:{value:"[string] the contents of this string"}},AST_Constant);var AST_Number=DEFNODE("Number","value",{$documentation:"A number literal",$propdoc:{value:"[number] the numeric value"}},AST_Constant);var AST_RegExp=DEFNODE("RegExp","value",{$documentation:"A regexp literal",$propdoc:{value:"[RegExp] the actual regexp"}},AST_Constant);var AST_Atom=DEFNODE("Atom",null,{$documentation:"Base class for atoms"},AST_Constant);var AST_Null=DEFNODE("Null",null,{$documentation:"The `null` atom",value:null},AST_Atom);var AST_NaN=DEFNODE("NaN",null,{$documentation:"The impossible value",value:0/0},AST_Atom);var AST_Undefined=DEFNODE("Undefined",null,{$documentation:"The `undefined` value",value:function(){}()},AST_Atom);var AST_Hole=DEFNODE("Hole",null,{$documentation:"A hole in an array",value:function(){}()},AST_Atom);var AST_Infinity=DEFNODE("Infinity",null,{$documentation:"The `Infinity` value",value:1/0},AST_Atom);var AST_Boolean=DEFNODE("Boolean",null,{$documentation:"Base class for booleans"},AST_Atom);var AST_False=DEFNODE("False",null,{$documentation:"The `false` atom",value:false},AST_Boolean);var AST_True=DEFNODE("True",null,{$documentation:"The `true` atom",value:true},AST_Boolean);function TreeWalker(callback){this.visit=callback;this.stack=[]}TreeWalker.prototype={_visit:function(node,descend){this.stack.push(node);var ret=this.visit(node,descend?function(){descend.call(node)}:noop);if(!ret&&descend){descend.call(node)}this.stack.pop();return ret},parent:function(n){return this.stack[this.stack.length-2-(n||0)]},push:function(node){this.stack.push(node)},pop:function(){return this.stack.pop()},self:function(){return this.stack[this.stack.length-1]},find_parent:function(type){var stack=this.stack;for(var i=stack.length;--i>=0;){var x=stack[i];if(x instanceof type)return x}},has_directive:function(type){return this.find_parent(AST_Scope).has_directive(type)},in_boolean_context:function(){var stack=this.stack;var i=stack.length,self=stack[--i];while(i>0){var p=stack[--i];if(p instanceof AST_If&&p.condition===self||p instanceof AST_Conditional&&p.condition===self||p instanceof AST_DWLoop&&p.condition===self||p instanceof AST_For&&p.condition===self||p instanceof AST_UnaryPrefix&&p.operator=="!"&&p.expression===self){return true}if(!(p instanceof AST_Binary&&(p.operator=="&&"||p.operator=="||")))return false;self=p}},loopcontrol_target:function(label){var stack=this.stack;if(label)for(var i=stack.length;--i>=0;){var x=stack[i];if(x instanceof AST_LabeledStatement&&x.label.name==label.name){return x.body}}else for(var i=stack.length;--i>=0;){var x=stack[i];if(x instanceof AST_Switch||x instanceof AST_IterationStatement)return x}}};/***********************************************************************
1877
+
1878
+ A JavaScript tokenizer / parser / beautifier / compressor.
1879
+ https://github.com/mishoo/UglifyJS2
1880
+
1881
+ -------------------------------- (C) ---------------------------------
1882
+
1883
+ Author: Mihai Bazon
1884
+ <mihai.bazon@gmail.com>
1885
+ http://mihai.bazon.net/blog
1886
+
1887
+ Distributed under the BSD license:
1888
+
1889
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
1890
+ Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/).
1891
+
1892
+ Redistribution and use in source and binary forms, with or without
1893
+ modification, are permitted provided that the following conditions
1894
+ are met:
1895
+
1896
+ * Redistributions of source code must retain the above
1897
+ copyright notice, this list of conditions and the following
1898
+ disclaimer.
1899
+
1900
+ * Redistributions in binary form must reproduce the above
1901
+ copyright notice, this list of conditions and the following
1902
+ disclaimer in the documentation and/or other materials
1903
+ provided with the distribution.
1904
+
1905
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
1906
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1907
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1908
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
1909
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
1910
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1911
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1912
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1913
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
1914
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
1915
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1916
+ SUCH DAMAGE.
1917
+
1918
+ ***********************************************************************/
1919
+ "use strict";var KEYWORDS="break case catch const continue debugger default delete do else finally for function if in instanceof new return switch throw try typeof var void while with";var KEYWORDS_ATOM="false null true";var RESERVED_WORDS="abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized this throws transient volatile yield"+" "+KEYWORDS_ATOM+" "+KEYWORDS;var KEYWORDS_BEFORE_EXPRESSION="return new delete throw else case";KEYWORDS=makePredicate(KEYWORDS);RESERVED_WORDS=makePredicate(RESERVED_WORDS);KEYWORDS_BEFORE_EXPRESSION=makePredicate(KEYWORDS_BEFORE_EXPRESSION);KEYWORDS_ATOM=makePredicate(KEYWORDS_ATOM);var OPERATOR_CHARS=makePredicate(characters("+-*&%=<>!?|~^"));var RE_HEX_NUMBER=/^0x[0-9a-f]+$/i;var RE_OCT_NUMBER=/^0[0-7]+$/;var RE_DEC_NUMBER=/^\d*\.?\d*(?:e[+-]?\d*(?:\d\.?|\.?\d)\d*)?$/i;var OPERATORS=makePredicate(["in","instanceof","typeof","new","void","delete","++","--","+","-","!","~","&","|","^","*","/","%",">>","<<",">>>","<",">","<=",">=","==","===","!=","!==","?","=","+=","-=","/=","*=","%=",">>=","<<=",">>>=","|=","^=","&=","&&","||"]);var WHITESPACE_CHARS=makePredicate(characters("  \n\r \f ​᠎              "));var PUNC_BEFORE_EXPRESSION=makePredicate(characters("[{(,.;:"));var PUNC_CHARS=makePredicate(characters("[]{}(),;:"));var REGEXP_MODIFIERS=makePredicate(characters("gmsiy"));var UNICODE={letter:new RegExp("[\\u0041-\\u005A\\u0061-\\u007A\\u00AA\\u00B5\\u00BA\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u0523\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0621-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971\\u0972\\u097B-\\u097F\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C3D\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D28\\u0D2A-\\u0D39\\u0D3D\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC\\u0EDD\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8B\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10D0-\\u10FA\\u10FC\\u1100-\\u1159\\u115F-\\u11A2\\u11A8-\\u11F9\\u1200-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u1676\\u1681-\\u169A\\u16A0-\\u16EA\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u1900-\\u191C\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19A9\\u19C1-\\u19C7\\u1A00-\\u1A16\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u2094\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2183\\u2184\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2C6F\\u2C71-\\u2C7D\\u2C80-\\u2CE4\\u2D00-\\u2D25\\u2D30-\\u2D65\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005\\u3006\\u3031-\\u3035\\u303B\\u303C\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31B7\\u31F0-\\u31FF\\u3400\\u4DB5\\u4E00\\u9FC3\\uA000-\\uA48C\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA65F\\uA662-\\uA66E\\uA67F-\\uA697\\uA717-\\uA71F\\uA722-\\uA788\\uA78B\\uA78C\\uA7FB-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA90A-\\uA925\\uA930-\\uA946\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAC00\\uD7A3\\uF900-\\uFA2D\\uFA30-\\uFA6A\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]"),non_spacing_mark:new RegExp("[\\u0300-\\u036F\\u0483-\\u0487\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u0610-\\u061A\\u064B-\\u065E\\u0670\\u06D6-\\u06DC\\u06DF-\\u06E4\\u06E7\\u06E8\\u06EA-\\u06ED\\u0711\\u0730-\\u074A\\u07A6-\\u07B0\\u07EB-\\u07F3\\u0816-\\u0819\\u081B-\\u0823\\u0825-\\u0827\\u0829-\\u082D\\u0900-\\u0902\\u093C\\u0941-\\u0948\\u094D\\u0951-\\u0955\\u0962\\u0963\\u0981\\u09BC\\u09C1-\\u09C4\\u09CD\\u09E2\\u09E3\\u0A01\\u0A02\\u0A3C\\u0A41\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A70\\u0A71\\u0A75\\u0A81\\u0A82\\u0ABC\\u0AC1-\\u0AC5\\u0AC7\\u0AC8\\u0ACD\\u0AE2\\u0AE3\\u0B01\\u0B3C\\u0B3F\\u0B41-\\u0B44\\u0B4D\\u0B56\\u0B62\\u0B63\\u0B82\\u0BC0\\u0BCD\\u0C3E-\\u0C40\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C62\\u0C63\\u0CBC\\u0CBF\\u0CC6\\u0CCC\\u0CCD\\u0CE2\\u0CE3\\u0D41-\\u0D44\\u0D4D\\u0D62\\u0D63\\u0DCA\\u0DD2-\\u0DD4\\u0DD6\\u0E31\\u0E34-\\u0E3A\\u0E47-\\u0E4E\\u0EB1\\u0EB4-\\u0EB9\\u0EBB\\u0EBC\\u0EC8-\\u0ECD\\u0F18\\u0F19\\u0F35\\u0F37\\u0F39\\u0F71-\\u0F7E\\u0F80-\\u0F84\\u0F86\\u0F87\\u0F90-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u102D-\\u1030\\u1032-\\u1037\\u1039\\u103A\\u103D\\u103E\\u1058\\u1059\\u105E-\\u1060\\u1071-\\u1074\\u1082\\u1085\\u1086\\u108D\\u109D\\u135F\\u1712-\\u1714\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17B7-\\u17BD\\u17C6\\u17C9-\\u17D3\\u17DD\\u180B-\\u180D\\u18A9\\u1920-\\u1922\\u1927\\u1928\\u1932\\u1939-\\u193B\\u1A17\\u1A18\\u1A56\\u1A58-\\u1A5E\\u1A60\\u1A62\\u1A65-\\u1A6C\\u1A73-\\u1A7C\\u1A7F\\u1B00-\\u1B03\\u1B34\\u1B36-\\u1B3A\\u1B3C\\u1B42\\u1B6B-\\u1B73\\u1B80\\u1B81\\u1BA2-\\u1BA5\\u1BA8\\u1BA9\\u1C2C-\\u1C33\\u1C36\\u1C37\\u1CD0-\\u1CD2\\u1CD4-\\u1CE0\\u1CE2-\\u1CE8\\u1CED\\u1DC0-\\u1DE6\\u1DFD-\\u1DFF\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2CEF-\\u2CF1\\u2DE0-\\u2DFF\\u302A-\\u302F\\u3099\\u309A\\uA66F\\uA67C\\uA67D\\uA6F0\\uA6F1\\uA802\\uA806\\uA80B\\uA825\\uA826\\uA8C4\\uA8E0-\\uA8F1\\uA926-\\uA92D\\uA947-\\uA951\\uA980-\\uA982\\uA9B3\\uA9B6-\\uA9B9\\uA9BC\\uAA29-\\uAA2E\\uAA31\\uAA32\\uAA35\\uAA36\\uAA43\\uAA4C\\uAAB0\\uAAB2-\\uAAB4\\uAAB7\\uAAB8\\uAABE\\uAABF\\uAAC1\\uABE5\\uABE8\\uABED\\uFB1E\\uFE00-\\uFE0F\\uFE20-\\uFE26]"),space_combining_mark:new RegExp("[\\u0903\\u093E-\\u0940\\u0949-\\u094C\\u094E\\u0982\\u0983\\u09BE-\\u09C0\\u09C7\\u09C8\\u09CB\\u09CC\\u09D7\\u0A03\\u0A3E-\\u0A40\\u0A83\\u0ABE-\\u0AC0\\u0AC9\\u0ACB\\u0ACC\\u0B02\\u0B03\\u0B3E\\u0B40\\u0B47\\u0B48\\u0B4B\\u0B4C\\u0B57\\u0BBE\\u0BBF\\u0BC1\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCC\\u0BD7\\u0C01-\\u0C03\\u0C41-\\u0C44\\u0C82\\u0C83\\u0CBE\\u0CC0-\\u0CC4\\u0CC7\\u0CC8\\u0CCA\\u0CCB\\u0CD5\\u0CD6\\u0D02\\u0D03\\u0D3E-\\u0D40\\u0D46-\\u0D48\\u0D4A-\\u0D4C\\u0D57\\u0D82\\u0D83\\u0DCF-\\u0DD1\\u0DD8-\\u0DDF\\u0DF2\\u0DF3\\u0F3E\\u0F3F\\u0F7F\\u102B\\u102C\\u1031\\u1038\\u103B\\u103C\\u1056\\u1057\\u1062-\\u1064\\u1067-\\u106D\\u1083\\u1084\\u1087-\\u108C\\u108F\\u109A-\\u109C\\u17B6\\u17BE-\\u17C5\\u17C7\\u17C8\\u1923-\\u1926\\u1929-\\u192B\\u1930\\u1931\\u1933-\\u1938\\u19B0-\\u19C0\\u19C8\\u19C9\\u1A19-\\u1A1B\\u1A55\\u1A57\\u1A61\\u1A63\\u1A64\\u1A6D-\\u1A72\\u1B04\\u1B35\\u1B3B\\u1B3D-\\u1B41\\u1B43\\u1B44\\u1B82\\u1BA1\\u1BA6\\u1BA7\\u1BAA\\u1C24-\\u1C2B\\u1C34\\u1C35\\u1CE1\\u1CF2\\uA823\\uA824\\uA827\\uA880\\uA881\\uA8B4-\\uA8C3\\uA952\\uA953\\uA983\\uA9B4\\uA9B5\\uA9BA\\uA9BB\\uA9BD-\\uA9C0\\uAA2F\\uAA30\\uAA33\\uAA34\\uAA4D\\uAA7B\\uABE3\\uABE4\\uABE6\\uABE7\\uABE9\\uABEA\\uABEC]"),connector_punctuation:new RegExp("[\\u005F\\u203F\\u2040\\u2054\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFF3F]")};function is_letter(code){return code>=97&&code<=122||code>=65&&code<=90||code>=170&&UNICODE.letter.test(String.fromCharCode(code))}function is_digit(code){return code>=48&&code<=57}function is_alphanumeric_char(code){return is_digit(code)||is_letter(code)}function is_unicode_combining_mark(ch){return UNICODE.non_spacing_mark.test(ch)||UNICODE.space_combining_mark.test(ch)}function is_unicode_connector_punctuation(ch){return UNICODE.connector_punctuation.test(ch)}function is_identifier(name){return!RESERVED_WORDS(name)&&/^[a-z_$][a-z0-9_$]*$/i.test(name)}function is_identifier_start(code){return code==36||code==95||is_letter(code)}function is_identifier_char(ch){var code=ch.charCodeAt(0);return is_identifier_start(code)||is_digit(code)||code==8204||code==8205||is_unicode_combining_mark(ch)||is_unicode_connector_punctuation(ch)}function is_identifier_string(str){return/^[a-z_$][a-z0-9_$]*$/i.test(str)}function parse_js_number(num){if(RE_HEX_NUMBER.test(num)){return parseInt(num.substr(2),16)}else if(RE_OCT_NUMBER.test(num)){return parseInt(num.substr(1),8)}else if(RE_DEC_NUMBER.test(num)){return parseFloat(num)}}function JS_Parse_Error(message,line,col,pos){this.message=message;this.line=line;this.col=col;this.pos=pos;this.stack=(new Error).stack}JS_Parse_Error.prototype.toString=function(){return this.message+" (line: "+this.line+", col: "+this.col+", pos: "+this.pos+")"+"\n\n"+this.stack};function js_error(message,filename,line,col,pos){throw new JS_Parse_Error(message,line,col,pos)}function is_token(token,type,val){return token.type==type&&(val==null||token.value==val)}var EX_EOF={};function tokenizer($TEXT,filename,html5_comments){var S={text:$TEXT.replace(/\r\n?|[\n\u2028\u2029]/g,"\n").replace(/\uFEFF/g,""),filename:filename,pos:0,tokpos:0,line:1,tokline:0,col:0,tokcol:0,newline_before:false,regex_allowed:false,comments_before:[]};function peek(){return S.text.charAt(S.pos)}function next(signal_eof,in_string){var ch=S.text.charAt(S.pos++);if(signal_eof&&!ch)throw EX_EOF;if(ch=="\n"){S.newline_before=S.newline_before||!in_string;++S.line;S.col=0}else{++S.col}return ch}function forward(i){while(i-->0)next()}function looking_at(str){return S.text.substr(S.pos,str.length)==str}function find(what,signal_eof){var pos=S.text.indexOf(what,S.pos);if(signal_eof&&pos==-1)throw EX_EOF;return pos}function start_token(){S.tokline=S.line;S.tokcol=S.col;S.tokpos=S.pos}var prev_was_dot=false;function token(type,value,is_comment){S.regex_allowed=type=="operator"&&!UNARY_POSTFIX(value)||type=="keyword"&&KEYWORDS_BEFORE_EXPRESSION(value)||type=="punc"&&PUNC_BEFORE_EXPRESSION(value);prev_was_dot=type=="punc"&&value==".";var ret={type:type,value:value,line:S.tokline,col:S.tokcol,pos:S.tokpos,endpos:S.pos,nlb:S.newline_before,file:filename};if(!is_comment){ret.comments_before=S.comments_before;S.comments_before=[];for(var i=0,len=ret.comments_before.length;i<len;i++){ret.nlb=ret.nlb||ret.comments_before[i].nlb}}S.newline_before=false;return new AST_Token(ret)}function skip_whitespace(){while(WHITESPACE_CHARS(peek()))next()}function read_while(pred){var ret="",ch,i=0;while((ch=peek())&&pred(ch,i++))ret+=next();return ret}function parse_error(err){js_error(err,filename,S.tokline,S.tokcol,S.tokpos)}function read_num(prefix){var has_e=false,after_e=false,has_x=false,has_dot=prefix==".";var num=read_while(function(ch,i){var code=ch.charCodeAt(0);switch(code){case 120:case 88:return has_x?false:has_x=true;case 101:case 69:return has_x?true:has_e?false:has_e=after_e=true;case 45:return after_e||i==0&&!prefix;case 43:return after_e;case after_e=false,46:return!has_dot&&!has_x&&!has_e?has_dot=true:false}return is_alphanumeric_char(code)});if(prefix)num=prefix+num;var valid=parse_js_number(num);if(!isNaN(valid)){return token("num",valid)}else{parse_error("Invalid syntax: "+num)}}function read_escaped_char(in_string){var ch=next(true,in_string);switch(ch.charCodeAt(0)){case 110:return"\n";case 114:return"\r";case 116:return" ";case 98:return"\b";case 118:return" ";case 102:return"\f";case 48:return"\x00";case 120:return String.fromCharCode(hex_bytes(2));case 117:return String.fromCharCode(hex_bytes(4));case 10:return"";default:return ch}}function hex_bytes(n){var num=0;for(;n>0;--n){var digit=parseInt(next(true),16);if(isNaN(digit))parse_error("Invalid hex-character pattern in string");num=num<<4|digit}return num}var read_string=with_eof_error("Unterminated string constant",function(){var quote=next(),ret="";for(;;){var ch=next(true);if(ch=="\\"){var octal_len=0,first=null;ch=read_while(function(ch){if(ch>="0"&&ch<="7"){if(!first){first=ch;return++octal_len}else if(first<="3"&&octal_len<=2)return++octal_len;else if(first>="4"&&octal_len<=1)return++octal_len}return false});if(octal_len>0)ch=String.fromCharCode(parseInt(ch,8));else ch=read_escaped_char(true)}else if(ch==quote)break;ret+=ch}return token("string",ret)});function skip_line_comment(type){var regex_allowed=S.regex_allowed;var i=find("\n"),ret;if(i==-1){ret=S.text.substr(S.pos);S.pos=S.text.length}else{ret=S.text.substring(S.pos,i);S.pos=i}S.comments_before.push(token(type,ret,true));S.regex_allowed=regex_allowed;return next_token()}var skip_multiline_comment=with_eof_error("Unterminated multiline comment",function(){var regex_allowed=S.regex_allowed;var i=find("*/",true);var text=S.text.substring(S.pos,i);var a=text.split("\n"),n=a.length;S.pos=i+2;S.line+=n-1;if(n>1)S.col=a[n-1].length;else S.col+=a[n-1].length;S.col+=2;var nlb=S.newline_before=S.newline_before||text.indexOf("\n")>=0;S.comments_before.push(token("comment2",text,true));S.regex_allowed=regex_allowed;S.newline_before=nlb;return next_token()});function read_name(){var backslash=false,name="",ch,escaped=false,hex;while((ch=peek())!=null){if(!backslash){if(ch=="\\")escaped=backslash=true,next();else if(is_identifier_char(ch))name+=next();else break}else{if(ch!="u")parse_error("Expecting UnicodeEscapeSequence -- uXXXX");ch=read_escaped_char();if(!is_identifier_char(ch))parse_error("Unicode char: "+ch.charCodeAt(0)+" is not valid in identifier");name+=ch;backslash=false}}if(KEYWORDS(name)&&escaped){hex=name.charCodeAt(0).toString(16).toUpperCase();name="\\u"+"0000".substr(hex.length)+hex+name.slice(1)}return name}var read_regexp=with_eof_error("Unterminated regular expression",function(regexp){var prev_backslash=false,ch,in_class=false;while(ch=next(true))if(prev_backslash){regexp+="\\"+ch;prev_backslash=false}else if(ch=="["){in_class=true;regexp+=ch}else if(ch=="]"&&in_class){in_class=false;regexp+=ch}else if(ch=="/"&&!in_class){break}else if(ch=="\\"){prev_backslash=true}else{regexp+=ch}var mods=read_name();return token("regexp",new RegExp(regexp,mods))});function read_operator(prefix){function grow(op){if(!peek())return op;var bigger=op+peek();if(OPERATORS(bigger)){next();return grow(bigger)}else{return op}}return token("operator",grow(prefix||next()))}function handle_slash(){next();switch(peek()){case"/":next();return skip_line_comment("comment1");case"*":next();return skip_multiline_comment()}return S.regex_allowed?read_regexp(""):read_operator("/")}function handle_dot(){next();return is_digit(peek().charCodeAt(0))?read_num("."):token("punc",".")}function read_word(){var word=read_name();if(prev_was_dot)return token("name",word);return KEYWORDS_ATOM(word)?token("atom",word):!KEYWORDS(word)?token("name",word):OPERATORS(word)?token("operator",word):token("keyword",word)}function with_eof_error(eof_error,cont){return function(x){try{return cont(x)}catch(ex){if(ex===EX_EOF)parse_error(eof_error);else throw ex}}}function next_token(force_regexp){if(force_regexp!=null)return read_regexp(force_regexp);skip_whitespace();start_token();if(html5_comments){if(looking_at("<!--")){forward(4);return skip_line_comment("comment3")}if(looking_at("-->")&&S.newline_before){forward(3);return skip_line_comment("comment4")}}var ch=peek();if(!ch)return token("eof");var code=ch.charCodeAt(0);switch(code){case 34:case 39:return read_string();case 46:return handle_dot();case 47:return handle_slash()}if(is_digit(code))return read_num();if(PUNC_CHARS(ch))return token("punc",next());if(OPERATOR_CHARS(ch))return read_operator();if(code==92||is_identifier_start(code))return read_word();parse_error("Unexpected character '"+ch+"'")}next_token.context=function(nc){if(nc)S=nc;return S};return next_token}var UNARY_PREFIX=makePredicate(["typeof","void","delete","--","++","!","~","-","+"]);var UNARY_POSTFIX=makePredicate(["--","++"]);var ASSIGNMENT=makePredicate(["=","+=","-=","/=","*=","%=",">>=","<<=",">>>=","|=","^=","&="]);var PRECEDENCE=function(a,ret){for(var i=0;i<a.length;++i){var b=a[i];for(var j=0;j<b.length;++j){ret[b[j]]=i+1}}return ret}([["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"]],{});var STATEMENTS_WITH_LABELS=array_to_hash(["for","do","while","switch"]);var ATOMIC_START_TOKEN=array_to_hash(["atom","num","string","regexp","name"]);function parse($TEXT,options){options=defaults(options,{strict:false,filename:null,toplevel:null,expression:false,html5_comments:true,bare_returns:false});var S={input:typeof $TEXT=="string"?tokenizer($TEXT,options.filename,options.html5_comments):$TEXT,token:null,prev:null,peeked:null,in_function:0,in_directives:true,in_loop:0,labels:[]};S.token=next();function is(type,value){return is_token(S.token,type,value)}function peek(){return S.peeked||(S.peeked=S.input())}function next(){S.prev=S.token;if(S.peeked){S.token=S.peeked;S.peeked=null}else{S.token=S.input()}S.in_directives=S.in_directives&&(S.token.type=="string"||is("punc",";"));return S.token}function prev(){return S.prev}function croak(msg,line,col,pos){var ctx=S.input.context();js_error(msg,ctx.filename,line!=null?line:ctx.tokline,col!=null?col:ctx.tokcol,pos!=null?pos:ctx.tokpos)}function token_error(token,msg){croak(msg,token.line,token.col)}function unexpected(token){if(token==null)token=S.token;token_error(token,"Unexpected token: "+token.type+" ("+token.value+")")}function expect_token(type,val){if(is(type,val)){return next()}token_error(S.token,"Unexpected token "+S.token.type+" «"+S.token.value+"»"+", expected "+type+" «"+val+"»")}function expect(punc){return expect_token("punc",punc)}function can_insert_semicolon(){return!options.strict&&(S.token.nlb||is("eof")||is("punc","}"))}function semicolon(){if(is("punc",";"))next();else if(!can_insert_semicolon())unexpected()}function parenthesised(){expect("(");var exp=expression(true);expect(")");return exp}function embed_tokens(parser){return function(){var start=S.token;var expr=parser();var end=prev();expr.start=start;expr.end=end;return expr}}function handle_regexp(){if(is("operator","/")||is("operator","/=")){S.peeked=null;S.token=S.input(S.token.value.substr(1))}}var statement=embed_tokens(function(){var tmp;handle_regexp();switch(S.token.type){case"string":var dir=S.in_directives,stat=simple_statement();if(dir&&stat.body instanceof AST_String&&!is("punc",","))return new AST_Directive({value:stat.body.value});return stat;case"num":case"regexp":case"operator":case"atom":return simple_statement();case"name":return is_token(peek(),"punc",":")?labeled_statement():simple_statement();case"punc":switch(S.token.value){case"{":return new AST_BlockStatement({start:S.token,body:block_(),end:prev()});case"[":case"(":return simple_statement();case";":next();return new AST_EmptyStatement;default:unexpected()}case"keyword":switch(tmp=S.token.value,next(),tmp){case"break":return break_cont(AST_Break);case"continue":return break_cont(AST_Continue);case"debugger":semicolon();return new AST_Debugger;case"do":return new AST_Do({body:in_loop(statement),condition:(expect_token("keyword","while"),tmp=parenthesised(),semicolon(),tmp)});case"while":return new AST_While({condition:parenthesised(),body:in_loop(statement)});case"for":return for_();case"function":return function_(AST_Defun);case"if":return if_();case"return":if(S.in_function==0&&!options.bare_returns)croak("'return' outside of function");return new AST_Return({value:is("punc",";")?(next(),null):can_insert_semicolon()?null:(tmp=expression(true),semicolon(),tmp)});case"switch":return new AST_Switch({expression:parenthesised(),body:in_loop(switch_body_)});case"throw":if(S.token.nlb)croak("Illegal newline after 'throw'");return new AST_Throw({value:(tmp=expression(true),semicolon(),tmp)});case"try":return try_();case"var":return tmp=var_(),semicolon(),tmp;case"const":return tmp=const_(),semicolon(),tmp;case"with":return new AST_With({expression:parenthesised(),body:statement()});default:unexpected()}}});function labeled_statement(){var label=as_symbol(AST_Label);if(find_if(function(l){return l.name==label.name},S.labels)){croak("Label "+label.name+" defined twice")}expect(":");S.labels.push(label);var stat=statement();S.labels.pop();if(!(stat instanceof AST_IterationStatement)){label.references.forEach(function(ref){if(ref instanceof AST_Continue){ref=ref.label.start;croak("Continue label `"+label.name+"` refers to non-IterationStatement.",ref.line,ref.col,ref.pos)}})}return new AST_LabeledStatement({body:stat,label:label})}function simple_statement(tmp){return new AST_SimpleStatement({body:(tmp=expression(true),semicolon(),tmp)})}function break_cont(type){var label=null,ldef;if(!can_insert_semicolon()){label=as_symbol(AST_LabelRef,true)}if(label!=null){ldef=find_if(function(l){return l.name==label.name},S.labels);if(!ldef)croak("Undefined label "+label.name);label.thedef=ldef}else if(S.in_loop==0)croak(type.TYPE+" not inside a loop or switch");semicolon();var stat=new type({label:label});if(ldef)ldef.references.push(stat);return stat}function for_(){expect("(");var init=null;if(!is("punc",";")){init=is("keyword","var")?(next(),var_(true)):expression(true,true);if(is("operator","in")){if(init instanceof AST_Var&&init.definitions.length>1)croak("Only one variable declaration allowed in for..in loop");next();return for_in(init)}}return regular_for(init)}function regular_for(init){expect(";");var test=is("punc",";")?null:expression(true);expect(";");var step=is("punc",")")?null:expression(true);expect(")");return new AST_For({init:init,condition:test,step:step,body:in_loop(statement)})}function for_in(init){var lhs=init instanceof AST_Var?init.definitions[0].name:null;var obj=expression(true);expect(")");return new AST_ForIn({init:init,name:lhs,object:obj,body:in_loop(statement)})}var function_=function(ctor){var in_statement=ctor===AST_Defun;var name=is("name")?as_symbol(in_statement?AST_SymbolDefun:AST_SymbolLambda):null;if(in_statement&&!name)unexpected();expect("(");return new ctor({name:name,argnames:function(first,a){while(!is("punc",")")){if(first)first=false;else expect(",");a.push(as_symbol(AST_SymbolFunarg))}next();return a}(true,[]),body:function(loop,labels){++S.in_function;S.in_directives=true;S.in_loop=0;S.labels=[];var a=block_();--S.in_function;S.in_loop=loop;S.labels=labels;return a}(S.in_loop,S.labels)})};function if_(){var cond=parenthesised(),body=statement(),belse=null;if(is("keyword","else")){next();belse=statement()}return new AST_If({condition:cond,body:body,alternative:belse})}function block_(){expect("{");var a=[];while(!is("punc","}")){if(is("eof"))unexpected();a.push(statement())}next();return a}function switch_body_(){expect("{");var a=[],cur=null,branch=null,tmp;while(!is("punc","}")){if(is("eof"))unexpected();if(is("keyword","case")){if(branch)branch.end=prev();cur=[];branch=new AST_Case({start:(tmp=S.token,next(),tmp),expression:expression(true),body:cur});a.push(branch);expect(":")}else if(is("keyword","default")){if(branch)branch.end=prev();cur=[];branch=new AST_Default({start:(tmp=S.token,next(),expect(":"),tmp),body:cur});a.push(branch)}else{if(!cur)unexpected();cur.push(statement())}}if(branch)branch.end=prev();next();return a}function try_(){var body=block_(),bcatch=null,bfinally=null;if(is("keyword","catch")){var start=S.token;next();expect("(");var name=as_symbol(AST_SymbolCatch);expect(")");bcatch=new AST_Catch({start:start,argname:name,body:block_(),end:prev()})}if(is("keyword","finally")){var start=S.token;next();bfinally=new AST_Finally({start:start,body:block_(),end:prev()})}if(!bcatch&&!bfinally)croak("Missing catch/finally blocks");return new AST_Try({body:body,bcatch:bcatch,bfinally:bfinally})}function vardefs(no_in,in_const){var a=[];for(;;){a.push(new AST_VarDef({start:S.token,name:as_symbol(in_const?AST_SymbolConst:AST_SymbolVar),value:is("operator","=")?(next(),expression(false,no_in)):null,end:prev()}));if(!is("punc",","))break;next()}return a}var var_=function(no_in){return new AST_Var({start:prev(),definitions:vardefs(no_in,false),end:prev()})};var const_=function(){return new AST_Const({start:prev(),definitions:vardefs(false,true),end:prev()})};var new_=function(){var start=S.token;expect_token("operator","new");var newexp=expr_atom(false),args;if(is("punc","(")){next();args=expr_list(")")}else{args=[]}return subscripts(new AST_New({start:start,expression:newexp,args:args,end:prev()}),true)};function as_atom_node(){var tok=S.token,ret;switch(tok.type){case"name":case"keyword":ret=_make_symbol(AST_SymbolRef);break;case"num":ret=new AST_Number({start:tok,end:tok,value:tok.value});break;case"string":ret=new AST_String({start:tok,end:tok,value:tok.value});break;case"regexp":ret=new AST_RegExp({start:tok,end:tok,value:tok.value});break;case"atom":switch(tok.value){case"false":ret=new AST_False({start:tok,end:tok});break;case"true":ret=new AST_True({start:tok,end:tok});break;case"null":ret=new AST_Null({start:tok,end:tok});break}break}next();return ret}var expr_atom=function(allow_calls){if(is("operator","new")){return new_()}var start=S.token;if(is("punc")){switch(start.value){case"(":next();var ex=expression(true);ex.start=start;ex.end=S.token;expect(")");return subscripts(ex,allow_calls);case"[":return subscripts(array_(),allow_calls);case"{":return subscripts(object_(),allow_calls)}unexpected()}if(is("keyword","function")){next();var func=function_(AST_Function);func.start=start;func.end=prev();return subscripts(func,allow_calls)}if(ATOMIC_START_TOKEN[S.token.type]){return subscripts(as_atom_node(),allow_calls)}unexpected()};function expr_list(closing,allow_trailing_comma,allow_empty){var first=true,a=[];while(!is("punc",closing)){if(first)first=false;else expect(",");if(allow_trailing_comma&&is("punc",closing))break;if(is("punc",",")&&allow_empty){a.push(new AST_Hole({start:S.token,end:S.token}))}else{a.push(expression(false))}}next();return a}var array_=embed_tokens(function(){expect("[");return new AST_Array({elements:expr_list("]",!options.strict,true)})});var object_=embed_tokens(function(){expect("{");var first=true,a=[];while(!is("punc","}")){if(first)first=false;else expect(",");if(!options.strict&&is("punc","}"))break;var start=S.token;var type=start.type;var name=as_property_name();if(type=="name"&&!is("punc",":")){if(name=="get"){a.push(new AST_ObjectGetter({start:start,key:as_atom_node(),value:function_(AST_Accessor),end:prev()}));continue}if(name=="set"){a.push(new AST_ObjectSetter({start:start,key:as_atom_node(),value:function_(AST_Accessor),end:prev()}));continue}}expect(":");a.push(new AST_ObjectKeyVal({start:start,key:name,value:expression(false),end:prev()}))}next();return new AST_Object({properties:a})});function as_property_name(){var tmp=S.token;next();switch(tmp.type){case"num":case"string":case"name":case"operator":case"keyword":case"atom":return tmp.value;default:unexpected()}}function as_name(){var tmp=S.token;next();switch(tmp.type){case"name":case"operator":case"keyword":case"atom":return tmp.value;default:unexpected()}}function _make_symbol(type){var name=S.token.value;return new(name=="this"?AST_This:type)({name:String(name),start:S.token,end:S.token})}function as_symbol(type,noerror){if(!is("name")){if(!noerror)croak("Name expected");return null}var sym=_make_symbol(type);next();return sym}var subscripts=function(expr,allow_calls){var start=expr.start;if(is("punc",".")){next();return subscripts(new AST_Dot({start:start,expression:expr,property:as_name(),end:prev()}),allow_calls)}if(is("punc","[")){next();var prop=expression(true);expect("]");return subscripts(new AST_Sub({start:start,expression:expr,property:prop,end:prev()}),allow_calls)}if(allow_calls&&is("punc","(")){next();return subscripts(new AST_Call({start:start,expression:expr,args:expr_list(")"),end:prev()}),true)}return expr};var maybe_unary=function(allow_calls){var start=S.token;if(is("operator")&&UNARY_PREFIX(start.value)){next();handle_regexp();var ex=make_unary(AST_UnaryPrefix,start.value,maybe_unary(allow_calls));ex.start=start;ex.end=prev();return ex}var val=expr_atom(allow_calls);while(is("operator")&&UNARY_POSTFIX(S.token.value)&&!S.token.nlb){val=make_unary(AST_UnaryPostfix,S.token.value,val);val.start=start;val.end=S.token;next()}return val};function make_unary(ctor,op,expr){if((op=="++"||op=="--")&&!is_assignable(expr))croak("Invalid use of "+op+" operator");return new ctor({operator:op,expression:expr})}var expr_op=function(left,min_prec,no_in){var op=is("operator")?S.token.value:null;if(op=="in"&&no_in)op=null;var prec=op!=null?PRECEDENCE[op]:null;if(prec!=null&&prec>min_prec){next();var right=expr_op(maybe_unary(true),prec,no_in);return expr_op(new AST_Binary({start:left.start,left:left,operator:op,right:right,end:right.end}),min_prec,no_in)}return left};function expr_ops(no_in){return expr_op(maybe_unary(true),0,no_in)}var maybe_conditional=function(no_in){var start=S.token;var expr=expr_ops(no_in);if(is("operator","?")){next();var yes=expression(false);expect(":");return new AST_Conditional({start:start,condition:expr,consequent:yes,alternative:expression(false,no_in),end:prev()})}return expr};function is_assignable(expr){if(!options.strict)return true;if(expr instanceof AST_This)return false;return expr instanceof AST_PropAccess||expr instanceof AST_Symbol}var maybe_assign=function(no_in){var start=S.token;var left=maybe_conditional(no_in),val=S.token.value;if(is("operator")&&ASSIGNMENT(val)){if(is_assignable(left)){next();return new AST_Assign({start:start,left:left,operator:val,right:maybe_assign(no_in),end:prev()})}croak("Invalid assignment")}return left};var expression=function(commas,no_in){var start=S.token;var expr=maybe_assign(no_in);if(commas&&is("punc",",")){next();return new AST_Seq({start:start,car:expr,cdr:expression(true,no_in),end:peek()})}return expr};function in_loop(cont){++S.in_loop;var ret=cont();--S.in_loop;return ret}if(options.expression){return expression(true)}return function(){var start=S.token;var body=[];while(!is("eof"))body.push(statement());var end=prev();var toplevel=options.toplevel;
1920
+ if(toplevel){toplevel.body=toplevel.body.concat(body);toplevel.end=end}else{toplevel=new AST_Toplevel({start:start,body:body,end:end})}return toplevel}()}/***********************************************************************
1921
+
1922
+ A JavaScript tokenizer / parser / beautifier / compressor.
1923
+ https://github.com/mishoo/UglifyJS2
1924
+
1925
+ -------------------------------- (C) ---------------------------------
1926
+
1927
+ Author: Mihai Bazon
1928
+ <mihai.bazon@gmail.com>
1929
+ http://mihai.bazon.net/blog
1930
+
1931
+ Distributed under the BSD license:
1932
+
1933
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
1934
+
1935
+ Redistribution and use in source and binary forms, with or without
1936
+ modification, are permitted provided that the following conditions
1937
+ are met:
1938
+
1939
+ * Redistributions of source code must retain the above
1940
+ copyright notice, this list of conditions and the following
1941
+ disclaimer.
1942
+
1943
+ * Redistributions in binary form must reproduce the above
1944
+ copyright notice, this list of conditions and the following
1945
+ disclaimer in the documentation and/or other materials
1946
+ provided with the distribution.
1947
+
1948
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
1949
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1950
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1951
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
1952
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
1953
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1954
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1955
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1956
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
1957
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
1958
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1959
+ SUCH DAMAGE.
1960
+
1961
+ ***********************************************************************/
1962
+ "use strict";function TreeTransformer(before,after){TreeWalker.call(this);this.before=before;this.after=after}TreeTransformer.prototype=new TreeWalker;(function(undefined){function _(node,descend){node.DEFMETHOD("transform",function(tw,in_list){var x,y;tw.push(this);if(tw.before)x=tw.before(this,descend,in_list);if(x===undefined){if(!tw.after){x=this;descend(x,tw)}else{tw.stack[tw.stack.length-1]=x=this.clone();descend(x,tw);y=tw.after(x,in_list);if(y!==undefined)x=y}}tw.pop();return x})}function do_list(list,tw){return MAP(list,function(node){return node.transform(tw,true)})}_(AST_Node,noop);_(AST_LabeledStatement,function(self,tw){self.label=self.label.transform(tw);self.body=self.body.transform(tw)});_(AST_SimpleStatement,function(self,tw){self.body=self.body.transform(tw)});_(AST_Block,function(self,tw){self.body=do_list(self.body,tw)});_(AST_DWLoop,function(self,tw){self.condition=self.condition.transform(tw);self.body=self.body.transform(tw)});_(AST_For,function(self,tw){if(self.init)self.init=self.init.transform(tw);if(self.condition)self.condition=self.condition.transform(tw);if(self.step)self.step=self.step.transform(tw);self.body=self.body.transform(tw)});_(AST_ForIn,function(self,tw){self.init=self.init.transform(tw);self.object=self.object.transform(tw);self.body=self.body.transform(tw)});_(AST_With,function(self,tw){self.expression=self.expression.transform(tw);self.body=self.body.transform(tw)});_(AST_Exit,function(self,tw){if(self.value)self.value=self.value.transform(tw)});_(AST_LoopControl,function(self,tw){if(self.label)self.label=self.label.transform(tw)});_(AST_If,function(self,tw){self.condition=self.condition.transform(tw);self.body=self.body.transform(tw);if(self.alternative)self.alternative=self.alternative.transform(tw)});_(AST_Switch,function(self,tw){self.expression=self.expression.transform(tw);self.body=do_list(self.body,tw)});_(AST_Case,function(self,tw){self.expression=self.expression.transform(tw);self.body=do_list(self.body,tw)});_(AST_Try,function(self,tw){self.body=do_list(self.body,tw);if(self.bcatch)self.bcatch=self.bcatch.transform(tw);if(self.bfinally)self.bfinally=self.bfinally.transform(tw)});_(AST_Catch,function(self,tw){self.argname=self.argname.transform(tw);self.body=do_list(self.body,tw)});_(AST_Definitions,function(self,tw){self.definitions=do_list(self.definitions,tw)});_(AST_VarDef,function(self,tw){self.name=self.name.transform(tw);if(self.value)self.value=self.value.transform(tw)});_(AST_Lambda,function(self,tw){if(self.name)self.name=self.name.transform(tw);self.argnames=do_list(self.argnames,tw);self.body=do_list(self.body,tw)});_(AST_Call,function(self,tw){self.expression=self.expression.transform(tw);self.args=do_list(self.args,tw)});_(AST_Seq,function(self,tw){self.car=self.car.transform(tw);self.cdr=self.cdr.transform(tw)});_(AST_Dot,function(self,tw){self.expression=self.expression.transform(tw)});_(AST_Sub,function(self,tw){self.expression=self.expression.transform(tw);self.property=self.property.transform(tw)});_(AST_Unary,function(self,tw){self.expression=self.expression.transform(tw)});_(AST_Binary,function(self,tw){self.left=self.left.transform(tw);self.right=self.right.transform(tw)});_(AST_Conditional,function(self,tw){self.condition=self.condition.transform(tw);self.consequent=self.consequent.transform(tw);self.alternative=self.alternative.transform(tw)});_(AST_Array,function(self,tw){self.elements=do_list(self.elements,tw)});_(AST_Object,function(self,tw){self.properties=do_list(self.properties,tw)});_(AST_ObjectProperty,function(self,tw){self.value=self.value.transform(tw)})})();/***********************************************************************
1963
+
1964
+ A JavaScript tokenizer / parser / beautifier / compressor.
1965
+ https://github.com/mishoo/UglifyJS2
1966
+
1967
+ -------------------------------- (C) ---------------------------------
1968
+
1969
+ Author: Mihai Bazon
1970
+ <mihai.bazon@gmail.com>
1971
+ http://mihai.bazon.net/blog
1972
+
1973
+ Distributed under the BSD license:
1974
+
1975
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
1976
+
1977
+ Redistribution and use in source and binary forms, with or without
1978
+ modification, are permitted provided that the following conditions
1979
+ are met:
1980
+
1981
+ * Redistributions of source code must retain the above
1982
+ copyright notice, this list of conditions and the following
1983
+ disclaimer.
1984
+
1985
+ * Redistributions in binary form must reproduce the above
1986
+ copyright notice, this list of conditions and the following
1987
+ disclaimer in the documentation and/or other materials
1988
+ provided with the distribution.
1989
+
1990
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
1991
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1992
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1993
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
1994
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
1995
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1996
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1997
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1998
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
1999
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2000
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2001
+ SUCH DAMAGE.
2002
+
2003
+ ***********************************************************************/
2004
+ "use strict";function SymbolDef(scope,index,orig){this.name=orig.name;this.orig=[orig];this.scope=scope;this.references=[];this.global=false;this.mangled_name=null;this.undeclared=false;this.constant=false;this.index=index}SymbolDef.prototype={unmangleable:function(options){return this.global&&!(options&&options.toplevel)||this.undeclared||!(options&&options.eval)&&(this.scope.uses_eval||this.scope.uses_with)},mangle:function(options){if(!this.mangled_name&&!this.unmangleable(options)){var s=this.scope;if(!options.screw_ie8&&this.orig[0]instanceof AST_SymbolLambda)s=s.parent_scope;this.mangled_name=s.next_mangled(options,this)}}};AST_Toplevel.DEFMETHOD("figure_out_scope",function(options){options=defaults(options,{screw_ie8:false});var self=this;var scope=self.parent_scope=null;var defun=null;var nesting=0;var tw=new TreeWalker(function(node,descend){if(options.screw_ie8&&node instanceof AST_Catch){var save_scope=scope;scope=new AST_Scope(node);scope.init_scope_vars(nesting);scope.parent_scope=save_scope;descend();scope=save_scope;return true}if(node instanceof AST_Scope){node.init_scope_vars(nesting);var save_scope=node.parent_scope=scope;var save_defun=defun;defun=scope=node;++nesting;descend();--nesting;scope=save_scope;defun=save_defun;return true}if(node instanceof AST_Directive){node.scope=scope;push_uniq(scope.directives,node.value);return true}if(node instanceof AST_With){for(var s=scope;s;s=s.parent_scope)s.uses_with=true;return}if(node instanceof AST_Symbol){node.scope=scope}if(node instanceof AST_SymbolLambda){defun.def_function(node)}else if(node instanceof AST_SymbolDefun){(node.scope=defun.parent_scope).def_function(node)}else if(node instanceof AST_SymbolVar||node instanceof AST_SymbolConst){var def=defun.def_variable(node);def.constant=node instanceof AST_SymbolConst;def.init=tw.parent().value}else if(node instanceof AST_SymbolCatch){(options.screw_ie8?scope:defun).def_variable(node)}});self.walk(tw);var func=null;var globals=self.globals=new Dictionary;var tw=new TreeWalker(function(node,descend){if(node instanceof AST_Lambda){var prev_func=func;func=node;descend();func=prev_func;return true}if(node instanceof AST_SymbolRef){var name=node.name;var sym=node.scope.find_variable(name);if(!sym){var g;if(globals.has(name)){g=globals.get(name)}else{g=new SymbolDef(self,globals.size(),node);g.undeclared=true;g.global=true;globals.set(name,g)}node.thedef=g;if(name=="eval"&&tw.parent()instanceof AST_Call){for(var s=node.scope;s&&!s.uses_eval;s=s.parent_scope)s.uses_eval=true}if(func&&name=="arguments"){func.uses_arguments=true}}else{node.thedef=sym}node.reference();return true}});self.walk(tw)});AST_Scope.DEFMETHOD("init_scope_vars",function(nesting){this.directives=[];this.variables=new Dictionary;this.functions=new Dictionary;this.uses_with=false;this.uses_eval=false;this.parent_scope=null;this.enclosed=[];this.cname=-1;this.nesting=nesting});AST_Scope.DEFMETHOD("strict",function(){return this.has_directive("use strict")});AST_Lambda.DEFMETHOD("init_scope_vars",function(){AST_Scope.prototype.init_scope_vars.apply(this,arguments);this.uses_arguments=false});AST_SymbolRef.DEFMETHOD("reference",function(){var def=this.definition();def.references.push(this);var s=this.scope;while(s){push_uniq(s.enclosed,def);if(s===def.scope)break;s=s.parent_scope}this.frame=this.scope.nesting-def.scope.nesting});AST_Scope.DEFMETHOD("find_variable",function(name){if(name instanceof AST_Symbol)name=name.name;return this.variables.get(name)||this.parent_scope&&this.parent_scope.find_variable(name)});AST_Scope.DEFMETHOD("has_directive",function(value){return this.parent_scope&&this.parent_scope.has_directive(value)||(this.directives.indexOf(value)>=0?this:null)});AST_Scope.DEFMETHOD("def_function",function(symbol){this.functions.set(symbol.name,this.def_variable(symbol))});AST_Scope.DEFMETHOD("def_variable",function(symbol){var def;if(!this.variables.has(symbol.name)){def=new SymbolDef(this,this.variables.size(),symbol);this.variables.set(symbol.name,def);def.global=!this.parent_scope}else{def=this.variables.get(symbol.name);def.orig.push(symbol)}return symbol.thedef=def});AST_Scope.DEFMETHOD("next_mangled",function(options){var ext=this.enclosed;out:while(true){var m=base54(++this.cname);if(!is_identifier(m))continue;if(options.except.indexOf(m)>=0)continue;for(var i=ext.length;--i>=0;){var sym=ext[i];var name=sym.mangled_name||sym.unmangleable(options)&&sym.name;if(m==name)continue out}return m}});AST_Function.DEFMETHOD("next_mangled",function(options,def){var tricky_def=def.orig[0]instanceof AST_SymbolFunarg&&this.name&&this.name.definition();while(true){var name=AST_Lambda.prototype.next_mangled.call(this,options,def);if(!(tricky_def&&tricky_def.mangled_name==name))return name}});AST_Scope.DEFMETHOD("references",function(sym){if(sym instanceof AST_Symbol)sym=sym.definition();return this.enclosed.indexOf(sym)<0?null:sym});AST_Symbol.DEFMETHOD("unmangleable",function(options){return this.definition().unmangleable(options)});AST_SymbolAccessor.DEFMETHOD("unmangleable",function(){return true});AST_Label.DEFMETHOD("unmangleable",function(){return false});AST_Symbol.DEFMETHOD("unreferenced",function(){return this.definition().references.length==0&&!(this.scope.uses_eval||this.scope.uses_with)});AST_Symbol.DEFMETHOD("undeclared",function(){return this.definition().undeclared});AST_LabelRef.DEFMETHOD("undeclared",function(){return false});AST_Label.DEFMETHOD("undeclared",function(){return false});AST_Symbol.DEFMETHOD("definition",function(){return this.thedef});AST_Symbol.DEFMETHOD("global",function(){return this.definition().global});AST_Toplevel.DEFMETHOD("_default_mangler_options",function(options){return defaults(options,{except:[],eval:false,sort:false,toplevel:false,screw_ie8:false})});AST_Toplevel.DEFMETHOD("mangle_names",function(options){options=this._default_mangler_options(options);var lname=-1;var to_mangle=[];var tw=new TreeWalker(function(node,descend){if(node instanceof AST_LabeledStatement){var save_nesting=lname;descend();lname=save_nesting;return true}if(node instanceof AST_Scope){var p=tw.parent(),a=[];node.variables.each(function(symbol){if(options.except.indexOf(symbol.name)<0){a.push(symbol)}});if(options.sort)a.sort(function(a,b){return b.references.length-a.references.length});to_mangle.push.apply(to_mangle,a);return}if(node instanceof AST_Label){var name;do name=base54(++lname);while(!is_identifier(name));node.mangled_name=name;return true}if(options.screw_ie8&&node instanceof AST_SymbolCatch){to_mangle.push(node.definition());return}});this.walk(tw);to_mangle.forEach(function(def){def.mangle(options)})});AST_Toplevel.DEFMETHOD("compute_char_frequency",function(options){options=this._default_mangler_options(options);var tw=new TreeWalker(function(node){if(node instanceof AST_Constant)base54.consider(node.print_to_string());else if(node instanceof AST_Return)base54.consider("return");else if(node instanceof AST_Throw)base54.consider("throw");else if(node instanceof AST_Continue)base54.consider("continue");else if(node instanceof AST_Break)base54.consider("break");else if(node instanceof AST_Debugger)base54.consider("debugger");else if(node instanceof AST_Directive)base54.consider(node.value);else if(node instanceof AST_While)base54.consider("while");else if(node instanceof AST_Do)base54.consider("do while");else if(node instanceof AST_If){base54.consider("if");if(node.alternative)base54.consider("else")}else if(node instanceof AST_Var)base54.consider("var");else if(node instanceof AST_Const)base54.consider("const");else if(node instanceof AST_Lambda)base54.consider("function");else if(node instanceof AST_For)base54.consider("for");else if(node instanceof AST_ForIn)base54.consider("for in");else if(node instanceof AST_Switch)base54.consider("switch");else if(node instanceof AST_Case)base54.consider("case");else if(node instanceof AST_Default)base54.consider("default");else if(node instanceof AST_With)base54.consider("with");else if(node instanceof AST_ObjectSetter)base54.consider("set"+node.key);else if(node instanceof AST_ObjectGetter)base54.consider("get"+node.key);else if(node instanceof AST_ObjectKeyVal)base54.consider(node.key);else if(node instanceof AST_New)base54.consider("new");else if(node instanceof AST_This)base54.consider("this");else if(node instanceof AST_Try)base54.consider("try");else if(node instanceof AST_Catch)base54.consider("catch");else if(node instanceof AST_Finally)base54.consider("finally");else if(node instanceof AST_Symbol&&node.unmangleable(options))base54.consider(node.name);else if(node instanceof AST_Unary||node instanceof AST_Binary)base54.consider(node.operator);else if(node instanceof AST_Dot)base54.consider(node.property)});this.walk(tw);base54.sort()});var base54=function(){var string="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_0123456789";var chars,frequency;function reset(){frequency=Object.create(null);chars=string.split("").map(function(ch){return ch.charCodeAt(0)});chars.forEach(function(ch){frequency[ch]=0})}base54.consider=function(str){for(var i=str.length;--i>=0;){var code=str.charCodeAt(i);if(code in frequency)++frequency[code]}};base54.sort=function(){chars=mergeSort(chars,function(a,b){if(is_digit(a)&&!is_digit(b))return 1;if(is_digit(b)&&!is_digit(a))return-1;return frequency[b]-frequency[a]})};base54.reset=reset;reset();base54.get=function(){return chars};base54.freq=function(){return frequency};function base54(num){var ret="",base=54;do{ret+=String.fromCharCode(chars[num%base]);num=Math.floor(num/base);base=64}while(num>0);return ret}return base54}();AST_Toplevel.DEFMETHOD("scope_warnings",function(options){options=defaults(options,{undeclared:false,unreferenced:true,assign_to_global:true,func_arguments:true,nested_defuns:true,eval:true});var tw=new TreeWalker(function(node){if(options.undeclared&&node instanceof AST_SymbolRef&&node.undeclared()){AST_Node.warn("Undeclared symbol: {name} [{file}:{line},{col}]",{name:node.name,file:node.start.file,line:node.start.line,col:node.start.col})}if(options.assign_to_global){var sym=null;if(node instanceof AST_Assign&&node.left instanceof AST_SymbolRef)sym=node.left;else if(node instanceof AST_ForIn&&node.init instanceof AST_SymbolRef)sym=node.init;if(sym&&(sym.undeclared()||sym.global()&&sym.scope!==sym.definition().scope)){AST_Node.warn("{msg}: {name} [{file}:{line},{col}]",{msg:sym.undeclared()?"Accidental global?":"Assignment to global",name:sym.name,file:sym.start.file,line:sym.start.line,col:sym.start.col})}}if(options.eval&&node instanceof AST_SymbolRef&&node.undeclared()&&node.name=="eval"){AST_Node.warn("Eval is used [{file}:{line},{col}]",node.start)}if(options.unreferenced&&(node instanceof AST_SymbolDeclaration||node instanceof AST_Label)&&!(node instanceof AST_SymbolCatch)&&node.unreferenced()){AST_Node.warn("{type} {name} is declared but not referenced [{file}:{line},{col}]",{type:node instanceof AST_Label?"Label":"Symbol",name:node.name,file:node.start.file,line:node.start.line,col:node.start.col})}if(options.func_arguments&&node instanceof AST_Lambda&&node.uses_arguments){AST_Node.warn("arguments used in function {name} [{file}:{line},{col}]",{name:node.name?node.name.name:"anonymous",file:node.start.file,line:node.start.line,col:node.start.col})}if(options.nested_defuns&&node instanceof AST_Defun&&!(tw.parent()instanceof AST_Scope)){AST_Node.warn('Function {name} declared in nested statement "{type}" [{file}:{line},{col}]',{name:node.name.name,type:tw.parent().TYPE,file:node.start.file,line:node.start.line,col:node.start.col})}});this.walk(tw)});/***********************************************************************
2005
+
2006
+ A JavaScript tokenizer / parser / beautifier / compressor.
2007
+ https://github.com/mishoo/UglifyJS2
2008
+
2009
+ -------------------------------- (C) ---------------------------------
2010
+
2011
+ Author: Mihai Bazon
2012
+ <mihai.bazon@gmail.com>
2013
+ http://mihai.bazon.net/blog
2014
+
2015
+ Distributed under the BSD license:
2016
+
2017
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
2018
+
2019
+ Redistribution and use in source and binary forms, with or without
2020
+ modification, are permitted provided that the following conditions
2021
+ are met:
2022
+
2023
+ * Redistributions of source code must retain the above
2024
+ copyright notice, this list of conditions and the following
2025
+ disclaimer.
2026
+
2027
+ * Redistributions in binary form must reproduce the above
2028
+ copyright notice, this list of conditions and the following
2029
+ disclaimer in the documentation and/or other materials
2030
+ provided with the distribution.
2031
+
2032
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
2033
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2034
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2035
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
2036
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
2037
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2038
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2039
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2040
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2041
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2042
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2043
+ SUCH DAMAGE.
2044
+
2045
+ ***********************************************************************/
2046
+ "use strict";function OutputStream(options){options=defaults(options,{indent_start:0,indent_level:4,quote_keys:false,space_colon:true,ascii_only:false,unescape_regexps:false,inline_script:false,width:80,max_line_len:32e3,beautify:false,source_map:null,bracketize:false,semicolons:true,comments:false,preserve_line:false,screw_ie8:false,preamble:null},true);var indentation=0;var current_col=0;var current_line=1;var current_pos=0;var OUTPUT="";function to_ascii(str,identifier){return str.replace(/[\u0080-\uffff]/g,function(ch){var code=ch.charCodeAt(0).toString(16);if(code.length<=2&&!identifier){while(code.length<2)code="0"+code;return"\\x"+code}else{while(code.length<4)code="0"+code;return"\\u"+code}})}function make_string(str){var dq=0,sq=0;str=str.replace(/[\\\b\f\n\r\t\x22\x27\u2028\u2029\0]/g,function(s){switch(s){case"\\":return"\\\\";case"\b":return"\\b";case"\f":return"\\f";case"\n":return"\\n";case"\r":return"\\r";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";case'"':++dq;return'"';case"'":++sq;return"'";case"\x00":return"\\x00"}return s});if(options.ascii_only)str=to_ascii(str);if(dq>sq)return"'"+str.replace(/\x27/g,"\\'")+"'";else return'"'+str.replace(/\x22/g,'\\"')+'"'}function encode_string(str){var ret=make_string(str);if(options.inline_script)ret=ret.replace(/<\x2fscript([>\/\t\n\f\r ])/gi,"<\\/script$1");return ret}function make_name(name){name=name.toString();if(options.ascii_only)name=to_ascii(name,true);return name}function make_indent(back){return repeat_string(" ",options.indent_start+indentation-back*options.indent_level)}var might_need_space=false;var might_need_semicolon=false;var last=null;function last_char(){return last.charAt(last.length-1)}function maybe_newline(){if(options.max_line_len&&current_col>options.max_line_len)print("\n")}var requireSemicolonChars=makePredicate("( [ + * / - , .");function print(str){str=String(str);var ch=str.charAt(0);if(might_need_semicolon){if((!ch||";}".indexOf(ch)<0)&&!/[;]$/.test(last)){if(options.semicolons||requireSemicolonChars(ch)){OUTPUT+=";";current_col++;current_pos++}else{OUTPUT+="\n";current_pos++;current_line++;current_col=0}if(!options.beautify)might_need_space=false}might_need_semicolon=false;maybe_newline()}if(!options.beautify&&options.preserve_line&&stack[stack.length-1]){var target_line=stack[stack.length-1].start.line;while(current_line<target_line){OUTPUT+="\n";current_pos++;current_line++;current_col=0;might_need_space=false}}if(might_need_space){var prev=last_char();if(is_identifier_char(prev)&&(is_identifier_char(ch)||ch=="\\")||/^[\+\-\/]$/.test(ch)&&ch==prev){OUTPUT+=" ";current_col++;current_pos++}might_need_space=false}var a=str.split(/\r?\n/),n=a.length-1;current_line+=n;if(n==0){current_col+=a[n].length}else{current_col=a[n].length}current_pos+=str.length;last=str;OUTPUT+=str}var space=options.beautify?function(){print(" ")}:function(){might_need_space=true};var indent=options.beautify?function(half){if(options.beautify){print(make_indent(half?.5:0))}}:noop;var with_indent=options.beautify?function(col,cont){if(col===true)col=next_indent();var save_indentation=indentation;indentation=col;var ret=cont();indentation=save_indentation;return ret}:function(col,cont){return cont()};var newline=options.beautify?function(){print("\n")}:noop;var semicolon=options.beautify?function(){print(";")}:function(){might_need_semicolon=true};function force_semicolon(){might_need_semicolon=false;print(";")}function next_indent(){return indentation+options.indent_level}function with_block(cont){var ret;print("{");newline();with_indent(next_indent(),function(){ret=cont()});indent();print("}");return ret}function with_parens(cont){print("(");var ret=cont();print(")");return ret}function with_square(cont){print("[");var ret=cont();print("]");return ret}function comma(){print(",");space()}function colon(){print(":");if(options.space_colon)space()}var add_mapping=options.source_map?function(token,name){try{if(token)options.source_map.add(token.file||"?",current_line,current_col,token.line,token.col,!name&&token.type=="name"?token.value:name)}catch(ex){AST_Node.warn("Couldn't figure out mapping for {file}:{line},{col} → {cline},{ccol} [{name}]",{file:token.file,line:token.line,col:token.col,cline:current_line,ccol:current_col,name:name||""})}}:noop;function get(){return OUTPUT}if(options.preamble){print(options.preamble.replace(/\r\n?|[\n\u2028\u2029]|\s*$/g,"\n"))}var stack=[];return{get:get,toString:get,indent:indent,indentation:function(){return indentation},current_width:function(){return current_col-indentation},should_break:function(){return options.width&&this.current_width()>=options.width},newline:newline,print:print,space:space,comma:comma,colon:colon,last:function(){return last},semicolon:semicolon,force_semicolon:force_semicolon,to_ascii:to_ascii,print_name:function(name){print(make_name(name))},print_string:function(str){print(encode_string(str))},next_indent:next_indent,with_indent:with_indent,with_block:with_block,with_parens:with_parens,with_square:with_square,add_mapping:add_mapping,option:function(opt){return options[opt]},line:function(){return current_line},col:function(){return current_col},pos:function(){return current_pos},push_node:function(node){stack.push(node)},pop_node:function(){return stack.pop()},stack:function(){return stack},parent:function(n){return stack[stack.length-2-(n||0)]}}}(function(){function DEFPRINT(nodetype,generator){nodetype.DEFMETHOD("_codegen",generator)}AST_Node.DEFMETHOD("print",function(stream,force_parens){var self=this,generator=self._codegen;function doit(){self.add_comments(stream);self.add_source_map(stream);generator(self,stream)}stream.push_node(self);if(force_parens||self.needs_parens(stream)){stream.with_parens(doit)}else{doit()}stream.pop_node()});AST_Node.DEFMETHOD("print_to_string",function(options){var s=OutputStream(options);this.print(s);return s.get()});AST_Node.DEFMETHOD("add_comments",function(output){var c=output.option("comments"),self=this;if(c){var start=self.start;if(start&&!start._comments_dumped){start._comments_dumped=true;var comments=start.comments_before||[];if(self instanceof AST_Exit&&self.value){self.value.walk(new TreeWalker(function(node){if(node.start&&node.start.comments_before){comments=comments.concat(node.start.comments_before);node.start.comments_before=[]}if(node instanceof AST_Function||node instanceof AST_Array||node instanceof AST_Object){return true}}))}if(c.test){comments=comments.filter(function(comment){return c.test(comment.value)})}else if(typeof c=="function"){comments=comments.filter(function(comment){return c(self,comment)})}comments.forEach(function(c){if(/comment[134]/.test(c.type)){output.print("//"+c.value+"\n");output.indent()}else if(c.type=="comment2"){output.print("/*"+c.value+"*/");if(start.nlb){output.print("\n");output.indent()}else{output.space()}}})}}});function PARENS(nodetype,func){if(Array.isArray(nodetype)){nodetype.forEach(function(nodetype){PARENS(nodetype,func)})}else{nodetype.DEFMETHOD("needs_parens",func)}}PARENS(AST_Node,function(){return false});PARENS(AST_Function,function(output){return first_in_statement(output)});PARENS(AST_Object,function(output){return first_in_statement(output)});PARENS([AST_Unary,AST_Undefined],function(output){var p=output.parent();return p instanceof AST_PropAccess&&p.expression===this});PARENS(AST_Seq,function(output){var p=output.parent();return p instanceof AST_Call||p instanceof AST_Unary||p instanceof AST_Binary||p instanceof AST_VarDef||p instanceof AST_PropAccess||p instanceof AST_Array||p instanceof AST_ObjectProperty||p instanceof AST_Conditional});PARENS(AST_Binary,function(output){var p=output.parent();if(p instanceof AST_Call&&p.expression===this)return true;if(p instanceof AST_Unary)return true;if(p instanceof AST_PropAccess&&p.expression===this)return true;if(p instanceof AST_Binary){var po=p.operator,pp=PRECEDENCE[po];var so=this.operator,sp=PRECEDENCE[so];if(pp>sp||pp==sp&&this===p.right){return true}}});PARENS(AST_PropAccess,function(output){var p=output.parent();if(p instanceof AST_New&&p.expression===this){try{this.walk(new TreeWalker(function(node){if(node instanceof AST_Call)throw p}))}catch(ex){if(ex!==p)throw ex;return true}}});PARENS(AST_Call,function(output){var p=output.parent(),p1;if(p instanceof AST_New&&p.expression===this)return true;return this.expression instanceof AST_Function&&p instanceof AST_PropAccess&&p.expression===this&&(p1=output.parent(1))instanceof AST_Assign&&p1.left===p});PARENS(AST_New,function(output){var p=output.parent();if(no_constructor_parens(this,output)&&(p instanceof AST_PropAccess||p instanceof AST_Call&&p.expression===this))return true});PARENS(AST_Number,function(output){var p=output.parent();if(this.getValue()<0&&p instanceof AST_PropAccess&&p.expression===this)return true});PARENS(AST_NaN,function(output){var p=output.parent();if(p instanceof AST_PropAccess&&p.expression===this)return true});PARENS([AST_Assign,AST_Conditional],function(output){var p=output.parent();if(p instanceof AST_Unary)return true;if(p instanceof AST_Binary&&!(p instanceof AST_Assign))return true;if(p instanceof AST_Call&&p.expression===this)return true;if(p instanceof AST_Conditional&&p.condition===this)return true;if(p instanceof AST_PropAccess&&p.expression===this)return true});DEFPRINT(AST_Directive,function(self,output){output.print_string(self.value);output.semicolon()});DEFPRINT(AST_Debugger,function(self,output){output.print("debugger");output.semicolon()});function display_body(body,is_toplevel,output){var last=body.length-1;body.forEach(function(stmt,i){if(!(stmt instanceof AST_EmptyStatement)){output.indent();stmt.print(output);if(!(i==last&&is_toplevel)){output.newline();if(is_toplevel)output.newline()}}})}AST_StatementWithBody.DEFMETHOD("_do_print_body",function(output){force_statement(this.body,output)});DEFPRINT(AST_Statement,function(self,output){self.body.print(output);output.semicolon()});DEFPRINT(AST_Toplevel,function(self,output){display_body(self.body,true,output);output.print("")});DEFPRINT(AST_LabeledStatement,function(self,output){self.label.print(output);output.colon();self.body.print(output)});DEFPRINT(AST_SimpleStatement,function(self,output){self.body.print(output);output.semicolon()});function print_bracketed(body,output){if(body.length>0)output.with_block(function(){display_body(body,false,output)});else output.print("{}")}DEFPRINT(AST_BlockStatement,function(self,output){print_bracketed(self.body,output)});DEFPRINT(AST_EmptyStatement,function(self,output){output.semicolon()});DEFPRINT(AST_Do,function(self,output){output.print("do");output.space();self._do_print_body(output);output.space();output.print("while");output.space();output.with_parens(function(){self.condition.print(output)});output.semicolon()});DEFPRINT(AST_While,function(self,output){output.print("while");output.space();output.with_parens(function(){self.condition.print(output)});output.space();self._do_print_body(output)});DEFPRINT(AST_For,function(self,output){output.print("for");output.space();output.with_parens(function(){if(self.init&&!(self.init instanceof AST_EmptyStatement)){if(self.init instanceof AST_Definitions){self.init.print(output)}else{parenthesize_for_noin(self.init,output,true)}output.print(";");output.space()}else{output.print(";")}if(self.condition){self.condition.print(output);output.print(";");output.space()}else{output.print(";")}if(self.step){self.step.print(output)}});output.space();self._do_print_body(output)});DEFPRINT(AST_ForIn,function(self,output){output.print("for");output.space();output.with_parens(function(){self.init.print(output);output.space();output.print("in");output.space();self.object.print(output)});output.space();self._do_print_body(output)});DEFPRINT(AST_With,function(self,output){output.print("with");output.space();output.with_parens(function(){self.expression.print(output)});output.space();self._do_print_body(output)});AST_Lambda.DEFMETHOD("_do_print",function(output,nokeyword){var self=this;if(!nokeyword){output.print("function")}if(self.name){output.space();self.name.print(output)}output.with_parens(function(){self.argnames.forEach(function(arg,i){if(i)output.comma();arg.print(output)})});output.space();print_bracketed(self.body,output)});DEFPRINT(AST_Lambda,function(self,output){self._do_print(output)});AST_Exit.DEFMETHOD("_do_print",function(output,kind){output.print(kind);if(this.value){output.space();this.value.print(output)}output.semicolon()});DEFPRINT(AST_Return,function(self,output){self._do_print(output,"return")});DEFPRINT(AST_Throw,function(self,output){self._do_print(output,"throw")});AST_LoopControl.DEFMETHOD("_do_print",function(output,kind){output.print(kind);if(this.label){output.space();this.label.print(output)}output.semicolon()});DEFPRINT(AST_Break,function(self,output){self._do_print(output,"break")});DEFPRINT(AST_Continue,function(self,output){self._do_print(output,"continue")});function make_then(self,output){if(output.option("bracketize")){make_block(self.body,output);return}if(!self.body)return output.force_semicolon();if(self.body instanceof AST_Do&&!output.option("screw_ie8")){make_block(self.body,output);return}var b=self.body;while(true){if(b instanceof AST_If){if(!b.alternative){make_block(self.body,output);return}b=b.alternative}else if(b instanceof AST_StatementWithBody){b=b.body}else break}force_statement(self.body,output)}DEFPRINT(AST_If,function(self,output){output.print("if");output.space();output.with_parens(function(){self.condition.print(output)});output.space();if(self.alternative){make_then(self,output);output.space();output.print("else");output.space();force_statement(self.alternative,output)}else{self._do_print_body(output)}});DEFPRINT(AST_Switch,function(self,output){output.print("switch");output.space();output.with_parens(function(){self.expression.print(output)});output.space();if(self.body.length>0)output.with_block(function(){self.body.forEach(function(stmt,i){if(i)output.newline();output.indent(true);stmt.print(output)})});else output.print("{}")});AST_SwitchBranch.DEFMETHOD("_do_print_body",function(output){if(this.body.length>0){output.newline();this.body.forEach(function(stmt){output.indent();stmt.print(output);output.newline()})}});DEFPRINT(AST_Default,function(self,output){output.print("default:");self._do_print_body(output)});DEFPRINT(AST_Case,function(self,output){output.print("case");output.space();self.expression.print(output);output.print(":");self._do_print_body(output)});DEFPRINT(AST_Try,function(self,output){output.print("try");output.space();print_bracketed(self.body,output);if(self.bcatch){output.space();self.bcatch.print(output)}if(self.bfinally){output.space();self.bfinally.print(output)}});DEFPRINT(AST_Catch,function(self,output){output.print("catch");output.space();output.with_parens(function(){self.argname.print(output)});output.space();print_bracketed(self.body,output)});DEFPRINT(AST_Finally,function(self,output){output.print("finally");output.space();print_bracketed(self.body,output)});AST_Definitions.DEFMETHOD("_do_print",function(output,kind){output.print(kind);output.space();this.definitions.forEach(function(def,i){if(i)output.comma();def.print(output)});var p=output.parent();var in_for=p instanceof AST_For||p instanceof AST_ForIn;var avoid_semicolon=in_for&&p.init===this;if(!avoid_semicolon)output.semicolon()});DEFPRINT(AST_Var,function(self,output){self._do_print(output,"var")});DEFPRINT(AST_Const,function(self,output){self._do_print(output,"const")});function parenthesize_for_noin(node,output,noin){if(!noin)node.print(output);else try{node.walk(new TreeWalker(function(node){if(node instanceof AST_Binary&&node.operator=="in")throw output}));node.print(output)}catch(ex){if(ex!==output)throw ex;node.print(output,true)}}DEFPRINT(AST_VarDef,function(self,output){self.name.print(output);if(self.value){output.space();output.print("=");output.space();var p=output.parent(1);var noin=p instanceof AST_For||p instanceof AST_ForIn;parenthesize_for_noin(self.value,output,noin)}});DEFPRINT(AST_Call,function(self,output){self.expression.print(output);if(self instanceof AST_New&&no_constructor_parens(self,output))return;output.with_parens(function(){self.args.forEach(function(expr,i){if(i)output.comma();expr.print(output)})})});DEFPRINT(AST_New,function(self,output){output.print("new");output.space();AST_Call.prototype._codegen(self,output)});AST_Seq.DEFMETHOD("_do_print",function(output){this.car.print(output);if(this.cdr){output.comma();if(output.should_break()){output.newline();output.indent()}this.cdr.print(output)}});DEFPRINT(AST_Seq,function(self,output){self._do_print(output)});DEFPRINT(AST_Dot,function(self,output){var expr=self.expression;expr.print(output);if(expr instanceof AST_Number&&expr.getValue()>=0){if(!/[xa-f.]/i.test(output.last())){output.print(".")}}output.print(".");output.add_mapping(self.end);output.print_name(self.property)});DEFPRINT(AST_Sub,function(self,output){self.expression.print(output);output.print("[");self.property.print(output);output.print("]")});DEFPRINT(AST_UnaryPrefix,function(self,output){var op=self.operator;output.print(op);if(/^[a-z]/i.test(op)||/[+-]$/.test(op)&&self.expression instanceof AST_UnaryPrefix&&/^[+-]/.test(self.expression.operator)){output.space()}self.expression.print(output)});DEFPRINT(AST_UnaryPostfix,function(self,output){self.expression.print(output);output.print(self.operator)});DEFPRINT(AST_Binary,function(self,output){self.left.print(output);output.space();output.print(self.operator);if(self.operator=="<"&&self.right instanceof AST_UnaryPrefix&&self.right.operator=="!"&&self.right.expression instanceof AST_UnaryPrefix&&self.right.expression.operator=="--"){output.print(" ")}else{output.space()}self.right.print(output)});DEFPRINT(AST_Conditional,function(self,output){self.condition.print(output);output.space();output.print("?");output.space();self.consequent.print(output);output.space();output.colon();self.alternative.print(output)});DEFPRINT(AST_Array,function(self,output){output.with_square(function(){var a=self.elements,len=a.length;if(len>0)output.space();a.forEach(function(exp,i){if(i)output.comma();exp.print(output);if(i===len-1&&exp instanceof AST_Hole)output.comma()});if(len>0)output.space()})});DEFPRINT(AST_Object,function(self,output){if(self.properties.length>0)output.with_block(function(){self.properties.forEach(function(prop,i){if(i){output.print(",");output.newline()}output.indent();prop.print(output)});output.newline()});else output.print("{}")});DEFPRINT(AST_ObjectKeyVal,function(self,output){var key=self.key;if(output.option("quote_keys")){output.print_string(key+"")}else if((typeof key=="number"||!output.option("beautify")&&+key+""==key)&&parseFloat(key)>=0){output.print(make_num(key))}else if(RESERVED_WORDS(key)?output.option("screw_ie8"):is_identifier_string(key)){output.print_name(key)}else{output.print_string(key)}output.colon();self.value.print(output)});DEFPRINT(AST_ObjectSetter,function(self,output){output.print("set");output.space();self.key.print(output);self.value._do_print(output,true)});DEFPRINT(AST_ObjectGetter,function(self,output){output.print("get");output.space();self.key.print(output);self.value._do_print(output,true)});DEFPRINT(AST_Symbol,function(self,output){var def=self.definition();output.print_name(def?def.mangled_name||def.name:self.name)});DEFPRINT(AST_Undefined,function(self,output){output.print("void 0")});DEFPRINT(AST_Hole,noop);DEFPRINT(AST_Infinity,function(self,output){output.print("1/0")});DEFPRINT(AST_NaN,function(self,output){output.print("0/0")});DEFPRINT(AST_This,function(self,output){output.print("this")});DEFPRINT(AST_Constant,function(self,output){output.print(self.getValue())});DEFPRINT(AST_String,function(self,output){output.print_string(self.getValue())});DEFPRINT(AST_Number,function(self,output){output.print(make_num(self.getValue()))});function regexp_safe_literal(code){return[92,47,46,43,42,63,40,41,91,93,123,125,36,94,58,124,33,10,13,0,65279,8232,8233].indexOf(code)<0}DEFPRINT(AST_RegExp,function(self,output){var str=self.getValue().toString();if(output.option("ascii_only")){str=output.to_ascii(str)}else if(output.option("unescape_regexps")){str=str.split("\\\\").map(function(str){return str.replace(/\\u[0-9a-fA-F]{4}|\\x[0-9a-fA-F]{2}/g,function(s){var code=parseInt(s.substr(2),16);return regexp_safe_literal(code)?String.fromCharCode(code):s})}).join("\\\\")}output.print(str);var p=output.parent();if(p instanceof AST_Binary&&/^in/.test(p.operator)&&p.left===self)output.print(" ")});function force_statement(stat,output){if(output.option("bracketize")){if(!stat||stat instanceof AST_EmptyStatement)output.print("{}");else if(stat instanceof AST_BlockStatement)stat.print(output);else output.with_block(function(){output.indent();stat.print(output);output.newline()})}else{if(!stat||stat instanceof AST_EmptyStatement)output.force_semicolon();else stat.print(output)}}function first_in_statement(output){var a=output.stack(),i=a.length,node=a[--i],p=a[--i];while(i>0){if(p instanceof AST_Statement&&p.body===node)return true;if(p instanceof AST_Seq&&p.car===node||p instanceof AST_Call&&p.expression===node&&!(p instanceof AST_New)||p instanceof AST_Dot&&p.expression===node||p instanceof AST_Sub&&p.expression===node||p instanceof AST_Conditional&&p.condition===node||p instanceof AST_Binary&&p.left===node||p instanceof AST_UnaryPostfix&&p.expression===node){node=p;p=a[--i]}else{return false}}}function no_constructor_parens(self,output){return self.args.length==0&&!output.option("beautify")}function best_of(a){var best=a[0],len=best.length;for(var i=1;i<a.length;++i){if(a[i].length<len){best=a[i];len=best.length}}return best}function make_num(num){var str=num.toString(10),a=[str.replace(/^0\./,".").replace("e+","e")],m;if(Math.floor(num)===num){if(num>=0){a.push("0x"+num.toString(16).toLowerCase(),"0"+num.toString(8))}else{a.push("-0x"+(-num).toString(16).toLowerCase(),"-0"+(-num).toString(8))}if(m=/^(.*?)(0+)$/.exec(num)){a.push(m[1]+"e"+m[2].length)}}else if(m=/^0?\.(0+)(.*)$/.exec(num)){a.push(m[2]+"e-"+(m[1].length+m[2].length),str.substr(str.indexOf(".")))}return best_of(a)}function make_block(stmt,output){if(stmt instanceof AST_BlockStatement){stmt.print(output);return}output.with_block(function(){output.indent();stmt.print(output);output.newline()})}function DEFMAP(nodetype,generator){nodetype.DEFMETHOD("add_source_map",function(stream){generator(this,stream)})}DEFMAP(AST_Node,noop);function basic_sourcemap_gen(self,output){output.add_mapping(self.start)}DEFMAP(AST_Directive,basic_sourcemap_gen);DEFMAP(AST_Debugger,basic_sourcemap_gen);DEFMAP(AST_Symbol,basic_sourcemap_gen);DEFMAP(AST_Jump,basic_sourcemap_gen);DEFMAP(AST_StatementWithBody,basic_sourcemap_gen);DEFMAP(AST_LabeledStatement,noop);DEFMAP(AST_Lambda,basic_sourcemap_gen);DEFMAP(AST_Switch,basic_sourcemap_gen);DEFMAP(AST_SwitchBranch,basic_sourcemap_gen);DEFMAP(AST_BlockStatement,basic_sourcemap_gen);DEFMAP(AST_Toplevel,noop);DEFMAP(AST_New,basic_sourcemap_gen);DEFMAP(AST_Try,basic_sourcemap_gen);DEFMAP(AST_Catch,basic_sourcemap_gen);DEFMAP(AST_Finally,basic_sourcemap_gen);DEFMAP(AST_Definitions,basic_sourcemap_gen);DEFMAP(AST_Constant,basic_sourcemap_gen);DEFMAP(AST_ObjectProperty,function(self,output){output.add_mapping(self.start,self.key)})})();/***********************************************************************
2047
+
2048
+ A JavaScript tokenizer / parser / beautifier / compressor.
2049
+ https://github.com/mishoo/UglifyJS2
2050
+
2051
+ -------------------------------- (C) ---------------------------------
2052
+
2053
+ Author: Mihai Bazon
2054
+ <mihai.bazon@gmail.com>
2055
+ http://mihai.bazon.net/blog
2056
+
2057
+ Distributed under the BSD license:
2058
+
2059
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
2060
+
2061
+ Redistribution and use in source and binary forms, with or without
2062
+ modification, are permitted provided that the following conditions
2063
+ are met:
2064
+
2065
+ * Redistributions of source code must retain the above
2066
+ copyright notice, this list of conditions and the following
2067
+ disclaimer.
2068
+
2069
+ * Redistributions in binary form must reproduce the above
2070
+ copyright notice, this list of conditions and the following
2071
+ disclaimer in the documentation and/or other materials
2072
+ provided with the distribution.
2073
+
2074
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
2075
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2076
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2077
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
2078
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
2079
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2080
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2081
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2082
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2083
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2084
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2085
+ SUCH DAMAGE.
2086
+
2087
+ ***********************************************************************/
2088
+ "use strict";function Compressor(options,false_by_default){if(!(this instanceof Compressor))return new Compressor(options,false_by_default);TreeTransformer.call(this,this.before,this.after);this.options=defaults(options,{sequences:!false_by_default,properties:!false_by_default,dead_code:!false_by_default,drop_debugger:!false_by_default,unsafe:false,unsafe_comps:false,conditionals:!false_by_default,comparisons:!false_by_default,evaluate:!false_by_default,booleans:!false_by_default,loops:!false_by_default,unused:!false_by_default,hoist_funs:!false_by_default,keep_fargs:false,hoist_vars:false,if_return:!false_by_default,join_vars:!false_by_default,cascade:!false_by_default,side_effects:!false_by_default,pure_getters:false,pure_funcs:null,negate_iife:!false_by_default,screw_ie8:false,drop_console:false,angular:false,warnings:true,global_defs:{}},true)}Compressor.prototype=new TreeTransformer;merge(Compressor.prototype,{option:function(key){return this.options[key]},warn:function(){if(this.options.warnings)AST_Node.warn.apply(AST_Node,arguments)},before:function(node,descend,in_list){if(node._squeezed)return node;var was_scope=false;if(node instanceof AST_Scope){node=node.hoist_declarations(this);was_scope=true}descend(node,this);node=node.optimize(this);if(was_scope&&node instanceof AST_Scope){node.drop_unused(this);descend(node,this)}node._squeezed=true;return node}});(function(){function OPT(node,optimizer){node.DEFMETHOD("optimize",function(compressor){var self=this;if(self._optimized)return self;var opt=optimizer(self,compressor);opt._optimized=true;if(opt===self)return opt;return opt.transform(compressor)})}OPT(AST_Node,function(self,compressor){return self});AST_Node.DEFMETHOD("equivalent_to",function(node){return this.print_to_string()==node.print_to_string()});function make_node(ctor,orig,props){if(!props)props={};if(orig){if(!props.start)props.start=orig.start;if(!props.end)props.end=orig.end}return new ctor(props)}function make_node_from_constant(compressor,val,orig){if(val instanceof AST_Node)return val.transform(compressor);switch(typeof val){case"string":return make_node(AST_String,orig,{value:val}).optimize(compressor);case"number":return make_node(isNaN(val)?AST_NaN:AST_Number,orig,{value:val}).optimize(compressor);case"boolean":return make_node(val?AST_True:AST_False,orig).optimize(compressor);case"undefined":return make_node(AST_Undefined,orig).optimize(compressor);default:if(val===null){return make_node(AST_Null,orig).optimize(compressor)}if(val instanceof RegExp){return make_node(AST_RegExp,orig).optimize(compressor)}throw new Error(string_template("Can't handle constant of type: {type}",{type:typeof val}))}}function as_statement_array(thing){if(thing===null)return[];if(thing instanceof AST_BlockStatement)return thing.body;if(thing instanceof AST_EmptyStatement)return[];if(thing instanceof AST_Statement)return[thing];throw new Error("Can't convert thing to statement array")}function is_empty(thing){if(thing===null)return true;if(thing instanceof AST_EmptyStatement)return true;if(thing instanceof AST_BlockStatement)return thing.body.length==0;return false}function loop_body(x){if(x instanceof AST_Switch)return x;if(x instanceof AST_For||x instanceof AST_ForIn||x instanceof AST_DWLoop){return x.body instanceof AST_BlockStatement?x.body:x}return x}function tighten_body(statements,compressor){var CHANGED;do{CHANGED=false;if(compressor.option("angular")){statements=process_for_angular(statements)}statements=eliminate_spurious_blocks(statements);if(compressor.option("dead_code")){statements=eliminate_dead_code(statements,compressor)}if(compressor.option("if_return")){statements=handle_if_return(statements,compressor)}if(compressor.option("sequences")){statements=sequencesize(statements,compressor)}if(compressor.option("join_vars")){statements=join_consecutive_vars(statements,compressor)}}while(CHANGED);if(compressor.option("negate_iife")){negate_iifes(statements,compressor)}return statements;function process_for_angular(statements){function make_injector(func,name){return make_node(AST_SimpleStatement,func,{body:make_node(AST_Assign,func,{operator:"=",left:make_node(AST_Dot,name,{expression:make_node(AST_SymbolRef,name,name),property:"$inject"}),right:make_node(AST_Array,func,{elements:func.argnames.map(function(sym){return make_node(AST_String,sym,{value:sym.name})})})})})}return statements.reduce(function(a,stat){a.push(stat);var token=stat.start;var comments=token.comments_before;if(comments&&comments.length>0){var last=comments.pop();if(/@ngInject/.test(last.value)){if(stat instanceof AST_Defun){a.push(make_injector(stat,stat.name))}else if(stat instanceof AST_Definitions){stat.definitions.forEach(function(def){if(def.value&&def.value instanceof AST_Lambda){a.push(make_injector(def.value,def.name))}})}else{compressor.warn("Unknown statement marked with @ngInject [{file}:{line},{col}]",token)}}}return a},[])}function eliminate_spurious_blocks(statements){var seen_dirs=[];return statements.reduce(function(a,stat){if(stat instanceof AST_BlockStatement){CHANGED=true;a.push.apply(a,eliminate_spurious_blocks(stat.body))}else if(stat instanceof AST_EmptyStatement){CHANGED=true}else if(stat instanceof AST_Directive){if(seen_dirs.indexOf(stat.value)<0){a.push(stat);seen_dirs.push(stat.value)}else{CHANGED=true}}else{a.push(stat)}return a},[])}function handle_if_return(statements,compressor){var self=compressor.self();var in_lambda=self instanceof AST_Lambda;var ret=[];loop:for(var i=statements.length;--i>=0;){var stat=statements[i];switch(true){case in_lambda&&stat instanceof AST_Return&&!stat.value&&ret.length==0:CHANGED=true;continue loop;case stat instanceof AST_If:if(stat.body instanceof AST_Return){if((in_lambda&&ret.length==0||ret[0]instanceof AST_Return&&!ret[0].value)&&!stat.body.value&&!stat.alternative){CHANGED=true;var cond=make_node(AST_SimpleStatement,stat.condition,{body:stat.condition});ret.unshift(cond);continue loop}if(ret[0]instanceof AST_Return&&stat.body.value&&ret[0].value&&!stat.alternative){CHANGED=true;stat=stat.clone();stat.alternative=ret[0];ret[0]=stat.transform(compressor);continue loop}if((ret.length==0||ret[0]instanceof AST_Return)&&stat.body.value&&!stat.alternative&&in_lambda){CHANGED=true;stat=stat.clone();stat.alternative=ret[0]||make_node(AST_Return,stat,{value:make_node(AST_Undefined,stat)});ret[0]=stat.transform(compressor);continue loop}if(!stat.body.value&&in_lambda){CHANGED=true;stat=stat.clone();stat.condition=stat.condition.negate(compressor);stat.body=make_node(AST_BlockStatement,stat,{body:as_statement_array(stat.alternative).concat(ret)});stat.alternative=null;ret=[stat.transform(compressor)];continue loop}if(ret.length==1&&in_lambda&&ret[0]instanceof AST_SimpleStatement&&(!stat.alternative||stat.alternative instanceof AST_SimpleStatement)){CHANGED=true;ret.push(make_node(AST_Return,ret[0],{value:make_node(AST_Undefined,ret[0])}).transform(compressor));ret=as_statement_array(stat.alternative).concat(ret);ret.unshift(stat);continue loop}}var ab=aborts(stat.body);var lct=ab instanceof AST_LoopControl?compressor.loopcontrol_target(ab.label):null;if(ab&&(ab instanceof AST_Return&&!ab.value&&in_lambda||ab instanceof AST_Continue&&self===loop_body(lct)||ab instanceof AST_Break&&lct instanceof AST_BlockStatement&&self===lct)){if(ab.label){remove(ab.label.thedef.references,ab)}CHANGED=true;var body=as_statement_array(stat.body).slice(0,-1);stat=stat.clone();stat.condition=stat.condition.negate(compressor);stat.body=make_node(AST_BlockStatement,stat,{body:as_statement_array(stat.alternative).concat(ret)});stat.alternative=make_node(AST_BlockStatement,stat,{body:body});ret=[stat.transform(compressor)];continue loop}var ab=aborts(stat.alternative);var lct=ab instanceof AST_LoopControl?compressor.loopcontrol_target(ab.label):null;if(ab&&(ab instanceof AST_Return&&!ab.value&&in_lambda||ab instanceof AST_Continue&&self===loop_body(lct)||ab instanceof AST_Break&&lct instanceof AST_BlockStatement&&self===lct)){if(ab.label){remove(ab.label.thedef.references,ab)}CHANGED=true;stat=stat.clone();stat.body=make_node(AST_BlockStatement,stat.body,{body:as_statement_array(stat.body).concat(ret)});stat.alternative=make_node(AST_BlockStatement,stat.alternative,{body:as_statement_array(stat.alternative).slice(0,-1)});ret=[stat.transform(compressor)];continue loop}ret.unshift(stat);break;default:ret.unshift(stat);break}}return ret}function eliminate_dead_code(statements,compressor){var has_quit=false;var orig=statements.length;var self=compressor.self();statements=statements.reduce(function(a,stat){if(has_quit){extract_declarations_from_unreachable_code(compressor,stat,a)}else{if(stat instanceof AST_LoopControl){var lct=compressor.loopcontrol_target(stat.label);if(stat instanceof AST_Break&&lct instanceof AST_BlockStatement&&loop_body(lct)===self||stat instanceof AST_Continue&&loop_body(lct)===self){if(stat.label){remove(stat.label.thedef.references,stat)}}else{a.push(stat)}}else{a.push(stat)}if(aborts(stat))has_quit=true}return a},[]);CHANGED=statements.length!=orig;return statements}function sequencesize(statements,compressor){if(statements.length<2)return statements;var seq=[],ret=[];function push_seq(){seq=AST_Seq.from_array(seq);if(seq)ret.push(make_node(AST_SimpleStatement,seq,{body:seq}));seq=[]}statements.forEach(function(stat){if(stat instanceof AST_SimpleStatement)seq.push(stat.body);else push_seq(),ret.push(stat)});push_seq();ret=sequencesize_2(ret,compressor);CHANGED=ret.length!=statements.length;return ret}function sequencesize_2(statements,compressor){function cons_seq(right){ret.pop();var left=prev.body;if(left instanceof AST_Seq){left.add(right)}else{left=AST_Seq.cons(left,right)}return left.transform(compressor)}var ret=[],prev=null;statements.forEach(function(stat){if(prev){if(stat instanceof AST_For){var opera={};try{prev.body.walk(new TreeWalker(function(node){if(node instanceof AST_Binary&&node.operator=="in")throw opera}));if(stat.init&&!(stat.init instanceof AST_Definitions)){stat.init=cons_seq(stat.init)}else if(!stat.init){stat.init=prev.body;ret.pop()}}catch(ex){if(ex!==opera)throw ex}}else if(stat instanceof AST_If){stat.condition=cons_seq(stat.condition)}else if(stat instanceof AST_With){stat.expression=cons_seq(stat.expression)}else if(stat instanceof AST_Exit&&stat.value){stat.value=cons_seq(stat.value)}else if(stat instanceof AST_Exit){stat.value=cons_seq(make_node(AST_Undefined,stat))}else if(stat instanceof AST_Switch){stat.expression=cons_seq(stat.expression)}}ret.push(stat);prev=stat instanceof AST_SimpleStatement?stat:null});return ret}function join_consecutive_vars(statements,compressor){var prev=null;return statements.reduce(function(a,stat){if(stat instanceof AST_Definitions&&prev&&prev.TYPE==stat.TYPE){prev.definitions=prev.definitions.concat(stat.definitions);CHANGED=true}else if(stat instanceof AST_For&&prev instanceof AST_Definitions&&(!stat.init||stat.init.TYPE==prev.TYPE)){CHANGED=true;a.pop();if(stat.init){stat.init.definitions=prev.definitions.concat(stat.init.definitions)}else{stat.init=prev}a.push(stat);prev=stat}else{prev=stat;a.push(stat)}return a},[])}function negate_iifes(statements,compressor){statements.forEach(function(stat){if(stat instanceof AST_SimpleStatement){stat.body=function transform(thing){return thing.transform(new TreeTransformer(function(node){if(node instanceof AST_Call&&node.expression instanceof AST_Function){return make_node(AST_UnaryPrefix,node,{operator:"!",expression:node})}else if(node instanceof AST_Call){node.expression=transform(node.expression)}else if(node instanceof AST_Seq){node.car=transform(node.car)}else if(node instanceof AST_Conditional){var expr=transform(node.condition);if(expr!==node.condition){node.condition=expr;var tmp=node.consequent;node.consequent=node.alternative;node.alternative=tmp}}return node}))}(stat.body)}})}}function extract_declarations_from_unreachable_code(compressor,stat,target){compressor.warn("Dropping unreachable code [{file}:{line},{col}]",stat.start);stat.walk(new TreeWalker(function(node){if(node instanceof AST_Definitions){compressor.warn("Declarations in unreachable code! [{file}:{line},{col}]",node.start);node.remove_initializers();target.push(node);return true}if(node instanceof AST_Defun){target.push(node);return true}if(node instanceof AST_Scope){return true}}))}(function(def){var unary_bool=["!","delete"];var binary_bool=["in","instanceof","==","!=","===","!==","<","<=",">=",">"];def(AST_Node,function(){return false});def(AST_UnaryPrefix,function(){return member(this.operator,unary_bool)});def(AST_Binary,function(){return member(this.operator,binary_bool)||(this.operator=="&&"||this.operator=="||")&&this.left.is_boolean()&&this.right.is_boolean()});def(AST_Conditional,function(){return this.consequent.is_boolean()&&this.alternative.is_boolean()});def(AST_Assign,function(){return this.operator=="="&&this.right.is_boolean()});def(AST_Seq,function(){return this.cdr.is_boolean()});def(AST_True,function(){return true});def(AST_False,function(){return true})})(function(node,func){node.DEFMETHOD("is_boolean",func)});(function(def){def(AST_Node,function(){return false});def(AST_String,function(){return true});def(AST_UnaryPrefix,function(){return this.operator=="typeof"});def(AST_Binary,function(compressor){return this.operator=="+"&&(this.left.is_string(compressor)||this.right.is_string(compressor))});def(AST_Assign,function(compressor){return(this.operator=="="||this.operator=="+=")&&this.right.is_string(compressor)});def(AST_Seq,function(compressor){return this.cdr.is_string(compressor)});def(AST_Conditional,function(compressor){return this.consequent.is_string(compressor)&&this.alternative.is_string(compressor)});def(AST_Call,function(compressor){return compressor.option("unsafe")&&this.expression instanceof AST_SymbolRef&&this.expression.name=="String"&&this.expression.undeclared()})})(function(node,func){node.DEFMETHOD("is_string",func)});function best_of(ast1,ast2){return ast1.print_to_string().length>ast2.print_to_string().length?ast2:ast1}(function(def){AST_Node.DEFMETHOD("evaluate",function(compressor){if(!compressor.option("evaluate"))return[this];try{var val=this._eval(compressor);return[best_of(make_node_from_constant(compressor,val,this),this),val]}catch(ex){if(ex!==def)throw ex;return[this]}});def(AST_Statement,function(){throw new Error(string_template("Cannot evaluate a statement [{file}:{line},{col}]",this.start))});def(AST_Function,function(){throw def});function ev(node,compressor){if(!compressor)throw new Error("Compressor must be passed");return node._eval(compressor)}def(AST_Node,function(){throw def});def(AST_Constant,function(){return this.getValue()});def(AST_UnaryPrefix,function(compressor){var e=this.expression;switch(this.operator){case"!":return!ev(e,compressor);case"typeof":if(e instanceof AST_Function)return typeof function(){};e=ev(e,compressor);if(e instanceof RegExp)throw def;return typeof e;case"void":return void ev(e,compressor);case"~":return~ev(e,compressor);case"-":e=ev(e,compressor);if(e===0)throw def;return-e;case"+":return+ev(e,compressor)}throw def});def(AST_Binary,function(c){var left=this.left,right=this.right;switch(this.operator){case"&&":return ev(left,c)&&ev(right,c);case"||":return ev(left,c)||ev(right,c);case"|":return ev(left,c)|ev(right,c);case"&":return ev(left,c)&ev(right,c);case"^":return ev(left,c)^ev(right,c);case"+":return ev(left,c)+ev(right,c);case"*":return ev(left,c)*ev(right,c);case"/":return ev(left,c)/ev(right,c);case"%":return ev(left,c)%ev(right,c);case"-":return ev(left,c)-ev(right,c);case"<<":return ev(left,c)<<ev(right,c);case">>":return ev(left,c)>>ev(right,c);case">>>":return ev(left,c)>>>ev(right,c);case"==":return ev(left,c)==ev(right,c);case"===":return ev(left,c)===ev(right,c);case"!=":return ev(left,c)!=ev(right,c);case"!==":return ev(left,c)!==ev(right,c);case"<":return ev(left,c)<ev(right,c);case"<=":return ev(left,c)<=ev(right,c);case">":return ev(left,c)>ev(right,c);case">=":return ev(left,c)>=ev(right,c);case"in":return ev(left,c)in ev(right,c);case"instanceof":return ev(left,c)instanceof ev(right,c)}throw def});def(AST_Conditional,function(compressor){return ev(this.condition,compressor)?ev(this.consequent,compressor):ev(this.alternative,compressor)});def(AST_SymbolRef,function(compressor){var d=this.definition();if(d&&d.constant&&d.init)return ev(d.init,compressor);throw def});def(AST_Dot,function(compressor){if(compressor.option("unsafe")&&this.property=="length"){var str=ev(this.expression,compressor);if(typeof str=="string")return str.length}throw def})})(function(node,func){node.DEFMETHOD("_eval",func)});(function(def){function basic_negation(exp){return make_node(AST_UnaryPrefix,exp,{operator:"!",expression:exp})}def(AST_Node,function(){return basic_negation(this)});def(AST_Statement,function(){throw new Error("Cannot negate a statement")});def(AST_Function,function(){return basic_negation(this)});def(AST_UnaryPrefix,function(){if(this.operator=="!")return this.expression;return basic_negation(this)});def(AST_Seq,function(compressor){var self=this.clone();self.cdr=self.cdr.negate(compressor);return self});def(AST_Conditional,function(compressor){var self=this.clone();self.consequent=self.consequent.negate(compressor);self.alternative=self.alternative.negate(compressor);return best_of(basic_negation(this),self)});def(AST_Binary,function(compressor){var self=this.clone(),op=this.operator;if(compressor.option("unsafe_comps")){switch(op){case"<=":self.operator=">";return self;case"<":self.operator=">=";return self;case">=":self.operator="<";return self;case">":self.operator="<=";return self}}switch(op){case"==":self.operator="!=";return self;case"!=":self.operator="==";return self;case"===":self.operator="!==";return self;case"!==":self.operator="===";return self;case"&&":self.operator="||";self.left=self.left.negate(compressor);self.right=self.right.negate(compressor);return best_of(basic_negation(this),self);case"||":self.operator="&&";self.left=self.left.negate(compressor);self.right=self.right.negate(compressor);return best_of(basic_negation(this),self)}return basic_negation(this)})})(function(node,func){node.DEFMETHOD("negate",function(compressor){return func.call(this,compressor)})});(function(def){def(AST_Node,function(compressor){return true});def(AST_EmptyStatement,function(compressor){return false});def(AST_Constant,function(compressor){return false});def(AST_This,function(compressor){return false});def(AST_Call,function(compressor){var pure=compressor.option("pure_funcs");if(!pure)return true;return pure.indexOf(this.expression.print_to_string())<0});def(AST_Block,function(compressor){for(var i=this.body.length;--i>=0;){if(this.body[i].has_side_effects(compressor))return true}return false});def(AST_SimpleStatement,function(compressor){return this.body.has_side_effects(compressor)});def(AST_Defun,function(compressor){return true});def(AST_Function,function(compressor){return false});def(AST_Binary,function(compressor){return this.left.has_side_effects(compressor)||this.right.has_side_effects(compressor)});def(AST_Assign,function(compressor){return true});def(AST_Conditional,function(compressor){return this.condition.has_side_effects(compressor)||this.consequent.has_side_effects(compressor)||this.alternative.has_side_effects(compressor)});def(AST_Unary,function(compressor){return this.operator=="delete"||this.operator=="++"||this.operator=="--"||this.expression.has_side_effects(compressor)});def(AST_SymbolRef,function(compressor){return this.global()&&this.undeclared()});def(AST_Object,function(compressor){for(var i=this.properties.length;--i>=0;)if(this.properties[i].has_side_effects(compressor))return true;return false});def(AST_ObjectProperty,function(compressor){return this.value.has_side_effects(compressor)});def(AST_Array,function(compressor){for(var i=this.elements.length;--i>=0;)if(this.elements[i].has_side_effects(compressor))return true;return false});def(AST_Dot,function(compressor){if(!compressor.option("pure_getters"))return true;return this.expression.has_side_effects(compressor)});def(AST_Sub,function(compressor){if(!compressor.option("pure_getters"))return true;return this.expression.has_side_effects(compressor)||this.property.has_side_effects(compressor)});def(AST_PropAccess,function(compressor){return!compressor.option("pure_getters")});def(AST_Seq,function(compressor){return this.car.has_side_effects(compressor)||this.cdr.has_side_effects(compressor)})})(function(node,func){node.DEFMETHOD("has_side_effects",func)});function aborts(thing){return thing&&thing.aborts()}(function(def){def(AST_Statement,function(){return null});def(AST_Jump,function(){return this});function block_aborts(){var n=this.body.length;return n>0&&aborts(this.body[n-1])}def(AST_BlockStatement,block_aborts);def(AST_SwitchBranch,block_aborts);def(AST_If,function(){return this.alternative&&aborts(this.body)&&aborts(this.alternative)})})(function(node,func){node.DEFMETHOD("aborts",func)});OPT(AST_Directive,function(self,compressor){if(self.scope.has_directive(self.value)!==self.scope){return make_node(AST_EmptyStatement,self)}return self});OPT(AST_Debugger,function(self,compressor){if(compressor.option("drop_debugger"))return make_node(AST_EmptyStatement,self);return self});OPT(AST_LabeledStatement,function(self,compressor){if(self.body instanceof AST_Break&&compressor.loopcontrol_target(self.body.label)===self.body){return make_node(AST_EmptyStatement,self)}return self.label.references.length==0?self.body:self});OPT(AST_Block,function(self,compressor){self.body=tighten_body(self.body,compressor);return self});OPT(AST_BlockStatement,function(self,compressor){self.body=tighten_body(self.body,compressor);switch(self.body.length){case 1:return self.body[0];case 0:return make_node(AST_EmptyStatement,self)}return self});AST_Scope.DEFMETHOD("drop_unused",function(compressor){var self=this;if(compressor.option("unused")&&!(self instanceof AST_Toplevel)&&!self.uses_eval){var in_use=[];var initializations=new Dictionary;var scope=this;var tw=new TreeWalker(function(node,descend){if(node!==self){if(node instanceof AST_Defun){initializations.add(node.name.name,node);return true}if(node instanceof AST_Definitions&&scope===self){node.definitions.forEach(function(def){if(def.value){initializations.add(def.name.name,def.value);if(def.value.has_side_effects(compressor)){def.value.walk(tw)}}});return true}if(node instanceof AST_SymbolRef){push_uniq(in_use,node.definition());return true}if(node instanceof AST_Scope){var save_scope=scope;scope=node;descend();scope=save_scope;return true}}});self.walk(tw);for(var i=0;i<in_use.length;++i){in_use[i].orig.forEach(function(decl){var init=initializations.get(decl.name);if(init)init.forEach(function(init){var tw=new TreeWalker(function(node){if(node instanceof AST_SymbolRef){push_uniq(in_use,node.definition())}});init.walk(tw)})})}var tt=new TreeTransformer(function before(node,descend,in_list){if(node instanceof AST_Lambda&&!(node instanceof AST_Accessor)){if(!compressor.option("keep_fargs")){for(var a=node.argnames,i=a.length;--i>=0;){var sym=a[i];if(sym.unreferenced()){a.pop();compressor.warn("Dropping unused function argument {name} [{file}:{line},{col}]",{name:sym.name,file:sym.start.file,line:sym.start.line,col:sym.start.col})}else break}}}if(node instanceof AST_Defun&&node!==self){if(!member(node.name.definition(),in_use)){compressor.warn("Dropping unused function {name} [{file}:{line},{col}]",{name:node.name.name,file:node.name.start.file,line:node.name.start.line,col:node.name.start.col});return make_node(AST_EmptyStatement,node)}return node}if(node instanceof AST_Definitions&&!(tt.parent()instanceof AST_ForIn)){var def=node.definitions.filter(function(def){if(member(def.name.definition(),in_use))return true;var w={name:def.name.name,file:def.name.start.file,line:def.name.start.line,col:def.name.start.col};if(def.value&&def.value.has_side_effects(compressor)){def._unused_side_effects=true;compressor.warn("Side effects in initialization of unused variable {name} [{file}:{line},{col}]",w);return true}compressor.warn("Dropping unused variable {name} [{file}:{line},{col}]",w);return false});def=mergeSort(def,function(a,b){if(!a.value&&b.value)return-1;if(!b.value&&a.value)return 1;return 0});var side_effects=[];for(var i=0;i<def.length;){var x=def[i];if(x._unused_side_effects){side_effects.push(x.value);def.splice(i,1)}else{if(side_effects.length>0){side_effects.push(x.value);x.value=AST_Seq.from_array(side_effects);side_effects=[]}++i}}if(side_effects.length>0){side_effects=make_node(AST_BlockStatement,node,{body:[make_node(AST_SimpleStatement,node,{body:AST_Seq.from_array(side_effects)})]})}else{side_effects=null}if(def.length==0&&!side_effects){return make_node(AST_EmptyStatement,node)}if(def.length==0){return side_effects}node.definitions=def;if(side_effects){side_effects.body.unshift(node);node=side_effects}return node}if(node instanceof AST_For){descend(node,this);if(node.init instanceof AST_BlockStatement){var body=node.init.body.slice(0,-1);node.init=node.init.body.slice(-1)[0].body;body.push(node);return in_list?MAP.splice(body):make_node(AST_BlockStatement,node,{body:body})}}if(node instanceof AST_Scope&&node!==self)return node});self.transform(tt)}});AST_Scope.DEFMETHOD("hoist_declarations",function(compressor){var hoist_funs=compressor.option("hoist_funs");var hoist_vars=compressor.option("hoist_vars");var self=this;if(hoist_funs||hoist_vars){var dirs=[];var hoisted=[];var vars=new Dictionary,vars_found=0,var_decl=0;self.walk(new TreeWalker(function(node){if(node instanceof AST_Scope&&node!==self)return true;if(node instanceof AST_Var){++var_decl;return true}}));hoist_vars=hoist_vars&&var_decl>1;var tt=new TreeTransformer(function before(node){if(node!==self){if(node instanceof AST_Directive){dirs.push(node);return make_node(AST_EmptyStatement,node)}if(node instanceof AST_Defun&&hoist_funs){hoisted.push(node);return make_node(AST_EmptyStatement,node)}if(node instanceof AST_Var&&hoist_vars){node.definitions.forEach(function(def){vars.set(def.name.name,def);++vars_found});var seq=node.to_assignments();var p=tt.parent();if(p instanceof AST_ForIn&&p.init===node){if(seq==null)return node.definitions[0].name;return seq}if(p instanceof AST_For&&p.init===node){return seq}if(!seq)return make_node(AST_EmptyStatement,node);return make_node(AST_SimpleStatement,node,{body:seq})}if(node instanceof AST_Scope)return node}});self=self.transform(tt);if(vars_found>0){var defs=[];vars.each(function(def,name){if(self instanceof AST_Lambda&&find_if(function(x){return x.name==def.name.name},self.argnames)){vars.del(name)}else{def=def.clone();def.value=null;defs.push(def);vars.set(name,def)}});if(defs.length>0){for(var i=0;i<self.body.length;){if(self.body[i]instanceof AST_SimpleStatement){var expr=self.body[i].body,sym,assign;if(expr instanceof AST_Assign&&expr.operator=="="&&(sym=expr.left)instanceof AST_Symbol&&vars.has(sym.name)){var def=vars.get(sym.name);if(def.value)break;def.value=expr.right;remove(defs,def);defs.push(def);self.body.splice(i,1);continue}if(expr instanceof AST_Seq&&(assign=expr.car)instanceof AST_Assign&&assign.operator=="="&&(sym=assign.left)instanceof AST_Symbol&&vars.has(sym.name)){var def=vars.get(sym.name);if(def.value)break;def.value=assign.right;remove(defs,def);defs.push(def);self.body[i].body=expr.cdr;continue}}if(self.body[i]instanceof AST_EmptyStatement){self.body.splice(i,1);continue}if(self.body[i]instanceof AST_BlockStatement){var tmp=[i,1].concat(self.body[i].body);self.body.splice.apply(self.body,tmp);continue}break}defs=make_node(AST_Var,self,{definitions:defs});hoisted.push(defs)}}self.body=dirs.concat(hoisted,self.body)}return self});OPT(AST_SimpleStatement,function(self,compressor){if(compressor.option("side_effects")){if(!self.body.has_side_effects(compressor)){compressor.warn("Dropping side-effect-free statement [{file}:{line},{col}]",self.start);return make_node(AST_EmptyStatement,self)}}return self});OPT(AST_DWLoop,function(self,compressor){var cond=self.condition.evaluate(compressor);self.condition=cond[0];if(!compressor.option("loops"))return self;if(cond.length>1){if(cond[1]){return make_node(AST_For,self,{body:self.body})}else if(self instanceof AST_While){if(compressor.option("dead_code")){var a=[];extract_declarations_from_unreachable_code(compressor,self.body,a);return make_node(AST_BlockStatement,self,{body:a})}}}return self});function if_break_in_loop(self,compressor){function drop_it(rest){rest=as_statement_array(rest);if(self.body instanceof AST_BlockStatement){self.body=self.body.clone();self.body.body=rest.concat(self.body.body.slice(1));self.body=self.body.transform(compressor)}else{self.body=make_node(AST_BlockStatement,self.body,{body:rest}).transform(compressor)}if_break_in_loop(self,compressor)}var first=self.body instanceof AST_BlockStatement?self.body.body[0]:self.body;if(first instanceof AST_If){if(first.body instanceof AST_Break&&compressor.loopcontrol_target(first.body.label)===self){if(self.condition){self.condition=make_node(AST_Binary,self.condition,{left:self.condition,operator:"&&",right:first.condition.negate(compressor)})}else{self.condition=first.condition.negate(compressor)}drop_it(first.alternative)}else if(first.alternative instanceof AST_Break&&compressor.loopcontrol_target(first.alternative.label)===self){if(self.condition){self.condition=make_node(AST_Binary,self.condition,{left:self.condition,operator:"&&",right:first.condition})}else{self.condition=first.condition}drop_it(first.body)}}}OPT(AST_While,function(self,compressor){if(!compressor.option("loops"))return self;self=AST_DWLoop.prototype.optimize.call(self,compressor);if(self instanceof AST_While){if_break_in_loop(self,compressor);self=make_node(AST_For,self,self).transform(compressor)}return self});OPT(AST_For,function(self,compressor){var cond=self.condition;if(cond){cond=cond.evaluate(compressor);self.condition=cond[0]}if(!compressor.option("loops"))return self;if(cond){if(cond.length>1&&!cond[1]){if(compressor.option("dead_code")){var a=[];if(self.init instanceof AST_Statement){a.push(self.init)}else if(self.init){a.push(make_node(AST_SimpleStatement,self.init,{body:self.init}))}extract_declarations_from_unreachable_code(compressor,self.body,a);return make_node(AST_BlockStatement,self,{body:a})}}}if_break_in_loop(self,compressor);return self});OPT(AST_If,function(self,compressor){if(!compressor.option("conditionals"))return self;var cond=self.condition.evaluate(compressor);self.condition=cond[0];if(cond.length>1){if(cond[1]){compressor.warn("Condition always true [{file}:{line},{col}]",self.condition.start);if(compressor.option("dead_code")){var a=[];if(self.alternative){extract_declarations_from_unreachable_code(compressor,self.alternative,a)}a.push(self.body);return make_node(AST_BlockStatement,self,{body:a}).transform(compressor)}}else{compressor.warn("Condition always false [{file}:{line},{col}]",self.condition.start);if(compressor.option("dead_code")){var a=[];extract_declarations_from_unreachable_code(compressor,self.body,a);if(self.alternative)a.push(self.alternative);return make_node(AST_BlockStatement,self,{body:a}).transform(compressor)}}}if(is_empty(self.alternative))self.alternative=null;var negated=self.condition.negate(compressor);var negated_is_best=best_of(self.condition,negated)===negated;if(self.alternative&&negated_is_best){negated_is_best=false;self.condition=negated;var tmp=self.body;self.body=self.alternative||make_node(AST_EmptyStatement);self.alternative=tmp}if(is_empty(self.body)&&is_empty(self.alternative)){return make_node(AST_SimpleStatement,self.condition,{body:self.condition}).transform(compressor)}if(self.body instanceof AST_SimpleStatement&&self.alternative instanceof AST_SimpleStatement){return make_node(AST_SimpleStatement,self,{body:make_node(AST_Conditional,self,{condition:self.condition,consequent:self.body.body,alternative:self.alternative.body})}).transform(compressor)
2089
+ }if(is_empty(self.alternative)&&self.body instanceof AST_SimpleStatement){if(negated_is_best)return make_node(AST_SimpleStatement,self,{body:make_node(AST_Binary,self,{operator:"||",left:negated,right:self.body.body})}).transform(compressor);return make_node(AST_SimpleStatement,self,{body:make_node(AST_Binary,self,{operator:"&&",left:self.condition,right:self.body.body})}).transform(compressor)}if(self.body instanceof AST_EmptyStatement&&self.alternative&&self.alternative instanceof AST_SimpleStatement){return make_node(AST_SimpleStatement,self,{body:make_node(AST_Binary,self,{operator:"||",left:self.condition,right:self.alternative.body})}).transform(compressor)}if(self.body instanceof AST_Exit&&self.alternative instanceof AST_Exit&&self.body.TYPE==self.alternative.TYPE){return make_node(self.body.CTOR,self,{value:make_node(AST_Conditional,self,{condition:self.condition,consequent:self.body.value||make_node(AST_Undefined,self.body).optimize(compressor),alternative:self.alternative.value||make_node(AST_Undefined,self.alternative).optimize(compressor)})}).transform(compressor)}if(self.body instanceof AST_If&&!self.body.alternative&&!self.alternative){self.condition=make_node(AST_Binary,self.condition,{operator:"&&",left:self.condition,right:self.body.condition}).transform(compressor);self.body=self.body.body}if(aborts(self.body)){if(self.alternative){var alt=self.alternative;self.alternative=null;return make_node(AST_BlockStatement,self,{body:[self,alt]}).transform(compressor)}}if(aborts(self.alternative)){var body=self.body;self.body=self.alternative;self.condition=negated_is_best?negated:self.condition.negate(compressor);self.alternative=null;return make_node(AST_BlockStatement,self,{body:[self,body]}).transform(compressor)}return self});OPT(AST_Switch,function(self,compressor){if(self.body.length==0&&compressor.option("conditionals")){return make_node(AST_SimpleStatement,self,{body:self.expression}).transform(compressor)}for(;;){var last_branch=self.body[self.body.length-1];if(last_branch){var stat=last_branch.body[last_branch.body.length-1];if(stat instanceof AST_Break&&loop_body(compressor.loopcontrol_target(stat.label))===self)last_branch.body.pop();if(last_branch instanceof AST_Default&&last_branch.body.length==0){self.body.pop();continue}}break}var exp=self.expression.evaluate(compressor);out:if(exp.length==2)try{self.expression=exp[0];if(!compressor.option("dead_code"))break out;var value=exp[1];var in_if=false;var in_block=false;var started=false;var stopped=false;var ruined=false;var tt=new TreeTransformer(function(node,descend,in_list){if(node instanceof AST_Lambda||node instanceof AST_SimpleStatement){return node}else if(node instanceof AST_Switch&&node===self){node=node.clone();descend(node,this);return ruined?node:make_node(AST_BlockStatement,node,{body:node.body.reduce(function(a,branch){return a.concat(branch.body)},[])}).transform(compressor)}else if(node instanceof AST_If||node instanceof AST_Try){var save=in_if;in_if=!in_block;descend(node,this);in_if=save;return node}else if(node instanceof AST_StatementWithBody||node instanceof AST_Switch){var save=in_block;in_block=true;descend(node,this);in_block=save;return node}else if(node instanceof AST_Break&&this.loopcontrol_target(node.label)===self){if(in_if){ruined=true;return node}if(in_block)return node;stopped=true;return in_list?MAP.skip:make_node(AST_EmptyStatement,node)}else if(node instanceof AST_SwitchBranch&&this.parent()===self){if(stopped)return MAP.skip;if(node instanceof AST_Case){var exp=node.expression.evaluate(compressor);if(exp.length<2){throw self}if(exp[1]===value||started){started=true;if(aborts(node))stopped=true;descend(node,this);return node}return MAP.skip}descend(node,this);return node}});tt.stack=compressor.stack.slice();self=self.transform(tt)}catch(ex){if(ex!==self)throw ex}return self});OPT(AST_Case,function(self,compressor){self.body=tighten_body(self.body,compressor);return self});OPT(AST_Try,function(self,compressor){self.body=tighten_body(self.body,compressor);return self});AST_Definitions.DEFMETHOD("remove_initializers",function(){this.definitions.forEach(function(def){def.value=null})});AST_Definitions.DEFMETHOD("to_assignments",function(){var assignments=this.definitions.reduce(function(a,def){if(def.value){var name=make_node(AST_SymbolRef,def.name,def.name);a.push(make_node(AST_Assign,def,{operator:"=",left:name,right:def.value}))}return a},[]);if(assignments.length==0)return null;return AST_Seq.from_array(assignments)});OPT(AST_Definitions,function(self,compressor){if(self.definitions.length==0)return make_node(AST_EmptyStatement,self);return self});OPT(AST_Function,function(self,compressor){self=AST_Lambda.prototype.optimize.call(self,compressor);if(compressor.option("unused")){if(self.name&&self.name.unreferenced()){self.name=null}}return self});OPT(AST_Call,function(self,compressor){if(compressor.option("unsafe")){var exp=self.expression;if(exp instanceof AST_SymbolRef&&exp.undeclared()){switch(exp.name){case"Array":if(self.args.length!=1){return make_node(AST_Array,self,{elements:self.args}).transform(compressor)}break;case"Object":if(self.args.length==0){return make_node(AST_Object,self,{properties:[]})}break;case"String":if(self.args.length==0)return make_node(AST_String,self,{value:""});if(self.args.length<=1)return make_node(AST_Binary,self,{left:self.args[0],operator:"+",right:make_node(AST_String,self,{value:""})}).transform(compressor);break;case"Number":if(self.args.length==0)return make_node(AST_Number,self,{value:0});if(self.args.length==1)return make_node(AST_UnaryPrefix,self,{expression:self.args[0],operator:"+"}).transform(compressor);case"Boolean":if(self.args.length==0)return make_node(AST_False,self);if(self.args.length==1)return make_node(AST_UnaryPrefix,self,{expression:make_node(AST_UnaryPrefix,null,{expression:self.args[0],operator:"!"}),operator:"!"}).transform(compressor);break;case"Function":if(all(self.args,function(x){return x instanceof AST_String})){try{var code="(function("+self.args.slice(0,-1).map(function(arg){return arg.value}).join(",")+"){"+self.args[self.args.length-1].value+"})()";var ast=parse(code);ast.figure_out_scope({screw_ie8:compressor.option("screw_ie8")});var comp=new Compressor(compressor.options);ast=ast.transform(comp);ast.figure_out_scope({screw_ie8:compressor.option("screw_ie8")});ast.mangle_names();var fun;try{ast.walk(new TreeWalker(function(node){if(node instanceof AST_Lambda){fun=node;throw ast}}))}catch(ex){if(ex!==ast)throw ex}if(!fun)return self;var args=fun.argnames.map(function(arg,i){return make_node(AST_String,self.args[i],{value:arg.print_to_string()})});var code=OutputStream();AST_BlockStatement.prototype._codegen.call(fun,fun,code);code=code.toString().replace(/^\{|\}$/g,"");args.push(make_node(AST_String,self.args[self.args.length-1],{value:code}));self.args=args;return self}catch(ex){if(ex instanceof JS_Parse_Error){compressor.warn("Error parsing code passed to new Function [{file}:{line},{col}]",self.args[self.args.length-1].start);compressor.warn(ex.toString())}else{console.log(ex);throw ex}}}break}}else if(exp instanceof AST_Dot&&exp.property=="toString"&&self.args.length==0){return make_node(AST_Binary,self,{left:make_node(AST_String,self,{value:""}),operator:"+",right:exp.expression}).transform(compressor)}else if(exp instanceof AST_Dot&&exp.expression instanceof AST_Array&&exp.property=="join")EXIT:{var separator=self.args.length==0?",":self.args[0].evaluate(compressor)[1];if(separator==null)break EXIT;var elements=exp.expression.elements.reduce(function(a,el){el=el.evaluate(compressor);if(a.length==0||el.length==1){a.push(el)}else{var last=a[a.length-1];if(last.length==2){var val=""+last[1]+separator+el[1];a[a.length-1]=[make_node_from_constant(compressor,val,last[0]),val]}else{a.push(el)}}return a},[]);if(elements.length==0)return make_node(AST_String,self,{value:""});if(elements.length==1)return elements[0][0];if(separator==""){var first;if(elements[0][0]instanceof AST_String||elements[1][0]instanceof AST_String){first=elements.shift()[0]}else{first=make_node(AST_String,self,{value:""})}return elements.reduce(function(prev,el){return make_node(AST_Binary,el[0],{operator:"+",left:prev,right:el[0]})},first).transform(compressor)}var node=self.clone();node.expression=node.expression.clone();node.expression.expression=node.expression.expression.clone();node.expression.expression.elements=elements.map(function(el){return el[0]});return best_of(self,node)}}if(compressor.option("side_effects")){if(self.expression instanceof AST_Function&&self.args.length==0&&!AST_Block.prototype.has_side_effects.call(self.expression,compressor)){return make_node(AST_Undefined,self).transform(compressor)}}if(compressor.option("drop_console")){if(self.expression instanceof AST_PropAccess&&self.expression.expression instanceof AST_SymbolRef&&self.expression.expression.name=="console"&&self.expression.expression.undeclared()){return make_node(AST_Undefined,self).transform(compressor)}}return self.evaluate(compressor)[0]});OPT(AST_New,function(self,compressor){if(compressor.option("unsafe")){var exp=self.expression;if(exp instanceof AST_SymbolRef&&exp.undeclared()){switch(exp.name){case"Object":case"RegExp":case"Function":case"Error":case"Array":return make_node(AST_Call,self,self).transform(compressor)}}}return self});OPT(AST_Seq,function(self,compressor){if(!compressor.option("side_effects"))return self;if(!self.car.has_side_effects(compressor)){var p;if(!(self.cdr instanceof AST_SymbolRef&&self.cdr.name=="eval"&&self.cdr.undeclared()&&(p=compressor.parent())instanceof AST_Call&&p.expression===self)){return self.cdr}}if(compressor.option("cascade")){if(self.car instanceof AST_Assign&&!self.car.left.has_side_effects(compressor)){if(self.car.left.equivalent_to(self.cdr)){return self.car}if(self.cdr instanceof AST_Call&&self.cdr.expression.equivalent_to(self.car.left)){self.cdr.expression=self.car;return self.cdr}}if(!self.car.has_side_effects(compressor)&&!self.cdr.has_side_effects(compressor)&&self.car.equivalent_to(self.cdr)){return self.car}}if(self.cdr instanceof AST_UnaryPrefix&&self.cdr.operator=="void"&&!self.cdr.expression.has_side_effects(compressor)){self.cdr.operator=self.car;return self.cdr}if(self.cdr instanceof AST_Undefined){return make_node(AST_UnaryPrefix,self,{operator:"void",expression:self.car})}return self});AST_Unary.DEFMETHOD("lift_sequences",function(compressor){if(compressor.option("sequences")){if(this.expression instanceof AST_Seq){var seq=this.expression;var x=seq.to_array();this.expression=x.pop();x.push(this);seq=AST_Seq.from_array(x).transform(compressor);return seq}}return this});OPT(AST_UnaryPostfix,function(self,compressor){return self.lift_sequences(compressor)});OPT(AST_UnaryPrefix,function(self,compressor){self=self.lift_sequences(compressor);var e=self.expression;if(compressor.option("booleans")&&compressor.in_boolean_context()){switch(self.operator){case"!":if(e instanceof AST_UnaryPrefix&&e.operator=="!"){return e.expression}break;case"typeof":compressor.warn("Boolean expression always true [{file}:{line},{col}]",self.start);return make_node(AST_True,self)}if(e instanceof AST_Binary&&self.operator=="!"){self=best_of(self,e.negate(compressor))}}return self.evaluate(compressor)[0]});function has_side_effects_or_prop_access(node,compressor){var save_pure_getters=compressor.option("pure_getters");compressor.options.pure_getters=false;var ret=node.has_side_effects(compressor);compressor.options.pure_getters=save_pure_getters;return ret}AST_Binary.DEFMETHOD("lift_sequences",function(compressor){if(compressor.option("sequences")){if(this.left instanceof AST_Seq){var seq=this.left;var x=seq.to_array();this.left=x.pop();x.push(this);seq=AST_Seq.from_array(x).transform(compressor);return seq}if(this.right instanceof AST_Seq&&this instanceof AST_Assign&&!has_side_effects_or_prop_access(this.left,compressor)){var seq=this.right;var x=seq.to_array();this.right=x.pop();x.push(this);seq=AST_Seq.from_array(x).transform(compressor);return seq}}return this});var commutativeOperators=makePredicate("== === != !== * & | ^");OPT(AST_Binary,function(self,compressor){var reverse=compressor.has_directive("use asm")?noop:function(op,force){if(force||!(self.left.has_side_effects(compressor)||self.right.has_side_effects(compressor))){if(op)self.operator=op;var tmp=self.left;self.left=self.right;self.right=tmp}};if(commutativeOperators(self.operator)){if(self.right instanceof AST_Constant&&!(self.left instanceof AST_Constant)){if(!(self.left instanceof AST_Binary&&PRECEDENCE[self.left.operator]>=PRECEDENCE[self.operator])){reverse(null,true)}}if(/^[!=]==?$/.test(self.operator)){if(self.left instanceof AST_SymbolRef&&self.right instanceof AST_Conditional){if(self.right.consequent instanceof AST_SymbolRef&&self.right.consequent.definition()===self.left.definition()){if(/^==/.test(self.operator))return self.right.condition;if(/^!=/.test(self.operator))return self.right.condition.negate(compressor)}if(self.right.alternative instanceof AST_SymbolRef&&self.right.alternative.definition()===self.left.definition()){if(/^==/.test(self.operator))return self.right.condition.negate(compressor);if(/^!=/.test(self.operator))return self.right.condition}}if(self.right instanceof AST_SymbolRef&&self.left instanceof AST_Conditional){if(self.left.consequent instanceof AST_SymbolRef&&self.left.consequent.definition()===self.right.definition()){if(/^==/.test(self.operator))return self.left.condition;if(/^!=/.test(self.operator))return self.left.condition.negate(compressor)}if(self.left.alternative instanceof AST_SymbolRef&&self.left.alternative.definition()===self.right.definition()){if(/^==/.test(self.operator))return self.left.condition.negate(compressor);if(/^!=/.test(self.operator))return self.left.condition}}}}self=self.lift_sequences(compressor);if(compressor.option("comparisons"))switch(self.operator){case"===":case"!==":if(self.left.is_string(compressor)&&self.right.is_string(compressor)||self.left.is_boolean()&&self.right.is_boolean()){self.operator=self.operator.substr(0,2)}case"==":case"!=":if(self.left instanceof AST_String&&self.left.value=="undefined"&&self.right instanceof AST_UnaryPrefix&&self.right.operator=="typeof"&&compressor.option("unsafe")){if(!(self.right.expression instanceof AST_SymbolRef)||!self.right.expression.undeclared()){self.right=self.right.expression;self.left=make_node(AST_Undefined,self.left).optimize(compressor);if(self.operator.length==2)self.operator+="="}}break}if(compressor.option("booleans")&&compressor.in_boolean_context())switch(self.operator){case"&&":var ll=self.left.evaluate(compressor);var rr=self.right.evaluate(compressor);if(ll.length>1&&!ll[1]||rr.length>1&&!rr[1]){compressor.warn("Boolean && always false [{file}:{line},{col}]",self.start);return make_node(AST_False,self)}if(ll.length>1&&ll[1]){return rr[0]}if(rr.length>1&&rr[1]){return ll[0]}break;case"||":var ll=self.left.evaluate(compressor);var rr=self.right.evaluate(compressor);if(ll.length>1&&ll[1]||rr.length>1&&rr[1]){compressor.warn("Boolean || always true [{file}:{line},{col}]",self.start);return make_node(AST_True,self)}if(ll.length>1&&!ll[1]){return rr[0]}if(rr.length>1&&!rr[1]){return ll[0]}break;case"+":var ll=self.left.evaluate(compressor);var rr=self.right.evaluate(compressor);if(ll.length>1&&ll[0]instanceof AST_String&&ll[1]||rr.length>1&&rr[0]instanceof AST_String&&rr[1]){compressor.warn("+ in boolean context always true [{file}:{line},{col}]",self.start);return make_node(AST_True,self)}break}if(compressor.option("comparisons")){if(!(compressor.parent()instanceof AST_Binary)||compressor.parent()instanceof AST_Assign){var negated=make_node(AST_UnaryPrefix,self,{operator:"!",expression:self.negate(compressor)});self=best_of(self,negated)}switch(self.operator){case"<":reverse(">");break;case"<=":reverse(">=");break}}if(self.operator=="+"&&self.right instanceof AST_String&&self.right.getValue()===""&&self.left instanceof AST_Binary&&self.left.operator=="+"&&self.left.is_string(compressor)){return self.left}if(compressor.option("evaluate")){if(self.operator=="+"){if(self.left instanceof AST_Constant&&self.right instanceof AST_Binary&&self.right.operator=="+"&&self.right.left instanceof AST_Constant&&self.right.is_string(compressor)){self=make_node(AST_Binary,self,{operator:"+",left:make_node(AST_String,null,{value:""+self.left.getValue()+self.right.left.getValue(),start:self.left.start,end:self.right.left.end}),right:self.right.right})}if(self.right instanceof AST_Constant&&self.left instanceof AST_Binary&&self.left.operator=="+"&&self.left.right instanceof AST_Constant&&self.left.is_string(compressor)){self=make_node(AST_Binary,self,{operator:"+",left:self.left.left,right:make_node(AST_String,null,{value:""+self.left.right.getValue()+self.right.getValue(),start:self.left.right.start,end:self.right.end})})}if(self.left instanceof AST_Binary&&self.left.operator=="+"&&self.left.is_string(compressor)&&self.left.right instanceof AST_Constant&&self.right instanceof AST_Binary&&self.right.operator=="+"&&self.right.left instanceof AST_Constant&&self.right.is_string(compressor)){self=make_node(AST_Binary,self,{operator:"+",left:make_node(AST_Binary,self.left,{operator:"+",left:self.left.left,right:make_node(AST_String,null,{value:""+self.left.right.getValue()+self.right.left.getValue(),start:self.left.right.start,end:self.right.left.end})}),right:self.right.right})}}}if(self.right instanceof AST_Binary&&self.right.operator==self.operator&&(self.operator=="*"||self.operator=="&&"||self.operator=="||")){self.left=make_node(AST_Binary,self.left,{operator:self.operator,left:self.left,right:self.right.left});self.right=self.right.right;return self.transform(compressor)}return self.evaluate(compressor)[0]});OPT(AST_SymbolRef,function(self,compressor){if(self.undeclared()){var defines=compressor.option("global_defs");if(defines&&defines.hasOwnProperty(self.name)){return make_node_from_constant(compressor,defines[self.name],self)}switch(self.name){case"undefined":return make_node(AST_Undefined,self);case"NaN":return make_node(AST_NaN,self);case"Infinity":return make_node(AST_Infinity,self)}}return self});OPT(AST_Undefined,function(self,compressor){if(compressor.option("unsafe")){var scope=compressor.find_parent(AST_Scope);var undef=scope.find_variable("undefined");if(undef){var ref=make_node(AST_SymbolRef,self,{name:"undefined",scope:scope,thedef:undef});ref.reference();return ref}}return self});var ASSIGN_OPS=["+","-","/","*","%",">>","<<",">>>","|","^","&"];OPT(AST_Assign,function(self,compressor){self=self.lift_sequences(compressor);if(self.operator=="="&&self.left instanceof AST_SymbolRef&&self.right instanceof AST_Binary&&self.right.left instanceof AST_SymbolRef&&self.right.left.name==self.left.name&&member(self.right.operator,ASSIGN_OPS)){self.operator=self.right.operator+"=";self.right=self.right.right}return self});OPT(AST_Conditional,function(self,compressor){if(!compressor.option("conditionals"))return self;if(self.condition instanceof AST_Seq){var car=self.condition.car;self.condition=self.condition.cdr;return AST_Seq.cons(car,self)}var cond=self.condition.evaluate(compressor);if(cond.length>1){if(cond[1]){compressor.warn("Condition always true [{file}:{line},{col}]",self.start);return self.consequent}else{compressor.warn("Condition always false [{file}:{line},{col}]",self.start);return self.alternative}}var negated=cond[0].negate(compressor);if(best_of(cond[0],negated)===negated){self=make_node(AST_Conditional,self,{condition:negated,consequent:self.alternative,alternative:self.consequent})}var consequent=self.consequent;var alternative=self.alternative;if(consequent instanceof AST_Assign&&alternative instanceof AST_Assign&&consequent.operator==alternative.operator&&consequent.left.equivalent_to(alternative.left)){return make_node(AST_Assign,self,{operator:consequent.operator,left:consequent.left,right:make_node(AST_Conditional,self,{condition:self.condition,consequent:consequent.right,alternative:alternative.right})})}if(consequent instanceof AST_Call&&alternative.TYPE===consequent.TYPE&&consequent.args.length==alternative.args.length&&consequent.expression.equivalent_to(alternative.expression)){if(consequent.args.length==0){return make_node(AST_Seq,self,{car:self.condition,cdr:consequent})}if(consequent.args.length==1){consequent.args[0]=make_node(AST_Conditional,self,{condition:self.condition,consequent:consequent.args[0],alternative:alternative.args[0]});return consequent}}if(consequent instanceof AST_Conditional&&consequent.alternative.equivalent_to(alternative)){return make_node(AST_Conditional,self,{condition:make_node(AST_Binary,self,{left:self.condition,operator:"&&",right:consequent.condition}),consequent:consequent.consequent,alternative:alternative})}if(consequent instanceof AST_Constant&&alternative instanceof AST_Constant&&consequent.equivalent_to(alternative)){if(self.condition.has_side_effects(compressor)){return AST_Seq.from_array([self.condition,make_node_from_constant(compressor,consequent.value,self)])}else{return make_node_from_constant(compressor,consequent.value,self)}}return self});OPT(AST_Boolean,function(self,compressor){if(compressor.option("booleans")){var p=compressor.parent();if(p instanceof AST_Binary&&(p.operator=="=="||p.operator=="!=")){compressor.warn("Non-strict equality against boolean: {operator} {value} [{file}:{line},{col}]",{operator:p.operator,value:self.value,file:p.start.file,line:p.start.line,col:p.start.col});return make_node(AST_Number,self,{value:+self.value})}return make_node(AST_UnaryPrefix,self,{operator:"!",expression:make_node(AST_Number,self,{value:1-self.value})})}return self});OPT(AST_Sub,function(self,compressor){var prop=self.property;if(prop instanceof AST_String&&compressor.option("properties")){prop=prop.getValue();if(RESERVED_WORDS(prop)?compressor.option("screw_ie8"):is_identifier_string(prop)){return make_node(AST_Dot,self,{expression:self.expression,property:prop}).optimize(compressor)}var v=parseFloat(prop);if(!isNaN(v)&&v.toString()==prop){self.property=make_node(AST_Number,self.property,{value:v})}}return self});OPT(AST_Dot,function(self,compressor){var prop=self.property;if(RESERVED_WORDS(prop)&&!compressor.option("screw_ie8")){return make_node(AST_Sub,self,{expression:self.expression,property:make_node(AST_String,self,{value:prop})}).optimize(compressor)}return self.evaluate(compressor)[0]});function literals_in_boolean_context(self,compressor){if(compressor.option("booleans")&&compressor.in_boolean_context()){return make_node(AST_True,self)}return self}OPT(AST_Array,literals_in_boolean_context);OPT(AST_Object,literals_in_boolean_context);OPT(AST_RegExp,literals_in_boolean_context)})();/***********************************************************************
2090
+
2091
+ A JavaScript tokenizer / parser / beautifier / compressor.
2092
+ https://github.com/mishoo/UglifyJS2
2093
+
2094
+ -------------------------------- (C) ---------------------------------
2095
+
2096
+ Author: Mihai Bazon
2097
+ <mihai.bazon@gmail.com>
2098
+ http://mihai.bazon.net/blog
2099
+
2100
+ Distributed under the BSD license:
2101
+
2102
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
2103
+
2104
+ Redistribution and use in source and binary forms, with or without
2105
+ modification, are permitted provided that the following conditions
2106
+ are met:
2107
+
2108
+ * Redistributions of source code must retain the above
2109
+ copyright notice, this list of conditions and the following
2110
+ disclaimer.
2111
+
2112
+ * Redistributions in binary form must reproduce the above
2113
+ copyright notice, this list of conditions and the following
2114
+ disclaimer in the documentation and/or other materials
2115
+ provided with the distribution.
2116
+
2117
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
2118
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2119
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2120
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
2121
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
2122
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2123
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2124
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2125
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2126
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2127
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2128
+ SUCH DAMAGE.
2129
+
2130
+ ***********************************************************************/
2131
+ "use strict";function SourceMap(options){options=defaults(options,{file:null,root:null,orig:null,orig_line_diff:0,dest_line_diff:0});var generator=new MOZ_SourceMap.SourceMapGenerator({file:options.file,sourceRoot:options.root});var orig_map=options.orig&&new MOZ_SourceMap.SourceMapConsumer(options.orig);function add(source,gen_line,gen_col,orig_line,orig_col,name){if(orig_map){var info=orig_map.originalPositionFor({line:orig_line,column:orig_col});if(info.source===null){return}source=info.source;orig_line=info.line;orig_col=info.column;name=info.name||name}generator.addMapping({generated:{line:gen_line+options.dest_line_diff,column:gen_col},original:{line:orig_line+options.orig_line_diff,column:orig_col},source:source,name:name})}return{add:add,get:function(){return generator},toString:function(){return generator.toString()}}}/***********************************************************************
2132
+
2133
+ A JavaScript tokenizer / parser / beautifier / compressor.
2134
+ https://github.com/mishoo/UglifyJS2
2135
+
2136
+ -------------------------------- (C) ---------------------------------
2137
+
2138
+ Author: Mihai Bazon
2139
+ <mihai.bazon@gmail.com>
2140
+ http://mihai.bazon.net/blog
2141
+
2142
+ Distributed under the BSD license:
2143
+
2144
+ Copyright 2012 (c) Mihai Bazon <mihai.bazon@gmail.com>
2145
+
2146
+ Redistribution and use in source and binary forms, with or without
2147
+ modification, are permitted provided that the following conditions
2148
+ are met:
2149
+
2150
+ * Redistributions of source code must retain the above
2151
+ copyright notice, this list of conditions and the following
2152
+ disclaimer.
2153
+
2154
+ * Redistributions in binary form must reproduce the above
2155
+ copyright notice, this list of conditions and the following
2156
+ disclaimer in the documentation and/or other materials
2157
+ provided with the distribution.
2158
+
2159
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
2160
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2161
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2162
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
2163
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
2164
+ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
2165
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2166
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2167
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
2168
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
2169
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2170
+ SUCH DAMAGE.
2171
+
2172
+ ***********************************************************************/
2173
+ "use strict";(function(){var MOZ_TO_ME={ExpressionStatement:function(M){var expr=M.expression;if(expr.type==="Literal"&&typeof expr.value==="string"){return new AST_Directive({start:my_start_token(M),end:my_end_token(M),value:expr.value})}return new AST_SimpleStatement({start:my_start_token(M),end:my_end_token(M),body:from_moz(expr)})},TryStatement:function(M){var handlers=M.handlers||[M.handler];if(handlers.length>1||M.guardedHandlers&&M.guardedHandlers.length){throw new Error("Multiple catch clauses are not supported.")}return new AST_Try({start:my_start_token(M),end:my_end_token(M),body:from_moz(M.block).body,bcatch:from_moz(handlers[0]),bfinally:M.finalizer?new AST_Finally(from_moz(M.finalizer)):null})},Property:function(M){var key=M.key;var name=key.type=="Identifier"?key.name:key.value;var args={start:my_start_token(key),end:my_end_token(M.value),key:name,value:from_moz(M.value)};switch(M.kind){case"init":return new AST_ObjectKeyVal(args);case"set":args.value.name=from_moz(key);return new AST_ObjectSetter(args);case"get":args.value.name=from_moz(key);return new AST_ObjectGetter(args)}},ObjectExpression:function(M){return new AST_Object({start:my_start_token(M),end:my_end_token(M),properties:M.properties.map(function(prop){prop.type="Property";return from_moz(prop)})})},SequenceExpression:function(M){return AST_Seq.from_array(M.expressions.map(from_moz))},MemberExpression:function(M){return new(M.computed?AST_Sub:AST_Dot)({start:my_start_token(M),end:my_end_token(M),property:M.computed?from_moz(M.property):M.property.name,expression:from_moz(M.object)})},SwitchCase:function(M){return new(M.test?AST_Case:AST_Default)({start:my_start_token(M),end:my_end_token(M),expression:from_moz(M.test),body:M.consequent.map(from_moz)})},VariableDeclaration:function(M){return new(M.kind==="const"?AST_Const:AST_Var)({start:my_start_token(M),end:my_end_token(M),definitions:M.declarations.map(from_moz)})},Literal:function(M){var val=M.value,args={start:my_start_token(M),end:my_end_token(M)};if(val===null)return new AST_Null(args);switch(typeof val){case"string":args.value=val;return new AST_String(args);case"number":args.value=val;return new AST_Number(args);case"boolean":return new(val?AST_True:AST_False)(args);default:args.value=val;return new AST_RegExp(args)}},Identifier:function(M){var p=FROM_MOZ_STACK[FROM_MOZ_STACK.length-2];return new(p.type=="LabeledStatement"?AST_Label:p.type=="VariableDeclarator"&&p.id===M?p.kind=="const"?AST_SymbolConst:AST_SymbolVar:p.type=="FunctionExpression"?p.id===M?AST_SymbolLambda:AST_SymbolFunarg:p.type=="FunctionDeclaration"?p.id===M?AST_SymbolDefun:AST_SymbolFunarg:p.type=="CatchClause"?AST_SymbolCatch:p.type=="BreakStatement"||p.type=="ContinueStatement"?AST_LabelRef:AST_SymbolRef)({start:my_start_token(M),end:my_end_token(M),name:M.name})}};MOZ_TO_ME.UpdateExpression=MOZ_TO_ME.UnaryExpression=function To_Moz_Unary(M){var prefix="prefix"in M?M.prefix:M.type=="UnaryExpression"?true:false;return new(prefix?AST_UnaryPrefix:AST_UnaryPostfix)({start:my_start_token(M),end:my_end_token(M),operator:M.operator,expression:from_moz(M.argument)})};map("Program",AST_Toplevel,"body@body");map("EmptyStatement",AST_EmptyStatement);map("BlockStatement",AST_BlockStatement,"body@body");map("IfStatement",AST_If,"test>condition, consequent>body, alternate>alternative");map("LabeledStatement",AST_LabeledStatement,"label>label, body>body");map("BreakStatement",AST_Break,"label>label");map("ContinueStatement",AST_Continue,"label>label");map("WithStatement",AST_With,"object>expression, body>body");map("SwitchStatement",AST_Switch,"discriminant>expression, cases@body");map("ReturnStatement",AST_Return,"argument>value");map("ThrowStatement",AST_Throw,"argument>value");map("WhileStatement",AST_While,"test>condition, body>body");map("DoWhileStatement",AST_Do,"test>condition, body>body");map("ForStatement",AST_For,"init>init, test>condition, update>step, body>body");map("ForInStatement",AST_ForIn,"left>init, right>object, body>body");map("DebuggerStatement",AST_Debugger);map("FunctionDeclaration",AST_Defun,"id>name, params@argnames, body%body");map("VariableDeclarator",AST_VarDef,"id>name, init>value");map("CatchClause",AST_Catch,"param>argname, body%body");map("ThisExpression",AST_This);map("ArrayExpression",AST_Array,"elements@elements");map("FunctionExpression",AST_Function,"id>name, params@argnames, body%body");map("BinaryExpression",AST_Binary,"operator=operator, left>left, right>right");map("LogicalExpression",AST_Binary,"operator=operator, left>left, right>right");map("AssignmentExpression",AST_Assign,"operator=operator, left>left, right>right");map("ConditionalExpression",AST_Conditional,"test>condition, consequent>consequent, alternate>alternative");map("NewExpression",AST_New,"callee>expression, arguments@args");map("CallExpression",AST_Call,"callee>expression, arguments@args");def_to_moz(AST_Directive,function To_Moz_Directive(M){return{type:"ExpressionStatement",expression:{type:"Literal",value:M.value}}});def_to_moz(AST_SimpleStatement,function To_Moz_ExpressionStatement(M){return{type:"ExpressionStatement",expression:to_moz(M.body)}});def_to_moz(AST_SwitchBranch,function To_Moz_SwitchCase(M){return{type:"SwitchCase",test:to_moz(M.expression),consequent:M.body.map(to_moz)}});def_to_moz(AST_Try,function To_Moz_TryStatement(M){return{type:"TryStatement",block:to_moz_block(M),handler:to_moz(M.bcatch),guardedHandlers:[],finalizer:to_moz(M.bfinally)}});def_to_moz(AST_Catch,function To_Moz_CatchClause(M){return{type:"CatchClause",param:to_moz(M.argname),guard:null,body:to_moz_block(M)}});def_to_moz(AST_Definitions,function To_Moz_VariableDeclaration(M){return{type:"VariableDeclaration",kind:M instanceof AST_Const?"const":"var",declarations:M.definitions.map(to_moz)}});def_to_moz(AST_Seq,function To_Moz_SequenceExpression(M){return{type:"SequenceExpression",expressions:M.to_array().map(to_moz)}});def_to_moz(AST_PropAccess,function To_Moz_MemberExpression(M){var isComputed=M instanceof AST_Sub;return{type:"MemberExpression",object:to_moz(M.expression),computed:isComputed,property:isComputed?to_moz(M.property):{type:"Identifier",name:M.property}}});def_to_moz(AST_Unary,function To_Moz_Unary(M){return{type:M.operator=="++"||M.operator=="--"?"UpdateExpression":"UnaryExpression",operator:M.operator,prefix:M instanceof AST_UnaryPrefix,argument:to_moz(M.expression)}});def_to_moz(AST_Binary,function To_Moz_BinaryExpression(M){return{type:M.operator=="&&"||M.operator=="||"?"LogicalExpression":"BinaryExpression",left:to_moz(M.left),operator:M.operator,right:to_moz(M.right)}});def_to_moz(AST_Object,function To_Moz_ObjectExpression(M){return{type:"ObjectExpression",properties:M.properties.map(to_moz)}});def_to_moz(AST_ObjectProperty,function To_Moz_Property(M){var key=is_identifier(M.key)?{type:"Identifier",name:M.key}:{type:"Literal",value:M.key};var kind;if(M instanceof AST_ObjectKeyVal){kind="init"}else if(M instanceof AST_ObjectGetter){kind="get"}else if(M instanceof AST_ObjectSetter){kind="set"}return{type:"Property",kind:kind,key:key,value:to_moz(M.value)}});def_to_moz(AST_Symbol,function To_Moz_Identifier(M){var def=M.definition();return{type:"Identifier",name:def?def.mangled_name||def.name:M.name}});def_to_moz(AST_Constant,function To_Moz_Literal(M){var value=M.value;if(typeof value==="number"&&(value<0||value===0&&1/value<0)){return{type:"UnaryExpression",operator:"-",prefix:true,argument:{type:"Literal",value:-value}}}return{type:"Literal",value:value}});def_to_moz(AST_Atom,function To_Moz_Atom(M){return{type:"Identifier",name:String(M.value)}});AST_Boolean.DEFMETHOD("to_mozilla_ast",AST_Constant.prototype.to_mozilla_ast);AST_Null.DEFMETHOD("to_mozilla_ast",AST_Constant.prototype.to_mozilla_ast);AST_Hole.DEFMETHOD("to_mozilla_ast",function To_Moz_ArrayHole(){return null});AST_Block.DEFMETHOD("to_mozilla_ast",AST_BlockStatement.prototype.to_mozilla_ast);AST_Lambda.DEFMETHOD("to_mozilla_ast",AST_Function.prototype.to_mozilla_ast);function my_start_token(moznode){var loc=moznode.loc;var range=moznode.range;return new AST_Token({file:loc&&loc.source,line:loc&&loc.start.line,col:loc&&loc.start.column,pos:range?range[0]:moznode.start,endpos:range?range[0]:moznode.start})}function my_end_token(moznode){var loc=moznode.loc;var range=moznode.range;return new AST_Token({file:loc&&loc.source,line:loc&&loc.end.line,col:loc&&loc.end.column,pos:range?range[1]:moznode.end,endpos:range?range[1]:moznode.end})}function map(moztype,mytype,propmap){var moz_to_me="function From_Moz_"+moztype+"(M){\n";moz_to_me+="return new "+mytype.name+"({\n"+"start: my_start_token(M),\n"+"end: my_end_token(M)";var me_to_moz="function To_Moz_"+moztype+"(M){\n";me_to_moz+="return {\n"+"type: "+JSON.stringify(moztype);if(propmap)propmap.split(/\s*,\s*/).forEach(function(prop){var m=/([a-z0-9$_]+)(=|@|>|%)([a-z0-9$_]+)/i.exec(prop);if(!m)throw new Error("Can't understand property map: "+prop);var moz=m[1],how=m[2],my=m[3];moz_to_me+=",\n"+my+": ";me_to_moz+=",\n"+moz+": ";switch(how){case"@":moz_to_me+="M."+moz+".map(from_moz)";me_to_moz+="M."+my+".map(to_moz)";break;case">":moz_to_me+="from_moz(M."+moz+")";me_to_moz+="to_moz(M."+my+")";break;case"=":moz_to_me+="M."+moz;me_to_moz+="M."+my;break;case"%":moz_to_me+="from_moz(M."+moz+").body";me_to_moz+="to_moz_block(M)";break;default:throw new Error("Can't understand operator in propmap: "+prop)}});moz_to_me+="\n})\n}";me_to_moz+="\n}\n}";moz_to_me=new Function("my_start_token","my_end_token","from_moz","return("+moz_to_me+")")(my_start_token,my_end_token,from_moz);me_to_moz=new Function("to_moz","to_moz_block","return("+me_to_moz+")")(to_moz,to_moz_block);MOZ_TO_ME[moztype]=moz_to_me;def_to_moz(mytype,me_to_moz)}var FROM_MOZ_STACK=null;function from_moz(node){FROM_MOZ_STACK.push(node);var ret=node!=null?MOZ_TO_ME[node.type](node):null;FROM_MOZ_STACK.pop();return ret}AST_Node.from_mozilla_ast=function(node){var save_stack=FROM_MOZ_STACK;FROM_MOZ_STACK=[];var ast=from_moz(node);FROM_MOZ_STACK=save_stack;return ast};function moz_sub_loc(token){return token.line?{line:token.line,column:token.col}:null}function set_moz_loc(mynode,moznode){var start=mynode.start;var end=mynode.end;if(start.pos!=null&&end.pos!=null){moznode.range=[start.pos,end.pos]}if(start.line){moznode.loc={start:moz_sub_loc(start),end:moz_sub_loc(end)};if(start.file){moznode.loc.source=start.file}}return moznode}function def_to_moz(mytype,handler){mytype.DEFMETHOD("to_mozilla_ast",function(){return set_moz_loc(this,handler(this))})}function to_moz(node){return node!=null?node.to_mozilla_ast():null}function to_moz_block(node){return{type:"BlockStatement",body:node.body.map(to_moz)}}})();exports["array_to_hash"]=array_to_hash;exports["slice"]=slice;exports["characters"]=characters;exports["member"]=member;exports["find_if"]=find_if;exports["repeat_string"]=repeat_string;exports["DefaultsError"]=DefaultsError;exports["defaults"]=defaults;exports["merge"]=merge;exports["noop"]=noop;exports["MAP"]=MAP;exports["push_uniq"]=push_uniq;exports["string_template"]=string_template;exports["remove"]=remove;exports["mergeSort"]=mergeSort;exports["set_difference"]=set_difference;exports["set_intersection"]=set_intersection;exports["makePredicate"]=makePredicate;exports["all"]=all;exports["Dictionary"]=Dictionary;exports["DEFNODE"]=DEFNODE;exports["AST_Token"]=AST_Token;exports["AST_Node"]=AST_Node;exports["AST_Statement"]=AST_Statement;exports["AST_Debugger"]=AST_Debugger;exports["AST_Directive"]=AST_Directive;exports["AST_SimpleStatement"]=AST_SimpleStatement;exports["walk_body"]=walk_body;exports["AST_Block"]=AST_Block;exports["AST_BlockStatement"]=AST_BlockStatement;exports["AST_EmptyStatement"]=AST_EmptyStatement;exports["AST_StatementWithBody"]=AST_StatementWithBody;exports["AST_LabeledStatement"]=AST_LabeledStatement;exports["AST_IterationStatement"]=AST_IterationStatement;exports["AST_DWLoop"]=AST_DWLoop;exports["AST_Do"]=AST_Do;exports["AST_While"]=AST_While;exports["AST_For"]=AST_For;exports["AST_ForIn"]=AST_ForIn;exports["AST_With"]=AST_With;exports["AST_Scope"]=AST_Scope;exports["AST_Toplevel"]=AST_Toplevel;exports["AST_Lambda"]=AST_Lambda;exports["AST_Accessor"]=AST_Accessor;exports["AST_Function"]=AST_Function;exports["AST_Defun"]=AST_Defun;exports["AST_Jump"]=AST_Jump;exports["AST_Exit"]=AST_Exit;exports["AST_Return"]=AST_Return;exports["AST_Throw"]=AST_Throw;exports["AST_LoopControl"]=AST_LoopControl;exports["AST_Break"]=AST_Break;exports["AST_Continue"]=AST_Continue;exports["AST_If"]=AST_If;exports["AST_Switch"]=AST_Switch;exports["AST_SwitchBranch"]=AST_SwitchBranch;exports["AST_Default"]=AST_Default;exports["AST_Case"]=AST_Case;exports["AST_Try"]=AST_Try;exports["AST_Catch"]=AST_Catch;exports["AST_Finally"]=AST_Finally;exports["AST_Definitions"]=AST_Definitions;exports["AST_Var"]=AST_Var;exports["AST_Const"]=AST_Const;exports["AST_VarDef"]=AST_VarDef;exports["AST_Call"]=AST_Call;exports["AST_New"]=AST_New;exports["AST_Seq"]=AST_Seq;exports["AST_PropAccess"]=AST_PropAccess;exports["AST_Dot"]=AST_Dot;exports["AST_Sub"]=AST_Sub;exports["AST_Unary"]=AST_Unary;exports["AST_UnaryPrefix"]=AST_UnaryPrefix;exports["AST_UnaryPostfix"]=AST_UnaryPostfix;exports["AST_Binary"]=AST_Binary;exports["AST_Conditional"]=AST_Conditional;exports["AST_Assign"]=AST_Assign;exports["AST_Array"]=AST_Array;exports["AST_Object"]=AST_Object;exports["AST_ObjectProperty"]=AST_ObjectProperty;exports["AST_ObjectKeyVal"]=AST_ObjectKeyVal;exports["AST_ObjectSetter"]=AST_ObjectSetter;exports["AST_ObjectGetter"]=AST_ObjectGetter;exports["AST_Symbol"]=AST_Symbol;exports["AST_SymbolAccessor"]=AST_SymbolAccessor;exports["AST_SymbolDeclaration"]=AST_SymbolDeclaration;exports["AST_SymbolVar"]=AST_SymbolVar;exports["AST_SymbolConst"]=AST_SymbolConst;exports["AST_SymbolFunarg"]=AST_SymbolFunarg;exports["AST_SymbolDefun"]=AST_SymbolDefun;exports["AST_SymbolLambda"]=AST_SymbolLambda;exports["AST_SymbolCatch"]=AST_SymbolCatch;exports["AST_Label"]=AST_Label;exports["AST_SymbolRef"]=AST_SymbolRef;exports["AST_LabelRef"]=AST_LabelRef;exports["AST_This"]=AST_This;exports["AST_Constant"]=AST_Constant;exports["AST_String"]=AST_String;exports["AST_Number"]=AST_Number;exports["AST_RegExp"]=AST_RegExp;exports["AST_Atom"]=AST_Atom;exports["AST_Null"]=AST_Null;exports["AST_NaN"]=AST_NaN;exports["AST_Undefined"]=AST_Undefined;exports["AST_Hole"]=AST_Hole;exports["AST_Infinity"]=AST_Infinity;exports["AST_Boolean"]=AST_Boolean;exports["AST_False"]=AST_False;exports["AST_True"]=AST_True;exports["TreeWalker"]=TreeWalker;exports["KEYWORDS"]=KEYWORDS;exports["KEYWORDS_ATOM"]=KEYWORDS_ATOM;exports["RESERVED_WORDS"]=RESERVED_WORDS;exports["KEYWORDS_BEFORE_EXPRESSION"]=KEYWORDS_BEFORE_EXPRESSION;exports["OPERATOR_CHARS"]=OPERATOR_CHARS;exports["RE_HEX_NUMBER"]=RE_HEX_NUMBER;exports["RE_OCT_NUMBER"]=RE_OCT_NUMBER;exports["RE_DEC_NUMBER"]=RE_DEC_NUMBER;exports["OPERATORS"]=OPERATORS;exports["WHITESPACE_CHARS"]=WHITESPACE_CHARS;exports["PUNC_BEFORE_EXPRESSION"]=PUNC_BEFORE_EXPRESSION;exports["PUNC_CHARS"]=PUNC_CHARS;exports["REGEXP_MODIFIERS"]=REGEXP_MODIFIERS;exports["UNICODE"]=UNICODE;exports["is_letter"]=is_letter;exports["is_digit"]=is_digit;exports["is_alphanumeric_char"]=is_alphanumeric_char;exports["is_unicode_combining_mark"]=is_unicode_combining_mark;exports["is_unicode_connector_punctuation"]=is_unicode_connector_punctuation;exports["is_identifier"]=is_identifier;exports["is_identifier_start"]=is_identifier_start;exports["is_identifier_char"]=is_identifier_char;exports["is_identifier_string"]=is_identifier_string;exports["parse_js_number"]=parse_js_number;exports["JS_Parse_Error"]=JS_Parse_Error;exports["js_error"]=js_error;exports["is_token"]=is_token;exports["EX_EOF"]=EX_EOF;exports["tokenizer"]=tokenizer;exports["UNARY_PREFIX"]=UNARY_PREFIX;exports["UNARY_POSTFIX"]=UNARY_POSTFIX;exports["ASSIGNMENT"]=ASSIGNMENT;exports["PRECEDENCE"]=PRECEDENCE;exports["STATEMENTS_WITH_LABELS"]=STATEMENTS_WITH_LABELS;exports["ATOMIC_START_TOKEN"]=ATOMIC_START_TOKEN;exports["parse"]=parse;exports["TreeTransformer"]=TreeTransformer;exports["SymbolDef"]=SymbolDef;exports["base54"]=base54;exports["OutputStream"]=OutputStream;exports["Compressor"]=Compressor;exports["SourceMap"]=SourceMap})({},function(){return this}());