fragrant 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3399) hide show
  1. data/Gemfile +0 -1
  2. data/Gemfile.lock +23 -25
  3. data/vendor/bundle/ruby/1.9.1/bin/autospec +23 -0
  4. data/vendor/bundle/ruby/1.9.1/bin/edit_json.rb +23 -0
  5. data/vendor/bundle/ruby/1.9.1/bin/erubis +23 -0
  6. data/vendor/bundle/ruby/1.9.1/bin/fragrant +23 -0
  7. data/vendor/bundle/ruby/1.9.1/bin/htmldiff +25 -0
  8. data/vendor/bundle/ruby/1.9.1/bin/ldiff +25 -0
  9. data/vendor/bundle/ruby/1.9.1/bin/minitar +23 -0
  10. data/vendor/bundle/ruby/1.9.1/bin/prettify_json.rb +23 -0
  11. data/vendor/bundle/ruby/1.9.1/bin/puma +23 -0
  12. data/vendor/bundle/ruby/1.9.1/bin/pumactl +23 -0
  13. data/vendor/bundle/ruby/1.9.1/bin/rackup +23 -0
  14. data/vendor/bundle/ruby/1.9.1/bin/rake +23 -0
  15. data/vendor/bundle/ruby/1.9.1/bin/rspec +23 -0
  16. data/vendor/bundle/ruby/1.9.1/bin/uuid +23 -0
  17. data/vendor/bundle/ruby/1.9.1/bin/vagrant +23 -0
  18. data/vendor/bundle/ruby/1.9.1/cache/activesupport-3.2.8.gem +0 -0
  19. data/vendor/bundle/ruby/1.9.1/cache/archive-tar-minitar-0.5.2.gem +0 -0
  20. data/vendor/bundle/ruby/1.9.1/cache/backports-2.6.4.gem +0 -0
  21. data/vendor/bundle/ruby/1.9.1/cache/childprocess-0.3.6.gem +0 -0
  22. data/vendor/bundle/ruby/1.9.1/cache/diff-lcs-1.1.3.gem +0 -0
  23. data/vendor/bundle/ruby/1.9.1/cache/erubis-2.7.0.gem +0 -0
  24. data/vendor/bundle/ruby/1.9.1/cache/ffi-1.1.5.gem +0 -0
  25. data/vendor/bundle/ruby/1.9.1/cache/grape-0.2.2.gem +0 -0
  26. data/vendor/bundle/ruby/1.9.1/cache/hashie-1.2.0.gem +0 -0
  27. data/vendor/bundle/ruby/1.9.1/cache/i18n-0.6.1.gem +0 -0
  28. data/vendor/bundle/ruby/1.9.1/cache/json-1.5.4.gem +0 -0
  29. data/vendor/bundle/ruby/1.9.1/cache/log4r-1.1.10.gem +0 -0
  30. data/vendor/bundle/ruby/1.9.1/cache/macaddr-1.6.1.gem +0 -0
  31. data/vendor/bundle/ruby/1.9.1/cache/multi_json-1.3.6.gem +0 -0
  32. data/vendor/bundle/ruby/1.9.1/cache/multi_xml-0.5.1.gem +0 -0
  33. data/vendor/bundle/ruby/1.9.1/cache/net-scp-1.0.4.gem +0 -0
  34. data/vendor/bundle/ruby/1.9.1/cache/net-ssh-2.2.2.gem +0 -0
  35. data/vendor/bundle/ruby/1.9.1/cache/puma-1.6.3.gem +0 -0
  36. data/vendor/bundle/ruby/1.9.1/cache/rack-1.4.1.gem +0 -0
  37. data/vendor/bundle/ruby/1.9.1/cache/rack-accept-0.4.5.gem +0 -0
  38. data/vendor/bundle/ruby/1.9.1/cache/rack-mount-0.8.3.gem +0 -0
  39. data/vendor/bundle/ruby/1.9.1/cache/rack-test-0.6.2.gem +0 -0
  40. data/vendor/bundle/ruby/1.9.1/cache/rake-0.9.2.2.gem +0 -0
  41. data/vendor/bundle/ruby/1.9.1/cache/rspec-2.11.0.gem +0 -0
  42. data/vendor/bundle/ruby/1.9.1/cache/rspec-core-2.11.1.gem +0 -0
  43. data/vendor/bundle/ruby/1.9.1/cache/rspec-expectations-2.11.3.gem +0 -0
  44. data/vendor/bundle/ruby/1.9.1/cache/rspec-mocks-2.11.3.gem +0 -0
  45. data/vendor/bundle/ruby/1.9.1/cache/systemu-2.5.2.gem +0 -0
  46. data/vendor/bundle/ruby/1.9.1/cache/uuid-2.3.5.gem +0 -0
  47. data/vendor/bundle/ruby/1.9.1/cache/vagrant-1.0.5.gem +0 -0
  48. data/vendor/bundle/ruby/1.9.1/cache/vegas-0.1.11.gem +0 -0
  49. data/vendor/bundle/ruby/1.9.1/cache/virtus-0.5.2.gem +0 -0
  50. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/CHANGELOG.md +1718 -0
  51. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/MIT-LICENSE +20 -0
  52. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/README.rdoc +33 -0
  53. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/all.rb +3 -0
  54. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/backtrace_cleaner.rb +99 -0
  55. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/base64.rb +54 -0
  56. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/basic_object.rb +21 -0
  57. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/benchmarkable.rb +55 -0
  58. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/buffered_logger.rb +125 -0
  59. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/builder.rb +6 -0
  60. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/file_store.rb +178 -0
  61. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/mem_cache_store.rb +206 -0
  62. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/memory_store.rb +159 -0
  63. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/null_store.rb +44 -0
  64. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb +169 -0
  65. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/cache.rb +638 -0
  66. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/callbacks.rb +626 -0
  67. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/concern.rb +131 -0
  68. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/configurable.rb +90 -0
  69. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/access.rb +46 -0
  70. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/conversions.rb +164 -0
  71. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/extract_options.rb +29 -0
  72. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/grouping.rb +100 -0
  73. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
  74. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/random_access.rb +30 -0
  75. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/uniq_by.rb +16 -0
  76. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array/wrap.rb +48 -0
  77. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/array.rb +8 -0
  78. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb +7 -0
  79. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/big_decimal/conversions.rb +45 -0
  80. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/big_decimal.rb +1 -0
  81. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class/attribute.rb +115 -0
  82. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class/attribute_accessors.rb +168 -0
  83. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class/delegating_attributes.rb +44 -0
  84. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class/subclasses.rb +36 -0
  85. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/class.rb +4 -0
  86. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/acts_like.rb +8 -0
  87. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/calculations.rb +276 -0
  88. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/conversions.rb +106 -0
  89. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/freeze.rb +33 -0
  90. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date/zones.rb +14 -0
  91. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date_time/acts_like.rb +13 -0
  92. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date_time/calculations.rb +143 -0
  93. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date_time/conversions.rb +103 -0
  94. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/date_time/zones.rb +21 -0
  95. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/enumerable.rb +127 -0
  96. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/exception.rb +3 -0
  97. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/file/atomic.rb +42 -0
  98. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/file/path.rb +5 -0
  99. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/file.rb +2 -0
  100. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/float/rounding.rb +19 -0
  101. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/float.rb +1 -0
  102. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/conversions.rb +157 -0
  103. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/deep_dup.rb +18 -0
  104. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/deep_merge.rb +21 -0
  105. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/diff.rb +13 -0
  106. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/except.rb +23 -0
  107. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/indifferent_access.rb +24 -0
  108. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/keys.rb +54 -0
  109. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/reverse_merge.rb +23 -0
  110. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash/slice.rb +40 -0
  111. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/hash.rb +9 -0
  112. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/integer/inflections.rb +17 -0
  113. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/integer/multiple.rb +10 -0
  114. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/integer/time.rb +39 -0
  115. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/integer.rb +3 -0
  116. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/io.rb +15 -0
  117. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
  118. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel/debugger.rb +10 -0
  119. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel/reporting.rb +93 -0
  120. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel/singleton_class.rb +13 -0
  121. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/kernel.rb +4 -0
  122. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/load_error.rb +23 -0
  123. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/logger.rb +83 -0
  124. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/aliasing.rb +70 -0
  125. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/anonymous.rb +24 -0
  126. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/attr_internal.rb +39 -0
  127. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/attribute_accessors.rb +64 -0
  128. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/delegation.rb +153 -0
  129. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/deprecation.rb +9 -0
  130. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/introspection.rb +88 -0
  131. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/method_names.rb +14 -0
  132. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/qualified_const.rb +64 -0
  133. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/reachable.rb +8 -0
  134. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/remove_method.rb +16 -0
  135. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module/synchronization.rb +45 -0
  136. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/module.rb +12 -0
  137. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/name_error.rb +18 -0
  138. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/numeric/bytes.rb +44 -0
  139. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/numeric/time.rb +79 -0
  140. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/numeric.rb +2 -0
  141. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/acts_like.rb +10 -0
  142. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/blank.rb +121 -0
  143. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/conversions.rb +4 -0
  144. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/duplicable.rb +119 -0
  145. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/inclusion.rb +25 -0
  146. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/instance_variables.rb +33 -0
  147. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/to_json.rb +19 -0
  148. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/to_param.rb +55 -0
  149. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/to_query.rb +27 -0
  150. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/try.rb +57 -0
  151. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object/with_options.rb +43 -0
  152. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/object.rb +13 -0
  153. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/proc.rb +14 -0
  154. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/process/daemon.rb +23 -0
  155. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/process.rb +1 -0
  156. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/blockless_step.rb +29 -0
  157. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/conversions.rb +21 -0
  158. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/cover.rb +3 -0
  159. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/include_range.rb +21 -0
  160. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range/overlaps.rb +8 -0
  161. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/range.rb +5 -0
  162. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/regexp.rb +5 -0
  163. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/rexml.rb +46 -0
  164. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/access.rb +99 -0
  165. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/behavior.rb +6 -0
  166. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/conversions.rb +66 -0
  167. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/encoding.rb +11 -0
  168. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/exclude.rb +11 -0
  169. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/filters.rb +49 -0
  170. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/inflections.rb +202 -0
  171. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/inquiry.rb +13 -0
  172. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/interpolation.rb +2 -0
  173. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/multibyte.rb +72 -0
  174. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/output_safety.rb +186 -0
  175. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
  176. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/strip.rb +26 -0
  177. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string/xchar.rb +18 -0
  178. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/string.rb +14 -0
  179. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/acts_like.rb +8 -0
  180. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/calculations.rb +360 -0
  181. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/conversions.rb +85 -0
  182. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/marshal.rb +57 -0
  183. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/publicize_conversion_methods.rb +10 -0
  184. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/time/zones.rb +86 -0
  185. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext/uri.rb +30 -0
  186. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/core_ext.rb +3 -0
  187. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies/autoload.rb +50 -0
  188. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb +703 -0
  189. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation/behaviors.rb +49 -0
  190. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation/method_wrappers.rb +29 -0
  191. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation/proxy_wrappers.rb +81 -0
  192. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation/reporting.rb +65 -0
  193. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/deprecation.rb +18 -0
  194. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/descendants_tracker.rb +45 -0
  195. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/duration.rb +110 -0
  196. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/file_update_checker.rb +121 -0
  197. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/file_watcher.rb +36 -0
  198. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/gzip.rb +30 -0
  199. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/hash_with_indifferent_access.rb +178 -0
  200. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/i18n.rb +9 -0
  201. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/i18n_railtie.rb +102 -0
  202. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflections.rb +63 -0
  203. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflector/inflections.rb +174 -0
  204. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb +321 -0
  205. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflector/transliterate.rb +98 -0
  206. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/inflector.rb +7 -0
  207. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/json/decoding.rb +79 -0
  208. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/json/encoding.rb +284 -0
  209. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/json/variable.rb +9 -0
  210. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/json.rb +2 -0
  211. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/lazy_load_hooks.rb +46 -0
  212. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/locale/en.yml +36 -0
  213. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/log_subscriber/test_helper.rb +101 -0
  214. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/log_subscriber.rb +122 -0
  215. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/memoizable.rb +116 -0
  216. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/message_encryptor.rb +103 -0
  217. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/message_verifier.rb +74 -0
  218. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte/chars.rb +476 -0
  219. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte/exceptions.rb +8 -0
  220. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte/unicode.rb +393 -0
  221. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte/utils.rb +60 -0
  222. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/multibyte.rb +44 -0
  223. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/fanout.rb +61 -0
  224. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb +53 -0
  225. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/notifications.rb +154 -0
  226. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/option_merger.rb +25 -0
  227. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/ordered_hash.rb +222 -0
  228. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/ordered_options.rb +61 -0
  229. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/railtie.rb +59 -0
  230. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/rescuable.rb +115 -0
  231. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/ruby/shim.rb +22 -0
  232. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/string_inquirer.rb +21 -0
  233. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/tagged_logging.rb +70 -0
  234. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/test_case.rb +34 -0
  235. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/assertions.rb +97 -0
  236. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/declarative.rb +40 -0
  237. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/deprecation.rb +55 -0
  238. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/isolation.rb +157 -0
  239. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/mochaing.rb +7 -0
  240. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/pending.rb +52 -0
  241. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/jruby.rb +115 -0
  242. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/rubinius.rb +113 -0
  243. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/ruby/mri.rb +57 -0
  244. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/ruby/yarv.rb +57 -0
  245. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance/ruby.rb +152 -0
  246. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/performance.rb +317 -0
  247. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/testing/setup_and_teardown.rb +118 -0
  248. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/time/autoload.rb +5 -0
  249. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/time.rb +35 -0
  250. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/time_with_zone.rb +354 -0
  251. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/values/time_zone.rb +397 -0
  252. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/values/unicode_tables.dat +0 -0
  253. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/version.rb +10 -0
  254. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/whiny_nil.rb +24 -0
  255. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/jdom.rb +175 -0
  256. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/libxml.rb +80 -0
  257. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/libxmlsax.rb +86 -0
  258. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/nokogiri.rb +84 -0
  259. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/nokogirisax.rb +88 -0
  260. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini/rexml.rb +130 -0
  261. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support/xml_mini.rb +168 -0
  262. data/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.8/lib/active_support.rb +82 -0
  263. data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/ChangeLog +14 -0
  264. data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/Install +6 -0
  265. data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/README +66 -0
  266. data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/Rakefile +113 -0
  267. data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/bin/minitar +27 -0
  268. data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar/command.rb +814 -0
  269. data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb +979 -0
  270. data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/tests/tc_tar.rb +614 -0
  271. data/vendor/bundle/ruby/1.9.1/gems/archive-tar-minitar-0.5.2/tests/testall.rb +10 -0
  272. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/CHANGELOG.rdoc +325 -0
  273. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/LICENSE.txt +20 -0
  274. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/README.rdoc +272 -0
  275. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/Rakefile +64 -0
  276. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/VERSION.yml +5 -0
  277. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/backports.gemspec +134 -0
  278. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/argf.rb +44 -0
  279. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/array.rb +208 -0
  280. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/binding.rb +6 -0
  281. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/dir.rb +58 -0
  282. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/enumerable.rb +254 -0
  283. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/enumerator.rb +24 -0
  284. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/env.rb +3 -0
  285. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/fixnum.rb +11 -0
  286. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/float.rb +4 -0
  287. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/gc.rb +11 -0
  288. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/hash.rb +43 -0
  289. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/integer.rb +24 -0
  290. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/io.rb +43 -0
  291. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/kernel.rb +36 -0
  292. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/method.rb +47 -0
  293. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/module.rb +7 -0
  294. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/numeric.rb +3 -0
  295. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/object_space.rb +5 -0
  296. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/proc.rb +4 -0
  297. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/process.rb +5 -0
  298. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/range.rb +4 -0
  299. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/regexp.rb +12 -0
  300. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/string.rb +92 -0
  301. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/struct.rb +3 -0
  302. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7/symbol.rb +6 -0
  303. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.7.rb +4 -0
  304. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.8.rb +4 -0
  305. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.8.rb +4 -0
  306. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/array.rb +8 -0
  307. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/dir.rb +3 -0
  308. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/enumerable.rb +8 -0
  309. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/enumerator.rb +36 -0
  310. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/env.rb +3 -0
  311. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/file.rb +44 -0
  312. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/float.rb +19 -0
  313. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/hash.rb +31 -0
  314. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/integer.rb +22 -0
  315. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/io.rb +32 -0
  316. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/kernel.rb +40 -0
  317. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/math.rb +25 -0
  318. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/numeric.rb +9 -0
  319. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/proc.rb +54 -0
  320. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/range.rb +3 -0
  321. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/regexp.rb +8 -0
  322. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/stdlib/prime.rb +495 -0
  323. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/stdlib.rb +1 -0
  324. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/string.rb +45 -0
  325. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1/symbol.rb +32 -0
  326. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.1.rb +5 -0
  327. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/array.rb +110 -0
  328. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/complex.rb +6 -0
  329. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/dir.rb +5 -0
  330. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/enumerable.rb +74 -0
  331. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/float.rb +4 -0
  332. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/hash.rb +11 -0
  333. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/kernel.rb +5 -0
  334. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/match_data.rb +3 -0
  335. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random/MT19937.rb +76 -0
  336. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random/bits_and_bytes.rb +91 -0
  337. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random/implementation.rb +93 -0
  338. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random/load.rb +16 -0
  339. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/random.rb +1 -0
  340. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib/matrix/eigenvalue_decomposition.rb +886 -0
  341. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib/matrix/lup_decomposition.rb +218 -0
  342. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib/matrix.rb +1870 -0
  343. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib/set.rb +13 -0
  344. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2/stdlib.rb +1 -0
  345. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.2.rb +5 -0
  346. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.3/file.rb +14 -0
  347. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.3/io.rb +32 -0
  348. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.3/string.rb +39 -0
  349. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.3.rb +5 -0
  350. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/1.9.rb +4 -0
  351. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/basic_object.rb +53 -0
  352. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/array_map.rb +1 -0
  353. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/enumerable_map.rb +3 -0
  354. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/hash_select.rb +9 -0
  355. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/string_length.rb +10 -0
  356. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/force/string_size.rb +1 -0
  357. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/array.rb +6 -0
  358. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/enumerable.rb +12 -0
  359. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/hash.rb +31 -0
  360. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/kernel.rb +12 -0
  361. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/module.rb +6 -0
  362. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails/string.rb +42 -0
  363. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/rails.rb +4 -0
  364. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports/tools.rb +329 -0
  365. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/lib/backports.rb +3 -0
  366. data/vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/test/README +13 -0
  367. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/Gemfile +4 -0
  368. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/LICENSE +20 -0
  369. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/README.md +71 -0
  370. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/Rakefile +62 -0
  371. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/childprocess.gemspec +27 -0
  372. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/abstract_io.rb +36 -0
  373. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/abstract_process.rb +168 -0
  374. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/errors.rb +26 -0
  375. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/jruby/io.rb +16 -0
  376. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/jruby/process.rb +125 -0
  377. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/jruby/pump.rb +52 -0
  378. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/jruby.rb +56 -0
  379. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/tools/generator.rb +146 -0
  380. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/fork_exec_process.rb +64 -0
  381. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/io.rb +21 -0
  382. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/lib.rb +181 -0
  383. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/platform/i386-linux.rb +12 -0
  384. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/platform/i386-solaris.rb +11 -0
  385. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/platform/x86_64-linux.rb +12 -0
  386. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/platform/x86_64-macosx.rb +11 -0
  387. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/posix_spawn_process.rb +140 -0
  388. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix/process.rb +70 -0
  389. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/unix.rb +9 -0
  390. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/version.rb +3 -0
  391. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/handle.rb +89 -0
  392. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/io.rb +25 -0
  393. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/lib.rb +363 -0
  394. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/process.rb +76 -0
  395. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/process_builder.rb +179 -0
  396. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows/structs.rb +83 -0
  397. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess/windows.rb +33 -0
  398. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/lib/childprocess.rb +177 -0
  399. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/abstract_io_spec.rb +12 -0
  400. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/childprocess_spec.rb +192 -0
  401. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/io_spec.rb +206 -0
  402. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/jruby_spec.rb +24 -0
  403. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/pid_behavior.rb +13 -0
  404. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/spec_helper.rb +185 -0
  405. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/unix_spec.rb +53 -0
  406. data/vendor/bundle/ruby/1.9.1/gems/childprocess-0.3.6/spec/windows_spec.rb +23 -0
  407. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/History.rdoc +54 -0
  408. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/License.rdoc +38 -0
  409. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/Manifest.txt +27 -0
  410. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/README.rdoc +72 -0
  411. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/Rakefile +26 -0
  412. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/bin/htmldiff +32 -0
  413. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/bin/ldiff +6 -0
  414. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/diff-lcs.gemspec +51 -0
  415. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/docs/COPYING.txt +340 -0
  416. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/docs/artistic.html +289 -0
  417. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/array.rb +21 -0
  418. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/block.rb +51 -0
  419. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/callbacks.rb +322 -0
  420. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/change.rb +169 -0
  421. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/htmldiff.rb +151 -0
  422. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/hunk.rb +242 -0
  423. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/ldiff.rb +210 -0
  424. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs/string.rb +19 -0
  425. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff/lcs.rb +1105 -0
  426. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/lib/diff-lcs.rb +5 -0
  427. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/diff_spec.rb +35 -0
  428. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/lcs_spec.rb +36 -0
  429. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/patch_spec.rb +390 -0
  430. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/sdiff_spec.rb +204 -0
  431. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/spec_helper.rb +284 -0
  432. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/traverse_balanced_spec.rb +286 -0
  433. data/vendor/bundle/ruby/1.9.1/gems/diff-lcs-1.1.3/spec/traverse_sequences_spec.rb +83 -0
  434. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/CHANGES.txt +828 -0
  435. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/MIT-LICENSE +20 -0
  436. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/README.txt +102 -0
  437. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/Makefile +6 -0
  438. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/bench.rb +313 -0
  439. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/bench_context.yaml +141 -0
  440. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/_footer.html +4 -0
  441. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/_header.html +52 -0
  442. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/bench_erb.rhtml +29 -0
  443. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/bench_erubis.rhtml +29 -0
  444. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/benchmark/templates/bench_eruby.rhtml +29 -0
  445. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/bin/erubis +10 -0
  446. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/contrib/erubis +3468 -0
  447. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
  448. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/contrib/inline-require +179 -0
  449. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc/docstyle.css +209 -0
  450. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc/users-guide.html +3551 -0
  451. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html +209 -0
  452. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/ActionView.html +105 -0
  453. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/ERB.html +101 -0
  454. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEnhancer.html +175 -0
  455. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEruby.html +120 -0
  456. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEnhancer.html +174 -0
  457. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEruby.html +120 -0
  458. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Converter.html +327 -0
  459. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Engine.html +130 -0
  460. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic.html +112 -0
  461. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEnhancer.html +215 -0
  462. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEruby.html +120 -0
  463. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/CGenerator.html +386 -0
  464. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/CommandOptionError.html +113 -0
  465. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Context.html +344 -0
  466. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Converter.html +283 -0
  467. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/CppGenerator.html +382 -0
  468. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEnhancer.html +150 -0
  469. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEruby.html +120 -0
  470. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ec.html +126 -0
  471. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ecpp.html +126 -0
  472. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejava.html +126 -0
  473. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejavascript.html +126 -0
  474. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Engine.html +305 -0
  475. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Eperl.html +126 -0
  476. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Ephp.html +126 -0
  477. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEnhancer.html +175 -0
  478. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEruby.html +120 -0
  479. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/ErubisError.html +117 -0
  480. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Eruby.html +132 -0
  481. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapeEnhancer.html +165 -0
  482. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEc.html +120 -0
  483. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEcpp.html +120 -0
  484. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjava.html +120 -0
  485. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjavascript.html +120 -0
  486. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEperl.html +120 -0
  487. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEphp.html +120 -0
  488. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEruby.html +127 -0
  489. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEscheme.html +120 -0
  490. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Escheme.html +126 -0
  491. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Evaluator.html +212 -0
  492. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/FastEruby.html +131 -0
  493. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Generator.html +416 -0
  494. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEnhancer.html +267 -0
  495. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEruby.html +120 -0
  496. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsFormHelper.html +787 -0
  497. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html +213 -0
  498. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper.html +349 -0
  499. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers.html +116 -0
  500. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEnhancer.html +305 -0
  501. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEruby.html +120 -0
  502. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/JavaGenerator.html +359 -0
  503. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/JavascriptGenerator.html +386 -0
  504. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/Main.html +341 -0
  505. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEnhancer.html +249 -0
  506. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEruby.html +120 -0
  507. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEnhancer.html +159 -0
  508. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEruby.html +120 -0
  509. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/NotSupportedError.html +119 -0
  510. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedEruby.html +163 -0
  511. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedGenerator.html +439 -0
  512. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedXmlEruby.html +163 -0
  513. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Converter.html +266 -0
  514. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ec.html +166 -0
  515. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ecpp.html +166 -0
  516. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejava.html +166 -0
  517. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejavascript.html +166 -0
  518. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Engine.html +122 -0
  519. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eperl.html +166 -0
  520. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ephp.html +166 -0
  521. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eruby.html +155 -0
  522. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Escheme.html +166 -0
  523. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/TinyEruby.html +293 -0
  524. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PI.html +125 -0
  525. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEnhancer.html +163 -0
  526. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEruby.html +120 -0
  527. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PerlGenerator.html +344 -0
  528. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PhpGenerator.html +350 -0
  529. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEnhancer.html +210 -0
  530. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEruby.html +120 -0
  531. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingEruby.html +183 -0
  532. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingHelper.html +212 -0
  533. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEnhancer.html +212 -0
  534. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEruby.html +120 -0
  535. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEnhancer.html +244 -0
  536. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEruby.html +120 -0
  537. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutSimplifiedEruby.html +121 -0
  538. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyEvaluator.html +227 -0
  539. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyGenerator.html +328 -0
  540. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/SchemeGenerator.html +382 -0
  541. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifiedEruby.html +120 -0
  542. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifyEnhancer.html +191 -0
  543. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEnhancer.html +173 -0
  544. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEruby.html +120 -0
  545. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutSimplifiedEruby.html +121 -0
  546. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEnhancer.html +174 -0
  547. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEruby.html +120 -0
  548. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/StringIOEruby.html +120 -0
  549. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/TinyEruby.html +298 -0
  550. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlEruby.html +130 -0
  551. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlHelper.html +255 -0
  552. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Erubis.html +362 -0
  553. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/classes/Kernel.html +155 -0
  554. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/created.rid +1 -0
  555. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/README_txt.html +247 -0
  556. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/context_rb.html +107 -0
  557. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/converter_rb.html +114 -0
  558. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ec_rb.html +115 -0
  559. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ecpp_rb.html +115 -0
  560. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejava_rb.html +115 -0
  561. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejavascript_rb.html +115 -0
  562. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/enhanced_rb.html +115 -0
  563. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/eperl_rb.html +115 -0
  564. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/ephp_rb.html +115 -0
  565. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/eruby_rb.html +115 -0
  566. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/escheme_rb.html +115 -0
  567. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine/optimized_rb.html +114 -0
  568. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/engine_rb.html +117 -0
  569. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/enhancer_rb.html +107 -0
  570. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/error_rb.html +107 -0
  571. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/evaluator_rb.html +115 -0
  572. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/generator_rb.html +114 -0
  573. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/helper_rb.html +107 -0
  574. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_form_helper_rb.html +107 -0
  575. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_helper_rb.html +116 -0
  576. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/local-setting_rb.html +107 -0
  577. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/main_rb.html +129 -0
  578. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/preprocessing_rb.html +114 -0
  579. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/tiny_rb.html +107 -0
  580. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis/util_rb.html +107 -0
  581. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/files/erubis_rb.html +118 -0
  582. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/fr_class_index.html +129 -0
  583. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/fr_file_index.html +53 -0
  584. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/fr_method_index.html +265 -0
  585. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/index.html +24 -0
  586. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/doc-api/rdoc-style.css +208 -0
  587. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/Makefile +58 -0
  588. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ec +42 -0
  589. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ecpp +33 -0
  590. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ejava +45 -0
  591. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ejs +16 -0
  592. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.eperl +16 -0
  593. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.ephp +17 -0
  594. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.eruby +15 -0
  595. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/basic/example.escheme +26 -0
  596. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/Makefile +54 -0
  597. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.ec +42 -0
  598. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.ejava +45 -0
  599. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.ejs +16 -0
  600. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.eperl +16 -0
  601. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.ephp +17 -0
  602. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.eruby +15 -0
  603. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/examples/pi/example.escheme +26 -0
  604. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
  605. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
  606. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
  607. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
  608. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
  609. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
  610. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
  611. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
  612. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
  613. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
  614. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
  615. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
  616. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
  617. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
  618. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
  619. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
  620. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
  621. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
  622. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
  623. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
  624. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
  625. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
  626. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
  627. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
  628. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
  629. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/lib/erubis.rb +73 -0
  630. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/setup.rb +1331 -0
  631. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/assert-text-equal.rb +44 -0
  632. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/Example.ejava +55 -0
  633. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/array_example.result +9 -0
  634. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/arraybuffer_example.result +9 -0
  635. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/bipattern-example.rhtml +4 -0
  636. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/bipattern_example.result +6 -0
  637. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.rb +10 -0
  638. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.result +17 -0
  639. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/context.rb +6 -0
  640. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/context.yaml +8 -0
  641. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/def_method.rb +14 -0
  642. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/def_method.result +3 -0
  643. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/escape_example.result +9 -0
  644. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.ec +27 -0
  645. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.ecpp +30 -0
  646. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.ejs +20 -0
  647. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.eperl +18 -0
  648. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.ephp +18 -0
  649. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.eruby +6 -0
  650. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example.escheme +28 -0
  651. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example1.eruby +6 -0
  652. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example1.rb +17 -0
  653. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example1.result +16 -0
  654. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example10.rb +4 -0
  655. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example10.result +17 -0
  656. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example10.xhtml +14 -0
  657. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example10_x.result +17 -0
  658. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11.php +20 -0
  659. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11.result +23 -0
  660. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11.rhtml +21 -0
  661. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11_C.result +10 -0
  662. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11_N.result +16 -0
  663. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11_U.result +16 -0
  664. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example11_php.result +15 -0
  665. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example1_x.result +9 -0
  666. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2.eruby +7 -0
  667. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2.rb +10 -0
  668. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2.result +27 -0
  669. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2_trim.result +10 -0
  670. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example2_x.result +10 -0
  671. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example3.eruby +6 -0
  672. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example3.rb +10 -0
  673. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example31.result +22 -0
  674. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example32.result +4 -0
  675. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example3_e.result +8 -0
  676. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example4.eruby +3 -0
  677. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example4.rb +11 -0
  678. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example4.result +10 -0
  679. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example4_x.result +5 -0
  680. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example5.eruby +6 -0
  681. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example5.rb +16 -0
  682. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example5.result +7 -0
  683. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example6.rb +12 -0
  684. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example6.result +7 -0
  685. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example7.eruby +8 -0
  686. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example71.result +13 -0
  687. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example72.result +13 -0
  688. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example8.eruby +6 -0
  689. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example8_ruby.result +7 -0
  690. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example8_yaml.result +7 -0
  691. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example9.eruby +3 -0
  692. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example9.rb +8 -0
  693. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example9.result +9 -0
  694. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example91.result +5 -0
  695. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example92.result +4 -0
  696. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_c.result +32 -0
  697. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_java.result +56 -0
  698. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_js.result +22 -0
  699. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_perl.result +20 -0
  700. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_php.result +19 -0
  701. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_scheme.result +30 -0
  702. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/example_scheme_display.result +29 -0
  703. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.rb +8 -0
  704. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.result +18 -0
  705. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rb +11 -0
  706. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby.result +38 -0
  707. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rhtml +15 -0
  708. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example.eruby +9 -0
  709. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rb +8 -0
  710. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rhtml +10 -0
  711. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example.result +11 -0
  712. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example2.result +13 -0
  713. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/interpolation_example.result +9 -0
  714. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/main_program1.rb +8 -0
  715. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/main_program1.result +6 -0
  716. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/main_program2.rb +8 -0
  717. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/main_program2.result +6 -0
  718. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/nocode-example.eruby +14 -0
  719. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/nocode-php.result +20 -0
  720. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/nocode_example.result +15 -0
  721. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/normal-eruby-test.eruby +9 -0
  722. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/normal_eruby_test.result +11 -0
  723. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/notext-example.eruby +14 -0
  724. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/notext-example.php +19 -0
  725. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/notext-php.result +20 -0
  726. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/notext_example.result +16 -0
  727. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/percentline-example.rhtml +6 -0
  728. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/percentline_example.result +9 -0
  729. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rb +9 -0
  730. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rhtml +6 -0
  731. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/prefixedline_example.result +9 -0
  732. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/printenable_example.result +4 -0
  733. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.eruby +3 -0
  734. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.rb +8 -0
  735. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/printstatement_example.result +8 -0
  736. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/simplify_example.result +9 -0
  737. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/stderr.log +3 -0
  738. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/stdout_exmple.result +9 -0
  739. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/stringbuffer_example.result +9 -0
  740. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/tail_260.result +4 -0
  741. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/tailnewline.rhtml +3 -0
  742. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/template1.rhtml +4 -0
  743. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/data/users-guide/template2.rhtml +4 -0
  744. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-engines.rb +425 -0
  745. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-enhancers.rb +646 -0
  746. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-erubis.rb +887 -0
  747. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-index-cgi.rb +191 -0
  748. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-main.rb +752 -0
  749. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test-users-guide.rb +73 -0
  750. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/test.rb +45 -0
  751. data/vendor/bundle/ruby/1.9.1/gems/erubis-2.7.0/test/testutil.rb +111 -0
  752. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/History.txt +1 -0
  753. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/LICENSE +14 -0
  754. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/README.rdoc +102 -0
  755. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/Rakefile +196 -0
  756. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/AbstractMemory.c +1028 -0
  757. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/AbstractMemory.h +166 -0
  758. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/AbstractMemory.o +0 -0
  759. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ArrayType.c +149 -0
  760. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ArrayType.h +50 -0
  761. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ArrayType.o +0 -0
  762. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Buffer.c +356 -0
  763. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Buffer.o +0 -0
  764. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Call.c +458 -0
  765. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Call.h +84 -0
  766. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Call.o +0 -0
  767. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ClosurePool.c +275 -0
  768. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ClosurePool.h +48 -0
  769. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ClosurePool.o +0 -0
  770. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DataConverter.c +91 -0
  771. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DataConverter.o +0 -0
  772. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DynamicLibrary.c +315 -0
  773. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DynamicLibrary.h +40 -0
  774. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/DynamicLibrary.o +0 -0
  775. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Ffi_c.iml +12 -0
  776. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Function.c +965 -0
  777. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Function.h +79 -0
  778. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Function.o +0 -0
  779. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/FunctionInfo.c +236 -0
  780. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/FunctionInfo.o +0 -0
  781. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LastError.c +176 -0
  782. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LastError.h +38 -0
  783. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LastError.o +0 -0
  784. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LongDouble.c +59 -0
  785. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LongDouble.h +42 -0
  786. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/LongDouble.o +0 -0
  787. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Makefile +213 -0
  788. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MappedType.c +161 -0
  789. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MappedType.h +50 -0
  790. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MappedType.o +0 -0
  791. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MemoryPointer.c +167 -0
  792. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MemoryPointer.h +46 -0
  793. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MemoryPointer.o +0 -0
  794. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MethodHandle.c +349 -0
  795. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MethodHandle.h +46 -0
  796. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/MethodHandle.o +0 -0
  797. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Platform.c +112 -0
  798. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Platform.h +36 -0
  799. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Platform.o +0 -0
  800. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Pointer.c +490 -0
  801. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Pointer.h +56 -0
  802. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Pointer.o +0 -0
  803. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Struct.c +704 -0
  804. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Struct.h +97 -0
  805. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Struct.o +0 -0
  806. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByReference.c +158 -0
  807. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByReference.h +50 -0
  808. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByReference.o +0 -0
  809. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByValue.c +142 -0
  810. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByValue.h +46 -0
  811. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructByValue.o +0 -0
  812. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructLayout.c +555 -0
  813. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/StructLayout.o +0 -0
  814. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Thread.c +326 -0
  815. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Thread.h +79 -0
  816. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Thread.o +0 -0
  817. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Type.c +385 -0
  818. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Type.h +47 -0
  819. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Type.o +0 -0
  820. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Types.c +130 -0
  821. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Types.h +79 -0
  822. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Types.o +0 -0
  823. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Variadic.c +264 -0
  824. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/Variadic.o +0 -0
  825. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/compat.h +74 -0
  826. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/extconf.h +8 -0
  827. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/extconf.rb +61 -0
  828. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ffi.c +86 -0
  829. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ffi.o +0 -0
  830. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/ffi_c.bundle +0 -0
  831. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ChangeLog +4600 -0
  832. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ChangeLog.libffi +584 -0
  833. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ChangeLog.libgcj +40 -0
  834. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ChangeLog.v1 +764 -0
  835. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/LICENSE +21 -0
  836. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/Makefile.am +196 -0
  837. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/Makefile.in +1820 -0
  838. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/Makefile.vc +141 -0
  839. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/Makefile.vc64 +141 -0
  840. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/README +342 -0
  841. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/acinclude.m4 +92 -0
  842. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/aclocal.m4 +1873 -0
  843. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/build-ios.sh +67 -0
  844. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/compile +143 -0
  845. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/config.guess +1501 -0
  846. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/config.sub +1705 -0
  847. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/configure +17191 -0
  848. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/configure.ac +496 -0
  849. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/configure.host +11 -0
  850. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/depcomp +630 -0
  851. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/doc/libffi.info +593 -0
  852. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/doc/libffi.texi +600 -0
  853. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/doc/stamp-vti +4 -0
  854. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/doc/version.texi +4 -0
  855. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/fficonfig.h.in +199 -0
  856. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/fficonfig.hw +57 -0
  857. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/Makefile.am +9 -0
  858. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/Makefile.in +487 -0
  859. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/ffi.h.in +427 -0
  860. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/ffi.h.vc +427 -0
  861. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/ffi.h.vc64 +427 -0
  862. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/include/ffi_common.h +126 -0
  863. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/install-sh +520 -0
  864. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/libffi.pc.in +10 -0
  865. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/libtool-version +29 -0
  866. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/ltmain.sh +9636 -0
  867. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +176 -0
  868. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +195 -0
  869. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_check_compiler_flags.m4 +76 -0
  870. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +63 -0
  871. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_configure_args.m4 +70 -0
  872. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +300 -0
  873. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +215 -0
  874. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +79 -0
  875. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/libtool.m4 +7831 -0
  876. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ltoptions.m4 +369 -0
  877. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ltsugar.m4 +123 -0
  878. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/ltversion.m4 +23 -0
  879. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/m4/lt~obsolete.m4 +98 -0
  880. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/Makefile.am +8 -0
  881. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/Makefile.in +466 -0
  882. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/ffi.3 +31 -0
  883. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/ffi_call.3 +103 -0
  884. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/man/ffi_prep_cif.3 +66 -0
  885. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/mdate-sh +201 -0
  886. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/missing +376 -0
  887. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/msvcc.sh +197 -0
  888. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/alpha/ffi.c +284 -0
  889. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/alpha/ffitarget.h +48 -0
  890. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/alpha/osf.S +387 -0
  891. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/ffi.c +728 -0
  892. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/ffitarget.h +65 -0
  893. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/gentramp.sh +118 -0
  894. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/sysv.S +497 -0
  895. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/arm/trampoline.S +4450 -0
  896. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/avr32/ffi.c +423 -0
  897. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/avr32/ffitarget.h +50 -0
  898. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/avr32/sysv.S +208 -0
  899. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/closures.c +615 -0
  900. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/cris/ffi.c +383 -0
  901. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/cris/ffitarget.h +51 -0
  902. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/cris/sysv.S +215 -0
  903. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/debug.c +59 -0
  904. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/dlmalloc.c +5161 -0
  905. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/frv/eabi.S +128 -0
  906. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/frv/ffi.c +292 -0
  907. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/frv/ffitarget.h +57 -0
  908. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/ia64/ffi.c +582 -0
  909. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/ia64/ffitarget.h +50 -0
  910. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/ia64/ia64_flags.h +40 -0
  911. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/ia64/unix.S +560 -0
  912. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/java_raw_api.c +356 -0
  913. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m32r/ffi.c +232 -0
  914. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m32r/ffitarget.h +48 -0
  915. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m32r/sysv.S +121 -0
  916. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m68k/ffi.c +288 -0
  917. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m68k/ffitarget.h +49 -0
  918. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/m68k/sysv.S +270 -0
  919. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/mips/ffi.c +1036 -0
  920. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/mips/ffitarget.h +242 -0
  921. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/mips/n32.S +591 -0
  922. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/mips/o32.S +381 -0
  923. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/moxie/eabi.S +128 -0
  924. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/moxie/ffi.c +276 -0
  925. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/pa/ffi.c +719 -0
  926. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/pa/ffitarget.h +78 -0
  927. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/pa/hpux32.S +368 -0
  928. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/pa/linux.S +357 -0
  929. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/aix.S +328 -0
  930. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/aix_closure.S +445 -0
  931. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/asm.h +125 -0
  932. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/darwin.S +383 -0
  933. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +575 -0
  934. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/ffi.c +1448 -0
  935. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +1359 -0
  936. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/ffitarget.h +139 -0
  937. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/linux64.S +187 -0
  938. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +236 -0
  939. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +327 -0
  940. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/powerpc/sysv.S +219 -0
  941. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/prep_cif.c +177 -0
  942. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/raw_api.c +254 -0
  943. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/s390/ffi.c +780 -0
  944. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/s390/ffitarget.h +62 -0
  945. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/s390/sysv.S +434 -0
  946. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh/ffi.c +716 -0
  947. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh/ffitarget.h +49 -0
  948. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh/sysv.S +850 -0
  949. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh64/ffi.c +468 -0
  950. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh64/ffitarget.h +53 -0
  951. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sh64/sysv.S +539 -0
  952. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sparc/ffi.c +669 -0
  953. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sparc/ffitarget.h +68 -0
  954. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sparc/v8.S +313 -0
  955. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/sparc/v9.S +307 -0
  956. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/types.c +77 -0
  957. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/darwin.S +444 -0
  958. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/darwin64.S +416 -0
  959. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/ffi.c +644 -0
  960. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/ffi64.c +635 -0
  961. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/ffitarget.h +121 -0
  962. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/freebsd.S +458 -0
  963. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/sysv.S +468 -0
  964. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/unix64.S +426 -0
  965. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/win32.S +1065 -0
  966. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/src/x86/win64.S +468 -0
  967. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/Makefile.am +80 -0
  968. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/Makefile.in +500 -0
  969. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/config/default.exp +1 -0
  970. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/lib/libffi-dg.exp +300 -0
  971. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/lib/libffi.exp +350 -0
  972. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +263 -0
  973. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +45 -0
  974. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +32 -0
  975. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +89 -0
  976. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +81 -0
  977. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +81 -0
  978. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +82 -0
  979. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +89 -0
  980. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +92 -0
  981. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +90 -0
  982. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +95 -0
  983. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/closure_stdcall.c +64 -0
  984. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +94 -0
  985. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +95 -0
  986. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +96 -0
  987. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +102 -0
  988. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +89 -0
  989. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +91 -0
  990. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +93 -0
  991. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +113 -0
  992. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +90 -0
  993. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +95 -0
  994. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +90 -0
  995. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +90 -0
  996. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +98 -0
  997. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +90 -0
  998. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +109 -0
  999. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +98 -0
  1000. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +124 -0
  1001. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +113 -0
  1002. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +99 -0
  1003. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +117 -0
  1004. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +97 -0
  1005. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +88 -0
  1006. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +90 -0
  1007. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +91 -0
  1008. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +93 -0
  1009. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +91 -0
  1010. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +92 -0
  1011. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +134 -0
  1012. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +117 -0
  1013. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +95 -0
  1014. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +91 -0
  1015. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +91 -0
  1016. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +92 -0
  1017. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +91 -0
  1018. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +91 -0
  1019. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +93 -0
  1020. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +66 -0
  1021. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +43 -0
  1022. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +60 -0
  1023. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +42 -0
  1024. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +105 -0
  1025. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +60 -0
  1026. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +74 -0
  1027. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +74 -0
  1028. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +86 -0
  1029. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +91 -0
  1030. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +74 -0
  1031. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +86 -0
  1032. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +74 -0
  1033. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +140 -0
  1034. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +44 -0
  1035. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +42 -0
  1036. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +42 -0
  1037. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +42 -0
  1038. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +43 -0
  1039. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +47 -0
  1040. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +43 -0
  1041. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +36 -0
  1042. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +26 -0
  1043. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +153 -0
  1044. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float.c +59 -0
  1045. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +58 -0
  1046. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +58 -0
  1047. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +72 -0
  1048. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +62 -0
  1049. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +342 -0
  1050. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/many.c +69 -0
  1051. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/many_win32.c +63 -0
  1052. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +53 -0
  1053. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +152 -0
  1054. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +161 -0
  1055. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +133 -0
  1056. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +110 -0
  1057. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +111 -0
  1058. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +111 -0
  1059. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +112 -0
  1060. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +131 -0
  1061. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +111 -0
  1062. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +131 -0
  1063. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +131 -0
  1064. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +90 -0
  1065. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +59 -0
  1066. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +114 -0
  1067. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +35 -0
  1068. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +43 -0
  1069. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +42 -0
  1070. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +35 -0
  1071. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +36 -0
  1072. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +49 -0
  1073. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +42 -0
  1074. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +34 -0
  1075. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +41 -0
  1076. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +43 -0
  1077. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +36 -0
  1078. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +38 -0
  1079. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +38 -0
  1080. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +38 -0
  1081. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +145 -0
  1082. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +148 -0
  1083. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +124 -0
  1084. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +125 -0
  1085. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +44 -0
  1086. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen_win32.c +44 -0
  1087. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +65 -0
  1088. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +67 -0
  1089. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +59 -0
  1090. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +63 -0
  1091. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +65 -0
  1092. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +64 -0
  1093. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +74 -0
  1094. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +80 -0
  1095. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +67 -0
  1096. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +70 -0
  1097. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.special/ffitestcxx.h +96 -0
  1098. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.special/special.exp +35 -0
  1099. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest.cc +124 -0
  1100. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/testsuite/libffi.special/unwindtest_ffi_call.cc +53 -0
  1101. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi/texinfo.tex +7210 -0
  1102. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.bsd.mk +34 -0
  1103. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.darwin.mk +93 -0
  1104. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.gnu.mk +31 -0
  1105. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.mk +13 -0
  1106. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.vc.mk +26 -0
  1107. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/libffi.vc64.mk +26 -0
  1108. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/mkmf.log +203 -0
  1109. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/rbffi.h +47 -0
  1110. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/rbffi_endian.h +50 -0
  1111. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/ext/ffi_c/win32/stdint.h +199 -0
  1112. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/gen/Rakefile +30 -0
  1113. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/gen/log +1 -0
  1114. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/Lib.iml +13 -0
  1115. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/autopointer.rb +183 -0
  1116. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/buffer.rb +4 -0
  1117. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/callback.rb +4 -0
  1118. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/enum.rb +161 -0
  1119. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/errno.rb +33 -0
  1120. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/ffi.rb +33 -0
  1121. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/io.rb +52 -0
  1122. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/library.rb +485 -0
  1123. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/managedstruct.rb +55 -0
  1124. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/memorypointer.rb +1 -0
  1125. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/arm-linux/types.conf +104 -0
  1126. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-darwin/types.conf +100 -0
  1127. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-freebsd/types.conf +152 -0
  1128. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-linux/types.conf +103 -0
  1129. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-netbsd/types.conf +126 -0
  1130. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-openbsd/types.conf +126 -0
  1131. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-solaris/types.conf +122 -0
  1132. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i386-windows/types.conf +105 -0
  1133. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/i486-gnu/types.conf +107 -0
  1134. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/ia64-linux/types.conf +104 -0
  1135. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/mips-linux/types.conf +102 -0
  1136. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/mipsel-linux/types.conf +102 -0
  1137. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/powerpc-aix/types.conf +180 -0
  1138. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
  1139. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/powerpc-linux/types.conf +100 -0
  1140. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/s390-linux/types.conf +102 -0
  1141. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/s390x-linux/types.conf +102 -0
  1142. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/sparc-linux/types.conf +102 -0
  1143. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/sparc-solaris/types.conf +128 -0
  1144. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
  1145. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-darwin/types.conf +100 -0
  1146. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-freebsd/types.conf +126 -0
  1147. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-linux/types.conf +102 -0
  1148. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-netbsd/types.conf +126 -0
  1149. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-openbsd/types.conf +126 -0
  1150. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
  1151. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/platform.rb +130 -0
  1152. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/pointer.rb +122 -0
  1153. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/struct.rb +283 -0
  1154. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/struct_layout_builder.rb +162 -0
  1155. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/const_generator.rb +229 -0
  1156. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/generator.rb +58 -0
  1157. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/generator_task.rb +35 -0
  1158. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/struct_generator.rb +194 -0
  1159. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/tools/types_generator.rb +133 -0
  1160. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/types.rb +177 -0
  1161. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/union.rb +32 -0
  1162. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi/variadic.rb +65 -0
  1163. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi.rb +15 -0
  1164. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/lib/ffi_c.bundle +0 -0
  1165. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/Ffi.iml +12 -0
  1166. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/async_callback_spec.rb +46 -0
  1167. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/bool_spec.rb +40 -0
  1168. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/buffer_spec.rb +215 -0
  1169. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/callback_spec.rb +668 -0
  1170. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/custom_param_type.rb +47 -0
  1171. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/custom_type_spec.rb +85 -0
  1172. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/dup_spec.rb +65 -0
  1173. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/enum_spec.rb +227 -0
  1174. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/errno_spec.rb +29 -0
  1175. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/ffi_spec.rb +40 -0
  1176. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/function_spec.rb +87 -0
  1177. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/library_spec.rb +208 -0
  1178. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/long_double.rb +41 -0
  1179. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/managed_struct_spec.rb +72 -0
  1180. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/number_spec.rb +247 -0
  1181. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/pointer_spec.rb +214 -0
  1182. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/rbx/attach_function_spec.rb +28 -0
  1183. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/rbx/memory_pointer_spec.rb +115 -0
  1184. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/rbx/spec_helper.rb +1 -0
  1185. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/rbx/struct_spec.rb +13 -0
  1186. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/spec_helper.rb +35 -0
  1187. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/string_spec.rb +119 -0
  1188. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/strptr_spec.rb +61 -0
  1189. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/struct_callback_spec.rb +80 -0
  1190. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/struct_initialize_spec.rb +46 -0
  1191. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/struct_packed_spec.rb +62 -0
  1192. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/struct_spec.rb +719 -0
  1193. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/typedef_spec.rb +89 -0
  1194. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/union_spec.rb +76 -0
  1195. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/ffi/variadic_spec.rb +103 -0
  1196. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/spec/spec.opts +4 -0
  1197. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/ann.rake +80 -0
  1198. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/extension.rake +32 -0
  1199. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/gem.rake +199 -0
  1200. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/git.rake +41 -0
  1201. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/notes.rake +27 -0
  1202. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/post_load.rake +34 -0
  1203. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/rdoc.rake +50 -0
  1204. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/rubyforge.rake +55 -0
  1205. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/setup.rb +301 -0
  1206. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/spec.rake +54 -0
  1207. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/svn.rake +47 -0
  1208. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/test.rake +40 -0
  1209. data/vendor/bundle/ruby/1.9.1/gems/ffi-1.1.5/tasks/yard.rake +11 -0
  1210. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/CHANGELOG.markdown +93 -0
  1211. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/Gemfile +15 -0
  1212. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/Guardfile +15 -0
  1213. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/LICENSE +0 -0
  1214. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/README.markdown +932 -0
  1215. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/Rakefile +50 -0
  1216. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/grape.gemspec +38 -0
  1217. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/api.rb +50 -4
  1218. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/cookies.rb +0 -0
  1219. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/endpoint.rb +27 -1
  1220. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/entity.rb +4 -1
  1221. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/exceptions/base.rb +0 -0
  1222. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/exceptions/validation_error.rb +0 -0
  1223. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/auth/basic.rb +0 -0
  1224. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/auth/digest.rb +0 -0
  1225. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/auth/oauth2.rb +0 -0
  1226. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/base.rb +9 -8
  1227. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/error.rb +0 -0
  1228. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/filter.rb +0 -0
  1229. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/formatter.rb +6 -1
  1230. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/prefixer.rb +0 -0
  1231. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/lib/grape/middleware/versioner/header.rb +118 -0
  1232. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/versioner/param.rb +0 -0
  1233. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/versioner/path.rb +0 -0
  1234. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/middleware/versioner.rb +0 -0
  1235. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/route.rb +0 -0
  1236. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/util/deep_merge.rb +0 -0
  1237. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/util/hash_stack.rb +12 -3
  1238. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/validations/coerce.rb +0 -0
  1239. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/validations/presence.rb +0 -0
  1240. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/validations/regexp.rb +0 -0
  1241. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape/validations.rb +14 -4
  1242. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/lib/grape/version.rb +3 -0
  1243. data/vendor/{grape → bundle/ruby/1.9.1/gems/grape-0.2.2}/lib/grape.rb +0 -0
  1244. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/api_spec.rb +1341 -0
  1245. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/endpoint_spec.rb +482 -0
  1246. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/entity_spec.rb +579 -0
  1247. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/auth/basic_spec.rb +31 -0
  1248. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/auth/digest_spec.rb +47 -0
  1249. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/auth/oauth2_spec.rb +90 -0
  1250. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/base_spec.rb +63 -0
  1251. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/error_spec.rb +49 -0
  1252. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/exception_spec.rb +142 -0
  1253. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/formatter_spec.rb +199 -0
  1254. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/prefixer_spec.rb +30 -0
  1255. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/versioner/header_spec.rb +219 -0
  1256. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/versioner/param_spec.rb +58 -0
  1257. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/versioner/path_spec.rb +40 -0
  1258. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/middleware/versioner_spec.rb +16 -0
  1259. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/util/hash_stack_spec.rb +133 -0
  1260. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/validations/coerce_spec.rb +129 -0
  1261. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/validations/presence_spec.rb +138 -0
  1262. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/validations/regexp_spec.rb +33 -0
  1263. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/grape/validations_spec.rb +185 -0
  1264. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/shared/versioning_examples.rb +77 -0
  1265. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/spec_helper.rb +27 -0
  1266. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/support/basic_auth_encode_helpers.rb +4 -0
  1267. data/vendor/bundle/ruby/1.9.1/gems/grape-0.2.2/spec/support/versioned_helpers.rb +42 -0
  1268. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/Gemfile +2 -0
  1269. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/Gemfile.lock +34 -0
  1270. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/Guardfile +5 -0
  1271. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/LICENSE +20 -0
  1272. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/README.rdoc +120 -0
  1273. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/Rakefile +13 -0
  1274. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/hashie.gemspec +21 -0
  1275. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/clash.rb +86 -0
  1276. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/dash.rb +150 -0
  1277. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/hash.rb +25 -0
  1278. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/hash_extensions.rb +49 -0
  1279. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/mash.rb +197 -0
  1280. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/trash.rb +55 -0
  1281. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie/version.rb +3 -0
  1282. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/lib/hashie.rb +9 -0
  1283. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/clash_spec.rb +42 -0
  1284. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/dash_spec.rb +215 -0
  1285. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/hash_spec.rb +32 -0
  1286. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/mash_spec.rb +281 -0
  1287. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/hashie/trash_spec.rb +70 -0
  1288. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/spec.opts +3 -0
  1289. data/vendor/bundle/ruby/1.9.1/gems/hashie-1.2.0/spec/spec_helper.rb +12 -0
  1290. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/CHANGELOG.textile +152 -0
  1291. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/MIT-LICENSE +20 -0
  1292. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/README.textile +105 -0
  1293. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.no-rails +5 -0
  1294. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.no-rails.lock +14 -0
  1295. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.rails-2.3.x +9 -0
  1296. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.rails-2.3.x.lock +23 -0
  1297. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.rails-3.x +9 -0
  1298. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/ci/Gemfile.rails-3.x.lock +23 -0
  1299. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/base.rb +181 -0
  1300. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/cache.rb +96 -0
  1301. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/cascade.rb +54 -0
  1302. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/chain.rb +78 -0
  1303. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/fallbacks.rb +65 -0
  1304. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/flatten.rb +113 -0
  1305. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/gettext.rb +72 -0
  1306. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/interpolation_compiler.rb +121 -0
  1307. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/key_value.rb +101 -0
  1308. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/memoize.rb +46 -0
  1309. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/metadata.rb +65 -0
  1310. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/pluralization.rb +53 -0
  1311. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/simple.rb +87 -0
  1312. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend/transliterator.rb +98 -0
  1313. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/backend.rb +18 -0
  1314. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/config.rb +86 -0
  1315. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/core_ext/hash.rb +29 -0
  1316. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/core_ext/kernel/surpress_warnings.rb +9 -0
  1317. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/core_ext/string/interpolate.rb +105 -0
  1318. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/exceptions.rb +106 -0
  1319. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/gettext/helpers.rb +64 -0
  1320. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/gettext/po_parser.rb +329 -0
  1321. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/gettext.rb +25 -0
  1322. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/interpolate/ruby.rb +31 -0
  1323. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/fallbacks.rb +96 -0
  1324. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/tag/parents.rb +22 -0
  1325. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/tag/rfc4646.rb +74 -0
  1326. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/tag/simple.rb +39 -0
  1327. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale/tag.rb +28 -0
  1328. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/locale.rb +6 -0
  1329. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/basics.rb +54 -0
  1330. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/defaults.rb +40 -0
  1331. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/interpolation.rb +133 -0
  1332. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/link.rb +56 -0
  1333. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization/date.rb +84 -0
  1334. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization/date_time.rb +77 -0
  1335. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization/procs.rb +116 -0
  1336. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization/time.rb +76 -0
  1337. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/localization.rb +19 -0
  1338. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/lookup.rb +74 -0
  1339. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/pluralization.rb +35 -0
  1340. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests/procs.rb +55 -0
  1341. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/tests.rb +12 -0
  1342. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n/version.rb +3 -0
  1343. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/lib/i18n.rb +332 -0
  1344. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/all.rb +8 -0
  1345. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/all_features_test.rb +58 -0
  1346. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/cascade_test.rb +28 -0
  1347. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/chain_test.rb +24 -0
  1348. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/fallbacks_test.rb +30 -0
  1349. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/key_value_test.rb +28 -0
  1350. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/memoize_test.rb +60 -0
  1351. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/override_test.rb +48 -0
  1352. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/pluralization_test.rb +30 -0
  1353. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/api/simple_test.rb +28 -0
  1354. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/cache_test.rb +85 -0
  1355. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/cascade_test.rb +85 -0
  1356. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/chain_test.rb +72 -0
  1357. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/exceptions_test.rb +30 -0
  1358. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/fallbacks_test.rb +125 -0
  1359. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/interpolation_compiler_test.rb +102 -0
  1360. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/key_value_test.rb +46 -0
  1361. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/memoize_test.rb +47 -0
  1362. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/metadata_test.rb +47 -0
  1363. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/pluralization_test.rb +44 -0
  1364. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/simple_test.rb +83 -0
  1365. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/backend/transliterator_test.rb +81 -0
  1366. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/core_ext/hash_test.rb +30 -0
  1367. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/core_ext/string/interpolate_test.rb +99 -0
  1368. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/gettext/api_test.rb +206 -0
  1369. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/gettext/backend_test.rb +101 -0
  1370. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/i18n/exceptions_test.rb +116 -0
  1371. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/i18n/interpolate_test.rb +61 -0
  1372. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/i18n/load_path_test.rb +26 -0
  1373. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/i18n_test.rb +254 -0
  1374. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/locale/fallbacks_test.rb +136 -0
  1375. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/locale/tag/rfc4646_test.rb +142 -0
  1376. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/locale/tag/simple_test.rb +32 -0
  1377. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/run_all.rb +21 -0
  1378. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/de.po +82 -0
  1379. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/en.rb +3 -0
  1380. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/en.yml +3 -0
  1381. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/invalid/empty.yml +0 -0
  1382. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_data/locales/plurals.rb +113 -0
  1383. data/vendor/bundle/ruby/1.9.1/gems/i18n-0.6.1/test/test_helper.rb +56 -0
  1384. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/CHANGES +205 -0
  1385. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/COPYING +58 -0
  1386. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/COPYING-json-jruby +57 -0
  1387. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/GPL +340 -0
  1388. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/Gemfile +7 -0
  1389. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/README-json-jruby.markdown +33 -0
  1390. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/README.rdoc +358 -0
  1391. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/Rakefile +416 -0
  1392. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/TODO +1 -0
  1393. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/VERSION +1 -0
  1394. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkComparison.log +52 -0
  1395. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast-autocorrelation.dat +1000 -0
  1396. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast.dat +1001 -0
  1397. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty-autocorrelation.dat +900 -0
  1398. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty.dat +901 -0
  1399. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe-autocorrelation.dat +1000 -0
  1400. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe.dat +1001 -0
  1401. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt.log +261 -0
  1402. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast-autocorrelation.dat +1000 -0
  1403. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast.dat +1001 -0
  1404. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty-autocorrelation.dat +1000 -0
  1405. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty.dat +1001 -0
  1406. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe-autocorrelation.dat +1000 -0
  1407. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe.dat +1001 -0
  1408. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure.log +262 -0
  1409. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator-autocorrelation.dat +1000 -0
  1410. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator.dat +1001 -0
  1411. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails.log +82 -0
  1412. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkComparison.log +34 -0
  1413. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser-autocorrelation.dat +900 -0
  1414. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser.dat +901 -0
  1415. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt.log +81 -0
  1416. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser-autocorrelation.dat +1000 -0
  1417. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser.dat +1001 -0
  1418. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure.log +82 -0
  1419. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser-autocorrelation.dat +1000 -0
  1420. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser.dat +1001 -0
  1421. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails.log +82 -0
  1422. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser-autocorrelation.dat +1000 -0
  1423. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser.dat +1001 -0
  1424. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML.log +82 -0
  1425. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/generator2_benchmark.rb +222 -0
  1426. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/generator_benchmark.rb +224 -0
  1427. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/ohai.json +1216 -0
  1428. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/ohai.ruby +1 -0
  1429. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/parser2_benchmark.rb +251 -0
  1430. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/benchmarks/parser_benchmark.rb +259 -0
  1431. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/bin/edit_json.rb +9 -0
  1432. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/bin/prettify_json.rb +48 -0
  1433. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/data/example.json +1 -0
  1434. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/data/index.html +38 -0
  1435. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/data/prototype.js +4184 -0
  1436. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/Makefile +213 -0
  1437. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/extconf.rb +20 -0
  1438. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/generator.bundle +0 -0
  1439. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/generator.c +1459 -0
  1440. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/generator.h +200 -0
  1441. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/generator.o +0 -0
  1442. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/generator/mkmf.log +32 -0
  1443. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/json/ext/generator.bundle +0 -0
  1444. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/json/ext/parser.bundle +0 -0
  1445. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/Makefile +213 -0
  1446. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/extconf.rb +16 -0
  1447. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/mkmf.log +33 -0
  1448. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.bundle +0 -0
  1449. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.c +2190 -0
  1450. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.h +82 -0
  1451. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.o +0 -0
  1452. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/ext/json/ext/parser/parser.rl +910 -0
  1453. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/install.rb +26 -0
  1454. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/lib/bytelist-1.0.6.jar +0 -0
  1455. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/lib/jcodings.jar +0 -0
  1456. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/ByteListTranscoder.java +167 -0
  1457. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/Generator.java +437 -0
  1458. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/GeneratorMethods.java +232 -0
  1459. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/GeneratorService.java +43 -0
  1460. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/GeneratorState.java +501 -0
  1461. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/OptionsReader.java +119 -0
  1462. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/Parser.java +2585 -0
  1463. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/Parser.rl +913 -0
  1464. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/ParserService.java +35 -0
  1465. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/RuntimeInfo.java +121 -0
  1466. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/StringDecoder.java +166 -0
  1467. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/StringEncoder.java +106 -0
  1468. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/java/src/json/ext/Utils.java +89 -0
  1469. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/json-java.gemspec +22 -0
  1470. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/json.gemspec +41 -0
  1471. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/json_pure.gemspec +46 -0
  1472. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/Array.xpm +21 -0
  1473. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/FalseClass.xpm +21 -0
  1474. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/Hash.xpm +21 -0
  1475. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/Key.xpm +73 -0
  1476. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/NilClass.xpm +21 -0
  1477. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/Numeric.xpm +28 -0
  1478. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/String.xpm +96 -0
  1479. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/TrueClass.xpm +21 -0
  1480. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/add/complex.rb +22 -0
  1481. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/add/core.rb +243 -0
  1482. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/add/rational.rb +22 -0
  1483. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/common.rb +435 -0
  1484. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/editor.rb +1369 -0
  1485. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/ext.rb +15 -0
  1486. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/json.xpm +1499 -0
  1487. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/pure/generator.rb +457 -0
  1488. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/pure/parser.rb +354 -0
  1489. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/pure.rb +15 -0
  1490. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json/version.rb +8 -0
  1491. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/lib/json.rb +62 -0
  1492. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail1.json +1 -0
  1493. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail10.json +1 -0
  1494. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail11.json +1 -0
  1495. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail12.json +1 -0
  1496. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail13.json +1 -0
  1497. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail14.json +1 -0
  1498. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail18.json +1 -0
  1499. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail19.json +1 -0
  1500. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail2.json +1 -0
  1501. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail20.json +1 -0
  1502. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail21.json +1 -0
  1503. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail22.json +1 -0
  1504. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail23.json +1 -0
  1505. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail24.json +1 -0
  1506. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail25.json +1 -0
  1507. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail27.json +2 -0
  1508. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail28.json +2 -0
  1509. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail3.json +1 -0
  1510. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail4.json +1 -0
  1511. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail5.json +1 -0
  1512. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail6.json +1 -0
  1513. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail7.json +1 -0
  1514. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail8.json +1 -0
  1515. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/fail9.json +1 -0
  1516. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass1.json +56 -0
  1517. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass15.json +1 -0
  1518. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass16.json +1 -0
  1519. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass17.json +1 -0
  1520. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass2.json +1 -0
  1521. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass26.json +1 -0
  1522. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/fixtures/pass3.json +6 -0
  1523. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/setup_variant.rb +11 -0
  1524. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json.rb +460 -0
  1525. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_addition.rb +174 -0
  1526. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_encoding.rb +65 -0
  1527. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_fixtures.rb +35 -0
  1528. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_generate.rb +213 -0
  1529. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_string_matching.rb +40 -0
  1530. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tests/test_json_unicode.rb +72 -0
  1531. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tools/fuzz.rb +139 -0
  1532. data/vendor/bundle/ruby/1.9.1/gems/json-1.5.4/tools/server.rb +61 -0
  1533. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/contact.html +22 -0
  1534. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/contribute.html +21 -0
  1535. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/index.html +90 -0
  1536. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/license.html +56 -0
  1537. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/content/manual.html +449 -0
  1538. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/dev/README.developers +55 -0
  1539. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/dev/checklist +23 -0
  1540. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/dev/things-to-do +5 -0
  1541. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/images/log4r-logo.png +0 -0
  1542. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/images/logo2.png +0 -0
  1543. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/log4r.css +111 -0
  1544. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/rdoc-log4r.css +696 -0
  1545. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/doc/templates/main.html +147 -0
  1546. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/README +19 -0
  1547. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/ancestors.rb +53 -0
  1548. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/chainsaw_settings.xml +7 -0
  1549. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/customlevels.rb +34 -0
  1550. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/filelog.rb +25 -0
  1551. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/fileroll.rb +40 -0
  1552. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/gmail.rb +30 -0
  1553. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/gmail.yaml +95 -0
  1554. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/log4r_yaml.yaml +0 -0
  1555. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/logclient.rb +25 -0
  1556. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/logserver.rb +18 -0
  1557. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/moderate.xml +29 -0
  1558. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/moderateconfig.rb +66 -0
  1559. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/myformatter.rb +23 -0
  1560. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/outofthebox.rb +21 -0
  1561. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/rdoc-gen +2 -0
  1562. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/rrconfig.xml +63 -0
  1563. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/rrsetup.rb +42 -0
  1564. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/simpleconfig.rb +39 -0
  1565. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/syslogcustom.rb +52 -0
  1566. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/xmlconfig.rb +25 -0
  1567. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/examples/yaml.rb +30 -0
  1568. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/GDC.rb +41 -0
  1569. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/MDC.rb +59 -0
  1570. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/NDC.rb +86 -0
  1571. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/base.rb +74 -0
  1572. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/config.rb +9 -0
  1573. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/configurator.rb +224 -0
  1574. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/formatter/formatter.rb +105 -0
  1575. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/formatter/log4jxmlformatter.rb +65 -0
  1576. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/formatter/patternformatter.rb +145 -0
  1577. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/lib/drbloader.rb +52 -0
  1578. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/lib/xmlloader.rb +24 -0
  1579. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/logevent.rb +28 -0
  1580. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/logger.rb +199 -0
  1581. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/loggerfactory.rb +89 -0
  1582. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/logserver.rb +28 -0
  1583. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/consoleoutputters.rb +18 -0
  1584. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/datefileoutputter.rb +117 -0
  1585. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/emailoutputter.rb +143 -0
  1586. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/fileoutputter.rb +56 -0
  1587. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/iooutputter.rb +55 -0
  1588. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/outputter.rb +134 -0
  1589. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/outputterfactory.rb +61 -0
  1590. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/remoteoutputter.rb +40 -0
  1591. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/rollingfileoutputter.rb +234 -0
  1592. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/scribeoutputter.rb +37 -0
  1593. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/staticoutputter.rb +30 -0
  1594. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/syslogoutputter.rb +130 -0
  1595. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/outputter/udpoutputter.rb +53 -0
  1596. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/GDC +14 -0
  1597. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/MDC +16 -0
  1598. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/NDC +41 -0
  1599. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/configurator +243 -0
  1600. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/emailoutputter +103 -0
  1601. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/formatter +39 -0
  1602. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/log4jxmlformatter +21 -0
  1603. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/log4r +89 -0
  1604. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/logger +175 -0
  1605. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/logserver +85 -0
  1606. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/outputter +108 -0
  1607. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/patternformatter +128 -0
  1608. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/scribeoutputter +16 -0
  1609. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/syslogoutputter +29 -0
  1610. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/win32eventoutputter +7 -0
  1611. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/rdoc/yamlconfigurator +20 -0
  1612. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/repository.rb +88 -0
  1613. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/staticlogger.rb +49 -0
  1614. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/version.rb +4 -0
  1615. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r/yamlconfigurator.rb +198 -0
  1616. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/lib/log4r.rb +17 -0
  1617. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/README +10 -0
  1618. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testGDC.rb +24 -0
  1619. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testMDC.rb +40 -0
  1620. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testNDC.rb +25 -0
  1621. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/test_helper.rb +12 -0
  1622. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testall.rb +6 -0
  1623. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testbase.rb +48 -0
  1624. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testchainsaw.rb +42 -0
  1625. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testconf.xml +37 -0
  1626. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testcustom.rb +30 -0
  1627. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testformatter.rb +31 -0
  1628. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testlogger.rb +200 -0
  1629. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testoutputter.rb +143 -0
  1630. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testpatternformatter.rb +76 -0
  1631. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testthreads.rb +31 -0
  1632. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testxmlconf.rb +48 -0
  1633. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testyaml.rb +39 -0
  1634. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testyaml_arrays.yaml +25 -0
  1635. data/vendor/bundle/ruby/1.9.1/gems/log4r-1.1.10/tests/testyaml_injection.yaml +22 -0
  1636. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/Gemfile +2 -0
  1637. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/LICENSE +1 -0
  1638. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/README +38 -0
  1639. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/Rakefile +390 -0
  1640. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/lib/macaddr.rb +96 -0
  1641. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/macaddr.gemspec +43 -0
  1642. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/rvmrc.example +1 -0
  1643. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/test/data/noifconfig +3 -0
  1644. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/test/data/osx +39 -0
  1645. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/test/mac_test.rb +41 -0
  1646. data/vendor/bundle/ruby/1.9.1/gems/macaddr-1.6.1/test/testing.rb +146 -0
  1647. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/Gemfile +7 -0
  1648. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/LICENSE.md +20 -0
  1649. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/README.md +119 -0
  1650. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/Rakefile +20 -0
  1651. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/json_common.rb +25 -0
  1652. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/json_gem.rb +12 -0
  1653. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/json_pure.rb +12 -0
  1654. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/nsjsonserialization.rb +34 -0
  1655. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/oj.rb +22 -0
  1656. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/ok_json.rb +48 -0
  1657. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/adapters/yajl.rb +18 -0
  1658. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/vendor/okjson.rb +602 -0
  1659. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json/version.rb +3 -0
  1660. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/lib/multi_json.rb +118 -0
  1661. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/multi_json.gemspec +22 -0
  1662. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/spec/adapter_shared_example.rb +115 -0
  1663. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/spec/helper.rb +32 -0
  1664. data/vendor/bundle/ruby/1.9.1/gems/multi_json-1.3.6/spec/multi_json_spec.rb +87 -0
  1665. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/Gemfile +9 -0
  1666. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/LICENSE.md +20 -0
  1667. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/README.md +126 -0
  1668. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/Rakefile +21 -0
  1669. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/libxml.rb +30 -0
  1670. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/libxml2_parser.rb +66 -0
  1671. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/nokogiri.rb +32 -0
  1672. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/ox.rb +97 -0
  1673. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/parsers/rexml.rb +113 -0
  1674. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml/version.rb +3 -0
  1675. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/lib/multi_xml.rb +274 -0
  1676. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/multi_xml.gemspec +21 -0
  1677. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/spec/helper.rb +7 -0
  1678. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/spec/multi_xml_spec.rb +46 -0
  1679. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/spec/parser_shared_example.rb +677 -0
  1680. data/vendor/bundle/ruby/1.9.1/gems/multi_xml-0.5.1/spec/speed.rb +63 -0
  1681. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/CHANGELOG.rdoc +29 -0
  1682. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/Manifest +17 -0
  1683. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/README.rdoc +98 -0
  1684. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/Rakefile +83 -0
  1685. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp/download.rb +150 -0
  1686. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp/errors.rb +5 -0
  1687. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp/upload.rb +142 -0
  1688. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp/version.rb +18 -0
  1689. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/net/scp.rb +432 -0
  1690. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/uri/open-scp.rb +18 -0
  1691. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/lib/uri/scp.rb +35 -0
  1692. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/net-scp.gemspec +34 -0
  1693. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/setup.rb +1331 -0
  1694. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/common.rb +153 -0
  1695. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/test_all.rb +3 -0
  1696. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/test_download.rb +170 -0
  1697. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/test_scp.rb +60 -0
  1698. data/vendor/bundle/ruby/1.9.1/gems/net-scp-1.0.4/test/test_upload.rb +269 -0
  1699. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/CHANGELOG.rdoc +258 -0
  1700. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/Manifest +110 -0
  1701. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/README.rdoc +184 -0
  1702. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/Rakefile +86 -0
  1703. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/Rudyfile +96 -0
  1704. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/THANKS.rdoc +19 -0
  1705. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/agent.rb +179 -0
  1706. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/constants.rb +18 -0
  1707. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/key_manager.rb +253 -0
  1708. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/abstract.rb +60 -0
  1709. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/hostbased.rb +75 -0
  1710. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/keyboard_interactive.rb +70 -0
  1711. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/password.rb +43 -0
  1712. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/methods/publickey.rb +96 -0
  1713. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/pageant.rb +183 -0
  1714. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/authentication/session.rb +146 -0
  1715. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/buffer.rb +340 -0
  1716. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/buffered_io.rb +198 -0
  1717. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/config.rb +207 -0
  1718. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/connection/channel.rb +630 -0
  1719. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/connection/constants.rb +33 -0
  1720. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/connection/session.rb +597 -0
  1721. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/connection/term.rb +178 -0
  1722. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/errors.rb +88 -0
  1723. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/key_factory.rb +102 -0
  1724. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/known_hosts.rb +129 -0
  1725. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/loggable.rb +61 -0
  1726. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/packet.rb +102 -0
  1727. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/prompt.rb +93 -0
  1728. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/command.rb +75 -0
  1729. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/errors.rb +14 -0
  1730. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/http.rb +94 -0
  1731. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/socks4.rb +70 -0
  1732. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/proxy/socks5.rb +142 -0
  1733. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/ruby_compat.rb +43 -0
  1734. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/service/forward.rb +298 -0
  1735. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/channel.rb +129 -0
  1736. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/extensions.rb +152 -0
  1737. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/kex.rb +44 -0
  1738. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/local_packet.rb +51 -0
  1739. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/packet.rb +81 -0
  1740. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/remote_packet.rb +38 -0
  1741. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/script.rb +157 -0
  1742. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test/socket.rb +64 -0
  1743. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/test.rb +89 -0
  1744. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/algorithms.rb +384 -0
  1745. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/cipher_factory.rb +97 -0
  1746. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/constants.rb +30 -0
  1747. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/abstract.rb +79 -0
  1748. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/md5.rb +12 -0
  1749. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/md5_96.rb +11 -0
  1750. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/none.rb +15 -0
  1751. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/sha1.rb +13 -0
  1752. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac/sha1_96.rb +11 -0
  1753. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/hmac.rb +31 -0
  1754. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/identity_cipher.rb +55 -0
  1755. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb +208 -0
  1756. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb +77 -0
  1757. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/kex.rb +13 -0
  1758. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/openssl.rb +127 -0
  1759. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/packet_stream.rb +235 -0
  1760. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/server_version.rb +71 -0
  1761. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/session.rb +278 -0
  1762. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/transport/state.rb +206 -0
  1763. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/verifiers/lenient.rb +30 -0
  1764. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/verifiers/null.rb +12 -0
  1765. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/verifiers/strict.rb +53 -0
  1766. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh/version.rb +62 -0
  1767. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/lib/net/ssh.rb +223 -0
  1768. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/net-ssh.gemspec +138 -0
  1769. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/setup.rb +1585 -0
  1770. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/support/arcfour_check.rb +20 -0
  1771. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/support/ssh_tunnel_bug.rb +65 -0
  1772. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/README.txt +43 -0
  1773. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/common.rb +28 -0
  1774. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_abstract.rb +51 -0
  1775. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_hostbased.rb +114 -0
  1776. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_keyboard_interactive.rb +100 -0
  1777. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_password.rb +52 -0
  1778. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/methods/test_publickey.rb +148 -0
  1779. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/test_agent.rb +205 -0
  1780. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/test_key_manager.rb +164 -0
  1781. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/authentication/test_session.rb +106 -0
  1782. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/common.rb +107 -0
  1783. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/eqsign +3 -0
  1784. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/exact_match +8 -0
  1785. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/host_plus +10 -0
  1786. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/multihost +4 -0
  1787. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/nohost +19 -0
  1788. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/numeric_host +4 -0
  1789. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/configs/wild_cards +14 -0
  1790. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/connection/test_channel.rb +467 -0
  1791. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/connection/test_session.rb +488 -0
  1792. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/manual/test_forward.rb +223 -0
  1793. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_all.rb +9 -0
  1794. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_buffer.rb +336 -0
  1795. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_buffered_io.rb +63 -0
  1796. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_config.rb +119 -0
  1797. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/test_key_factory.rb +75 -0
  1798. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_md5.rb +39 -0
  1799. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_md5_96.rb +25 -0
  1800. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_none.rb +34 -0
  1801. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_sha1.rb +34 -0
  1802. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/hmac/test_sha1_96.rb +25 -0
  1803. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/kex/test_diffie_hellman_group1_sha1.rb +146 -0
  1804. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb +92 -0
  1805. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_algorithms.rb +302 -0
  1806. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_cipher_factory.rb +213 -0
  1807. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_hmac.rb +34 -0
  1808. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_identity_cipher.rb +40 -0
  1809. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_packet_stream.rb +448 -0
  1810. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_server_version.rb +78 -0
  1811. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_session.rb +315 -0
  1812. data/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.2.2/test/transport/test_state.rb +179 -0
  1813. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/COPYING +55 -0
  1814. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/Gemfile +8 -0
  1815. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/Gemfile.lock +27 -0
  1816. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/History.txt +135 -0
  1817. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/LICENSE +26 -0
  1818. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/Manifest.txt +73 -0
  1819. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/README.md +131 -0
  1820. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/Rakefile +100 -0
  1821. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/TODO +5 -0
  1822. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/bin/puma +10 -0
  1823. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/bin/pumactl +12 -0
  1824. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/cacert.pem +23 -0
  1825. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/newcerts/cert_1.pem +19 -0
  1826. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/newcerts/cert_2.pem +19 -0
  1827. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/private/cakeypair.pem +30 -0
  1828. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/CA/serial +1 -0
  1829. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/config.rb +5 -0
  1830. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/puma/cert_puma.pem +19 -0
  1831. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/puma/csr_puma.pem +11 -0
  1832. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/puma/puma_keypair.pem +15 -0
  1833. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/examples/qc_config.rb +13 -0
  1834. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/Makefile +213 -0
  1835. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/PumaHttp11Service.java +15 -0
  1836. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/ext_help.h +15 -0
  1837. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/extconf.rb +5 -0
  1838. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.c +1225 -0
  1839. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.h +63 -0
  1840. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.java.rl +161 -0
  1841. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.o +0 -0
  1842. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser.rl +146 -0
  1843. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/http11_parser_common.rl +54 -0
  1844. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/org/jruby/puma/Http11.java +225 -0
  1845. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/org/jruby/puma/Http11Parser.java +488 -0
  1846. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/puma_http11.bundle +0 -0
  1847. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/puma_http11.c +485 -0
  1848. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/ext/puma_http11/puma_http11.o +0 -0
  1849. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/app/status.rb +56 -0
  1850. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/cli.rb +473 -0
  1851. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/client.rb +233 -0
  1852. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/compat.rb +7 -0
  1853. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/configuration.rb +218 -0
  1854. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/const.rb +140 -0
  1855. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/control_cli.rb +127 -0
  1856. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/detect.rb +4 -0
  1857. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/events.rb +70 -0
  1858. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/jruby_restart.rb +22 -0
  1859. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/null_io.rb +34 -0
  1860. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/puma_http11.bundle +0 -0
  1861. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/rack_patch.rb +25 -0
  1862. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/reactor.rb +143 -0
  1863. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/server.rb +641 -0
  1864. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma/thread_pool.rb +187 -0
  1865. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/puma.rb +14 -0
  1866. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/lib/rack/handler/puma.rb +60 -0
  1867. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/puma.gemspec +45 -0
  1868. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/ab_rs.rb +22 -0
  1869. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/config/app.rb +3 -0
  1870. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/hello-post.ru +4 -0
  1871. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/hello.ru +1 -0
  1872. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/lobster.ru +4 -0
  1873. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/mime.yaml +3 -0
  1874. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/slow.ru +4 -0
  1875. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_app_status.rb +84 -0
  1876. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_cli.rb +171 -0
  1877. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_config.rb +16 -0
  1878. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_http10.rb +27 -0
  1879. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_http11.rb +126 -0
  1880. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_integration.rb +97 -0
  1881. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_null_io.rb +31 -0
  1882. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_persistent.rb +238 -0
  1883. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_puma_server.rb +100 -0
  1884. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_rack_handler.rb +10 -0
  1885. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_rack_server.rb +141 -0
  1886. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_thread_pool.rb +146 -0
  1887. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_unix_socket.rb +39 -0
  1888. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/test_ws.rb +89 -0
  1889. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/test/testhelp.rb +38 -0
  1890. data/vendor/bundle/ruby/1.9.1/gems/puma-1.6.3/tools/trickletest.rb +45 -0
  1891. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/COPYING +18 -0
  1892. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/KNOWN-ISSUES +21 -0
  1893. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/README.rdoc +498 -0
  1894. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/Rakefile +115 -0
  1895. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/SPEC +171 -0
  1896. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/bin/rackup +4 -0
  1897. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/contrib/rack_logo.svg +111 -0
  1898. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/example/lobster.ru +4 -0
  1899. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/example/protectedlobster.rb +14 -0
  1900. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/example/protectedlobster.ru +8 -0
  1901. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/abstract/handler.rb +37 -0
  1902. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/abstract/request.rb +43 -0
  1903. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/basic.rb +58 -0
  1904. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/md5.rb +129 -0
  1905. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/nonce.rb +51 -0
  1906. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/params.rb +53 -0
  1907. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/auth/digest/request.rb +41 -0
  1908. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/backports/uri/common_18.rb +70 -0
  1909. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/backports/uri/common_192.rb +55 -0
  1910. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/body_proxy.rb +29 -0
  1911. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb +145 -0
  1912. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/cascade.rb +41 -0
  1913. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/chunked.rb +58 -0
  1914. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/commonlogger.rb +51 -0
  1915. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb +67 -0
  1916. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/config.rb +15 -0
  1917. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb +33 -0
  1918. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/content_type.rb +29 -0
  1919. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/deflater.rb +99 -0
  1920. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/directory.rb +161 -0
  1921. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb +61 -0
  1922. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/file.rb +142 -0
  1923. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/cgi.rb +61 -0
  1924. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/evented_mongrel.rb +8 -0
  1925. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/fastcgi.rb +98 -0
  1926. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/lsws.rb +61 -0
  1927. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/mongrel.rb +100 -0
  1928. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/scgi.rb +67 -0
  1929. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
  1930. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/thin.rb +24 -0
  1931. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb +80 -0
  1932. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler.rb +94 -0
  1933. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/head.rb +19 -0
  1934. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lint.rb +567 -0
  1935. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lobster.rb +65 -0
  1936. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb +25 -0
  1937. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/logger.rb +18 -0
  1938. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb +33 -0
  1939. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/mime.rb +648 -0
  1940. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/mock.rb +189 -0
  1941. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart/generator.rb +93 -0
  1942. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart/parser.rb +167 -0
  1943. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart/uploaded_file.rb +34 -0
  1944. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/multipart.rb +34 -0
  1945. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/nulllogger.rb +18 -0
  1946. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/recursive.rb +61 -0
  1947. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/reloader.rb +109 -0
  1948. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/request.rb +341 -0
  1949. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/response.rb +155 -0
  1950. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/rewindable_input.rb +104 -0
  1951. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb +27 -0
  1952. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/sendfile.rb +141 -0
  1953. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb +323 -0
  1954. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb +372 -0
  1955. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/cookie.rb +161 -0
  1956. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/memcache.rb +93 -0
  1957. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/session/pool.rb +79 -0
  1958. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/showexceptions.rb +378 -0
  1959. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/showstatus.rb +113 -0
  1960. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/static.rb +71 -0
  1961. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/urlmap.rb +75 -0
  1962. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/utils.rb +547 -0
  1963. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack.rb +83 -0
  1964. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/rack.gemspec +37 -0
  1965. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/anything.rb +5 -0
  1966. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/comment.ru +4 -0
  1967. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/end.ru +5 -0
  1968. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/builder/options.ru +2 -0
  1969. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/lighttpd.conf +26 -0
  1970. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/rackup_stub.rb +6 -0
  1971. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/sample_rackup.ru +5 -0
  1972. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test +9 -0
  1973. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test+directory/test+file +1 -0
  1974. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test.fcgi +8 -0
  1975. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/cgi/test.ru +5 -0
  1976. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/gemloader.rb +10 -0
  1977. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/bad_robots +259 -0
  1978. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/binary +0 -0
  1979. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/content_type_and_no_filename +6 -0
  1980. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/empty +10 -0
  1981. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/fail_16384_nofile +814 -0
  1982. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/file1.txt +1 -0
  1983. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_and_modification_param +7 -0
  1984. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_escaped_quotes +6 -0
  1985. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
  1986. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_percent_escaped_quotes +6 -0
  1987. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_percentages +6 -0
  1988. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_percentages2 +6 -0
  1989. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_percentages3 +6 -0
  1990. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/filename_with_unescaped_quotes +6 -0
  1991. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/ie +6 -0
  1992. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/mixed_files +21 -0
  1993. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/nested +10 -0
  1994. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/none +9 -0
  1995. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/semicolon +6 -0
  1996. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/text +15 -0
  1997. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/multipart/webkit +32 -0
  1998. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/rackup/config.ru +31 -0
  1999. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/registering_handler/rack/handler/registering_myself.rb +8 -0
  2000. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_auth_basic.rb +73 -0
  2001. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_auth_digest.rb +245 -0
  2002. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_body_proxy.rb +65 -0
  2003. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_builder.rb +201 -0
  2004. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_cascade.rb +53 -0
  2005. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_cgi.rb +102 -0
  2006. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_chunked.rb +87 -0
  2007. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_commonlogger.rb +57 -0
  2008. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_conditionalget.rb +102 -0
  2009. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_config.rb +23 -0
  2010. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_content_length.rb +73 -0
  2011. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_content_type.rb +35 -0
  2012. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_deflater.rb +169 -0
  2013. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_directory.rb +69 -0
  2014. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_etag.rb +82 -0
  2015. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_fastcgi.rb +107 -0
  2016. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_file.rb +183 -0
  2017. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_handler.rb +59 -0
  2018. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_head.rb +30 -0
  2019. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_lint.rb +515 -0
  2020. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_lobster.rb +43 -0
  2021. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_lock.rb +142 -0
  2022. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_logger.rb +28 -0
  2023. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_methodoverride.rb +73 -0
  2024. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_mock.rb +264 -0
  2025. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_mongrel.rb +182 -0
  2026. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_multipart.rb +363 -0
  2027. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_nulllogger.rb +12 -0
  2028. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_recursive.rb +69 -0
  2029. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_request.rb +938 -0
  2030. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_response.rb +283 -0
  2031. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_rewindable_input.rb +118 -0
  2032. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_runtime.rb +39 -0
  2033. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_sendfile.rb +86 -0
  2034. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_server.rb +74 -0
  2035. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_abstract_id.rb +43 -0
  2036. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_cookie.rb +294 -0
  2037. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_memcache.rb +319 -0
  2038. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_session_pool.rb +206 -0
  2039. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_showexceptions.rb +87 -0
  2040. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_showstatus.rb +79 -0
  2041. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_static.rb +69 -0
  2042. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_thin.rb +86 -0
  2043. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_urlmap.rb +213 -0
  2044. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_utils.rb +524 -0
  2045. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/spec_webrick.rb +143 -0
  2046. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/static/index.html +1 -0
  2047. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/testrequest.rb +78 -0
  2048. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
  2049. data/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
  2050. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/CHANGES +27 -0
  2051. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/README.md +144 -0
  2052. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/Rakefile +69 -0
  2053. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/charset.rb +36 -0
  2054. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/context.rb +67 -0
  2055. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/encoding.rb +36 -0
  2056. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/header.rb +147 -0
  2057. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/language.rb +36 -0
  2058. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/media_type.rb +60 -0
  2059. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/request.rb +90 -0
  2060. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/response.rb +18 -0
  2061. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept/version.rb +10 -0
  2062. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/lib/rack/accept.rb +20 -0
  2063. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/rack-accept.gemspec +33 -0
  2064. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/charset_test.rb +43 -0
  2065. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/context_test.rb +57 -0
  2066. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/encoding_test.rb +29 -0
  2067. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/header_test.rb +63 -0
  2068. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/helper.rb +38 -0
  2069. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/language_test.rb +47 -0
  2070. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/media_type_test.rb +62 -0
  2071. data/vendor/bundle/ruby/1.9.1/gems/rack-accept-0.4.5/test/request_test.rb +60 -0
  2072. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/LICENSE +20 -0
  2073. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/README.rdoc +36 -0
  2074. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/analysis/histogram.rb +74 -0
  2075. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/analysis/splitting.rb +159 -0
  2076. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb +120 -0
  2077. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/generatable_regexp.rb +210 -0
  2078. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/multimap.rb +137 -0
  2079. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/prefix.rb +36 -0
  2080. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/regexp_with_named_groups.rb +69 -0
  2081. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/route.rb +126 -0
  2082. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb +395 -0
  2083. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/strexp/parser.rb +160 -0
  2084. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/strexp/tokenizer.rb +83 -0
  2085. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/strexp.rb +68 -0
  2086. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/utils.rb +162 -0
  2087. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/alternation.rb +40 -0
  2088. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/anchor.rb +4 -0
  2089. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/atom.rb +54 -0
  2090. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/character.rb +51 -0
  2091. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/character_class.rb +50 -0
  2092. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/collection.rb +77 -0
  2093. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/expression.rb +126 -0
  2094. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/group.rb +90 -0
  2095. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/options.rb +55 -0
  2096. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/parser.rb +546 -0
  2097. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/tokenizer.rb +255 -0
  2098. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin/version.rb +3 -0
  2099. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/vendor/regin/regin.rb +75 -0
  2100. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount/version.rb +3 -0
  2101. data/vendor/bundle/ruby/1.9.1/gems/rack-mount-0.8.3/lib/rack/mount.rb +31 -0
  2102. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/Gemfile +6 -0
  2103. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/Gemfile.lock +31 -0
  2104. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/History.txt +166 -0
  2105. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/MIT-LICENSE.txt +19 -0
  2106. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/README.rdoc +85 -0
  2107. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/Rakefile +33 -0
  2108. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/Thorfile +114 -0
  2109. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/mock_session.rb +66 -0
  2110. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/cookie_jar.rb +182 -0
  2111. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/methods.rb +82 -0
  2112. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/mock_digest_request.rb +29 -0
  2113. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/uploaded_file.rb +50 -0
  2114. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test/utils.rb +136 -0
  2115. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/lib/rack/test.rb +304 -0
  2116. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/rack-test.gemspec +77 -0
  2117. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/fixtures/bar.txt +1 -0
  2118. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/fixtures/config.ru +3 -0
  2119. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/fixtures/fake_app.rb +143 -0
  2120. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/fixtures/foo.txt +1 -0
  2121. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/cookie_spec.rb +219 -0
  2122. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/digest_auth_spec.rb +46 -0
  2123. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/multipart_spec.rb +145 -0
  2124. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/uploaded_file_spec.rb +22 -0
  2125. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test/utils_spec.rb +122 -0
  2126. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/rack/test_spec.rb +510 -0
  2127. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/spec_helper.rb +66 -0
  2128. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/support/matchers/body.rb +9 -0
  2129. data/vendor/bundle/ruby/1.9.1/gems/rack-test-0.6.2/spec/support/matchers/challenge.rb +11 -0
  2130. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/CHANGES +522 -0
  2131. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/MIT-LICENSE +21 -0
  2132. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/README.rdoc +197 -0
  2133. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/Rakefile +369 -0
  2134. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/TODO +20 -0
  2135. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/bin/rake +33 -0
  2136. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/command_line_usage.rdoc +114 -0
  2137. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/Rakefile1 +38 -0
  2138. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/Rakefile2 +35 -0
  2139. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/a.c +6 -0
  2140. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/b.c +6 -0
  2141. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/example/main.c +11 -0
  2142. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/glossary.rdoc +51 -0
  2143. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/jamis.rb +591 -0
  2144. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/proto_rake.rdoc +127 -0
  2145. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/rake.1.gz +0 -0
  2146. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/rakefile.rdoc +557 -0
  2147. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/rational.rdoc +151 -0
  2148. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
  2149. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
  2150. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
  2151. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
  2152. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
  2153. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
  2154. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
  2155. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
  2156. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
  2157. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
  2158. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
  2159. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
  2160. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
  2161. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
  2162. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
  2163. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.6.rdoc +55 -0
  2164. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
  2165. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
  2166. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
  2167. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
  2168. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/install.rb +90 -0
  2169. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/alt_system.rb +109 -0
  2170. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/application.rb +595 -0
  2171. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/classic_namespace.rb +11 -0
  2172. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/clean.rb +32 -0
  2173. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/cloneable.rb +25 -0
  2174. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/compositepublisher.rb +21 -0
  2175. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/ftptools.rb +150 -0
  2176. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/publisher.rb +73 -0
  2177. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/rubyforgepublisher.rb +16 -0
  2178. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/sshpublisher.rb +50 -0
  2179. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/contrib/sys.rb +191 -0
  2180. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/default_loader.rb +10 -0
  2181. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/dsl_definition.rb +176 -0
  2182. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/early_time.rb +18 -0
  2183. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/core.rb +27 -0
  2184. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/module.rb +39 -0
  2185. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/string.rb +167 -0
  2186. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ext/time.rb +14 -0
  2187. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_creation_task.rb +24 -0
  2188. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_list.rb +403 -0
  2189. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_task.rb +47 -0
  2190. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_utils.rb +114 -0
  2191. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb +145 -0
  2192. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/gempackagetask.rb +15 -0
  2193. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/invocation_chain.rb +51 -0
  2194. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/invocation_exception_mixin.rb +16 -0
  2195. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/loaders/makefile.rb +40 -0
  2196. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/multi_task.rb +16 -0
  2197. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/name_space.rb +25 -0
  2198. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/packagetask.rb +185 -0
  2199. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/pathmap.rb +1 -0
  2200. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/pseudo_status.rb +24 -0
  2201. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_module.rb +29 -0
  2202. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb +22 -0
  2203. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rdoctask.rb +234 -0
  2204. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/ruby182_test_unit_fix.rb +25 -0
  2205. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
  2206. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/runtest.rb +21 -0
  2207. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task.rb +327 -0
  2208. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task_argument_error.rb +7 -0
  2209. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task_arguments.rb +78 -0
  2210. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/task_manager.rb +307 -0
  2211. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/tasklib.rb +22 -0
  2212. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/testtask.rb +191 -0
  2213. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/version.rb +8 -0
  2214. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/win32.rb +55 -0
  2215. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake.rb +69 -0
  2216. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/file_creation.rb +34 -0
  2217. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/helper.rb +492 -0
  2218. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake.rb +40 -0
  2219. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_application.rb +489 -0
  2220. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_application_options.rb +335 -0
  2221. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_clean.rb +14 -0
  2222. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_definitions.rb +80 -0
  2223. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_directory_task.rb +46 -0
  2224. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_dsl.rb +77 -0
  2225. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_early_time.rb +31 -0
  2226. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_extension.rb +59 -0
  2227. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_creation_task.rb +56 -0
  2228. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_list.rb +628 -0
  2229. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_list_path_map.rb +8 -0
  2230. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_task.rb +102 -0
  2231. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_file_utils.rb +305 -0
  2232. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_ftp_file.rb +59 -0
  2233. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_functional.rb +450 -0
  2234. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_invocation_chain.rb +52 -0
  2235. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_makefile_loader.rb +44 -0
  2236. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_multi_task.rb +51 -0
  2237. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_name_space.rb +43 -0
  2238. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_package_task.rb +79 -0
  2239. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_path_map.rb +157 -0
  2240. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_path_map_explode.rb +34 -0
  2241. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_path_map_partial.rb +18 -0
  2242. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_pseudo_status.rb +21 -0
  2243. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_rake_test_loader.rb +21 -0
  2244. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_rdoc_task.rb +83 -0
  2245. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_require.rb +40 -0
  2246. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_rules.rb +327 -0
  2247. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task.rb +267 -0
  2248. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_argument_parsing.rb +103 -0
  2249. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_arguments.rb +88 -0
  2250. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_lib.rb +9 -0
  2251. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_manager.rb +157 -0
  2252. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_manager_argument_resolution.rb +36 -0
  2253. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_task_with_arguments.rb +173 -0
  2254. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_test_task.rb +120 -0
  2255. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_top_level_functions.rb +111 -0
  2256. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_rake_win32.rb +72 -0
  2257. data/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/test/test_sys.rb +20 -0
  2258. data/vendor/bundle/ruby/1.9.1/gems/rspec-2.11.0/License.txt +24 -0
  2259. data/vendor/bundle/ruby/1.9.1/gems/rspec-2.11.0/README.md +47 -0
  2260. data/vendor/bundle/ruby/1.9.1/gems/rspec-2.11.0/lib/rspec/version.rb +5 -0
  2261. data/vendor/bundle/ruby/1.9.1/gems/rspec-2.11.0/lib/rspec.rb +4 -0
  2262. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/Changelog.md +570 -0
  2263. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/License.txt +24 -0
  2264. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/README.md +235 -0
  2265. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/exe/autospec +13 -0
  2266. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/exe/rspec +25 -0
  2267. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/Autotest.md +38 -0
  2268. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/README.md +17 -0
  2269. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/Upgrade.md +364 -0
  2270. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/README.md +28 -0
  2271. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/example_name_option.feature +101 -0
  2272. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/exit_status.feature +83 -0
  2273. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/format_option.feature +81 -0
  2274. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/init.feature +18 -0
  2275. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/line_number_appended_to_path.feature +140 -0
  2276. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/line_number_option.feature +58 -0
  2277. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/order.feature +29 -0
  2278. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/pattern_option.feature +31 -0
  2279. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/rake_task.feature +68 -0
  2280. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/ruby.feature +22 -0
  2281. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/command_line/tag.feature +91 -0
  2282. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/alias_example_to.feature +48 -0
  2283. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/custom_settings.feature +84 -0
  2284. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/default_path.feature +38 -0
  2285. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/fail_fast.feature +77 -0
  2286. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/configuration/read_options_from_file.feature +87 -0
  2287. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/example_groups/basic_structure.feature +55 -0
  2288. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/example_groups/shared_context.feature +74 -0
  2289. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/example_groups/shared_examples.feature +204 -0
  2290. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/expectation_framework_integration/configure_expectation_framework.feature +102 -0
  2291. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/filtering/exclusion_filters.feature +139 -0
  2292. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/filtering/if_and_unless.feature +168 -0
  2293. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/filtering/inclusion_filters.feature +105 -0
  2294. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/filtering/run_all_when_everything_filtered.feature +46 -0
  2295. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/formatters/custom_formatter.feature +36 -0
  2296. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/formatters/text_formatter.feature +46 -0
  2297. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/helper_methods/arbitrary_methods.feature +40 -0
  2298. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/helper_methods/let.feature +50 -0
  2299. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/helper_methods/modules.feature +149 -0
  2300. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/hooks/around_hooks.feature +343 -0
  2301. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/hooks/before_and_after_hooks.feature +423 -0
  2302. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/hooks/filtering.feature +234 -0
  2303. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/metadata/current_example.feature +17 -0
  2304. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/metadata/described_class.feature +17 -0
  2305. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/metadata/user_defined.feature +113 -0
  2306. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_any_framework.feature +106 -0
  2307. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_flexmock.feature +96 -0
  2308. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_mocha.feature +97 -0
  2309. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_rr.feature +98 -0
  2310. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/mock_framework_integration/use_rspec.feature +97 -0
  2311. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/pending/pending_examples.feature +229 -0
  2312. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/spec_files/arbitrary_file_suffix.feature +13 -0
  2313. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/step_definitions/additional_cli_steps.rb +30 -0
  2314. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/subject/attribute_of_subject.feature +124 -0
  2315. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/subject/explicit_subject.feature +82 -0
  2316. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/subject/implicit_receiver.feature +29 -0
  2317. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/subject/implicit_subject.feature +63 -0
  2318. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/features/support/env.rb +12 -0
  2319. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/autotest/discover.rb +1 -0
  2320. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/autotest/rspec2.rb +73 -0
  2321. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/autorun.rb +2 -0
  2322. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/backward_compatibility.rb +65 -0
  2323. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/command_line.rb +36 -0
  2324. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/configuration.rb +944 -0
  2325. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/configuration_options.rb +129 -0
  2326. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/deprecation.rb +36 -0
  2327. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/drb_command_line.rb +26 -0
  2328. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/drb_options.rb +87 -0
  2329. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/dsl.rb +26 -0
  2330. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/example.rb +330 -0
  2331. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/example_group.rb +466 -0
  2332. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions/instance_eval_with_args.rb +44 -0
  2333. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions/kernel.rb +9 -0
  2334. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions/module_eval_with_args.rb +38 -0
  2335. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions/ordered.rb +21 -0
  2336. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/extensions.rb +4 -0
  2337. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/filter_manager.rb +203 -0
  2338. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/base_formatter.rb +168 -0
  2339. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/base_text_formatter.rb +203 -0
  2340. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/documentation_formatter.rb +67 -0
  2341. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/helpers.rb +39 -0
  2342. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/html_formatter.rb +464 -0
  2343. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/progress_formatter.rb +32 -0
  2344. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/snippet_extractor.rb +58 -0
  2345. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/formatters/text_mate_formatter.rb +34 -0
  2346. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/hooks.rb +495 -0
  2347. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/let.rb +110 -0
  2348. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/load_path.rb +3 -0
  2349. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/metadata.rb +276 -0
  2350. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/metadata_hash_builder.rb +97 -0
  2351. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_absolutely_nothing.rb +11 -0
  2352. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_flexmock.rb +27 -0
  2353. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_mocha.rb +29 -0
  2354. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_rr.rb +27 -0
  2355. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/mocking/with_rspec.rb +23 -0
  2356. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/option_parser.rb +181 -0
  2357. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/pending.rb +101 -0
  2358. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/project_initializer.rb +87 -0
  2359. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/rake_task.rb +179 -0
  2360. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/reporter.rb +102 -0
  2361. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/ruby_project.rb +44 -0
  2362. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/runner.rb +76 -0
  2363. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/shared_context.rb +49 -0
  2364. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/shared_example_group.rb +96 -0
  2365. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/subject.rb +219 -0
  2366. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/version.rb +7 -0
  2367. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core/world.rb +128 -0
  2368. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/lib/rspec/core.rb +126 -0
  2369. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/autotest/discover_spec.rb +19 -0
  2370. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/autotest/failed_results_re_spec.rb +45 -0
  2371. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/autotest/rspec_spec.rb +123 -0
  2372. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/command_line/order_spec.rb +137 -0
  2373. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/command_line_spec.rb +108 -0
  2374. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/command_line_spec_output.txt +0 -0
  2375. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/configuration_options_spec.rb +377 -0
  2376. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/configuration_spec.rb +1196 -0
  2377. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/deprecations_spec.rb +66 -0
  2378. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/drb_command_line_spec.rb +108 -0
  2379. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/drb_options_spec.rb +180 -0
  2380. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/dsl_spec.rb +17 -0
  2381. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/example_group_spec.rb +1098 -0
  2382. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/example_spec.rb +370 -0
  2383. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/filter_manager_spec.rb +256 -0
  2384. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/base_formatter_spec.rb +80 -0
  2385. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/base_text_formatter_spec.rb +363 -0
  2386. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/documentation_formatter_spec.rb +88 -0
  2387. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/helpers_spec.rb +66 -0
  2388. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatted-1.8.7-jruby.html +410 -0
  2389. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatted-1.8.7.html +409 -0
  2390. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatted-1.9.2.html +416 -0
  2391. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatted-1.9.3.html +416 -0
  2392. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/html_formatter_spec.rb +82 -0
  2393. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/progress_formatter_spec.rb +30 -0
  2394. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/snippet_extractor_spec.rb +18 -0
  2395. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatted-1.8.7-jruby.html +410 -0
  2396. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatted-1.8.7.html +409 -0
  2397. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatted-1.9.2.html +416 -0
  2398. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatted-1.9.3.html +416 -0
  2399. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/formatters/text_mate_formatter_spec.rb +83 -0
  2400. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/hooks_filtering_spec.rb +227 -0
  2401. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/hooks_spec.rb +250 -0
  2402. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/kernel_extensions_spec.rb +9 -0
  2403. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/let_spec.rb +55 -0
  2404. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/metadata_spec.rb +447 -0
  2405. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/option_parser_spec.rb +166 -0
  2406. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/pending_example_spec.rb +220 -0
  2407. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/project_initializer_spec.rb +130 -0
  2408. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/rake_task_spec.rb +138 -0
  2409. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/reporter_spec.rb +103 -0
  2410. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/a_bar.rb +0 -0
  2411. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/a_foo.rb +0 -0
  2412. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/a_spec.rb +1 -0
  2413. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/custom_example_group_runner.rb +14 -0
  2414. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/formatter_specs.rb +60 -0
  2415. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/resources/utf8_encoded.rb +8 -0
  2416. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/rspec_matchers_spec.rb +45 -0
  2417. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/ruby_project_spec.rb +24 -0
  2418. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/runner_spec.rb +81 -0
  2419. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/shared_context_spec.rb +67 -0
  2420. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/shared_example_group_spec.rb +84 -0
  2421. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/subject_spec.rb +244 -0
  2422. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core/world_spec.rb +144 -0
  2423. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/rspec/core_spec.rb +35 -0
  2424. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/spec_helper.rb +98 -0
  2425. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/config_options_helper.rb +24 -0
  2426. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/helper_methods.rb +5 -0
  2427. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/matchers.rb +65 -0
  2428. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/shared_example_groups.rb +41 -0
  2429. data/vendor/bundle/ruby/1.9.1/gems/rspec-core-2.11.1/spec/support/spec_files.rb +44 -0
  2430. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/Changelog.md +262 -0
  2431. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/License.txt +23 -0
  2432. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/README.md +224 -0
  2433. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/README.md +49 -0
  2434. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/Upgrade.md +53 -0
  2435. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/README.md +90 -0
  2436. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/be.feature +173 -0
  2437. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/be_within.feature +46 -0
  2438. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/cover.feature +45 -0
  2439. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/end_with.feature +46 -0
  2440. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/equality.feature +145 -0
  2441. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/exist.feature +43 -0
  2442. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/expect_change.feature +59 -0
  2443. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/expect_error.feature +138 -0
  2444. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/have.feature +103 -0
  2445. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/include.feature +121 -0
  2446. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/match.feature +50 -0
  2447. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/operators.feature +221 -0
  2448. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/predicates.feature +128 -0
  2449. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/respond_to.feature +78 -0
  2450. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/satisfy.feature +31 -0
  2451. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/start_with.feature +46 -0
  2452. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/throw_symbol.feature +85 -0
  2453. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/types.feature +114 -0
  2454. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/built_in_matchers/yield.feature +146 -0
  2455. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/access_running_example.feature +53 -0
  2456. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/define_diffable_matcher.feature +27 -0
  2457. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/define_matcher.feature +340 -0
  2458. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/define_matcher_outside_rspec.feature +38 -0
  2459. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/custom_matchers/define_matcher_with_fluent_interface.feature +24 -0
  2460. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/customized_message.feature +22 -0
  2461. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/diffing.feature +85 -0
  2462. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/implicit_docstrings.feature +52 -0
  2463. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/step_definitions/additional_cli_steps.rb +22 -0
  2464. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/support/env.rb +5 -0
  2465. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/syntax_configuration.feature +68 -0
  2466. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/features/test_frameworks/test_unit.feature +46 -0
  2467. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/deprecation.rb +38 -0
  2468. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/differ.rb +81 -0
  2469. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/errors.rb +9 -0
  2470. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/expectation_target.rb +88 -0
  2471. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/extensions/array.rb +9 -0
  2472. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/extensions/object.rb +39 -0
  2473. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/extensions.rb +2 -0
  2474. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/fail_with.rb +55 -0
  2475. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/handler.rb +48 -0
  2476. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/syntax.rb +118 -0
  2477. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations/version.rb +8 -0
  2478. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/expectations.rb +47 -0
  2479. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/be_close.rb +9 -0
  2480. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/base_matcher.rb +68 -0
  2481. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/be.rb +185 -0
  2482. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/be_instance_of.rb +11 -0
  2483. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/be_kind_of.rb +11 -0
  2484. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/be_within.rb +46 -0
  2485. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/change.rb +133 -0
  2486. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/cover.rb +21 -0
  2487. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/eq.rb +22 -0
  2488. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/eql.rb +23 -0
  2489. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/equal.rb +44 -0
  2490. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/exist.rb +26 -0
  2491. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/has.rb +48 -0
  2492. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/have.rb +108 -0
  2493. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/include.rb +51 -0
  2494. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/match.rb +12 -0
  2495. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/match_array.rb +45 -0
  2496. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/raise_error.rb +97 -0
  2497. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/respond_to.rb +74 -0
  2498. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/satisfy.rb +30 -0
  2499. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/start_and_end_with.rb +48 -0
  2500. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/throw_symbol.rb +94 -0
  2501. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in/yield.rb +221 -0
  2502. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/built_in.rb +39 -0
  2503. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/compatibility.rb +14 -0
  2504. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/configuration.rb +66 -0
  2505. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/dsl.rb +24 -0
  2506. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/extensions/instance_eval_with_args.rb +39 -0
  2507. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/generated_descriptions.rb +36 -0
  2508. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/matcher.rb +299 -0
  2509. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/method_missing.rb +12 -0
  2510. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/operator_matcher.rb +84 -0
  2511. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers/pretty.rb +60 -0
  2512. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec/matchers.rb +689 -0
  2513. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/lib/rspec-expectations.rb +1 -0
  2514. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/differ_spec.rb +153 -0
  2515. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/expectation_target_spec.rb +65 -0
  2516. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/extensions/kernel_spec.rb +67 -0
  2517. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/fail_with_spec.rb +70 -0
  2518. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/expectations/handler_spec.rb +206 -0
  2519. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/base_matcher_spec.rb +60 -0
  2520. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_close_spec.rb +22 -0
  2521. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_instance_of_spec.rb +40 -0
  2522. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_kind_of_spec.rb +37 -0
  2523. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_spec.rb +452 -0
  2524. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/be_within_spec.rb +80 -0
  2525. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/change_spec.rb +528 -0
  2526. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/configuration_spec.rb +202 -0
  2527. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/cover_spec.rb +69 -0
  2528. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/description_generation_spec.rb +176 -0
  2529. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/dsl_spec.rb +57 -0
  2530. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/eq_spec.rb +54 -0
  2531. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/eql_spec.rb +41 -0
  2532. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/equal_spec.rb +60 -0
  2533. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/exist_spec.rb +110 -0
  2534. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/has_spec.rb +118 -0
  2535. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/have_spec.rb +461 -0
  2536. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/include_spec.rb +367 -0
  2537. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/match_array_spec.rb +124 -0
  2538. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/match_spec.rb +61 -0
  2539. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/matcher_spec.rb +434 -0
  2540. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/matchers_spec.rb +31 -0
  2541. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/method_missing_spec.rb +24 -0
  2542. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/operator_matcher_spec.rb +221 -0
  2543. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/raise_error_spec.rb +344 -0
  2544. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/respond_to_spec.rb +295 -0
  2545. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/satisfy_spec.rb +44 -0
  2546. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/start_with_end_with_spec.rb +182 -0
  2547. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/throw_symbol_spec.rb +116 -0
  2548. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/rspec/matchers/yield_spec.rb +402 -0
  2549. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/spec_helper.rb +27 -0
  2550. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/classes.rb +56 -0
  2551. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/in_sub_process.rb +31 -0
  2552. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/matchers.rb +22 -0
  2553. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/ruby_version.rb +10 -0
  2554. data/vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.11.3/spec/support/shared_examples.rb +13 -0
  2555. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/Changelog.md +225 -0
  2556. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/License.txt +23 -0
  2557. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/README.md +276 -0
  2558. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/README.md +67 -0
  2559. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/Scope.md +17 -0
  2560. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/Upgrade.md +22 -0
  2561. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/argument_matchers/README.md +27 -0
  2562. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/argument_matchers/explicit.feature +60 -0
  2563. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/argument_matchers/general_matchers.feature +85 -0
  2564. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/argument_matchers/type_matchers.feature +27 -0
  2565. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/README.md +69 -0
  2566. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/any_instance.feature +21 -0
  2567. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/block_local_expectations.feature.pending +55 -0
  2568. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/expect_message.feature +94 -0
  2569. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/receive_counts.feature +209 -0
  2570. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/message_expectations/warn_when_expectation_is_set_on_nil.feature +50 -0
  2571. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/README.md +47 -0
  2572. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/any_instance.feature +133 -0
  2573. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/as_null_object.feature +35 -0
  2574. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/simple_return_value.feature +64 -0
  2575. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/stub_chain.feature +51 -0
  2576. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/stub_implementation.feature +26 -0
  2577. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/method_stubs/to_ary.feature +47 -0
  2578. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/outside_rspec/configuration.feature +82 -0
  2579. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/outside_rspec/standalone.feature +32 -0
  2580. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/step_definitions/additional_cli_steps.rb +4 -0
  2581. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/stubbing_constants/README.md +62 -0
  2582. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/stubbing_constants/stub_defined_constant.feature +79 -0
  2583. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/stubbing_constants/stub_undefined_constant.feature +50 -0
  2584. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/features/support/env.rb +6 -0
  2585. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/chain.rb +77 -0
  2586. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/expectation_chain.rb +57 -0
  2587. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/message_chains.rb +60 -0
  2588. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/recorder.rb +199 -0
  2589. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/stub_chain.rb +37 -0
  2590. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance/stub_chain_chain.rb +25 -0
  2591. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/any_instance.rb +81 -0
  2592. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/argument_list_matcher.rb +93 -0
  2593. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/argument_matchers.rb +238 -0
  2594. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/error_generator.rb +114 -0
  2595. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/errors.rb +12 -0
  2596. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/example_methods.rb +95 -0
  2597. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/extensions/instance_exec.rb +34 -0
  2598. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/extensions/marshal.rb +23 -0
  2599. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/extensions/psych.rb +23 -0
  2600. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/framework.rb +21 -0
  2601. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/message_expectation.rb +488 -0
  2602. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/method_double.rb +164 -0
  2603. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/methods.rb +155 -0
  2604. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/mock.rb +7 -0
  2605. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/order_group.rb +40 -0
  2606. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/proxy.rb +194 -0
  2607. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/serialization.rb +34 -0
  2608. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/space.rb +34 -0
  2609. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/standalone.rb +3 -0
  2610. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/stashed_instance_method.rb +60 -0
  2611. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/stub_const.rb +332 -0
  2612. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/test_double.rb +103 -0
  2613. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks/version.rb +7 -0
  2614. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/rspec/mocks.rb +39 -0
  2615. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/lib/spec/mocks.rb +2 -0
  2616. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/and_yield_spec.rb +114 -0
  2617. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/any_instance/message_chains_spec.rb +40 -0
  2618. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/any_instance_spec.rb +877 -0
  2619. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/any_number_of_times_spec.rb +30 -0
  2620. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/argument_expectation_spec.rb +34 -0
  2621. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/at_least_spec.rb +142 -0
  2622. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/at_most_spec.rb +90 -0
  2623. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/block_return_value_spec.rb +53 -0
  2624. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_10260_spec.rb +8 -0
  2625. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_10263_spec.rb +25 -0
  2626. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_11545_spec.rb +32 -0
  2627. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_496_spec.rb +17 -0
  2628. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_600_spec.rb +22 -0
  2629. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_7611_spec.rb +16 -0
  2630. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_8165_spec.rb +31 -0
  2631. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_830_spec.rb +21 -0
  2632. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/bug_report_957_spec.rb +22 -0
  2633. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/double_spec.rb +12 -0
  2634. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/failing_argument_matchers_spec.rb +95 -0
  2635. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/hash_excluding_matcher_spec.rb +67 -0
  2636. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/hash_including_matcher_spec.rb +90 -0
  2637. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/mock_ordering_spec.rb +103 -0
  2638. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/mock_space_spec.rb +58 -0
  2639. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/mock_spec.rb +730 -0
  2640. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/multiple_return_value_spec.rb +119 -0
  2641. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/nil_expectation_warning_spec.rb +62 -0
  2642. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/null_object_mock_spec.rb +106 -0
  2643. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/once_counts_spec.rb +52 -0
  2644. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/options_hash_spec.rb +35 -0
  2645. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/partial_mock_spec.rb +171 -0
  2646. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/partial_mock_using_mocks_directly_spec.rb +95 -0
  2647. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/passing_argument_matchers_spec.rb +142 -0
  2648. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/precise_counts_spec.rb +68 -0
  2649. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/record_messages_spec.rb +26 -0
  2650. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/serialization_spec.rb +111 -0
  2651. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stash_spec.rb +27 -0
  2652. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stashed_instance_method_spec.rb +53 -0
  2653. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stub_chain_spec.rb +154 -0
  2654. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stub_const_spec.rb +334 -0
  2655. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stub_implementation_spec.rb +81 -0
  2656. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stub_spec.rb +247 -0
  2657. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/stubbed_message_expectations_spec.rb +47 -0
  2658. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/test_double_spec.rb +57 -0
  2659. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/to_ary_spec.rb +40 -0
  2660. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks/twice_counts_spec.rb +66 -0
  2661. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/rspec/mocks_spec.rb +51 -0
  2662. data/vendor/bundle/ruby/1.9.1/gems/rspec-mocks-2.11.3/spec/spec_helper.rb +21 -0
  2663. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/LICENSE +3 -0
  2664. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/README +170 -0
  2665. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/README.erb +37 -0
  2666. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/Rakefile +374 -0
  2667. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/lib/systemu.rb +360 -0
  2668. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/a.rb +11 -0
  2669. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/b.rb +12 -0
  2670. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/c.rb +10 -0
  2671. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/d.rb +11 -0
  2672. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/e.rb +9 -0
  2673. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/samples/f.rb +18 -0
  2674. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/systemu.gemspec +45 -0
  2675. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/test/systemu_test.rb +64 -0
  2676. data/vendor/bundle/ruby/1.9.1/gems/systemu-2.5.2/test/testing.rb +195 -0
  2677. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/CHANGELOG +78 -0
  2678. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/MIT-LICENSE +20 -0
  2679. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/README.rdoc +121 -0
  2680. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/Rakefile +41 -0
  2681. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/rake +16 -0
  2682. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/uuid +16 -0
  2683. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/yard +16 -0
  2684. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/yardoc +16 -0
  2685. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/bin/yri +16 -0
  2686. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/lib/uuid.rb +497 -0
  2687. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/test/test-uuid.rb +142 -0
  2688. data/vendor/bundle/ruby/1.9.1/gems/uuid-2.3.5/uuid.gemspec +22 -0
  2689. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/CHANGELOG.md +696 -0
  2690. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/Gemfile +3 -0
  2691. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/LICENSE +21 -0
  2692. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/README.md +91 -0
  2693. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/Rakefile +18 -0
  2694. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/bin/vagrant +60 -0
  2695. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/config/default.rb +30 -0
  2696. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/contrib/README.md +12 -0
  2697. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/contrib/emacs/vagrant.el +8 -0
  2698. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/contrib/vim/vagrantfile.vim +9 -0
  2699. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/keys/README.md +17 -0
  2700. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/keys/vagrant +27 -0
  2701. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/keys/vagrant.pub +1 -0
  2702. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/destroy.rb +25 -0
  2703. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/download.rb +84 -0
  2704. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/package.rb +19 -0
  2705. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/unpackage.rb +61 -0
  2706. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/box/verify.rb +23 -0
  2707. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/builder.rb +128 -0
  2708. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/builtin.rb +171 -0
  2709. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/env/set.rb +21 -0
  2710. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/environment.rb +12 -0
  2711. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/general/check_virtualbox.rb +28 -0
  2712. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/general/package.rb +101 -0
  2713. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/general/validate.rb +18 -0
  2714. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/runner.rb +53 -0
  2715. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/boot.rb +53 -0
  2716. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/check_accessible.rb +23 -0
  2717. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/check_box.rb +33 -0
  2718. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/check_guest_additions.rb +38 -0
  2719. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/check_port_collisions.rb +89 -0
  2720. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/clean_machine_folder.rb +43 -0
  2721. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/clear_forwarded_ports.rb +18 -0
  2722. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/clear_network_interfaces.rb +31 -0
  2723. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/clear_shared_folders.rb +18 -0
  2724. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/customize.rb +36 -0
  2725. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/default_name.rb +22 -0
  2726. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/destroy.rb +19 -0
  2727. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/destroy_unused_network_interfaces.rb +20 -0
  2728. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/discard_state.rb +22 -0
  2729. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/export.rb +57 -0
  2730. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/forward_ports.rb +92 -0
  2731. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/halt.rb +32 -0
  2732. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/host_name.rb +21 -0
  2733. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/import.rb +48 -0
  2734. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/match_mac_address.rb +21 -0
  2735. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/network.rb +403 -0
  2736. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/nfs.rb +196 -0
  2737. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/package.rb +23 -0
  2738. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/package_vagrantfile.rb +36 -0
  2739. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/provision.rb +61 -0
  2740. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/provisioner_cleanup.rb +26 -0
  2741. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/prune_nfs_exports.rb +20 -0
  2742. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/resume.rb +20 -0
  2743. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/sane_defaults.rb +78 -0
  2744. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/setup_package_files.rb +54 -0
  2745. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/share_folders.rb +114 -0
  2746. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/vm/suspend.rb +20 -0
  2747. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action/warden.rb +92 -0
  2748. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/action.rb +63 -0
  2749. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/box.rb +44 -0
  2750. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/box_collection.rb +58 -0
  2751. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/cli.rb +76 -0
  2752. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/base.rb +167 -0
  2753. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box.rb +58 -0
  2754. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box_add.rb +37 -0
  2755. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box_list.rb +28 -0
  2756. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box_remove.rb +27 -0
  2757. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/box_repackage.rb +27 -0
  2758. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/destroy.rb +64 -0
  2759. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/gem.rb +39 -0
  2760. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/halt.rb +39 -0
  2761. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/init.rb +40 -0
  2762. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/package.rb +75 -0
  2763. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/provision.rb +40 -0
  2764. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/reload.rb +39 -0
  2765. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/resume.rb +33 -0
  2766. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/ssh.rb +90 -0
  2767. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/ssh_config.rb +51 -0
  2768. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/start_mixins.rb +26 -0
  2769. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/status.rb +36 -0
  2770. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/suspend.rb +33 -0
  2771. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command/up.rb +40 -0
  2772. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/command.rb +24 -0
  2773. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/communication/base.rb +56 -0
  2774. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/communication/ssh.rb +229 -0
  2775. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/communication.rb +7 -0
  2776. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/base.rb +82 -0
  2777. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/container.rb +37 -0
  2778. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/error_recorder.rb +19 -0
  2779. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/loader.rb +127 -0
  2780. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/nfs.rb +8 -0
  2781. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/package.rb +7 -0
  2782. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/ssh.rb +27 -0
  2783. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/top.rb +72 -0
  2784. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/vagrant.rb +14 -0
  2785. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/vm/provisioner.rb +52 -0
  2786. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/vm/sub_vm.rb +17 -0
  2787. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config/vm.rb +168 -0
  2788. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/config.rb +49 -0
  2789. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/data_store.rb +92 -0
  2790. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/downloaders/base.rb +25 -0
  2791. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/downloaders/file.rb +22 -0
  2792. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/downloaders/http.rb +97 -0
  2793. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/downloaders.rb +7 -0
  2794. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox.rb +134 -0
  2795. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox_4_0.rb +459 -0
  2796. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox_4_1.rb +459 -0
  2797. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox_4_2.rb +606 -0
  2798. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver/virtualbox_base.rb +309 -0
  2799. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/driver.rb +8 -0
  2800. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/environment.rb +517 -0
  2801. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/errors.rb +441 -0
  2802. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/arch.rb +56 -0
  2803. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/base.rb +99 -0
  2804. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/debian.rb +64 -0
  2805. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/fedora.rb +66 -0
  2806. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/freebsd.rb +86 -0
  2807. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/gentoo.rb +46 -0
  2808. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/linux/config.rb +19 -0
  2809. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/linux/error.rb +9 -0
  2810. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/linux.rb +118 -0
  2811. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/openbsd.rb +20 -0
  2812. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/redhat.rb +67 -0
  2813. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/solaris.rb +118 -0
  2814. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/suse.rb +9 -0
  2815. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest/ubuntu.rb +23 -0
  2816. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/guest.rb +18 -0
  2817. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/arch.rb +55 -0
  2818. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/base.rb +66 -0
  2819. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/bsd.rb +97 -0
  2820. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/fedora.rb +47 -0
  2821. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/freebsd.rb +41 -0
  2822. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/gentoo.rb +20 -0
  2823. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/linux.rb +94 -0
  2824. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/opensuse.rb +30 -0
  2825. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts/windows.rb +16 -0
  2826. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/hosts.rb +37 -0
  2827. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/plugin.rb +81 -0
  2828. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/base.rb +44 -0
  2829. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/chef.rb +168 -0
  2830. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/chef_client.rb +132 -0
  2831. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/chef_solo.rb +234 -0
  2832. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/puppet.rb +175 -0
  2833. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/puppet_server.rb +78 -0
  2834. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners/shell.rb +96 -0
  2835. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/provisioners.rb +12 -0
  2836. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/registry.rb +52 -0
  2837. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/ssh.rb +126 -0
  2838. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/test_helpers.rb +154 -0
  2839. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/ui.rb +168 -0
  2840. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/ansi_escape_code_remover.rb +34 -0
  2841. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/busy.rb +59 -0
  2842. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/counter.rb +24 -0
  2843. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/file_checksum.rb +38 -0
  2844. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/file_mode.rb +12 -0
  2845. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/hash_with_indifferent_access.rb +63 -0
  2846. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/is_port_open.rb +38 -0
  2847. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/line_ending_helpers.rb +14 -0
  2848. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/network_ip.rb +28 -0
  2849. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/platform.rb +68 -0
  2850. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/retryable.rb +25 -0
  2851. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/safe_exec.rb +36 -0
  2852. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/safe_puts.rb +31 -0
  2853. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/stacked_proc_runner.rb +35 -0
  2854. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/subprocess.rb +247 -0
  2855. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util/template_renderer.rb +83 -0
  2856. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/util.rb +12 -0
  2857. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/version.rb +6 -0
  2858. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant/vm.rb +195 -0
  2859. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/lib/vagrant.rb +197 -0
  2860. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/tasks/acceptance.rake +113 -0
  2861. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/tasks/bundler.rake +3 -0
  2862. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/tasks/test.rake +20 -0
  2863. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/commands/init/Vagrantfile.erb +99 -0
  2864. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/commands/ssh_config/config.erb +15 -0
  2865. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/config/validation_failed.erb +7 -0
  2866. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/arch/network_dhcp.erb +7 -0
  2867. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/arch/network_static.erb +7 -0
  2868. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/debian/network_dhcp.erb +6 -0
  2869. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/debian/network_static.erb +7 -0
  2870. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/fedora/network_dhcp.erb +6 -0
  2871. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/fedora/network_static.erb +13 -0
  2872. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/freebsd/network_dhcp.erb +3 -0
  2873. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/freebsd/network_static.erb +3 -0
  2874. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/gentoo/network_dhcp.erb +4 -0
  2875. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/gentoo/network_static.erb +4 -0
  2876. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/redhat/network_dhcp.erb +6 -0
  2877. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/guests/redhat/network_static.erb +7 -0
  2878. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/locales/en.yml +747 -0
  2879. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/nfs/exports.erb +5 -0
  2880. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/nfs/exports_freebsd.erb +5 -0
  2881. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/nfs/exports_linux.erb +5 -0
  2882. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/package_Vagrantfile.erb +11 -0
  2883. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/provisioners/chef_client/client.erb +32 -0
  2884. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/templates/provisioners/chef_solo/solo.erb +25 -0
  2885. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/base.rb +48 -0
  2886. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/box_test.rb +99 -0
  2887. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/destroy_test.rb +37 -0
  2888. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/halt_test.rb +72 -0
  2889. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/init_test.rb +33 -0
  2890. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/networking/host_only_test.rb +37 -0
  2891. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/networking/port_forward_test.rb +125 -0
  2892. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/package_test.rb +46 -0
  2893. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/provisioning/basic_test.rb +61 -0
  2894. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/provisioning/chef_solo_test.rb +37 -0
  2895. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/provisioning/shell_test.rb +53 -0
  2896. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/resume_test.rb +17 -0
  2897. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/shared_folders_test.rb +84 -0
  2898. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/chef_solo_basic/README.md +3 -0
  2899. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/chef_solo_basic/cookbooks/basic/recipes/default.rb +5 -0
  2900. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/chef_solo_json/README.md +3 -0
  2901. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/chef_solo_json/cookbooks/basic/recipes/default.rb +6 -0
  2902. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/provisioner_multi/README.md +3 -0
  2903. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/skeletons/provisioner_multi/cookbooks/basic/recipes/default.rb +5 -0
  2904. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/ssh_test.rb +46 -0
  2905. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/config.rb +42 -0
  2906. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/isolated_environment.rb +117 -0
  2907. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/matchers/have_color.rb +9 -0
  2908. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/matchers/match_output.rb +14 -0
  2909. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/matchers/succeed.rb +14 -0
  2910. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/network_tests.rb +29 -0
  2911. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/output.rb +95 -0
  2912. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/shared/base_context.rb +72 -0
  2913. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/shared/command_examples.rb +33 -0
  2914. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/support/virtualbox.rb +36 -0
  2915. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/suspend_test.rb +56 -0
  2916. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/up_basic_test.rb +33 -0
  2917. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/up_with_box_url.rb +40 -0
  2918. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/vagrant_test.rb +47 -0
  2919. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/version_test.rb +15 -0
  2920. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/README.md +72 -0
  2921. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/__init__.py +0 -0
  2922. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/config/__init__.py +0 -0
  2923. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/config/loader.py +24 -0
  2924. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/config/master.py +24 -0
  2925. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/config/slave.py +22 -0
  2926. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/__init__.py +6 -0
  2927. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/builders.py +78 -0
  2928. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/buildsteps.py +100 -0
  2929. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/change_sources.py +8 -0
  2930. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/schedulers.py +32 -0
  2931. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/slaves.py +60 -0
  2932. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/buildbot_config/master/status.py +52 -0
  2933. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/Makefile.sample +28 -0
  2934. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/buildbot.tac +36 -0
  2935. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/master.cfg +67 -0
  2936. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/bg_gradient.jpg +0 -0
  2937. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/default.css +545 -0
  2938. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/favicon.ico +0 -0
  2939. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/robots.txt +10 -0
  2940. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/css/bootstrap-1.4.0.min.css +356 -0
  2941. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/css/prettify.css +97 -0
  2942. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/css/syntax.css +60 -0
  2943. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/css/vagrant.base.css +205 -0
  2944. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/base_box_mac.jpg +0 -0
  2945. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/getting-started/success.jpg +0 -0
  2946. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/icons/error.png +0 -0
  2947. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/vagrant_chilling.png +0 -0
  2948. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/vagrant_holding.png +0 -0
  2949. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/vagrant_looking.png +0 -0
  2950. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/alter_path.jpg +0 -0
  2951. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/edit_path.jpg +0 -0
  2952. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/environment_variables_button.jpg +0 -0
  2953. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/port_and_ppk_path.jpg +0 -0
  2954. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/ppk_selection.jpg +0 -0
  2955. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/putty_first_screen.jpg +0 -0
  2956. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/save_result.jpg +0 -0
  2957. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/images/windows/vbox_manage_default_location.jpg +0 -0
  2958. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/js/bootstrap-tabs.js +80 -0
  2959. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/public_html/static/js/jquery-1.7.min.js +4 -0
  2960. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/authfail.html +9 -0
  2961. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/build.html +205 -0
  2962. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/builder.html +118 -0
  2963. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/builders.html +33 -0
  2964. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/buildslave.html +72 -0
  2965. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/buildslaves.html +70 -0
  2966. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/change.html +15 -0
  2967. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/layouts/base.html +58 -0
  2968. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/macros/box.html +37 -0
  2969. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/macros/build_line.html +50 -0
  2970. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/macros/change.html +81 -0
  2971. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/macros/forms.html +300 -0
  2972. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/root.html +42 -0
  2973. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/master/templates/waterfall.html +53 -0
  2974. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/requirements.txt +4 -0
  2975. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/scripts/deploy.sh +38 -0
  2976. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/scripts/setup.sh +107 -0
  2977. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/slave/buildbot.tac +43 -0
  2978. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/slave/info/admin +1 -0
  2979. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/slave/info/host +1 -0
  2980. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/tests/__init__.py +0 -0
  2981. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/tests/master/__init__.py +0 -0
  2982. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/tests/master/test_slaves.py +41 -0
  2983. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/buildbot/vendor/choices-0.4.0.tar.gz +0 -0
  2984. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/config/acceptance_boxes.yml +7 -0
  2985. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/support/isolated_environment.rb +46 -0
  2986. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/support/tempdir.rb +34 -0
  2987. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/base.rb +21 -0
  2988. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/support/isolated_environment.rb +47 -0
  2989. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/support/shared/base_context.rb +30 -0
  2990. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/action/builder_test.rb +156 -0
  2991. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/action/environment_test.rb +16 -0
  2992. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/action/runner_test.rb +65 -0
  2993. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/action/warden_test.rb +92 -0
  2994. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/box_collection_test.rb +56 -0
  2995. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/box_test.rb +34 -0
  2996. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/command/base_test.rb +150 -0
  2997. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/base_test.rb +48 -0
  2998. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/loader_test.rb +79 -0
  2999. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/ssh_test.rb +17 -0
  3000. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/top_test.rb +69 -0
  3001. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config/vm_test.rb +71 -0
  3002. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/config_test.rb +27 -0
  3003. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/data_store_test.rb +79 -0
  3004. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/downloaders/base_test.rb +18 -0
  3005. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/downloaders/file_test.rb +75 -0
  3006. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/downloaders/http_test.rb +19 -0
  3007. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/environment_test.rb +212 -0
  3008. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/hosts_test.rb +36 -0
  3009. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/registry_test.rb +74 -0
  3010. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/ansi_escape_code_remover_test.rb +16 -0
  3011. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/file_checksum_test.rb +23 -0
  3012. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/hash_with_indifferent_access_test.rb +38 -0
  3013. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/is_port_open_test.rb +53 -0
  3014. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/line_endings_helper_test.rb +16 -0
  3015. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/network_ip_test.rb +17 -0
  3016. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant/util/retryable_test.rb +106 -0
  3017. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit/vagrant_test.rb +27 -0
  3018. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/locales/en.yml +8 -0
  3019. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/test_helper.rb +32 -0
  3020. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/destroy_test.rb +18 -0
  3021. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/download_test.rb +125 -0
  3022. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/package_test.rb +25 -0
  3023. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/unpackage_test.rb +84 -0
  3024. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/box/verify_test.rb +30 -0
  3025. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/env/set_test.rb +24 -0
  3026. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/general/package_test.rb +268 -0
  3027. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/general/validate_test.rb +31 -0
  3028. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/boot_test.rb +66 -0
  3029. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/check_accessible_test.rb +61 -0
  3030. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/check_box_test.rb +61 -0
  3031. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/check_guest_additions_test.rb +9 -0
  3032. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/clean_machine_folder_test.rb +84 -0
  3033. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/clear_forwarded_ports_test.rb +52 -0
  3034. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/clear_nfs_exports_test.rb +22 -0
  3035. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/clear_shared_folders_test.rb +40 -0
  3036. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/customize_test.rb +37 -0
  3037. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/destroy_test.rb +25 -0
  3038. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/destroy_unused_network_interfaces_test.rb +49 -0
  3039. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/discard_state_test.rb +45 -0
  3040. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/export_test.rb +107 -0
  3041. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/forward_ports_helpers_test.rb +77 -0
  3042. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/forward_ports_test.rb +197 -0
  3043. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/halt_test.rb +79 -0
  3044. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/host_name_test.rb +36 -0
  3045. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/import_test.rb +66 -0
  3046. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/match_mac_address_test.rb +40 -0
  3047. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/modify_test.rb +38 -0
  3048. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/network_test.rb +286 -0
  3049. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/nfs_helpers_test.rb +26 -0
  3050. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/nfs_test.rb +260 -0
  3051. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/package_test.rb +25 -0
  3052. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/package_vagrantfile_test.rb +46 -0
  3053. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/provision_test.rb +65 -0
  3054. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/provisioner_cleanup_test.rb +56 -0
  3055. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/resume_test.rb +35 -0
  3056. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/share_folders_test.rb +144 -0
  3057. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action/vm/suspend_test.rb +35 -0
  3058. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/action_test.rb +89 -0
  3059. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/box_collection_test.rb +45 -0
  3060. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/box_test.rb +74 -0
  3061. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/cli_test.rb +35 -0
  3062. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/base_test.rb +23 -0
  3063. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/group_base_test.rb +15 -0
  3064. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/helpers_test.rb +88 -0
  3065. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/init_test.rb +10 -0
  3066. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/command/package_test.rb +27 -0
  3067. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/base_test.rb +52 -0
  3068. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/error_recorder_test.rb +18 -0
  3069. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/ssh_test.rb +12 -0
  3070. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/vagrant_test.rb +35 -0
  3071. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/vm/provisioner_test.rb +92 -0
  3072. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config/vm_test.rb +47 -0
  3073. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/config_test.rb +148 -0
  3074. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/downloaders/http_test.rb +93 -0
  3075. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/environment_test.rb +539 -0
  3076. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/errors_test.rb +42 -0
  3077. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/hosts/base_test.rb +46 -0
  3078. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/hosts/bsd_test.rb +53 -0
  3079. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/hosts/linux_test.rb +54 -0
  3080. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/plugin_test.rb +9 -0
  3081. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/base_test.rb +63 -0
  3082. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/chef_client_test.rb +190 -0
  3083. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/chef_solo_test.rb +115 -0
  3084. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/chef_test.rb +209 -0
  3085. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/puppet_server_test.rb +68 -0
  3086. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/puppet_test.rb +182 -0
  3087. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/provisioners/shell_test.rb +79 -0
  3088. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/ssh/session_test.rb +40 -0
  3089. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/ssh_test.rb +304 -0
  3090. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/systems/base_test.rb +18 -0
  3091. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/systems/linux_test.rb +104 -0
  3092. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/busy_test.rb +106 -0
  3093. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/counter_test.rb +29 -0
  3094. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/platform_test.rb +18 -0
  3095. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/stacked_proc_runner_test.rb +43 -0
  3096. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/util/template_renderer_test.rb +145 -0
  3097. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/unit_legacy/vagrant/vm_test.rb +300 -0
  3098. data/vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/vagrant.gemspec +39 -0
  3099. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/History.txt +69 -0
  3100. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/LICENSE +22 -0
  3101. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/README.rdoc +47 -0
  3102. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/Rakefile +47 -0
  3103. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/lib/vegas/runner.rb +404 -0
  3104. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/lib/vegas.rb +16 -0
  3105. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/apps.rb +26 -0
  3106. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_app/bin/test_app +9 -0
  3107. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_app/bin/test_rack_app +12 -0
  3108. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_app/test_app.rb +10 -0
  3109. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_helper.rb +57 -0
  3110. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/test/test_vegas_runner.rb +191 -0
  3111. data/vendor/bundle/ruby/1.9.1/gems/vegas-0.1.11/vegas.gemspec +61 -0
  3112. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/Changelog.md +163 -0
  3113. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/Gemfile +27 -0
  3114. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/Guardfile +8 -0
  3115. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/LICENSE +20 -0
  3116. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/README.md +354 -0
  3117. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/Rakefile +6 -0
  3118. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/TODO +1 -0
  3119. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/flay.yml +3 -0
  3120. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/flog.yml +2 -0
  3121. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/roodi.yml +17 -0
  3122. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/site.reek +105 -0
  3123. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/config/yardstick.yml +2 -0
  3124. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/array.rb +23 -0
  3125. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/boolean.rb +52 -0
  3126. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/class.rb +21 -0
  3127. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/collection.rb +116 -0
  3128. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/date.rb +34 -0
  3129. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/date_time.rb +36 -0
  3130. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/decimal.rb +21 -0
  3131. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/default_value/from_callable.rb +35 -0
  3132. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/default_value/from_clonable.rb +40 -0
  3133. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/default_value/from_symbol.rb +35 -0
  3134. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/default_value.rb +49 -0
  3135. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/embedded_value/from_open_struct.rb +19 -0
  3136. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/embedded_value/from_struct.rb +19 -0
  3137. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/embedded_value.rb +69 -0
  3138. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/float.rb +30 -0
  3139. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/hash.rb +21 -0
  3140. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/integer.rb +27 -0
  3141. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/numeric.rb +11 -0
  3142. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/object.rb +11 -0
  3143. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/set.rb +23 -0
  3144. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/string.rb +24 -0
  3145. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/symbol.rb +21 -0
  3146. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute/time.rb +36 -0
  3147. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute.rb +309 -0
  3148. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/attribute_set.rb +171 -0
  3149. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/class_inclusions.rb +41 -0
  3150. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/class_methods.rb +112 -0
  3151. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/array.rb +23 -0
  3152. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/date.rb +26 -0
  3153. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/date_time.rb +26 -0
  3154. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/decimal.rb +40 -0
  3155. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/false_class.rb +24 -0
  3156. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/float.rb +24 -0
  3157. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/hash.rb +71 -0
  3158. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/integer.rb +60 -0
  3159. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/numeric.rb +66 -0
  3160. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/object.rb +125 -0
  3161. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/string.rb +214 -0
  3162. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/symbol.rb +24 -0
  3163. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/time.rb +40 -0
  3164. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/time_coercions.rb +86 -0
  3165. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion/true_class.rb +24 -0
  3166. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/coercion.rb +32 -0
  3167. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/extensions.rb +92 -0
  3168. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/instance_methods.rb +231 -0
  3169. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/module_extensions.rb +70 -0
  3170. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/support/descendants_tracker.rb +44 -0
  3171. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/support/equalizer.rb +129 -0
  3172. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/support/options.rb +112 -0
  3173. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/support/type_lookup.rb +109 -0
  3174. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/value_object.rb +141 -0
  3175. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus/version.rb +3 -0
  3176. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/lib/virtus.rb +107 -0
  3177. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/collection_member_coercion_spec.rb +75 -0
  3178. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/custom_attributes_spec.rb +49 -0
  3179. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/default_values_spec.rb +60 -0
  3180. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/defining_attributes_spec.rb +79 -0
  3181. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/embedded_value_spec.rb +50 -0
  3182. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/extending_objects_spec.rb +35 -0
  3183. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/mass_assignment_with_accessors_spec.rb +44 -0
  3184. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/overriding_virtus_spec.rb +46 -0
  3185. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/struct_as_embedded_value_spec.rb +28 -0
  3186. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/using_modules_spec.rb +53 -0
  3187. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/value_object_with_custom_constructor_spec.rb +42 -0
  3188. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/virtus/instance_level_attributes_spec.rb +23 -0
  3189. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/integration/virtus/value_object_spec.rb +99 -0
  3190. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/rcov.opts +7 -0
  3191. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/shared/constants_helpers.rb +9 -0
  3192. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/shared/freeze_method_behavior.rb +37 -0
  3193. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/shared/idempotent_method_behaviour.rb +5 -0
  3194. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/shared/options_class_method.rb +19 -0
  3195. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/spec_helper.rb +44 -0
  3196. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/array/coerce_spec.rb +13 -0
  3197. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/boolean/coerce_spec.rb +85 -0
  3198. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/boolean/define_reader_method_spec.rb +15 -0
  3199. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/boolean/value_coerced_spec.rb +97 -0
  3200. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/boolean_spec.rb +19 -0
  3201. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class/coerce_spec.rb +13 -0
  3202. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/accessor_spec.rb +12 -0
  3203. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/build_spec.rb +47 -0
  3204. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/coercion_method_spec.rb +9 -0
  3205. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/default_spec.rb +9 -0
  3206. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/determine_type_spec.rb +75 -0
  3207. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/merge_options_spec.rb +11 -0
  3208. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/primitive_spec.rb +9 -0
  3209. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/reader_spec.rb +9 -0
  3210. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/class_methods/writer_spec.rb +9 -0
  3211. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/coerce_spec.rb +30 -0
  3212. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/coercion_method_spec.rb +12 -0
  3213. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/class_methods/merge_options_spec.rb +40 -0
  3214. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/coerce_and_append_member_spec.rb +16 -0
  3215. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/coerce_spec.rb +39 -0
  3216. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/member_coercion/coerce_and_append_member_spec.rb +18 -0
  3217. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/member_type_spec.rb +17 -0
  3218. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/collection/new_collection_spec.rb +9 -0
  3219. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/date/coerce_spec.rb +47 -0
  3220. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/date/value_coerced_spec.rb +46 -0
  3221. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/date_time/coerce_spec.rb +68 -0
  3222. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/decimal/coerce_spec.rb +117 -0
  3223. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_spec.rb +28 -0
  3224. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/call_spec.rb +21 -0
  3225. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/class_methods/build_spec.rb +23 -0
  3226. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/class_methods/new_spec.rb +21 -0
  3227. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_callable/call_spec.rb +19 -0
  3228. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_callable/class_methods/handle_spec.rb +17 -0
  3229. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_clonable/call_spec.rb +20 -0
  3230. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_clonable/class_methods/handle_spec.rb +19 -0
  3231. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_symbol/call_spec.rb +17 -0
  3232. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/from_symbol/class_methods/handle_spec.rb +17 -0
  3233. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/default_value/value_spec.rb +10 -0
  3234. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/define_accessor_methods_spec.rb +26 -0
  3235. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/define_reader_method_spec.rb +24 -0
  3236. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/define_writer_method_spec.rb +24 -0
  3237. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/class_methods/determine_type_spec.rb +23 -0
  3238. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/class_methods/merge_options_spec.rb +17 -0
  3239. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/coerce_spec.rb +21 -0
  3240. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/from_open_struct/coerce_spec.rb +34 -0
  3241. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/embedded_value/from_struct/coerce_spec.rb +34 -0
  3242. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/float/coerce_spec.rb +117 -0
  3243. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/get_spec.rb +80 -0
  3244. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/inspect_spec.rb +27 -0
  3245. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/integer/coerce_spec.rb +111 -0
  3246. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/name_spec.rb +12 -0
  3247. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/numeric/class_methods/descendants_spec.rb +15 -0
  3248. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/numeric/class_methods/max_spec.rb +9 -0
  3249. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/numeric/class_methods/min_spec.rb +9 -0
  3250. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/object/class_methods/descendants_spec.rb +22 -0
  3251. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/options_spec.rb +14 -0
  3252. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/public_reader_spec.rb +24 -0
  3253. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/public_writer_spec.rb +24 -0
  3254. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/set/coerce_spec.rb +13 -0
  3255. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/set_spec.rb +49 -0
  3256. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/string/coerce_spec.rb +11 -0
  3257. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/symbol/coerce_spec.rb +13 -0
  3258. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/time/coerce_spec.rb +67 -0
  3259. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute/value_coerced_spec.rb +19 -0
  3260. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/append_spec.rb +49 -0
  3261. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/define_reader_method_spec.rb +35 -0
  3262. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/define_writer_method_spec.rb +35 -0
  3263. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/each_spec.rb +60 -0
  3264. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/element_reference_spec.rb +17 -0
  3265. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/element_set_spec.rb +56 -0
  3266. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/inspect_spec.rb +9 -0
  3267. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/merge_spec.rb +38 -0
  3268. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/attribute_set/reset_spec.rb +64 -0
  3269. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/attribute_set_spec.rb +9 -0
  3270. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/attribute_spec.rb +30 -0
  3271. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/attributes_spec.rb +22 -0
  3272. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/const_missing_spec.rb +27 -0
  3273. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/class_methods/inherited_spec.rb +21 -0
  3274. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/array/class_methods/to_set_spec.rb +12 -0
  3275. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/class_methods/element_reference_spec.rb +17 -0
  3276. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/class_methods/primitive_spec.rb +13 -0
  3277. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date/class_methods/to_date_spec.rb +10 -0
  3278. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date/class_methods/to_datetime_spec.rb +30 -0
  3279. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date/class_methods/to_string_spec.rb +12 -0
  3280. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date/class_methods/to_time_spec.rb +12 -0
  3281. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date_time/class_methods/to_date_spec.rb +30 -0
  3282. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date_time/class_methods/to_datetime_spec.rb +10 -0
  3283. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date_time/class_methods/to_string_spec.rb +12 -0
  3284. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/date_time/class_methods/to_time_spec.rb +30 -0
  3285. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/decimal/class_methods/to_decimal_spec.rb +9 -0
  3286. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/decimal/class_methods/to_float_spec.rb +12 -0
  3287. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/decimal/class_methods/to_integer_spec.rb +12 -0
  3288. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/decimal/class_methods/to_string_spec.rb +12 -0
  3289. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/false_class/class_methods/to_string_spec.rb +12 -0
  3290. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/float/class_methods/to_decimal_spec.rb +12 -0
  3291. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/float/class_methods/to_float_spec.rb +9 -0
  3292. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/float/class_methods/to_integer_spec.rb +12 -0
  3293. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/float/class_methods/to_string_spec.rb +12 -0
  3294. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/hash/class_methods/to_date_spec.rb +38 -0
  3295. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/hash/class_methods/to_datetime_spec.rb +38 -0
  3296. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/hash/class_methods/to_time_spec.rb +38 -0
  3297. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_boolean_spec.rb +25 -0
  3298. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_decimal_spec.rb +12 -0
  3299. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_float_spec.rb +12 -0
  3300. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_integer_spec.rb +9 -0
  3301. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/integer/class_methods/to_string_spec.rb +12 -0
  3302. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/numeric/class_methods/to_decimal_spec.rb +10 -0
  3303. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/numeric/class_methods/to_float_spec.rb +10 -0
  3304. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/numeric/class_methods/to_integer_spec.rb +10 -0
  3305. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/numeric/class_methods/to_string_spec.rb +12 -0
  3306. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/method_missing_spec.rb +33 -0
  3307. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/to_array_spec.rb +51 -0
  3308. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/to_hash_spec.rb +22 -0
  3309. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/to_integer_spec.rb +22 -0
  3310. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/object/class_methods/to_string_spec.rb +22 -0
  3311. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_boolean_spec.rb +29 -0
  3312. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_constant_spec.rb +49 -0
  3313. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_date_spec.rb +23 -0
  3314. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_datetime_spec.rb +50 -0
  3315. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_decimal_spec.rb +47 -0
  3316. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_float_spec.rb +45 -0
  3317. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_integer_spec.rb +56 -0
  3318. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_symbol_spec.rb +9 -0
  3319. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/string/class_methods/to_time_spec.rb +50 -0
  3320. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/symbol/class_methods/to_string_spec.rb +12 -0
  3321. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time/class_methods/to_integer_spec.rb +10 -0
  3322. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time/class_methods/to_time_spec.rb +10 -0
  3323. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time_coercions/to_date_spec.rb +33 -0
  3324. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time_coercions/to_datetime_spec.rb +33 -0
  3325. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time_coercions/to_string_spec.rb +18 -0
  3326. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/time_coercions/to_time_spec.rb +33 -0
  3327. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/coercion/true_class/class_methods/to_string_spec.rb +12 -0
  3328. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/descendants_tracker/add_descendant_spec.rb +24 -0
  3329. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/descendants_tracker/descendants_spec.rb +22 -0
  3330. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/equalizer/append_spec.rb +82 -0
  3331. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/equalizer/class_method/new_spec.rb +111 -0
  3332. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/equalizer/methods/eql_spec.rb +47 -0
  3333. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/equalizer/methods/equal_value_spec.rb +57 -0
  3334. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/extensions/allowed_writer_methods_spec.rb +25 -0
  3335. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/attributes_spec.rb +138 -0
  3336. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/element_reference_spec.rb +24 -0
  3337. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/element_set_spec.rb +28 -0
  3338. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/freeze_spec.rb +64 -0
  3339. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/initialize_spec.rb +42 -0
  3340. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/instance_methods/to_hash_spec.rb +23 -0
  3341. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/module_extensions/attribute_spec.rb +31 -0
  3342. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/options/accept_options_spec.rb +37 -0
  3343. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/options/accepted_options_spec.rb +21 -0
  3344. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/options/options_spec.rb +34 -0
  3345. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/type_lookup/class_methods/extended_spec.rb +9 -0
  3346. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/type_lookup/determine_type_spec.rb +81 -0
  3347. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/type_lookup/primitive_spec.rb +9 -0
  3348. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/class_methods/allowed_writer_methods_spec.rb +15 -0
  3349. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/class_methods/attribute_spec.rb +50 -0
  3350. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/class_methods/equalizer_spec.rb +24 -0
  3351. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/initialize_spec.rb +19 -0
  3352. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/instance_methods/clone_spec.rb +21 -0
  3353. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/spec/unit/virtus/value_object/instance_methods/with_spec.rb +31 -0
  3354. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/ci.rake +7 -0
  3355. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/flay.rake +41 -0
  3356. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/flog.rake +43 -0
  3357. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/heckle.rake +208 -0
  3358. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/metric_fu.rake +29 -0
  3359. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/reek.rake +9 -0
  3360. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/roodi.rake +15 -0
  3361. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/metrics/yardstick.rake +23 -0
  3362. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/spec.rake +45 -0
  3363. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/tasks/yard.rake +9 -0
  3364. data/vendor/bundle/ruby/1.9.1/gems/virtus-0.5.2/virtus.gemspec +24 -0
  3365. data/vendor/bundle/ruby/1.9.1/specifications/activesupport-3.2.8.gemspec +33 -0
  3366. data/vendor/bundle/ruby/1.9.1/specifications/archive-tar-minitar-0.5.2.gemspec +31 -0
  3367. data/vendor/bundle/ruby/1.9.1/specifications/backports-2.6.4.gemspec +29 -0
  3368. data/vendor/bundle/ruby/1.9.1/specifications/childprocess-0.3.6.gemspec +38 -0
  3369. data/vendor/bundle/ruby/1.9.1/specifications/diff-lcs-1.1.3.gemspec +35 -0
  3370. data/vendor/bundle/ruby/1.9.1/specifications/erubis-2.7.0.gemspec +28 -0
  3371. data/vendor/bundle/ruby/1.9.1/specifications/ffi-1.1.5.gemspec +30 -0
  3372. data/vendor/bundle/ruby/1.9.1/specifications/grape-0.2.2.gemspec +69 -0
  3373. data/vendor/bundle/ruby/1.9.1/specifications/hashie-1.2.0.gemspec +37 -0
  3374. data/vendor/bundle/ruby/1.9.1/specifications/i18n-0.6.1.gemspec +38 -0
  3375. data/vendor/bundle/ruby/1.9.1/specifications/json-1.5.4.gemspec +40 -0
  3376. data/vendor/bundle/ruby/1.9.1/specifications/log4r-1.1.10.gemspec +31 -0
  3377. data/vendor/bundle/ruby/1.9.1/specifications/macaddr-1.6.1.gemspec +29 -0
  3378. data/vendor/bundle/ruby/1.9.1/specifications/multi_json-1.3.6.gemspec +40 -0
  3379. data/vendor/bundle/ruby/1.9.1/specifications/multi_xml-0.5.1.gemspec +40 -0
  3380. data/vendor/bundle/ruby/1.9.1/specifications/net-scp-1.0.4.gemspec +32 -0
  3381. data/vendor/bundle/ruby/1.9.1/specifications/net-ssh-2.2.2.gemspec +29 -0
  3382. data/vendor/bundle/ruby/1.9.1/specifications/puma-1.6.3.gemspec +44 -0
  3383. data/vendor/bundle/ruby/1.9.1/specifications/rack-1.4.1.gemspec +47 -0
  3384. data/vendor/bundle/ruby/1.9.1/specifications/rack-accept-0.4.5.gemspec +34 -0
  3385. data/vendor/bundle/ruby/1.9.1/specifications/rack-mount-0.8.3.gemspec +37 -0
  3386. data/vendor/bundle/ruby/1.9.1/specifications/rack-test-0.6.2.gemspec +31 -0
  3387. data/vendor/bundle/ruby/1.9.1/specifications/rake-0.9.2.2.gemspec +34 -0
  3388. data/vendor/bundle/ruby/1.9.1/specifications/rspec-2.11.0.gemspec +39 -0
  3389. data/vendor/bundle/ruby/1.9.1/specifications/rspec-core-2.11.1.gemspec +61 -0
  3390. data/vendor/bundle/ruby/1.9.1/specifications/rspec-expectations-2.11.3.gemspec +40 -0
  3391. data/vendor/bundle/ruby/1.9.1/specifications/rspec-mocks-2.11.3.gemspec +37 -0
  3392. data/vendor/bundle/ruby/1.9.1/specifications/systemu-2.5.2.gemspec +26 -0
  3393. data/vendor/bundle/ruby/1.9.1/specifications/uuid-2.3.5.gemspec +32 -0
  3394. data/vendor/bundle/ruby/1.9.1/specifications/vagrant-1.0.5.gemspec +73 -0
  3395. data/vendor/bundle/ruby/1.9.1/specifications/vegas-0.1.11.gemspec +40 -0
  3396. data/vendor/bundle/ruby/1.9.1/specifications/virtus-0.5.2.gemspec +39 -0
  3397. metadata +3398 -48
  3398. data/vendor/grape/lib/grape/middleware/versioner/header.rb +0 -59
  3399. data/vendor/grape/lib/grape/version.rb +0 -3
@@ -0,0 +1,1718 @@
1
+ ## Rails 3.2.8 (Aug 9, 2012) ##
2
+
3
+ * Fix ActiveSupport integration with Mocha > 0.12.1. *Mike Gunderloy*
4
+
5
+ * Reverted the deprecation of ActiveSupport::JSON::Variable. *Rafael Mendonça França*
6
+
7
+ ## Rails 3.2.7 (Jul 26, 2012) ##
8
+
9
+ * Hash#fetch(fetch) is not the same as doing hash[key]
10
+
11
+ * adds a missing require [fixes #6896]
12
+
13
+ * make sure the inflection rules are loaded when cherry-picking active_support/core_ext/string/inflections.rb [fixes #6884]
14
+
15
+ * Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
16
+
17
+ * bump AS deprecation_horizon to 4.0
18
+
19
+ ## Rails 3.2.6 (Jun 12, 2012) ##
20
+
21
+ * No changes.
22
+
23
+ ## Rails 3.2.5 (Jun 1, 2012) ##
24
+
25
+ * ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
26
+ for custom JSON string literals. *Erich Menge*
27
+
28
+
29
+ ## Rails 3.2.4 (May 31, 2012) ##
30
+
31
+ * Added #beginning_of_hour and #end_of_hour to Time and DateTime core
32
+ extensions. *Mark J. Titorenko*
33
+
34
+
35
+ ## Rails 3.2.3 (March 30, 2012) ##
36
+
37
+ * No changes.
38
+
39
+
40
+ ## Rails 3.2.2 (March 1, 2012) ##
41
+
42
+ * No changes.
43
+
44
+
45
+ ## Rails 3.2.1 (January 26, 2012) ##
46
+
47
+ * Documentation fixes and improvements.
48
+
49
+ * Update time zone offset information. *Ravil Bayramgalin*
50
+
51
+ * The deprecated `ActiveSupport::Base64.decode64` calls `::Base64.decode64`
52
+ now. *Jonathan Viney*
53
+
54
+ * Fixes uninitialized constant `ActiveSupport::TaggedLogging::ERROR`. *kennyj*
55
+
56
+
57
+ ## Rails 3.2.0 (January 20, 2012) ##
58
+
59
+ * ActiveSupport::Base64 is deprecated in favor of ::Base64. *Sergey Nartimov*
60
+
61
+ * Module#synchronize is deprecated with no replacement. Please use `monitor`
62
+ from ruby's standard library.
63
+
64
+ * (Date|DateTime|Time)#beginning_of_week accept an optional argument to
65
+ be able to set the day at which weeks are assumed to start.
66
+
67
+ * Deprecated ActiveSupport::MessageEncryptor#encrypt and decrypt. *José Valim*
68
+
69
+ * ActiveSupport::Notifications.subscribed provides subscriptions to events while a block runs. *fxn*
70
+
71
+ * Module#qualified_const_(defined?|get|set) are analogous to the corresponding methods
72
+ in the standard API, but accept qualified constant names. *fxn*
73
+
74
+ * Added inflection #deconstantize which complements #demodulize. This inflection
75
+ removes the righmost segment in a qualified constant name. *fxn*
76
+
77
+ * Added ActiveSupport:TaggedLogging that can wrap any standard Logger class to provide tagging capabilities *DHH*
78
+
79
+ Logger = ActiveSupport::TaggedLogging.new(Logger.new(STDOUT))
80
+ Logger.tagged("BCX") { Logger.info "Stuff" } # Logs "[BCX] Stuff"
81
+ Logger.tagged("BCX", "Jason") { Logger.info "Stuff" } # Logs "[BCX] [Jason] Stuff"
82
+ Logger.tagged("BCX") { Logger.tagged("Jason") { Logger.info "Stuff" } } # Logs "[BCX] [Jason] Stuff"
83
+
84
+ * Added safe_constantize that constantizes a string but returns nil instead of an exception if the constant (or part of it) does not exist *Ryan Oblak*
85
+
86
+ * ActiveSupport::OrderedHash is now marked as extractable when using Array#extract_options! *Prem Sichanugrist*
87
+
88
+ * Added Array#prepend as an alias for Array#unshift and Array#append as an alias for Array#<< *DHH*
89
+
90
+ * The definition of blank string for Ruby 1.9 has been extended to Unicode whitespace.
91
+ Also, in 1.8 the ideographic space U+3000 is considered to be whitespace. *Akira Matsuda, Damien Mathieu*
92
+
93
+ * The inflector understands acronyms. *dlee*
94
+
95
+ * Deprecated ActiveSupport::Memoizable in favor of Ruby memoization pattern *José Valim*
96
+
97
+ * Added Time#all_day/week/quarter/year as a way of generating ranges (example: Event.where(created_at: Time.now.all_week)) *DHH*
98
+
99
+ * Added instance_accessor: false as an option to Class#cattr_accessor and friends *DHH*
100
+
101
+ * Removed ActiveSupport::SecureRandom in favor of SecureRandom from the standard library *Jon Leighton*
102
+
103
+ * ActiveSupport::OrderedHash now has different behavior for #each and
104
+ \#each_pair when given a block accepting its parameters with a splat. *Andrew Radev*
105
+
106
+ * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelch
107
+ logs for a certain block, change the log level for that block.
108
+
109
+ * ActiveSupport::BufferedLogger#open_log is deprecated. This method should
110
+ not have been public in the first place.
111
+
112
+ * ActiveSupport::BufferedLogger's behavior of automatically creating the
113
+ directory for your log file is deprecated. Please make sure to create the
114
+ directory for your log file before instantiating.
115
+
116
+ * ActiveSupport::BufferedLogger#auto_flushing is deprecated. Either set the
117
+ sync level on the underlying file handle like this:
118
+
119
+ f = File.open('foo.log', 'w')
120
+ f.sync = true
121
+ ActiveSupport::BufferedLogger.new f
122
+
123
+ Or tune your filesystem. The FS cache is now what controls flushing.
124
+
125
+ * ActiveSupport::BufferedLogger#flush is deprecated. Set sync on your
126
+ filehandle, or tune your filesystem.
127
+
128
+
129
+ ## Rails 3.1.4 (March 1, 2012) ##
130
+
131
+ * No changes
132
+
133
+
134
+ ## Rails 3.1.3 (November 20, 2011) ##
135
+
136
+ * No changes
137
+
138
+
139
+ ## Rails 3.1.2 (November 18, 2011) ##
140
+
141
+ * No changes
142
+
143
+
144
+ ## Rails 3.1.1 (October 7, 2011) ##
145
+
146
+ * ruby193: String#prepend is also unsafe *Akira Matsuda*
147
+
148
+ * Fix obviously breakage of Time.=== for Time subclasses *jeremyevans*
149
+
150
+ * Added fix so that file store does not raise an exception when cache dir does
151
+ not exist yet. This can happen if a delete_matched is called before anything
152
+ is saved in the cache. *Philippe Huibonhoa*
153
+
154
+ * Fixed performance issue where TimeZone lookups would require tzinfo each time *Tim Lucas*
155
+
156
+ * ActiveSupport::OrderedHash is now marked as extractable when using Array#extract_options! *Prem Sichanugrist*
157
+
158
+
159
+ ## Rails 3.1.0 (August 30, 2011) ##
160
+
161
+ * ActiveSupport::Dependencies#load and ActiveSupport::Dependencies#require now
162
+ return the value from `super` *Aaron Patterson*
163
+
164
+ * Fixed ActiveSupport::Gzip to work properly in Ruby 1.8 *Guillermo Iguaran*
165
+
166
+ * Kernel.require_library_or_gem was deprecated and will be removed in Rails 3.2.0 *Josh Kalderimis*
167
+
168
+ * ActiveSupport::Duration#duplicable? was fixed for Ruby 1.8 *thedarkone*
169
+
170
+ * ActiveSupport::BufferedLogger set log encoding to BINARY, but still use text
171
+ mode to output portable newlines. *fxn*
172
+
173
+ * ActiveSupport::Dependencies now raises NameError if it finds an existing constant in load_missing_constant. This better reflects the nature of the error which is usually caused by calling constantize on a nested constant. *Andrew White*
174
+
175
+ * Deprecated ActiveSupport::SecureRandom in favour of SecureRandom from the standard library *Jon Leighton*
176
+
177
+ * New reporting method Kernel#quietly. *fxn*
178
+
179
+ * Add String#inquiry as a convenience method for turning a string into a StringInquirer object *DHH*
180
+
181
+ * Add Object#in? to test if an object is included in another object *Prem Sichanugrist, Brian Morearty, John Reitano*
182
+
183
+ * LocalCache strategy is now a real middleware class, not an anonymous class
184
+ posing for pictures.
185
+
186
+ * ActiveSupport::Dependencies::ClassCache class has been introduced for
187
+ holding references to reloadable classes.
188
+
189
+ * ActiveSupport::Dependencies::Reference has been refactored to take direct
190
+ advantage of the new ClassCache.
191
+
192
+ * Backports Range#cover? as an alias for Range#include? in Ruby 1.8 *Diego Carrion, fxn*
193
+
194
+ * Added weeks_ago and prev_week to Date/DateTime/Time. *Rob Zolkos, fxn*
195
+
196
+ * Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! *Andrew White*
197
+
198
+ * JSON decoding now uses the multi_json gem which also vendors a json engine called OkJson. The yaml backend has been removed in favor of OkJson as a default engine for 1.8.x, while the built in 1.9.x json implementation will be used by default. *Josh Kalderimis*
199
+
200
+
201
+ ## Rails 3.0.12 (March 1, 2012) ##
202
+
203
+ * No changes.
204
+
205
+
206
+ ## Rails 3.0.11 (November 18, 2011) ##
207
+
208
+ * No changes.
209
+
210
+
211
+ ## Rails 3.0.10 (August 16, 2011) ##
212
+
213
+ * Delayed backtrace scrubbing in `load_missing_constant` until we actually
214
+ raise the exception
215
+
216
+
217
+ ## Rails 3.0.9 (June 16, 2011) ##
218
+
219
+ * No changes.
220
+
221
+
222
+ ## Rails 3.0.8 (June 7, 2011) ##
223
+
224
+ * No changes.
225
+
226
+
227
+ ## Rails 3.0.7 (April 18, 2011) ##
228
+
229
+ * Hash.from_xml no longer loses attributes on tags containing only whitespace *André Arko*
230
+
231
+
232
+ ## Rails 3.0.6 (April 5, 2011)
233
+
234
+ * No changes.
235
+
236
+
237
+ ## Rails 3.0.5 (February 26, 2011) ##
238
+
239
+ * No changes.
240
+
241
+
242
+ ## Rails 3.0.4 (February 8, 2011) ##
243
+
244
+ * No changes.
245
+
246
+
247
+ ## Rails 3.0.3 (November 16, 2010) ##
248
+
249
+ * No changes.
250
+
251
+
252
+ ## Rails 3.0.2 (November 15, 2010) ##
253
+
254
+ * Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! *Andrew White*
255
+
256
+
257
+ ## Rails 3.0.1 (October 15, 2010) ##
258
+
259
+ * No Changes, just a version bump.
260
+
261
+
262
+ ## Rails 3.0.0 (August 29, 2010) ##
263
+
264
+ * Implemented String#strip_heredoc. *fxn*
265
+
266
+ * Pluggable cache stores: setting config.cache_store = "custom_store" will require 'active_support/cache/custom_store' and look for the CustomStore constant. #5486 *Mike Perham*
267
+
268
+ * Removed Object#returning, Object#tap should be used instead. *Santiago Pastorino*
269
+
270
+ * Deprecation behavior is no longer hardcoded to the name of the environment.
271
+ Instead, it is set via config.active_support.deprecation and can be one
272
+ of :log, :stderr or :notify. :notify is a new style that sends the warning
273
+ via ActiveSupport::Notifications, and is the new default for production
274
+ *Yehuda Katz*
275
+
276
+ * Renamed ActiveSupport::Dependecies.load_(once_)paths to autoload_(once_)paths. *fxn*
277
+
278
+ * Added ActiveSupport::FileUpdateChecker to execute a block only if a set of files changed, used by Router and I18n locale files. *José Valim*
279
+
280
+ * Added ActiveSupport::DescendantsTracker to track descendants with support to constants reloading. *José Valim*
281
+
282
+ * ActiveSupport::OrderedHash#merge and #merge! accept a block. #4838 *Paul Mucur, fxn*
283
+
284
+ * Date#since, #ago, #beginning_of_day, #end_of_day, and #xmlschema honor now the user time zone if set. *Geoff Buesing*
285
+
286
+ * Extracted String#truncate from TextHelper#truncate *DHH*
287
+
288
+ * Ruby 1.9: support UTF-8 case folding. #4595 *Norman Clarke*
289
+
290
+ * Removes Array#rand and backports Array#sample from Ruby 1.9, thanks to Marc-Andre Lafortune. *fxn*
291
+
292
+ * Ruby 1.9: Renames last_(month|year) to prev_(month|year) in Date and Time. *fxn*
293
+
294
+ * Aliases Date#sunday to Date#end_of_week. *fxn*
295
+
296
+ * Backports Date#>> from 1.9 so that calculations do the right thing around the calendar reform. *fxn*
297
+
298
+ * Date#to_time handles properly years in the range 0..138. *fxn*
299
+
300
+ * Deprecate {{}} as interpolation syntax for I18n in favor of %{} *José Valim*
301
+
302
+ * Array#to_xml is more powerful and able to handle the same types as Hash#to_xml #4490 *Neeraj Singh*
303
+
304
+ * Harmonize the caching API and refactor the backends. #4452 *Brian Durand*
305
+ All caches:
306
+ * Add default options to initializer that will be sent to all read, write, fetch, exist?, increment, and decrement
307
+ * Add support for the :expires_in option to fetch and write for all caches. Cache entries are stored with the create timestamp and a ttl so that expiration can be handled independently of the implementation.
308
+ * Add support for a :namespace option. This can be used to set a global prefix for cache entries.
309
+ * Deprecate expand_cache_key on ActiveSupport::Cache and move it to ActionController::Caching and ActionDispatch::Http::Cache since the logic in the method used some Rails specific environment variables and was only used by ActionPack classes. Not very DRY but there didn't seem to be a good shared spot and ActiveSupport really shouldn't be Rails specific.
310
+ * Add support for :race_condition_ttl to fetch. This setting can prevent race conditions on fetch calls where several processes try to regenerate a recently expired entry at once.
311
+ * Add support for :compress option to fetch and write which will compress any data over a configurable threshold.
312
+ * Nil values can now be stored in the cache and are distinct from cache misses for fetch.
313
+ * Easier API to create new implementations. Just need to implement the methods read_entry, write_entry, and delete_entry instead of overwriting existing methods.
314
+ * Since all cache implementations support storing objects, update the docs to state that ActiveCache::Cache::Store implementations should store objects. Keys, however, must be strings since some implementations require that.
315
+ * Increase test coverage.
316
+ * Document methods which are provided as convenience but which may not be universally available.
317
+
318
+ MemoryStore:
319
+ * MemoryStore can now safely be used as the cache for single server sites.
320
+ * Make thread safe so that the default cache implementation used by Rails is thread safe. The overhead is minimal and it is still the fastest store available.
321
+ * Provide :size initialization option indicating the maximum size of the cache in memory (defaults to 32Mb).
322
+ * Add prune logic that removes the least recently used cache entries to keep the cache size from exceeding the max.
323
+ * Deprecated SynchronizedMemoryStore since it isn't needed anymore.
324
+
325
+ FileStore:
326
+ * Escape key values so they will work as file names on all file systems, be consistent, and case sensitive
327
+ * Use a hash algorithm to segment the cache into sub directories so that a large cache doesn't exceed file system limits.
328
+ * FileStore can be slow so implement the LocalCache strategy to cache reads for the duration of a request.
329
+ * Add cleanup method to keep the disk from filling up with expired entries.
330
+ * Fix increment and decrement to use file system locks so they are consistent between processes.
331
+
332
+ MemCacheStore:
333
+ * Support all keys. Previously keys with spaces in them would fail
334
+ * Deprecate CompressedMemCacheStore since it isn't needed anymore (use :compress => true)
335
+
336
+ * JSON: encode objects that don't have a native JSON representation using to_hash, if available, instead of instance_values (the old fallback) or to_s (other encoders' default). Encode BigDecimal and Regexp encode as strings to conform with other encoders. Try to transcode non-UTF-8 strings. *Jeremy Kemper*
337
+
338
+ * HashWithIndifferentAccess: remove inherited symbolize_keys! since its keys are always strings. *Santiago Pastorino*
339
+
340
+ * Improve transliteration quality. #4374 *Norman Clarke*
341
+
342
+ * Speed up and add Ruby 1.9 support for ActiveSupport::Multibyte::Chars#tidy_bytes. #4350 *Norman Clarke*
343
+
344
+ * Reduced load time by deferring configuration of classes using
345
+ ActiveSupport::on_load(:component_name) *YK*
346
+
347
+ * Rename #metaclass to #singleton_class now that ruby-core has decided *JK*
348
+
349
+ * New assertions assert_blank and assert_present. #4299 *Juanjo Bazan*
350
+
351
+ * Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. *Jeremy Kemper*
352
+
353
+ * JSON backend for YAJL. Preferred if available. #2666 *Brian Lopez*
354
+
355
+ * Introduce class_attribute to declare inheritable class attributes. Writing an attribute on a subclass behaves just like overriding the superclass reader method. Unifies and replaces most usage of cattr_accessor, class_inheritable_attribute, superclass_delegating_attribute, and extlib_inheritable_attribute. *Jeremy Kemper, Yehuda Katz*
356
+
357
+ * Time#- with a DateTime argument behaves the same as with a Time argument, i.e. returns the difference between self and arg as a Float #3476 *Geoff Buesing*
358
+
359
+ * YAML serialization for OrderedHash. #3608 *Gregor Schmidt*
360
+
361
+ * Update bundled TZInfo to v0.3.16 *Geoff Buesing*
362
+
363
+ * Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Argentina/San_Juan" #1821 *Geoff Buesing, Reuben Sivan*
364
+
365
+ * Changed the default ActiveSupport.use_standard_json_time_format from false to true and
366
+ ActiveSupport.escape_html_entities_in_json from true to false to match previously announced Rails 3 defaults *DHH*
367
+
368
+ * Added Object#presence that returns the object if it's #present? otherwise returns nil *DHH/Colin Kelley*
369
+
370
+ * Add Enumerable#exclude? to bring parity to Enumerable#include? and avoid if !x.include?/else calls *DHH*
371
+
372
+ * Update Edinburgh TimeZone to use "Europe/London" instead of "Europe/Dublin" #3310 *Phil Ross*
373
+
374
+ * Update bundled TZInfo to v0.3.15 *Geoff Buesing*
375
+
376
+ * JSON: +Object#to_json+ calls +as_json+ to coerce itself into something natively encodable like +Hash+, +Integer+, or +String+. Override +as_json+ instead of +to_json+ so you're JSON library agnostic. *Jeremy Kemper*
377
+
378
+ * String #to_time and #to_datetime: handle fractional seconds #864 *Jason Frey*
379
+
380
+ * Update bundled TZInfo to v0.3.13 *Geoff Buesing*
381
+
382
+ * Allow MemCacheStore to be initialized with a MemCache-like object instead of addresses and options *Bryan Helmkamp*
383
+
384
+ * Change spelling of Kyev timezone to Kyiv #2613 *Alexander Dymo*
385
+
386
+ * Add ActiveSupport.parse_json_times to disable time parsing in JSON backends that don't support it or don't need it. *rick*
387
+
388
+ * Add pluggable JSON backends with support for the JSON gem. *rick*
389
+ Example: ActiveSupport::JSON.backend = "JSONGem"
390
+
391
+ All internal Rails JSON encoding is now handled by ActiveSupport::JSON.encode(). Use of #to_json is not recommended, as it may clash with other libraries that overwrite it. However, you can recover Rails specific functionality
392
+ if you really want to use #to_json.
393
+
394
+ gem 'json'
395
+ ActiveSupport::JSON.backend = "JSONGem"
396
+
397
+ class ActiveRecord::Base
398
+ alias to_json rails_to_json
399
+ end
400
+
401
+ * require 'active_support' no longer orders the whole menu of core extensions. Ask for just what you need: e.g. require 'active_support/core/time' to use timezones, durations, and stdlib date/time extensions. *Jeremy Kemper*
402
+
403
+ * Removed rarely-used DRb cache store. *Jeremy Kemper*
404
+
405
+ * TimeWithZone.name returns 'Time', to further thwart type checking *Geoff Buesing*
406
+
407
+ * Time.local instances: Adding 24.hours across the DST boundary adds 24 hours instead of one day #2066 *Michael Curtis*
408
+
409
+
410
+ ## 2.3.2 Final (March 15, 2009) ##
411
+
412
+ * XmlMini supports LibXML and Nokogiri backends. #2084, #2190 *Bart ten Brinke, Aaron Patterson*
413
+ Example: XmlMini.backend = 'Nokogiri'
414
+
415
+ * Vendorize i18n 0.1.3 gem (fixes issues with incompatible character encodings in Ruby 1.9) #2038 *Akira Matsuda*
416
+
417
+ * Update bundled memcache-client from 1.5.0.5 to 1.6.4.99. See http://www.mikeperham.com/2009/02/15/memcache-client-performance/ *Mike Perham*
418
+
419
+ * Ruby 1.9.1p0 fix: URI.unescape can decode multibyte chars. #2033 *MOROHASHI Kyosuke*
420
+
421
+ * Time#to_s(:rfc822) uses #formatted_offset instead of unreliable and non-standard %z directive #1899 *Zachary Zolton*
422
+
423
+ * Make TimeWithZone#to_formatted_s an alias to TimeWithZone#to_s #1796 *Levin Alexander*
424
+
425
+ * Introduce Array.wrap(foo) to wrap the argument in an array unless it's already an array. Wraps nil as an empty array. Use instead of Array(foo) and foo.to_a since they treat String as Enumerable. *Jeremy Kemper*
426
+
427
+ * TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state:resolved] *Nicholas Dainty*
428
+
429
+ * Object#tap shim for Ruby < 1.8.7. Similar to Object#returning, tap yields self then returns self. *Jeremy Kemper*
430
+ array.select { ... }.tap(&:inspect).map { ... }
431
+
432
+ * TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime argument *Geoff Buesing*
433
+
434
+ * Updated i18n gem to version 0.1.1 #1635 *Yaroslav Markin*
435
+
436
+ * Add :allow_nil option to delegate. #1127 *Sergio Gil*
437
+
438
+ * Add Benchmark.ms convenience method to benchmark realtime in milliseconds. *Jeremy Kemper*
439
+
440
+ * Updated included memcache-client to the 1.5.0.5 version which includes fixes from fiveruns and 37signals to deal with failover and timeouts #1535 *Joshua Sierles*
441
+
442
+ * Multibyte: add multibyte-safe Chars#ord rather than falling back to String#ord. #1483 *Jason Cheow*
443
+
444
+ * I18n support for Array#to_sentence. Introduces support.array.words_connector, .two_words_connector, and .last_word_connector translation keys. #1397 *Akira Matsuda*
445
+
446
+ * Added ActiveSupport::OrderedHash#each_key and ActiveSupport::OrderedHash#each_value #1410 *Christoffer Sawicki*
447
+
448
+ * Added ActiveSupport::MessageVerifier and MessageEncryptor to aid users who need to store signed and/or encrypted messages. *Michael Koziarski*
449
+
450
+ * Added ActiveSupport::BacktraceCleaner to cut down on backtrace noise according to filters and silencers *David Heinemeier Hansson*
451
+
452
+ * Added Object#try. ( Taken from http://ozmm.org/posts/try.html ) *Chris Wanstrath*
453
+
454
+ * Added Enumerable#none? to check that none of the elements match the block #1408 *Damian Janowski*
455
+
456
+ * TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is up-to-date *Geoff Buesing*
457
+
458
+ * Update bundled TZInfo to 0.3.12 *Geoff Buesing*
459
+
460
+ * Added lambda merging to OptionMerger (especially useful with named_scope and with_options) #726 *Paweł Kondzior*
461
+
462
+
463
+ ## 2.2.1 RC2 (November 14th, 2008) ##
464
+
465
+ * Increment the version of our altered memcache-client to prevent confusion caused when the 1.5.0 gem is installed.
466
+
467
+ * Fixed the option merging in Array#to_xml #1126 *Rudolf Gavlas*
468
+
469
+ * Make I18n::Backend::Simple reload its translations in development mode *David Heinemeier Hansson/Sven Fuchs*
470
+
471
+
472
+ ## 2.2.0 RC1 (October 24th, 2008) ##
473
+
474
+ * TimeWithZone#freeze: preload instance variables so that we can actually freeze *Geoff Buesing*
475
+
476
+ * Fix Brasilia timezone #1180 *Marcus Derencius, Kane*
477
+
478
+ * Time#advance recognizes fractional days and weeks. Deprecate Durations of fractional months and years #970 *Tom Lea*
479
+
480
+ * Add ActiveSupport::Rescuable module abstracting ActionController::Base rescue_from features. *Norbert Crombach, Pratik Naik*
481
+
482
+ * Switch from String#chars to String#mb_chars for the unicode proxy. *Manfred Stienstra*
483
+
484
+ This helps with 1.8.7 compatibility and also improves performance for some operations by reducing indirection.
485
+
486
+ * TimeWithZone #wday, #yday and #to_date avoid trip through #method_missing *Geoff Buesing*
487
+
488
+ * Added Time, Date, DateTime and TimeWithZone #past?, #future? and #today? #720 *Clemens Kofler, Geoff Buesing*
489
+
490
+ * Fixed Sri Jayawardenepura time zone to map to Asia/Colombo *Jamis Buck*
491
+
492
+ * Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".parameterize => "donald-e-knuth") #713 *Matt Darby*
493
+
494
+ * Changed cache benchmarking to be reported in milliseconds *David Heinemeier Hansson*
495
+
496
+ * Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby: utc instances are now correctly unmarshaled with a utc zone instead of the system local zone [#900 state:resolved] *Luca Guidi, Geoff Buesing*
497
+
498
+ * Add Array#in_groups which splits or iterates over the array in specified number of groups. #579. [Adrian Mugnolo] Example:
499
+
500
+ a = (1..10).to_a
501
+ a.in_groups(3) # => [[1, 2, 3, 4], [5, 6, 7, nil], [8, 9, 10, nil]]
502
+ a.in_groups(3, false) # => [[1, 2, 3, 4], [5, 6, 7], [8, 9, 10]]
503
+
504
+ * Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, because Ruby's marshaling of Time instances doesn't respect the zone *Geoff Buesing*
505
+
506
+ * Added Memoizable mixin for caching simple lazy loaded attributes *Josh Peek*
507
+
508
+ * Move the test related core_ext stuff out of core_ext so it's only loaded by the test helpers. *Michael Koziarski*
509
+
510
+ * Add Inflection rules for String#humanize. #535 *Dan Manges*
511
+
512
+ ActiveSupport::Inflector.inflections do |inflect|
513
+ inflect.human(/_cnt$/i, '\1_count')
514
+ end
515
+
516
+ 'jargon_cnt'.humanize # => 'Jargon count'
517
+
518
+ * TimeWithZone: when crossing DST boundary, treat Durations of days, months or years as variable-length, and all other values as absolute length. A time + 24.hours will advance exactly 24 hours, but a time + 1.day will advance 23-25 hours, depending on the day. Ensure consistent behavior across all advancing methods *Geoff Buesing*
519
+
520
+ * Added TimeZone #=~, to support matching zones by regex in time_zone_select. #195 *Ernie Miller*
521
+
522
+ * Added Array#second through Array#fifth as aliases for Array#[1] through Array#[4] + Array#forty_two as alias for Array[41] *David Heinemeier Hansson*
523
+
524
+ * Added test/do declaration style testing to ActiveSupport::TestCase *DHH via Jay Fields*
525
+
526
+ * Added Object#present? which is equivalent to !Object#blank? *David Heinemeier Hansson*
527
+
528
+ * Added Enumberable#many? to encapsulate collection.size > 1 *David Heinemeier Hansson/Damian Janowski*
529
+
530
+ * Add more standard Hash methods to ActiveSupport::OrderedHash *Steve Purcell*
531
+
532
+ * Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport *Josh Peek*
533
+
534
+ * Added StringInquirer for doing things like StringInquirer.new("production").production? # => true and StringInquirer.new("production").development? # => false *David Heinemeier Hansson*
535
+
536
+ * Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (Danger)
537
+
538
+
539
+ ## 2.1.0 (May 31st, 2008) ##
540
+
541
+ * TimeZone#to_s shows offset as GMT instead of UTC, because GMT will be more familiar to end users (see time zone selects used by Windows OS, google.com and yahoo.com.) Reverts [8370] *Geoff Buesing*
542
+
543
+ * Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of range of Time. Adding tests for utc offsets *Geoff Buesing*
544
+
545
+ * TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg *Geoff Buesing*
546
+
547
+ * Time#to_json: don't convert to utc before encoding. References #175 *Geoff Buesing*
548
+
549
+ * Remove unused JSON::RESERVED_WORDS, JSON.valid_identifier? and JSON.reserved_word? methods. Resolves #164. *Cheah Chu Yeow*
550
+
551
+ * Adding Date.current, which returns Time.zone.today if config.time_zone is set; otherwise returns Date.today *Geoff Buesing*
552
+
553
+ * TimeWithZone: date part getter methods (#year #mon #day etc) are defined on class; no longer relying on method_missing *Geoff Buesing*
554
+
555
+ * Time.zone.parse return nil for strings with no date information *Geoff Buesing*
556
+
557
+ * Time.zone.parse respects offset information in string. Resolves #105. *Scott Fleckenstein, Geoff Buesing*
558
+
559
+ * Added Ruby 1.8 implementation of Process.daemon
560
+
561
+ * Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now *Geoff Buesing*
562
+
563
+ * Time#since behaves correctly when passed a Duration. Closes #11527 *kemiller*
564
+
565
+ * Add #getutc alias for DateTime#utc *Geoff Buesing*
566
+
567
+ * Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through method_missing *Geoff Buesing*
568
+
569
+ * TimeWithZone respects config.active_support.use_standard_json_time_format *Geoff Buesing*
570
+
571
+ * Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. *Rick Olson*
572
+
573
+ * Improve documentation. *Xavier Noria*
574
+
575
+ * Modified ActiveSupport::Callbacks::Callback#call to accept multiple arguments.
576
+
577
+ * Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes #7399 *sblackstone*
578
+
579
+ * TimeWithZone: Adding tests for dst and leap day edge cases when advancing time *Geoff Buesing*
580
+
581
+ * TimeWithZone#method_missing: send to utc to advance with dst correctness, otherwise send to time. Adding tests for time calculations methods *Geoff Buesing*
582
+
583
+ * Add config.active_support.use_standard_json_time_format setting so that Times and Dates export to ISO 8601 dates. *Rick Olson*
584
+
585
+ * TZInfo: Removing unneeded TimezoneProxy class *Geoff Buesing*
586
+
587
+ * TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not including Indexes::Timezones *Geoff Buesing*
588
+
589
+ * Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now bundled *Geoff Buesing*
590
+
591
+ * Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone definitions required to support Rails time zone features are included. If a recent version of the full TZInfo gem is installed, this will take precedence over the bundled version *Geoff Buesing*
592
+
593
+ * TimeWithZone#marshal_load does zone lookup via Time.get_zone, so that tzinfo/Olson identifiers are handled *Geoff Buesing*
594
+
595
+ * Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps result in TimeZone instance *Geoff Buesing*
596
+
597
+ * TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, because TZInfo does this internally *Geoff Buesing*
598
+
599
+ * TimeWithZone#usec returns 0 instead of error when DateTime is wrapped *Geoff Buesing*
600
+
601
+ * Improve documentation. *Ryan Bigg, Jan De Poorter, Cheah Chu Yeow, Xavier Shay, Jack Danger Canty, Emilio Tagua, Xavier Noria, Sunny Ripert*
602
+
603
+ * Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. *Rick Olson*
604
+
605
+ * Ensure correct TimeWithZone#to_date *Geoff Buesing*
606
+
607
+ * Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifier alias for #abbreviation, silence warnings on tests. Raise LoadError when TZInfo version is < 0.2 by sniffing for TZInfo::TimeOrDateTime constant. Move all tzinfo-dependent TimeZone tests into uses_tzinfo block *Geoff Buesing*
608
+
609
+ * Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing now unneeded #in_current_time_zone *Geoff Buesing*
610
+
611
+ * TZInfo caches Timezone instances in its own internal hash cache, so TimeZone::MAPPING doesn't need to cache them as well *Geoff Buesing*
612
+
613
+ * Adding TimeZone#parse *Geoff Buesing*
614
+
615
+ * Adding TimeZone#at and DateTime#to_f *Geoff Buesing*
616
+
617
+ * TimeWithZone responds to Ruby 1.9 weekday-named query methods *Geoff Buesing*
618
+
619
+ * TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that it can be reused, and enforces DST rules correctly when instance is created from a local time *Geoff Buesing*
620
+
621
+ * Fixed that BufferedLogger should create its own directory if one doesn't already exist #11285 *lotswholetime*
622
+
623
+ * Fix Numeric time tests broken by DST change by anchoring them to fixed times instead of Time.now. Anchor TimeZone#now DST test to time specified with Time.at instead of Time.local to work around platform differences with Time.local and DST representation *Geoff Buesing*
624
+
625
+ * Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZone *Geoff Buesing*
626
+
627
+ * TimeZone #local and #now correctly enforce DST rules *Geoff Buesing*
628
+
629
+ * TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_for_utc *Geoff Buesing*
630
+
631
+ * test_time_with_datetime_fallback expects DateTime.local_offset instead of DateTime.now.offset *Geoff Buesing*
632
+
633
+ * Adding TimeWithZone #marshal_dump and #marshal_load *Geoff Buesing*
634
+
635
+ * Add OrderedHash#to_hash *Josh Peek*
636
+
637
+ * Adding Time#end_of_day, _quarter, _week, and _year. #9312 *Juanjo Bazan, Tarmo Tänav, BigTitus*
638
+
639
+ * Adding TimeWithZone#between? *Geoff Buesing*
640
+
641
+ * Time.=== returns true for TimeWithZone instances *Geoff Buesing*
642
+
643
+ * TimeWithZone #+ and #- behave consistently with numeric arguments regardless of whether wrapped time is a Time or DateTime; consistenty answers false to #acts_like?(:date) *Geoff Buesing*
644
+
645
+ * Add String#squish and String#squish! to remove consecutive chunks of whitespace. #11123 *Jordi Bunster, Henrik N*
646
+
647
+ * Serialize BigDecimals as Floats when using to_yaml. #8746 *Ernesto Jimenez*
648
+
649
+ * Adding TimeWithZone #to_yaml, #to_datetime, #eql? and method aliases for duck-typing compatibility with Time *Geoff Buesing*
650
+
651
+ * TimeWithZone #in_time_zone returns +self+ if zone argument is the same as #time_zone *Geoff Buesing*
652
+
653
+ * Adding TimeWithZone #to_a, #to_f, #to_i, #httpdate, #rfc2822 *Geoff Buesing*
654
+
655
+ * Pruning unneeded TimeWithZone#change_time_zone_to_current *Geoff Buesing*
656
+
657
+ * Time#zone=, #in_time_zone and #change_time_zone accept a Duration *Geoff Buesing*
658
+
659
+ * Time#in_time_zone handles Time.local instances correctly *Geoff Buesing*
660
+
661
+ * Pruning unneeded Time#change_time_zone_to_current. Enhanced docs to #change_time_zone to explain the difference between this method and #in_time_zone *Geoff Buesing*
662
+
663
+ * TimeZone#new method renamed #local; when used with Time.zone, constructor now reads: Time.zone.local() *Geoff Buesing*
664
+
665
+ * Added Base64.encode64s to encode values in base64 without the newlines. This makes the values immediately usable as URL parameters or memcache keys without further processing *David Heinemeier Hansson*
666
+
667
+ * Remove :nodoc: entries around the ActiveSupport test/unit assertions. #10946 *dancroak, jamesh*
668
+
669
+ * Add Time.zone_default accessor for setting the default time zone. Rails::Configuration.time_zone sets this. #10982 *Geoff Buesing*
670
+
671
+ * cache.fetch(key, :force => true) to force a cache miss. *Jeremy Kemper*
672
+
673
+ * Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-480.minutes]. *Rick Olson*
674
+
675
+ * TimeWithZone#- added, so that #- can handle a Time or TimeWithZone argument correctly *Geoff Buesing*
676
+
677
+ * with_timezone test helper renamed with_env_tz, to distinguish between setting ENV['TZ'] and setting Time.zone in tests *Geoff Buesing*
678
+
679
+ * Time#- coerces TimeWithZone argument to a Time instance so that difference in seconds can be calculated. Closes #10914 *Geoff Buesing, yyyc514*
680
+
681
+ * Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone with nil *Geoff Buesing*
682
+
683
+ * Time.get_zone refactored to private method, given that the encapsulated logic is only useful internally *Geoff Buesing*
684
+
685
+ * Time.zone uses thread-local variable for thread safety. Adding Time.use_zone, for overriding Time.zone locally inside a block. Removing unneeded Time.zone_reset! *Geoff Buesing*
686
+
687
+ * TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in [8679]. #1689 *Cheah Chu Yeow*
688
+
689
+ * Time.days_in_month defaults to current year if no year is supplied as argument #10799 [Radar], uses Date.gregorian_leap? to determine leap year, and uses constant lookup to determine days in month *Geoff Buesing*
690
+
691
+ * Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=> so that any combination of Time, DateTime and ActiveSupport::TimeWithZone instances can be chronologically compared *Geoff Buesing*
692
+
693
+ * TimeZone#now returns an ActiveSupport::TimeWithZone *Geoff Buesing*
694
+
695
+ * Time #in_current_time_zone and #change_time_zone_to_current return self when Time.zone is nil *Geoff Buesing*
696
+
697
+ * Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we inherit a #to_default_s from Date that does exactly the same thing *Geoff Buesing*
698
+
699
+ * Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/else *Geoff Buesing*
700
+
701
+ * Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset strings with cross-platform consistency *Geoff Buesing*
702
+
703
+ * Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unneeded TimeZone#offset. *Geoff Buesing*
704
+
705
+ * Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a TimeZone. Introduce instance methods to Time for creating TimeWithZone instances, and class methods for managing a global time zone. *Geoff Buesing*
706
+
707
+ * Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezone plugin. TimeZone#adjust and #unadjust are no longer available; tzinfo gem must now be present in order to perform time zone calculations, via #local_to_utc and #utc_to_local methods. *Geoff Buesing*
708
+
709
+ * Extract ActiveSupport::Callbacks from Active Record, test case setup and teardown, and ActionController::Dispatcher. #10727 *Josh Peek*
710
+
711
+ * Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibility with Time. Closes #10002 *Geoff Buesing*
712
+
713
+ * Time#to_json uses Numeric#to_utc_offset_s to output a cross-platform-consistent representation without having to convert to DateTime. References #9750 *Geoff Buesing*
714
+
715
+ * Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offset to a reusable Numeric#to_utc_offset_s method. *Geoff Buesing*
716
+
717
+ * Continue evolution toward ActiveSupport::TestCase. #10679 *Josh Peek*
718
+
719
+ * TestCase: introduce declared setup and teardown callbacks. Pass a list of methods and an optional block to call before setup or after teardown. Setup callbacks are run in the order declared; teardown callbacks are run in reverse. *Jeremy Kemper*
720
+
721
+ * Added ActiveSupport::Gzip.decompress/compress(source) as an easy wrapper for Zlib *Tobias Lütke*
722
+
723
+ * Included MemCache-Client to make the improved ActiveSupport::Cache::MemCacheStore work out of the box *Bob Cottrell, Eric Hodel*
724
+
725
+ ## Added ActiveSupport::Cache:: framework as an extraction from ActionController::Caching::Fragments:: David Heinemeier Hansson ##
726
+
727
+ * Fixed String#titleize to work for strings with 's too #10571 *trek*
728
+
729
+ * Changed the implementation of Enumerable#group_by to use a double array approach instead of a hash such that the insert order is honored *David Heinemeier Hansson/Marcel Molina Jr.*
730
+
731
+ * remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml when dealing with date/time values. *Rick Olson*
732
+
733
+ * Hash#symbolize_keys skips keys that can't be symbolized. #10500 *Brad Greenlee*
734
+
735
+ * Ruby 1.9 compatibility. #1689, #10466, #10468, #10554, #10594, #10632 *Cheah Chu Yeow, Pratik Naik, Jeremy Kemper, Dirkjan Bussink, Xavier Noria*
736
+
737
+ * TimeZone#to_s uses UTC rather than GMT. #1689 *Cheah Chu Yeow*
738
+
739
+ * Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 *ReinH*
740
+
741
+ * Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options hash. Closes #10419 *ReinH*
742
+
743
+
744
+ ## 2.0.1 (December 7th, 2007) ##
745
+
746
+ * Added Array#from and Array#to that behaves just from String#from and String#to *David Heinemeier Hansson*
747
+
748
+ * Fix that empty collections should be treated as empty arrays regardless of whitespace for Hash#from_xml #10255 *adamj*
749
+
750
+ * Time#time_with_datetime_fallback, Time#to_datetime, Date#to_datetime and String#to_datetime honor Ruby's default calendar reform setting. #10201 *Geoff Buesing*
751
+
752
+ * Change Time and DateTime #end_of_month to return last second of month instead of beginning of last day of month. Closes #10200 *Geoff Buesing*
753
+
754
+ * Speedup String#blank? *Jeremy Kemper, Michael Koziarski*
755
+
756
+ * Add documentation for Hash#diff. Closes #9306 *Tarmo Tänav*
757
+
758
+ * Add new superclass_delegating_accessors. Similar to class inheritable attributes but with subtly different semantics. *Michael Koziarski, Tarmo Tänav*
759
+
760
+ * Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 *Josh Peek, Cheah Chu Yeow, Tim Pope*
761
+
762
+ * Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 *Rick Olson, theamazingrando*
763
+
764
+ * Introduce a base class for all test cases used by rails applications. ActiveSupport::TestCase *Michael Koziarski*
765
+
766
+ The intention is to use this to reduce the amount of monkeypatching / overriding that
767
+ is done to test/unit's classes.
768
+
769
+ * Document Enumerable and Hash #to_json. #9970 *Cheah Chu Yeow*
770
+
771
+ * Hash#to_xml handles symbol values. #9954 *Assaf*
772
+
773
+ * Hash#symbolize_keys behaves well with integer keys. #9890 *PotatoSalad*
774
+
775
+ * Multibyte: String#slice supports regexp argument. #9646 *yob*
776
+
777
+ * object.duplicable? returns true if object.dup is safe. False for nil, true, false, symbols, and numbers; true otherwise. #9333 *sur*
778
+
779
+ * Time, Date and DateTime #advance accept :weeks option. #9866 *Geoff Buesing*
780
+
781
+ * Fix Time#years_ago and #years_since from leap days. #9865 *Geoff Buesing*
782
+
783
+ * Time and DateTime#advance accept :hours, :minutes, and :seconds options. #9825 *Geoff Buesing*
784
+
785
+ * Fix Date#years_ago and #years_since from leap days. #9864 *Geoff Buesing*
786
+
787
+ * Refactor Time and Date#months_since and #months_ago to use #advance. #9863 *Geoff Buesing*
788
+
789
+ * Rebundle Builder 2.1.2 but prefer a newer RubyGem if available. *Jeremy Kemper*
790
+
791
+ * Add Range#overlaps?(range), Range#include?(range), and Range#step without a block. *brandon*
792
+
793
+ * Correct BufferedLogger#level? checks. #9806 *wildchild, Johan Sorensen*
794
+
795
+ * String#to_xs uses Eric Wong's fast_xs extension, if available, for Builder speedup. http://bogomips.org/fast_xs/ *Jeremy Kemper*
796
+
797
+ * Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility. *Jeremy Kemper*
798
+
799
+ * Unbundle Builder in favor of a gem dependency. *Jeremy Kemper*
800
+
801
+ * Disambiguate Time, Date, and DateTime#to_json formatting. #9750 *Geoff Buesing, Cheah Chu Yeow*
802
+
803
+ * Hash#to_json takes :only or :except options to specific or omit certain hash keys. Enumerable#to_json passes through its options to each element. #9751 *Cheah Chu Yeow*
804
+
805
+ * BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers with an array instead of string. Disabling auto_flushing still flushes when the buffer hits a maximum size, as a failsafe against memory-gobbling. *Jeremy Kemper*
806
+
807
+ * Fixed Date#xmlschema for dates outside the range of what can be created with Time #9744 *Geoff Buesing*
808
+
809
+ * Fixed that La Paz was included in -25200 and -14400 offsets when it should only be in -14400 #9735 *bermi*
810
+
811
+ * Fixed JSON encoding to use quoted keys according to the JSON standard. #8762 *choonkat, Cheah Chu Yeow*
812
+
813
+ * Alias Object#send to send! for Ruby 1.9 forward compatibility. *Jeremy Kemper*
814
+
815
+ * Backport Object#instance_variable_defined? for Ruby < 1.8.6. *Jeremy Kemper*
816
+
817
+ * BufferedLogger#add converts the message to a string. #9702, #9724 *eigentone, DrMark, Tom Ward*
818
+
819
+ * Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with no formatter) to the Ruby Logger, which provides a very nice speed bump (inspired by Ezra's buffered logger) *David Heinemeier Hansson*
820
+
821
+ * Object#instance_exec produces fewer garbage methods. *Mauricio Fernandez*
822
+
823
+ * Decode json strings as Dates/Times if they're using a YAML-compatible format. Closes #9614 *Rick Olson*
824
+
825
+ * Fixed cache_page to use the request url instead of the routing options when picking a save path. #8614 *Josh Peek*
826
+
827
+ * Object.subclasses_of includes anonymous subclasses. *Jeremy Kemper*
828
+
829
+ * Fixed that pluralizing an empty string should return the same empty string, not "s". #7720 *Josh Peek*
830
+
831
+ * Added call to inspect on non-string classes for the logger #8533 *Coda Hale*
832
+
833
+ * Deprecation: remove deprecated :mday option from Time, Date, and DateTime#change. *Jeremy Kemper*
834
+
835
+ * Fix JSON decoder with nested quotes and commas. #9579 *Zach Dennis*
836
+
837
+ * Hash#to_xml doesn't double-unescape. #8806 *Ezran*
838
+
839
+ * Added Array#rand #9170 [Norbert Crombach]. Examples:
840
+
841
+ [].rand # => nil
842
+ ['a'].rand # => 'a'
843
+ [1,2,3].rand # => 1 or 2 or 3
844
+
845
+ * Deprecation: removed Reloadable. *Jeremy Kemper*
846
+
847
+ * Make the utf-handler return the correct value for non-matching regular expressions. Closes #9049 *Manfred Stienstra*
848
+
849
+ * Add ljust, rjust and center to utf8-handler. Closes #9165 *Manfred Stienstra*
850
+
851
+ * Fix Time#advance bug when trying to advance a year from leap day. Closes #8655 *Geoff Buesing*
852
+
853
+ * Add support for []= on ActiveSupport::Multibyte::Chars. Closes #9142. *ewan, Manfred Stienstra*
854
+
855
+ * Added Array#extract_options! to encapsulate the pattern of getting an options hash out of a variable number of parameters. #8759 *Norbert Crombach*
856
+
857
+ * Let alias_attribute work with attributes with initial capital letters (legacy columns etc). Closes #8596 *mpalmer*
858
+
859
+ * Added Hash#except which is the inverse of Hash#slice -- return the hash except the keys that are specified *David Heinemeier Hansson*
860
+
861
+ * Added support for pluralization with a different starting letter than the singular version (cow/kine) #4929 *norri_b/Josh Susser*
862
+
863
+ * Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or stdin. #8453 *candlerb, Jeremy Kemper*
864
+
865
+ * Backport clean_logger changes to support ruby 1.8.2 *Mislav Marohnić*
866
+
867
+ * Added proper handling of arrays #8537 *Josh Susser*
868
+
869
+ Before:
870
+ Hash.from_xml '<images></images>'
871
+ # => {:images => nil}
872
+
873
+ Hash.from_xml '<images><image>foo.jpg</image></images>'
874
+ # => {:images => {:image => "foo.jpg"}}
875
+
876
+ Hash.from_xml '<images><image>foo.jpg</image><image>bar.jpg</image></images>'
877
+ # => {:images => {:image => ["foo.jpg", "bar.jpg"]}}
878
+
879
+ After:
880
+ Hash.from_xml '<images type="array"></images>'
881
+ # => {:images => []}
882
+
883
+ Hash.from_xml '<images type="array"><image>foo.jpg</image></images>'
884
+ # => {:images => ["foo.jpg"]}
885
+
886
+ Hash.from_xml '<images type="array"><image>foo.jpg</image><image>bar.jpg</image></images>'
887
+ # => {:images => ["foo.jpg", "bar.jpg"]}
888
+
889
+ * Improve Time and Date test coverage. #8646 *Josh Peek*
890
+
891
+ * Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds works now. #8575 *Geoff Buesing*
892
+
893
+ * String#to_time overflows to DateTime. Add String#to_datetime. #8572 *Geoff Buesing*
894
+
895
+ * Date.yesterday and .tomorrow. #8571 *Geoff Buesing*
896
+
897
+ * Readable Date and DateTime#inspect. #8570 *Geoff Buesing*
898
+
899
+ * Move common DateTime calculations to Date. #8536 *Geoff Buesing*
900
+
901
+ * Added Date#change (like Time#change) *David Heinemeier Hansson*
902
+
903
+ * DateTime#to_time converts to Time unless out of range. #8512 *Geoff Buesing*
904
+
905
+ * Date#to_datetime, #to_s(:rfc822). #8512 *Geoff Buesing*
906
+
907
+ * Time durations use since instead of + for accuracy. #8513 *Geoff Buesing*
908
+
909
+ * escape <'s and >'s in JSON strings. #8371 *Rick Olson*
910
+
911
+ * Inflections: MatrixTest -> MatrixTests instead of MatricesTest. #8496 *jbwiv*
912
+
913
+ * Multibyte strings respond_to the String methods they proxy so they can be duck-typed. #6549 *Tuxie*
914
+
915
+ * Array#to_xml yields the builder just like Hash and ActiveRecord::Base. #8472 *seth*
916
+
917
+ * Date, Time, and DateTime support formatting blocks in addition to strftime strings. Introduce :long_ordinal format, e.g. "February 21st, 2005". #8191 *Coda Hale*
918
+
919
+ * Document Object#blank?. #6491 *Chris Mear*
920
+
921
+ * Date, Time, and DateTime#to_json. #8399 *wycats*
922
+
923
+ * Simplify API of assert_difference by passing in an expression that is evaluated before and after the passed in block. See documenation for examples of new API. *Marcel Molina Jr.*
924
+
925
+ * Added assert_difference and assert_no_difference to test/unit assertions *Tobias Lütke*
926
+
927
+ * Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back *David Heinemeier Hansson*
928
+
929
+ * Added parsing of file type in Hash.xml_in so you can easily do file uploads with base64 from an API *David Heinemeier Hansson*
930
+
931
+ <person>
932
+ <name>David</name>
933
+ <avatar type="file" name="me.jpg" content_type="image/jpg">R0lGODlhkACZAPUAAM5lcfjrtMQCG=\n</avatar>
934
+ </person>
935
+
936
+ ...becomes:
937
+
938
+ attributes = { :person => { :name => "David", :avatar => #<StringIO> } }
939
+ attributes[:person][:avatar].content_type # => "image/jpg"
940
+ attributes[:person][:avatar].original_filename # => "me.jpg"
941
+ attributes[:person][:avatar].read # => binary data of the file
942
+
943
+ Which is duck-type compatible with the files that you get when doing multipart uploads through HTML.
944
+
945
+ * Improved multibyte performance by relying less on exception raising #8159 *Blaine*
946
+
947
+ * Use XSD-compatible type names for Hash#to_xml and make the converters extendable #8047 *Tim Pope*
948
+
949
+ * Added yielding of builder in Hash#to_xml *David Heinemeier Hansson*
950
+
951
+ * Hash#with_indifferent_access now also converts hashes kept in arrays to indifferent access (makes it easier to treat HTML and XML parameters the same) *David Heinemeier Hansson*
952
+
953
+ * Hash#to_xml supports YAML attributes. #7502 *jonathan*
954
+
955
+ * Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decoding by way of Syck with ActiveSupport::JSON.decode(json_string). Prevent hash keys that are JavaScript reserved words from being unquoted during encoding. *Sam Stephenson*
956
+
957
+ * alias_method_chain preserves the original method's visibility. #7854 *Jonathan Viney*
958
+
959
+ * Update Dependencies to ignore constants inherited from ancestors. Closes #6951. *Nicholas Seckar*
960
+
961
+ * Array#to_query preserves its ordering. #7756 *Greg Spurrier*
962
+
963
+ * Out-of-range Time calculations transparently overflow to DateTime. Introduce Time#to_datetime. #7706, #7715 *Geoff Buesing*
964
+
965
+ * DateTime calculations analogous to the Date and Time extensions. #7693 *Geoff Buesing*
966
+
967
+ * Give DateTime correct .to_s implementations, lets it play nice with ActiveRecord quoting. #7649 *Geoff Buesing*
968
+
969
+ * Add File.atomic_write, allows you to write large files in an atomic manner, preventing users from seeing half written files. *Michael Koziarski*
970
+
971
+ * Allow users to provide custom formatters to Logger. *Anthony Eden*
972
+
973
+ * Hash#to_query CGI-escapes its keys. *Jeremy Kemper*
974
+
975
+ * Optimize Class Inheritable Attributes so that unnecessary hashes are not created. Closes #7472 *Bruce Perens*
976
+
977
+ * :db format for Date#to_s *Jeremy Kemper*
978
+ Date.new(2007, 1, 27).to_s(:db) # => '2007-01-27'
979
+
980
+ * Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accessor, and #class_inheritable_writer to skip the creation of the instance writer. *Rick Olson*
981
+
982
+ * Added Hash#to_query to turn a hash of values into a form-encoded query string *Nicholas Seckar*
983
+
984
+ * Increase test coverage for subclasses_of. Closes #7335. *Roman2K, Nicholas Seckar*
985
+
986
+ * Remove unused code from Duration#inspect. Closes #7180. *Rich Collins*
987
+
988
+ * Added test coverage for Inflector.inflections.clear. Closes #7179. *Rich Collins*
989
+
990
+ * ActiveSupport::Multibyte::Handlers::UTF8Handler should raise when a range and an integer are passed in (just like the native implementation). Closes #7176 *Rich Collins*
991
+
992
+ * A couple extra tests for #classify. Closes #7273. *Josh Susser*
993
+
994
+ * Better docs for Object extensions *zackchandler, Jamis Buck*
995
+
996
+ * Fix that Dates couldn't be subtracted from Dates after [5940]. *Sam Stephenson*
997
+
998
+ * Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to facilitate duck-typing. *Jamis Buck*
999
+
1000
+ * Make 1.months and friends accurate by introducing a Duration class. #6835 *eventualbuddha*
1001
+
1002
+
1003
+ ## 1.4.2 (March 12th, 2007) ##
1004
+
1005
+ * Ruby 1.8.6 and 1.9 define private Time#to_date and #to_datetime; make them
1006
+ public for compatibility. *Jeremy Kemper*
1007
+
1008
+ * Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet. *Jeremy Kemper*
1009
+
1010
+
1011
+ ## 1.4.1 (February 5th, 2007) ##
1012
+
1013
+ * Optimize Class Inheritable Attributes so that unnecessary hashes are not created. Closes #7472 *Bruce Perens*
1014
+
1015
+ * Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accessor, and #class_inheritable_writer to skip the creation of the instance writer. *Rick Olson*
1016
+
1017
+ * Full test coverage for Inflector. #7228 *Dan Kubb*
1018
+
1019
+
1020
+ ## 1.4.0 (January 16th, 2007) ##
1021
+
1022
+ * Document Inflector.ordinalize and merge docs from String inflections. #7023 *smeade*
1023
+
1024
+ * Unbundle flexmock. *Jeremy Kemper*
1025
+
1026
+ * Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561. *Nicholas Seckar*
1027
+
1028
+ * Update load once paths to prevent nested once constants from being detected and claimed by an external non-once load. *Nicholas Seckar*
1029
+
1030
+ * Deprecation: silence warnings when reporting test errors. *Jeremy Kemper*
1031
+
1032
+ * Hash#slice(*keys) returns a new hash with only the given keys. #slice! replaces the hash with only the given keys. Works with HashWithIndifferentAccess also. *Jeremy Kemper*
1033
+
1034
+ * HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the same default value. *Jeremy Kemper*
1035
+
1036
+ * Fix remove_constant to correctly handle constant names of the form "::A::...". References #6720. *Nicholas Seckar*
1037
+
1038
+ * Fixed Array#to_xml when it contains a series of hashes (each piece would get its own XML declaration) #6610 *thkarcher/cyu*
1039
+
1040
+ * Added Time#to_s(:time) which will just return H:M, like 17:44 *David Heinemeier Hansson*
1041
+
1042
+ * Add Module#attr_accessor_with_default to initialize value of attribute before setting it. Closes #6538. *Stuart Halloway, Marcel Molina Jr.*
1043
+
1044
+ * Hash#to_xml handles keys with the same name as Kernel methods. #6613 *Jonathan del Strother*
1045
+
1046
+ * Added Time#end_of_day to get 23:59:59 of that day *David Heinemeier Hansson*
1047
+
1048
+ * Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers. Disable this with ActiveSupport::JSON.unquote_hash_key_identifiers = false if you need strict JSON compliance. *Sam Stephenson*
1049
+
1050
+ * Lazily load the Unicode Database in the UTF-8 Handler *Rick Olson*
1051
+
1052
+ * Update dependencies to delete partially loaded constants. *Nicholas Seckar*
1053
+
1054
+ * Fix unicode JSON regexp for Onigurama compatibility. #6494 *whitley*
1055
+
1056
+ * update XmlSimple to 1.0.10. Closes #6532. *Nick Sieger*
1057
+
1058
+ * Update dependencies to allow constants to be defined alongside their siblings. A common case for this is AR model classes with STI; user.rb might define User, Administrator and Guest for example. *Nicholas Seckar*
1059
+
1060
+ * next_week respects DST changes. #6483, #5617, #2353, #2509, #4551 *marclove, Rob Biedenharn, rails@roetzel.de, jsolson@damogran.org, drbrain@segment7.net*
1061
+
1062
+ * Expose methods added to Enumerable in the documentation, such as group_by. Closes #6170. *sergeykojin@gmail.com, Marcel Molina Jr.*
1063
+
1064
+ * Ensure Chars#tidy_bytes only tidies broken bytes. Closes #6397 *Manfred Stienstra*
1065
+
1066
+ * Add 'unloadable', a method used to mark any constant as requiring an unload after each request. *Nicholas Seckar*
1067
+
1068
+ * Make core_ext/string/access.rb multibyte safe. Closes #6388 *Manfred Stienstra*
1069
+
1070
+ * Make String#chars slicing behaviour consistent with String. Closes #6387 *Manfred Stienstra*
1071
+
1072
+ * Pull in latest multibyte patch. Closes #6346 *Manfred Stienstra*
1073
+
1074
+ * Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with strings as a sequence of chars, not of bytes. Closes #6242 *Julian Tarkhanov, Manfred Stienstra, Thijs van der Vossen & Jan Behrens*
1075
+
1076
+ * Fix issue with #class_inheritable_accessor saving updates to the parent class when initialized with an Array or Hash *mojombo*
1077
+
1078
+ * Hash#to_xml supports Bignum and BigDecimal. #6313 *edibiase*
1079
+
1080
+ * Don't undefine #class in OptionMerger *Rick Olson*
1081
+
1082
+ * Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist until Rails 2.0 *David Heinemeier Hansson*
1083
+
1084
+ * alias_method_chain works with accessor= methods also. #6153 *Caio Chassot*
1085
+
1086
+ * Fix loadable_constants_for_path to handle load paths that do not end with a slash. *Nicholas Seckar*
1087
+
1088
+ * Fix logic error in determining what was loaded by a given file. Closes #6039. *Nicholas Seckar*
1089
+
1090
+ * Equate Kernel.const_missing with Object.const_missing. Fixes #5988. *Nicholas Seckar*
1091
+
1092
+ * Add ApplicationController special case to Dependencies. *Nicholas Seckar*
1093
+
1094
+ * Don't pad remaining places with in_groups_of if specified padding value is false. *Marcel Molina Jr.*
1095
+
1096
+ * Fix cases where empty xml nodes weren't being translated to nil in Hash.create_from_xml *Rick Olso n*
1097
+
1098
+ <written-on type="date"></written-on> # => { :type => 'date' } # WRONG
1099
+ <written-on type="date"></written-on> # => nil # RIGHT
1100
+
1101
+ * Tighten rescue clauses. #5985 *james@grayproductions.net*
1102
+
1103
+ * Inflections: don't singularize -ies plurals. *foamdino@gmail.com, Mark Van Holstyn*
1104
+
1105
+ * Update Initializer to use load_once_paths to avoid plugin reloading. References #5852. *Nicholas Seckar*
1106
+
1107
+ * Use Array#assoc in ActiveSupport::OrderedHash. *Mauricio Fernandez*
1108
+
1109
+ * Greatly increased performance of String.to_json, which speeds up RJS considerably on large pages, fixes #3473 *Shugo Maeda*
1110
+
1111
+ * Detect missing_constants calls from removed modules and fail accordingly. *Nicholas Seckar*
1112
+
1113
+ * Stop using defined? in Dependencies.qualified_const_defined? since defined? may invoke const_missing. *Nicholas Seckar*
1114
+
1115
+ * Dependencies can autoload directories of nested classes. *Jeremy Kemper*
1116
+ Example:
1117
+ invoice.rb class Invoice
1118
+ invoice/lineitem.rb class Invoice::Lineitem
1119
+
1120
+ * Add Deprecation.silence so that Reloadable does not scold itself. *Nicholas Seckar*
1121
+
1122
+ * Add debugging logging to Dependencies. Currently can be enabled with Dependencies.log_activity = true; adding to Initializer and documenting is forthcoming. *Nicholas Seckar*
1123
+
1124
+ * Replace Reloadable with improvements to the Dependencies mechanism. *Nicholas Seckar*
1125
+
1126
+ * DateTime#to_time gives hour/minute/second resolution. #5747 *jon.evans@pobox.com*
1127
+
1128
+ * attr_internal to support namespacing and deprecation. Like attr_* except backed by internally-named instance variable. Set attr_internal_naming_format to change the format from the default '@_%s'. *Jeremy Kemper*
1129
+ # def foo() @foo__rofl end
1130
+ # def foo=(v) @foo__rofl = v end
1131
+ self.attr_internal_naming_format = '@%s__rofl'
1132
+ attr_internal :foo
1133
+
1134
+ * Raise fully qualified names upon name errors. #5533 *Lars Pind, Nicholas Seckar*
1135
+
1136
+ * Add extention to obtain the missing constant from NameError instances. *Nicholas Seckar*
1137
+
1138
+ * Thoroughly document inflections. #5700 *petermichaux@gmail.com*
1139
+
1140
+ * Added Module#alias_attribute [Jamis/David Heinemeier Hansson]. Example:
1141
+
1142
+ class Content < ActiveRecord::Base
1143
+ # has a title attribute
1144
+ end
1145
+
1146
+ class Email < ActiveRecord::Base
1147
+ alias_attribute :subject, :title
1148
+ end
1149
+
1150
+ e = Email.find(1)
1151
+ e.title # => "Superstars"
1152
+ e.subject # => "Superstars"
1153
+ e.subject? # => true
1154
+ e.subject = "Megastars"
1155
+ e.title # => "Megastars"
1156
+
1157
+ * Deprecation: easier to work with warning behavior as procs; default behaviors for each environment so users needn't update env.rb; and testing pleasure with assert_deprecated, assert_not_deprecated. *Jeremy Kemper*
1158
+ By default, test prints to $stderr, dev logs, production ignores.
1159
+ Provide your own per-environment in e.g. config/environments/development.rb:
1160
+ ActiveSupport::Deprecation.behavior = Proc.new { |message| raise message }
1161
+
1162
+ * First cut of the Rails Deprecation system. *Michael Koziarski*
1163
+
1164
+ * Strip boolean XML content before checking for 'true' *Rick Olson*
1165
+
1166
+ * Customize default BigDecimal formatting. References #5672 *Dave Thomas*
1167
+
1168
+ * Correctly convert <foo nil="true"> to nil when using Hash.create_from_xml. *Rick Olson*
1169
+
1170
+ * Optional identity for Enumerable#sum defaults to zero. #5657 *gensym@mac.com*
1171
+
1172
+ * HashWithIndifferentAccess shouldn't confuse false and nil. #5601 *Shugo Maeda*
1173
+
1174
+ * Fixed HashWithIndifferentAccess#default #5586 *chris@seagul.co.uk*
1175
+
1176
+ * More compatible Hash.create_from_xml. #5523 *nunemaker@gmail.com*
1177
+
1178
+ * Added Enumerable#sum for calculating a sum from the elements [David Heinemeier Hansson, jonathan@daikini.com]. Examples:
1179
+
1180
+ [1, 2, 3].sum
1181
+ payments.sum { |p| p.price * p.tax_rate }
1182
+ payments.sum(&:price)
1183
+
1184
+ This is instead of payments.inject(0) { |sum, p| sum + p.price }
1185
+
1186
+ * Correct and clarify Array#to_sentence docs. #5458 *brad@madriska.com*
1187
+
1188
+ * alias_method_chain preserves method punctuation so foo, foo?, and foo! may be chained with the same feature. *Jeremy Kemper*
1189
+ Example:
1190
+ alias_method_chain :save!, :validation
1191
+ is equivalent to
1192
+ alias_method :save_without_validation!, :save!
1193
+ alias_method :save!, :save_with_validation!
1194
+
1195
+ * Enhance Symbol#to_proc so it works with list objects, such as multi-dimensional arrays. Closes #5295 [nov@yo.rim.or.jp]. Example:
1196
+
1197
+ {1 => "one", 2 => "two", 3 => "three"}.sort_by(&:first).map(&:last)
1198
+ # => ["one", "two", "three"]
1199
+
1200
+ * Added Hash.create_from_xml(string) which will create a hash from a XML string and even typecast if possible [David Heinemeier Hansson]. Example:
1201
+
1202
+ Hash.create_from_xml <<-EOT
1203
+ <note>
1204
+ <title>This is a note</title>
1205
+ <created-at type="date">2004-10-10</created-at>
1206
+ </note>
1207
+ EOT
1208
+
1209
+ ...would return:
1210
+
1211
+ { :note => { :title => "This is a note", :created_at => Date.new(2004, 10, 10) } }
1212
+
1213
+ * Added Jim Weirich's excellent FlexMock class to vendor (Copyright 2003, 2004 by Jim Weirich (jim@weriichhouse.org)) -- it's not automatically required, though, so require 'flexmock' is still necessary *David Heinemeier Hansson*
1214
+
1215
+ * Fixed that Module#alias_method_chain should work with both foo? foo! and foo at the same time #4954 *anna@wota.jp*
1216
+
1217
+ * to_xml fixes, features, and speedup: introduce :dasherize option that converts updated_at to updated-at if true (the existing default); binary columns get encoding="base64" attribute; nil values get nil="true" attribute to distinguish empty values; add type information for float columns; allow arbitrarily deep :include; include SQL type information as the type attribute. #4989 *Blair Zajac <blair@orcaware.com>*
1218
+
1219
+ * Add OrderedHash#values. *Sam Stephenson*
1220
+
1221
+ * Added Array#to_s(:db) that'll produce a comma-separated list of ids [David Heinemeier Hansson]. Example:
1222
+
1223
+ Purchase.find(:all, :conditions => "product_id IN (#{shops.products.to_s(:db)})"
1224
+
1225
+ * Normalize classify's argument to a String so that it plays nice with Symbols. *Marcel Molina Jr.*
1226
+
1227
+ * Strip out leading schema name in classify. References #5139. *Michael Schoen*
1228
+
1229
+ * Remove Enumerable#first_match since break(value) handles the use case well enough. *Nicholas Seckar*
1230
+
1231
+ Enumerable#first_match was like detect, but instead of returning the matching element, the yielded value returned. For example:
1232
+
1233
+ user_xml = adapters(:from => User, :to => Xml).first_match do |adapter|
1234
+ adapter.adapt @user
1235
+ end
1236
+
1237
+ But this is just as easily done with:
1238
+
1239
+ user_xml = adapters(:from => User, :to => Xml).each do
1240
+ break adapter.adapt(@user)
1241
+ end
1242
+
1243
+ * Make Array#in_groups_of just return the grouped collection if a block isn't given. *Marcel Molina Jr.*
1244
+
1245
+ * Don't destroy a HashWithIndifferentAccess if symbolize_keys! or stringify_keys! is called on it. Closes #5076. *Marcel Molina Jr., guy.naor@famundo.com*
1246
+
1247
+ * Document Module::delegate. #5002 *pergesu@gmail.com*
1248
+
1249
+ * Replace alias method chaining with Module#alias_method_chain. *Marcel Molina Jr.*
1250
+
1251
+ * Strip out punctuation on predicates or bang methods being aliased with alias_method_chain since target?_without_feature is not a valid method name. Add tests for Module#alias_method_chain. *Marcel Molina Jr.*
1252
+
1253
+ * Replace Ruby's deprecated append_features in favor of included. *Marcel Molina Jr.*
1254
+
1255
+ * Allow default options in with_options to be overridden. Closes #4480. *murphy@cYcnus.de*
1256
+
1257
+ * Added Module#alias_method_chain *Jamis Buck*
1258
+
1259
+ * Updated to Builder 2.0 *David Heinemeier Hansson*
1260
+
1261
+ * Add Array#split for dividing arrays into one or more subarrays by value or block. *Sam Stephenson*
1262
+
1263
+ ## 1.3.1 (April 6th, 2006) ##
1264
+
1265
+ * Clean paths inside of exception messages and traces. *Nicholas Seckar*
1266
+
1267
+ * Add Pathname.clean_within for cleaning all the paths inside of a string. *Nicholas Seckar*
1268
+
1269
+ * provide an empty Dependencies::LoadingModule.load which prints deprecation warnings. Lets 1.0 applications function with .13-style environment.rb.
1270
+
1271
+
1272
+ ## 1.3.0 (March 27th, 2006) ##
1273
+
1274
+ * When possible, avoid incorrectly obtaining constants from parent modules. Fixes #4221. *Nicholas Seckar*
1275
+
1276
+ * Add more tests for dependencies; refactor existing cases. *Nicholas Seckar*
1277
+
1278
+ * Move Module#parent and Module#as_load_path into core_ext. Add Module#parent. *Nicholas Seckar*
1279
+
1280
+ * Add CachingTools::HashCaching to simplify the creation of nested, autofilling hashes. *Nicholas Seckar*
1281
+
1282
+ * Remove a hack intended to avoid unloading the same class twice, but which would not work anyways. *Nicholas Seckar*
1283
+
1284
+ * Update Object.subclasses_of to locate nested classes. This affects Object.remove_subclasses_of in that nested classes will now be unloaded. *Nicholas Seckar*
1285
+
1286
+ * Update Object.remove_subclasses_of to use Class.remove_class, reducing duplication. *Nicholas Seckar*
1287
+
1288
+ * Added Fixnum#seconds for consistency, so you can say 5.minutes + 30.seconds instead of 5.minutes + 30 #4389 *François Beausoleil*
1289
+
1290
+ * Added option to String#camelize to generate lower-cased camel case by passing in :lower, like "super_man".camelize(:lower) # => "superMan" *David Heinemeier Hansson*
1291
+
1292
+ * Added Hash#diff to show the difference between two hashes *Chris McGrath*
1293
+
1294
+ * Added Time#advance to do precise time time calculations for cases where a month being approximated to 30 days won't do #1860 *Rick Olson*
1295
+
1296
+ * Enhance Inflector.underscore to convert '-' into '_' (as the inverse of Inflector.dasherize) *Jamis Buck*
1297
+
1298
+ * Switched to_xml to use the xml schema format for datetimes. This allows the encoding of time zones and should improve operability. *Michael Koziarski*
1299
+
1300
+ * Added a note to the documentation for the Date related Numeric extensions to indicate that they're
1301
+ approximations and shouldn't be used for critical calculations. *Michael Koziarski*
1302
+
1303
+ * Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML from basic structures [David Heinemeier Hansson]. Examples:
1304
+
1305
+ { :name => "David", :street_name => "Paulina", :age => 26, :moved_on => Date.new(2005, 11, 15) }.to_xml
1306
+
1307
+ ...returns:
1308
+
1309
+ <person>
1310
+ <street-name>Paulina</street-name>
1311
+ <name>David</name>
1312
+ <age type="integer">26</age>
1313
+ <moved-on type="date">2005-11-15</moved-on>
1314
+ </person>
1315
+
1316
+ * Moved Jim Weirich's wonderful Builder from Action Pack to Active Support (it's simply too useful to be stuck in AP) *David Heinemeier Hansson*
1317
+
1318
+ * Fixed that Array#to_sentence will return "" on an empty array instead of ", and" #3842, #4031 *rubyonrails@beautifulpixel.com*
1319
+
1320
+ * Add Enumerable#group_by for grouping collections based on the result of some
1321
+ block. Useful, for example, for grouping records by date.
1322
+
1323
+ ex.
1324
+
1325
+ latest_transcripts.group_by(&:day).each do |day, transcripts|
1326
+ p "#{day} -> #{transcripts.map(&:class) * ', '}"
1327
+ end
1328
+ "2006-03-01 -> Transcript"
1329
+ "2006-02-28 -> Transcript"
1330
+ "2006-02-27 -> Transcript, Transcript"
1331
+ "2006-02-26 -> Transcript, Transcript"
1332
+
1333
+ Add Array#in_groups_of, for iterating over an array in groups of a certain
1334
+ size.
1335
+
1336
+ ex.
1337
+
1338
+ %w(1 2 3 4 5 6 7).in_groups_of(3) {|g| p g}
1339
+ ["1", "2", "3"]
1340
+ ["4", "5", "6"]
1341
+ ["7", nil, nil]
1342
+
1343
+ *Marcel Molina Jr., Sam Stephenson*
1344
+
1345
+ * Added Kernel#daemonize to turn the current process into a daemon that can be killed with a TERM signal *David Heinemeier Hansson*
1346
+
1347
+ * Add 'around' methods to Logger, to make it easy to log before and after messages for a given block as requested in #3809. [Michael Koziarski] Example:
1348
+
1349
+ logger.around_info("Start rendering component (#{options.inspect}): ",
1350
+ "\n\nEnd of component rendering") { yield }
1351
+
1352
+ * Added Time#beginning_of_quarter #3607 *cohen.jeff@gmail.com*
1353
+
1354
+ * Fix Object.subclasses_of to only return currently defined objects *Jonathan Viney <jonathan@bluewire.net.nz>*
1355
+
1356
+ * Fix constantize to properly handle names beginning with '::'. *Nicholas Seckar*
1357
+
1358
+ * Make String#last return the string instead of nil when it is shorter than the limit [Scott Barron].
1359
+
1360
+ * Added delegation support to Module that allows multiple delegations at once (unlike Forwardable in the stdlib) [David Heinemeier Hansson]. Example:
1361
+
1362
+ class Account < ActiveRecord::Base
1363
+ has_one :subscription
1364
+ delegate :free?, :paying?, :to => :subscription
1365
+ delegate :overdue?, :to => "subscription.last_payment"
1366
+ end
1367
+
1368
+ account.free? # => account.subscription.free?
1369
+ account.overdue? # => account.subscription.last_payment.overdue?
1370
+
1371
+ * Fix Reloadable to handle the case where a class that has been 'removed' has not yet been garbage collected. *Nicholas Seckar*
1372
+
1373
+ * Don't allow Reloadable to be included into Modules.
1374
+
1375
+ * Remove LoadingModule. *Nicholas Seckar*
1376
+
1377
+ * Add documentation for Reloadable::Subclasses. *Nicholas Seckar*
1378
+
1379
+ * Add Reloadable::Subclasses which handles the common case where a base class should not be reloaded, but its subclasses should be. *Nicholas Seckar*
1380
+
1381
+ * Further improvements to reloading code *Nicholas Seckar, Trevor Squires*
1382
+
1383
+ - All classes/modules which include Reloadable can define reloadable? for fine grained control of reloading
1384
+ - Class.remove_class uses Module#parent to access the parent module
1385
+ - Class.remove_class expanded to handle multiple classes in a single call
1386
+ - LoadingModule.clear! has been removed as it is no longer required
1387
+ - Module#remove_classes_including has been removed in favor of Reloadable.reloadable_classes
1388
+
1389
+ * Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets. This means that these classes will be reloaded by the dispatcher when Dependencies.mechanism = :load. You can make your own models reloadable easily:
1390
+
1391
+ class Setting
1392
+ include Reloadable
1393
+ end
1394
+
1395
+ Reloading a class is done by removing its constant which will cause it to be loaded again on the next reference. *David Heinemeier Hansson*
1396
+
1397
+ * Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb *Nicholas Seckar*
1398
+
1399
+ * Add Object#instance_exec, like instance_eval but passes its arguments to the block. (Active Support will not override the Ruby 1.9 implementation of this method.) *Sam Stephenson*
1400
+
1401
+ * Add Proc#bind(object) for changing a proc or block's self by returning a Method bound to the given object. Based on why the lucky stiff's "cloaker" method. *Sam Stephenson*
1402
+
1403
+ * Fix merge and dup for hashes with indifferent access #3404 *Ken Miller*
1404
+
1405
+ * Fix the requires in option_merger_test to unbreak AS tests. *Sam Stephenson*
1406
+
1407
+ * Make HashWithIndifferentAccess#update behave like Hash#update by returning the hash. #3419, #3425 *asnem@student.ethz.ch, JanPrill@blauton.de, Marcel Molina Jr.*
1408
+
1409
+ * Add ActiveSupport::JSON and Object#to_json for converting Ruby objects to JSON strings. *Sam Stephenson*
1410
+
1411
+ * Add Object#with_options for DRYing up multiple calls to methods having shared options. [Sam Stephenson] Example:
1412
+
1413
+ ActionController::Routing::Routes.draw do |map|
1414
+ # Account routes
1415
+ map.with_options(:controller => 'account') do |account|
1416
+ account.home '', :action => 'dashboard'
1417
+ account.signup 'signup', :action => 'new'
1418
+ account.logout 'logout', :action => 'logout'
1419
+ end
1420
+ end
1421
+
1422
+ * Introduce Dependencies.warnings_on_first_load setting. If true, enables warnings on first load of a require_dependency. Otherwise, loads without warnings. Disabled (set to false) by default. *Jeremy Kemper*
1423
+
1424
+ * Active Support is warnings-safe. #1792 *Eric Hodel*
1425
+
1426
+ * Introduce enable_warnings counterpart to silence_warnings. Turn warnings on when loading a file for the first time if Dependencies.mechanism == :load. Common mistakes such as redefined methods will print warnings to stderr. *Jeremy Kemper*
1427
+
1428
+ * Add Symbol#to_proc, which allows for, e.g. [:foo, :bar].map(&:to_s). *Marcel Molina Jr.*
1429
+
1430
+ * Added the following methods [Marcel Molina Jr., Sam Stephenson]:
1431
+ * Object#copy_instance_variables_from(object) to copy instance variables from one object to another
1432
+ * Object#extended_by to get an instance's included/extended modules
1433
+ * Object#extend_with_included_modules_from(object) to extend an instance with the modules from another instance
1434
+
1435
+ ## 1.2.5 (December 13th, 2005) ##
1436
+
1437
+ * Become part of Rails 1.0
1438
+
1439
+ * Rename Version constant to VERSION. #2802 *Marcel Molina Jr.*
1440
+
1441
+ ## 1.2.3 (November 7th, 2005) ##
1442
+
1443
+ * Change Inflector#constantize to use eval instead of const_get. *Nicholas Seckar*
1444
+
1445
+ * Fix const_missing handler to ignore the trailing '.rb' on files when comparing paths. *Nicholas Seckar*
1446
+
1447
+ * Define kernel.rb methods in "class Object" instead of "module Kernel" to work around a Windows peculiarity *Sam Stephenson*
1448
+
1449
+ * Fix broken tests caused by incomplete loading of active support. *Nicholas Seckar*
1450
+
1451
+ * Fix status pluralization bug so status_codes doesn't get pluralized as statuses_code. #2758 *keithm@infused.org*
1452
+
1453
+ * Added Kernel#silence_stderr to silence stderr for the duration of the given block *Sam Stephenson*
1454
+
1455
+ * Changed Kernel#` to print a message to stderr (like Unix) instead of raising Errno::ENOENT on Win32 *Sam Stephenson*
1456
+
1457
+ * Changed 0.blank? to false rather than true since it violates everyone's expectation of blankness. #2518, #2705 *rails@jeffcole.net*
1458
+
1459
+ * When loading classes using const_missing, raise a NameError if and only if the file we tried to load was not present. *Nicholas Seckar*
1460
+
1461
+ * Added petabytes and exebytes to numeric extensions #2397 *timct@mac.com*
1462
+
1463
+ * Added Time#end_of_month to accompany Time#beginning_of_month #2514 *Jens-Christian Fischer*
1464
+
1465
+
1466
+ ## 1.2.2 (October 26th, 2005) ##
1467
+
1468
+ * Set Logger.silencer = false to disable Logger#silence. Useful for debugging fixtures.
1469
+
1470
+ * Add title case method to String to do, e.g., 'action_web_service'.titlecase # => 'Action Web Service'. *Marcel Molina Jr.*
1471
+
1472
+
1473
+ ## 1.2.1 (October 19th, 2005) ##
1474
+
1475
+ * Classify generated routing code as framework code to avoid appearing in application traces. *Nicholas Seckar*
1476
+
1477
+ * Show all framework frames in the framework trace. *Nicholas Seckar*
1478
+
1479
+
1480
+ ## 1.2.0 (October 16th, 2005) ##
1481
+
1482
+ * Update Exception extension to show the first few framework frames in an application trace. *Nicholas Seckar*
1483
+
1484
+ * Added Exception extension to provide support for clean backtraces. *Nicholas Seckar*
1485
+
1486
+ * Updated whiny nil to be more concise and useful. *Nicholas Seckar*
1487
+
1488
+ * Added Enumerable#first_match *Nicholas Seckar*
1489
+
1490
+ * Fixed that Time#change should also reset usec when also resetting minutes #2459 *ikeda@dream.big.or.jp*
1491
+
1492
+ * Fix Logger compatibility for distributions that don't keep Ruby and its standard library in sync.
1493
+
1494
+ * Replace '%e' from long and short time formats as Windows does not support it. #2344. *Tom Ward <tom@popdog.net>*
1495
+
1496
+ * Added to_s(:db) to Range, so you can get "BETWEEN '2005-12-10' AND '2005-12-12'" from Date.new(2005, 12, 10)..Date.new(2005, 12, 12) (and likewise with Times)
1497
+
1498
+ * Moved require_library_or_gem into Kernel. #1992 *Michael Schuerig <michael@schuerig.de>*
1499
+
1500
+ * Add :rfc822 as an option for Time#to_s (to get rfc822-formatted times)
1501
+
1502
+ * Chain the const_missing hook to any previously existing hook so rails can play nicely with rake
1503
+
1504
+ * Clean logger is compatible with both 1.8.2 and 1.8.3 Logger. #2263 *Michael Schuerig <michael@schuerig.de>*
1505
+
1506
+ * Added native, faster implementations of .blank? for the core types #2286 *skae*
1507
+
1508
+ * Fixed clean logger to work with Ruby 1.8.3 Logger class #2245
1509
+
1510
+ * Fixed memory leak with Active Record classes when Dependencies.mechanism = :load #1704 *Chris McGrath*
1511
+
1512
+ * Fixed Inflector.underscore for use with acronyms, so HTML becomes html instead of htm_l #2173 *k@v2studio.com*
1513
+
1514
+ * Fixed dependencies related infinite recursion bug when a controller file does not contain a controller class. Closes #1760. *rcolli2@tampabay.rr.com*
1515
+
1516
+ * Fixed inflections for status, quiz, move #2056 *deirdre@deirdre.net*
1517
+
1518
+ * Added Hash#reverse_merge, Hash#reverse_merge!, and Hash#reverse_update to ease the use of default options
1519
+
1520
+ * Added Array#to_sentence that'll turn ['one', 'two', 'three'] into "one, two, and three" #2157 *Manfred Stienstra*
1521
+
1522
+ * Added Kernel#silence_warnings to turn off warnings temporarily for the passed block
1523
+
1524
+ * Added String#starts_with? and String#ends_with? #2118 *Thijs van der Vossen*
1525
+
1526
+ * Added easy extendability to the inflector through Inflector.inflections (using the Inflector::Inflections singleton class). Examples:
1527
+
1528
+ Inflector.inflections do |inflect|
1529
+ inflect.plural /^(ox)$/i, '\1\2en'
1530
+ inflect.singular /^(ox)en/i, '\1'
1531
+
1532
+ inflect.irregular 'octopus', 'octopi'
1533
+
1534
+ inflect.uncountable "equipment"
1535
+ end
1536
+
1537
+ * Added String#at, String#from, String#to, String#first, String#last in ActiveSupport::CoreExtensions::String::Access to ease access to individual characters and substrings in a string serving basically as human names for range access.
1538
+
1539
+ * Make Time#last_month work when invoked on the 31st of a month.
1540
+
1541
+ * Add Time.days_in_month, and make Time#next_month work when invoked on the 31st of a month
1542
+
1543
+ * Fixed that Time#midnight would have a non-zero usec on some platforms #1836
1544
+
1545
+ * Fixed inflections of "index/indices" #1766 *damn_pepe@gmail.com*
1546
+
1547
+ * Added stripping of _id to String#humanize, so "employee_id" becomes "Employee" #1574 *Justin French*
1548
+
1549
+ * Factor Fixnum and Bignum extensions into Integer extensions *Nicholas Seckar*
1550
+
1551
+ * Hooked #ordinalize into Fixnum and Bignum classes. *Nicholas Seckar, danp*
1552
+
1553
+ * Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd", and 10.ordinalize to "10th" and so on #1724 *paul@cnt.org*
1554
+
1555
+
1556
+ ## 1.1.1 (11 July, 2005) ##
1557
+
1558
+ * Added more efficient implementation of the development mode reset of classes #1638 *Chris McGrath*
1559
+
1560
+
1561
+ ## 1.1.0 (6 July, 2005) ##
1562
+
1563
+ * Fixed conflict with Glue gem #1606 *Rick Olson*
1564
+
1565
+ * Added new rules to the Inflector to deal with more unusual plurals mouse/louse => mice/lice, information => information, ox => oxen, virus => viri, archive => archives #1571, #1583, #1490, #1599, #1608 *foamdino@gmail.com/others*
1566
+
1567
+ * Fixed memory leak with Object#remove_subclasses_of, which inflicted a Rails application running in development mode with a ~20KB leak per request #1289 *Chris McGrath*
1568
+
1569
+ * Made 1.year == 365.25.days to account for leap years. This allows you to do User.find(:all, :conditions => ['birthday > ?', 50.years.ago]) without losing a lot of days. #1488 *tuxie@dekadance.se*
1570
+
1571
+ * Added an exception if calling id on nil to WhinyNil #584 *kevin-temp@writesoon.com*
1572
+
1573
+ * Added Fix/Bignum#multiple_of? which returns true on 14.multiple_of?(7) and false on 16.multiple_of?(7) #1464 *Thomas Fuchs*
1574
+
1575
+ * Added even? and odd? to work with Bignums in addition to Fixnums #1464 *Thomas Fuchs*
1576
+
1577
+ * Fixed Time#at_beginning_of_week returned the next Monday instead of the previous one when called on a Sunday #1403 *jean.helou@gmail.com*
1578
+
1579
+ * Increased the speed of indifferent hash access by using Hash#default. #1436 *Nicholas Seckar*
1580
+
1581
+ * Added that " " is now also blank? (using strip if available)
1582
+
1583
+ * Fixed Dependencies so all modules are able to load missing constants #1173 *Nicholas Seckar*
1584
+
1585
+ * Fixed the Inflector to underscore strings containing numbers, so Area51Controller becomes area51_controller #1176 *Nicholas Seckar*
1586
+
1587
+ * Fixed that HashWithIndifferentAccess stringified all keys including symbols, ints, objects, and arrays #1162 *Nicholas Seckar*
1588
+
1589
+ * Fixed Time#last_year to go back in time, not forward #1278 *fabien@odilat.com*
1590
+
1591
+ * Fixed the pluralization of analysis to analyses #1295 *seattle@rootimage.msu.edu*
1592
+
1593
+ * Fixed that Time.local(2005,12).months_since(1) would raise "ArgumentError: argument out of range" #1311 *jhahn@niveon.com*
1594
+
1595
+ * Added silencing to the default Logger class
1596
+
1597
+
1598
+ ## 1.0.4 (19th April, 2005) ##
1599
+
1600
+ * Fixed that in some circumstances controllers outside of modules may have hidden ones inside modules. For example, admin/content might have been hidden by /content. #1075 *Nicholas Seckar*
1601
+
1602
+ * Fixed inflection of perspectives and similar words #1045 *Thijs van der Vossen*
1603
+
1604
+ * Added Fixnum#even? and Fixnum#odd?
1605
+
1606
+ * Fixed problem with classes being required twice. Object#const_missing now uses require_dependency to load files. It used to use require_or_load which would cause models to be loaded twice, which was not good for validations and other class methods #971 *Nicholas Seckar*
1607
+
1608
+
1609
+ ## 1.0.3 (27th March, 2005) ##
1610
+
1611
+ * Fixed Inflector.pluralize to handle capitalized words #932 *Jeremy Kemper*
1612
+
1613
+ * Added Object#suppress which allows you to make a saner choice around with exceptions to swallow #980. Example:
1614
+
1615
+ suppress(ZeroDivisionError) { 1/0 }
1616
+
1617
+ ...instead of:
1618
+
1619
+ 1/0 rescue nil # BAD, EVIL, DIRTY.
1620
+
1621
+
1622
+ ## 1.0.2 (22th March, 2005) ##
1623
+
1624
+ * Added Kernel#returning -- a Ruby-ized realization of the K combinator, courtesy of Mikael Brockman.
1625
+
1626
+ def foo
1627
+ returning values = [] do
1628
+ values << 'bar'
1629
+ values << 'baz'
1630
+ end
1631
+ end
1632
+
1633
+ foo # => ['bar', 'baz']
1634
+
1635
+
1636
+ ## 1.0.1 (7th March, 2005) ##
1637
+
1638
+ * Fixed Hash#indifferent_access to also deal with include? and fetch and nested hashes #726 *Nicholas Seckar*
1639
+
1640
+ * Added Object#blank? -- see http://redhanded.hobix.com/inspect/objectBlank.html #783 *_why the lucky stiff*
1641
+
1642
+ * Added inflection rules for "sh" words, like "wish" and "fish" #755 *phillip@pjbsoftware.com*
1643
+
1644
+ * Fixed an exception when using Ajax based requests from Safari because Safari appends a \000 to the post body. Symbols can't have \000 in them so indifferent access would throw an exception in the constructor. Indifferent hashes now use strings internally instead. #746 *Tobias Lütke*
1645
+
1646
+ * Added String#to_time and String#to_date for wrapping ParseDate
1647
+
1648
+
1649
+ ## 1.0.0 (24th February, 2005) ##
1650
+
1651
+ * Added TimeZone as the first of a number of value objects that among others Active Record can use rich value objects using composed_of #688 *Jamis Buck*
1652
+
1653
+ * Added Date::Conversions for getting dates in different convenient string representations and other objects
1654
+
1655
+ * Added Time::Conversions for getting times in different convenient string representations and other objects
1656
+
1657
+ * Added Time::Calculations to ask for things like Time.now.tomorrow, Time.now.yesterday, Time.now.months_ago(4) #580 [DP|Flurin]. Examples:
1658
+
1659
+ "Later today" => now.in(3.hours),
1660
+ "Tomorrow morning" => now.tomorrow.change(:hour => 9),
1661
+ "Tomorrow afternoon" => now.tomorrow.change(:hour => 14),
1662
+ "In a couple of days" => now.tomorrow.tomorrow.change(:hour => 9),
1663
+ "Next monday" => now.next_week.change(:hour => 9),
1664
+ "In a month" => now.next_month.change(:hour => 9),
1665
+ "In 6 months" => now.months_since(6).change(:hour => 9),
1666
+ "In a year" => now.in(1.year).change(:hour => 9)
1667
+
1668
+ * Upgraded to breakpoint 92 which fixes:
1669
+
1670
+ * overload IRB.parse_opts(), fixes #443
1671
+ => breakpoints in tests work even when running them via rake
1672
+ * untaint handlers, might fix an issue discussed on the Rails ML
1673
+ * added verbose mode to breakpoint_client
1674
+ * less noise caused by breakpoint_client by default
1675
+ * ignored TerminateLineInput exception in signal handler
1676
+ => quiet exit on Ctrl-C
1677
+
1678
+ * Fixed Inflector for words like "news" and "series" that are the same in plural and singular #603 [echion], #615 *marcenuc*
1679
+
1680
+ * Added Hash#stringify_keys and Hash#stringify_keys!
1681
+
1682
+ * Added IndifferentAccess as a way to wrap a hash by a symbol-based store that also can be accessed by string keys
1683
+
1684
+ * Added Inflector.constantize to turn "Admin::User" into a reference for the constant Admin::User
1685
+
1686
+ * Added that Inflector.camelize and Inflector.underscore can deal with modules like turning "Admin::User" into "admin/user" and back
1687
+
1688
+ * Added Inflector.humanize to turn attribute names like employee_salary into "Employee salary". Used by automated error reporting in AR.
1689
+
1690
+ * Added availability of class inheritable attributes to the masses #477 *Jeremy Kemper*
1691
+
1692
+ class Foo
1693
+ class_inheritable_reader :read_me
1694
+ class_inheritable_writer :write_me
1695
+ class_inheritable_accessor :read_and_write_me
1696
+ class_inheritable_array :read_and_concat_me
1697
+ class_inheritable_hash :read_and_update_me
1698
+ end
1699
+
1700
+ # Bar gets a clone of (not a reference to) Foo's attributes.
1701
+ class Bar < Foo
1702
+ end
1703
+
1704
+ Bar.read_and_write_me == Foo.read_and_write_me
1705
+ Bar.read_and_write_me = 'bar'
1706
+ Bar.read_and_write_me != Foo.read_and_write_me
1707
+
1708
+ * Added Inflections as an extension on String, so Inflector.pluralize(Inflector.classify(name)) becomes name.classify.pluralize #476 *Jeremy Kemper*
1709
+
1710
+ * Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 *Marcel Molina Jr.*
1711
+
1712
+ * Fixed that Dependencies.reload can't load the same file twice #420 *Kent Sibilev*
1713
+
1714
+ * Added Fixnum#ago/until, Fixnum#since/from_now #450 *Jeremy Kemper*
1715
+
1716
+ * Added that Inflector now accepts Symbols and Classes by calling .to_s on the word supplied
1717
+
1718
+ * Added time unit extensions to Fixnum that'll return the period in seconds, like 2.days + 4.hours.