frameworks-capybara 0.2.0.rc5 → 0.2.0.rc6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (551) hide show
  1. data/Gemfile.lock +1 -1
  2. data/lib/frameworks/cucumber.rb +4 -1
  3. data/lib/version.rb +1 -1
  4. data/vendor/bundle/ruby/1.8/bin/htmldiff +1 -1
  5. data/vendor/bundle/ruby/1.8/bin/ldiff +1 -1
  6. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/AbstractMemory.o +0 -0
  7. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ArrayType.o +0 -0
  8. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Buffer.o +0 -0
  9. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Call.o +0 -0
  10. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ClosurePool.o +0 -0
  11. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/DataConverter.o +0 -0
  12. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/DynamicLibrary.o +0 -0
  13. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Function.o +0 -0
  14. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/FunctionInfo.o +0 -0
  15. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/LastError.o +0 -0
  16. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Makefile +20 -20
  17. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/MappedType.o +0 -0
  18. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/MemoryPointer.o +0 -0
  19. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/MethodHandle.o +0 -0
  20. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Platform.o +0 -0
  21. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Pointer.o +0 -0
  22. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Struct.o +0 -0
  23. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/StructByReference.o +0 -0
  24. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/StructByValue.o +0 -0
  25. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/StructLayout.o +0 -0
  26. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Thread.o +0 -0
  27. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Type.o +0 -0
  28. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Types.o +0 -0
  29. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/Variadic.o +0 -0
  30. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ffi.o +0 -0
  31. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ffi_c.so +0 -0
  32. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/Makefile +50 -50
  33. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/config.log +190 -216
  34. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/config.status +110 -104
  35. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/fficonfig.h +5 -5
  36. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/include/Makefile +44 -44
  37. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/include/ffi.h +1 -1
  38. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/libffi.la +3 -3
  39. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/libffi_convenience.la +1 -1
  40. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/libtool +57 -54
  41. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/man/Makefile +44 -44
  42. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/src/x86/{darwin.lo → sysv.lo} +2 -2
  43. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/src/x86/{darwin64.lo → unix64.lo} +2 -2
  44. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/testsuite/Makefile +44 -44
  45. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/mkmf.log +33 -42
  46. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/lib/ffi_c.so +0 -0
  47. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/Makefile +17 -17
  48. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/gherkin_lexer_ar.o +0 -0
  49. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/gherkin_lexer_ar.so +0 -0
  50. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/mkmf.log +3 -1
  51. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/Makefile +17 -17
  52. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/gherkin_lexer_bg.o +0 -0
  53. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/gherkin_lexer_bg.so +0 -0
  54. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/mkmf.log +3 -1
  55. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/Makefile +17 -17
  56. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/gherkin_lexer_ca.o +0 -0
  57. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/gherkin_lexer_ca.so +0 -0
  58. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/mkmf.log +3 -1
  59. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/Makefile +17 -17
  60. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/gherkin_lexer_cs.o +0 -0
  61. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/gherkin_lexer_cs.so +0 -0
  62. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/mkmf.log +3 -1
  63. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/Makefile +17 -17
  64. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.o +0 -0
  65. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.so +0 -0
  66. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/mkmf.log +3 -1
  67. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/Makefile +17 -17
  68. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/gherkin_lexer_da.o +0 -0
  69. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/gherkin_lexer_da.so +0 -0
  70. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/mkmf.log +3 -1
  71. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/Makefile +17 -17
  72. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/gherkin_lexer_de.o +0 -0
  73. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/gherkin_lexer_de.so +0 -0
  74. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/mkmf.log +3 -1
  75. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/Makefile +17 -17
  76. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/gherkin_lexer_en.o +0 -0
  77. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/gherkin_lexer_en.so +0 -0
  78. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/mkmf.log +3 -1
  79. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/Makefile +17 -17
  80. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.o +0 -0
  81. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.so +0 -0
  82. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/mkmf.log +3 -1
  83. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/Makefile +17 -17
  84. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.o +0 -0
  85. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.so +0 -0
  86. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/mkmf.log +3 -1
  87. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/Makefile +17 -17
  88. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.o +0 -0
  89. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.so +0 -0
  90. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/mkmf.log +3 -1
  91. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/Makefile +17 -17
  92. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.o +0 -0
  93. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.so +0 -0
  94. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/mkmf.log +3 -1
  95. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/Makefile +17 -17
  96. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.o +0 -0
  97. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.so +0 -0
  98. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/mkmf.log +3 -1
  99. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/Makefile +17 -17
  100. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/gherkin_lexer_eo.o +0 -0
  101. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/gherkin_lexer_eo.so +0 -0
  102. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/mkmf.log +3 -1
  103. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/Makefile +17 -17
  104. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/gherkin_lexer_es.o +0 -0
  105. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/gherkin_lexer_es.so +0 -0
  106. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/mkmf.log +3 -1
  107. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/Makefile +17 -17
  108. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/gherkin_lexer_et.o +0 -0
  109. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/gherkin_lexer_et.so +0 -0
  110. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/mkmf.log +3 -1
  111. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/Makefile +17 -17
  112. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/gherkin_lexer_fi.o +0 -0
  113. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/gherkin_lexer_fi.so +0 -0
  114. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/mkmf.log +3 -1
  115. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/Makefile +17 -17
  116. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/gherkin_lexer_fr.o +0 -0
  117. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/gherkin_lexer_fr.so +0 -0
  118. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/mkmf.log +3 -1
  119. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/Makefile +17 -17
  120. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/gherkin_lexer_he.o +0 -0
  121. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/gherkin_lexer_he.so +0 -0
  122. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/mkmf.log +3 -1
  123. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/Makefile +17 -17
  124. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/gherkin_lexer_hr.o +0 -0
  125. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/gherkin_lexer_hr.so +0 -0
  126. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/mkmf.log +3 -1
  127. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/Makefile +17 -17
  128. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/gherkin_lexer_hu.o +0 -0
  129. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/gherkin_lexer_hu.so +0 -0
  130. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/mkmf.log +3 -1
  131. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/Makefile +17 -17
  132. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/gherkin_lexer_id.o +0 -0
  133. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/gherkin_lexer_id.so +0 -0
  134. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/mkmf.log +3 -1
  135. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/Makefile +17 -17
  136. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/gherkin_lexer_is.o +0 -0
  137. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/gherkin_lexer_is.so +0 -0
  138. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/mkmf.log +3 -1
  139. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/Makefile +17 -17
  140. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/gherkin_lexer_it.o +0 -0
  141. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/gherkin_lexer_it.so +0 -0
  142. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/mkmf.log +3 -1
  143. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/Makefile +17 -17
  144. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/gherkin_lexer_ja.o +0 -0
  145. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/gherkin_lexer_ja.so +0 -0
  146. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/mkmf.log +3 -1
  147. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/Makefile +17 -17
  148. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/gherkin_lexer_ko.o +0 -0
  149. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/gherkin_lexer_ko.so +0 -0
  150. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/mkmf.log +3 -1
  151. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/Makefile +17 -17
  152. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/gherkin_lexer_lt.o +0 -0
  153. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/gherkin_lexer_lt.so +0 -0
  154. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/mkmf.log +3 -1
  155. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/Makefile +17 -17
  156. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/gherkin_lexer_lu.o +0 -0
  157. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/gherkin_lexer_lu.so +0 -0
  158. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/mkmf.log +3 -1
  159. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/Makefile +17 -17
  160. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/gherkin_lexer_lv.o +0 -0
  161. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/gherkin_lexer_lv.so +0 -0
  162. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/mkmf.log +3 -1
  163. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/Makefile +17 -17
  164. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/gherkin_lexer_nl.o +0 -0
  165. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/gherkin_lexer_nl.so +0 -0
  166. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/mkmf.log +3 -1
  167. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/Makefile +17 -17
  168. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/gherkin_lexer_no.o +0 -0
  169. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/gherkin_lexer_no.so +0 -0
  170. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/mkmf.log +3 -1
  171. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/Makefile +17 -17
  172. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/gherkin_lexer_pl.o +0 -0
  173. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/gherkin_lexer_pl.so +0 -0
  174. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/mkmf.log +3 -1
  175. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/Makefile +17 -17
  176. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/gherkin_lexer_pt.o +0 -0
  177. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/gherkin_lexer_pt.so +0 -0
  178. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/mkmf.log +3 -1
  179. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/Makefile +17 -17
  180. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/gherkin_lexer_ro.o +0 -0
  181. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/gherkin_lexer_ro.so +0 -0
  182. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/mkmf.log +3 -1
  183. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/Makefile +17 -17
  184. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/gherkin_lexer_ru.o +0 -0
  185. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/gherkin_lexer_ru.so +0 -0
  186. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/mkmf.log +3 -1
  187. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/Makefile +17 -17
  188. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/gherkin_lexer_sk.o +0 -0
  189. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/gherkin_lexer_sk.so +0 -0
  190. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/mkmf.log +3 -1
  191. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/Makefile +17 -17
  192. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.o +0 -0
  193. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.so +0 -0
  194. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/mkmf.log +3 -1
  195. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/Makefile +17 -17
  196. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.o +0 -0
  197. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.so +0 -0
  198. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/mkmf.log +3 -1
  199. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/Makefile +17 -17
  200. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/gherkin_lexer_sv.o +0 -0
  201. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/gherkin_lexer_sv.so +0 -0
  202. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/mkmf.log +3 -1
  203. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/Makefile +17 -17
  204. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/gherkin_lexer_tr.o +0 -0
  205. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/gherkin_lexer_tr.so +0 -0
  206. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/mkmf.log +3 -1
  207. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/Makefile +17 -17
  208. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/gherkin_lexer_uk.o +0 -0
  209. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/gherkin_lexer_uk.so +0 -0
  210. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/mkmf.log +3 -1
  211. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/Makefile +17 -17
  212. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/gherkin_lexer_uz.o +0 -0
  213. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/gherkin_lexer_uz.so +0 -0
  214. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/mkmf.log +3 -1
  215. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/Makefile +17 -17
  216. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/gherkin_lexer_vi.o +0 -0
  217. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/gherkin_lexer_vi.so +0 -0
  218. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/mkmf.log +3 -1
  219. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/Makefile +17 -17
  220. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.o +0 -0
  221. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.so +0 -0
  222. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/mkmf.log +3 -1
  223. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/Makefile +17 -17
  224. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.o +0 -0
  225. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.so +0 -0
  226. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/mkmf.log +3 -1
  227. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ar.so +0 -0
  228. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_bg.so +0 -0
  229. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ca.so +0 -0
  230. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cs.so +0 -0
  231. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cy_gb.so +0 -0
  232. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_da.so +0 -0
  233. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_de.so +0 -0
  234. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en.so +0 -0
  235. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_au.so +0 -0
  236. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_lol.so +0 -0
  237. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_pirate.so +0 -0
  238. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_scouse.so +0 -0
  239. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_tx.so +0 -0
  240. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_eo.so +0 -0
  241. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_es.so +0 -0
  242. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_et.so +0 -0
  243. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fi.so +0 -0
  244. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fr.so +0 -0
  245. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_he.so +0 -0
  246. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hr.so +0 -0
  247. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hu.so +0 -0
  248. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_id.so +0 -0
  249. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_is.so +0 -0
  250. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_it.so +0 -0
  251. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ja.so +0 -0
  252. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ko.so +0 -0
  253. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lt.so +0 -0
  254. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lu.so +0 -0
  255. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lv.so +0 -0
  256. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_nl.so +0 -0
  257. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_no.so +0 -0
  258. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pl.so +0 -0
  259. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pt.so +0 -0
  260. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ro.so +0 -0
  261. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ru.so +0 -0
  262. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sk.so +0 -0
  263. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_cyrl.so +0 -0
  264. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_latn.so +0 -0
  265. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sv.so +0 -0
  266. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_tr.so +0 -0
  267. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uk.so +0 -0
  268. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uz.so +0 -0
  269. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_vi.so +0 -0
  270. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_cn.so +0 -0
  271. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_tw.so +0 -0
  272. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/Makefile +16 -16
  273. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.o +0 -0
  274. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.so +0 -0
  275. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/generator.so +0 -0
  276. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/parser.so +0 -0
  277. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/Makefile +16 -16
  278. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.o +0 -0
  279. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.so +0 -0
  280. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/Makefile +20 -20
  281. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_document.o +0 -0
  282. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_element_description.o +0 -0
  283. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_entity_lookup.o +0 -0
  284. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_sax_parser_context.o +0 -0
  285. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/html_sax_push_parser.o +0 -0
  286. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/mkmf.log +66 -95
  287. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/nokogiri.o +0 -0
  288. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/nokogiri.so +0 -0
  289. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_attr.o +0 -0
  290. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_attribute_decl.o +0 -0
  291. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_cdata.o +0 -0
  292. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_comment.o +0 -0
  293. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_document.o +0 -0
  294. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_document_fragment.o +0 -0
  295. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_dtd.o +0 -0
  296. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_element_content.o +0 -0
  297. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_element_decl.o +0 -0
  298. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_encoding_handler.o +0 -0
  299. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_entity_decl.o +0 -0
  300. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_entity_reference.o +0 -0
  301. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_io.o +0 -0
  302. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_libxml2_hacks.o +0 -0
  303. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_namespace.o +0 -0
  304. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_node.o +0 -0
  305. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_node_set.o +0 -0
  306. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_processing_instruction.o +0 -0
  307. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_reader.o +0 -0
  308. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_relax_ng.o +0 -0
  309. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_sax_parser.o +0 -0
  310. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_sax_parser_context.o +0 -0
  311. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_sax_push_parser.o +0 -0
  312. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_schema.o +0 -0
  313. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_syntax_error.o +0 -0
  314. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_text.o +0 -0
  315. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xml_xpath_context.o +0 -0
  316. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/xslt_stylesheet.o +0 -0
  317. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/lib/nokogiri/nokogiri.so +0 -0
  318. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/Makefile +17 -17
  319. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/mkmf.log +4 -3
  320. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/unf.o +0 -0
  321. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/unf_ext.so +0 -0
  322. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/lib/unf_ext.so +0 -0
  323. data/vendor/bundle/ruby/1.8/specifications/builder-3.0.0.gemspec +1 -1
  324. data/vendor/bundle/ruby/1.8/specifications/capybara-1.1.2.gemspec +1 -1
  325. data/vendor/bundle/ruby/1.8/specifications/capybara-celerity-0.0.1.gemspec +1 -1
  326. data/vendor/bundle/ruby/1.8/specifications/capybara-mechanize-0.3.0.gemspec +1 -1
  327. data/vendor/bundle/ruby/1.8/specifications/celerity-0.9.2.gemspec +1 -1
  328. data/vendor/bundle/ruby/1.8/specifications/childprocess-0.3.1.gemspec +1 -1
  329. data/vendor/bundle/ruby/1.8/specifications/cucumber-1.1.9.gemspec +1 -1
  330. data/vendor/bundle/ruby/1.8/specifications/diff-lcs-1.1.3.gemspec +1 -1
  331. data/vendor/bundle/ruby/1.8/specifications/domain_name-0.5.2.gemspec +1 -1
  332. data/vendor/bundle/ruby/1.8/specifications/ffi-1.0.11.gemspec +1 -1
  333. data/vendor/bundle/ruby/1.8/specifications/gherkin-2.9.3.gemspec +1 -1
  334. data/vendor/bundle/ruby/1.8/specifications/json-1.6.6.gemspec +1 -1
  335. data/vendor/bundle/ruby/1.8/specifications/mechanize-2.3.gemspec +1 -1
  336. data/vendor/bundle/ruby/1.8/specifications/mime-types-1.18.gemspec +1 -1
  337. data/vendor/bundle/ruby/1.8/specifications/multi_json-1.2.0.gemspec +1 -1
  338. data/vendor/bundle/ruby/1.8/specifications/net-http-digest_auth-1.2.gemspec +1 -1
  339. data/vendor/bundle/ruby/1.8/specifications/net-http-persistent-2.6.gemspec +1 -1
  340. data/vendor/bundle/ruby/1.8/specifications/nokogiri-1.5.2.gemspec +1 -1
  341. data/vendor/bundle/ruby/1.8/specifications/ntlm-http-0.1.1.gemspec +1 -1
  342. data/vendor/bundle/ruby/1.8/specifications/rack-1.4.1.gemspec +1 -1
  343. data/vendor/bundle/ruby/1.8/specifications/rack-test-0.6.1.gemspec +1 -1
  344. data/vendor/bundle/ruby/1.8/specifications/rake-0.9.2.2.gemspec +1 -1
  345. data/vendor/bundle/ruby/1.8/specifications/rspec-2.9.0.gemspec +1 -1
  346. data/vendor/bundle/ruby/1.8/specifications/rspec-core-2.9.0.gemspec +1 -1
  347. data/vendor/bundle/ruby/1.8/specifications/rspec-expectations-2.9.0.gemspec +1 -1
  348. data/vendor/bundle/ruby/1.8/specifications/rspec-mocks-2.9.0.gemspec +1 -1
  349. data/vendor/bundle/ruby/1.8/specifications/rubyzip-0.9.6.1.gemspec +1 -1
  350. data/vendor/bundle/ruby/1.8/specifications/selenium-webdriver-2.20.0.gemspec +1 -1
  351. data/vendor/bundle/ruby/1.8/specifications/term-ansicolor-1.0.7.gemspec +1 -1
  352. data/vendor/bundle/ruby/1.8/specifications/unf-0.0.5.gemspec +1 -1
  353. data/vendor/bundle/ruby/1.8/specifications/unf_ext-0.0.4.gemspec +1 -1
  354. data/vendor/bundle/ruby/1.8/specifications/w3c_validators-1.2.gemspec +1 -1
  355. data/vendor/bundle/ruby/1.8/specifications/webrobots-0.0.13.gemspec +1 -1
  356. data/vendor/bundle/ruby/1.8/specifications/xpath-0.1.4.gemspec +1 -1
  357. metadata +3399 -3493
  358. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/ffi_c.bundle +0 -0
  359. data/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/lib/ffi_c.bundle +0 -0
  360. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/conftest.dSYM/Contents/Info.plist +0 -20
  361. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  362. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ar/gherkin_lexer_ar.bundle +0 -0
  363. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/conftest.dSYM/Contents/Info.plist +0 -20
  364. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  365. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_bg/gherkin_lexer_bg.bundle +0 -0
  366. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/conftest.dSYM/Contents/Info.plist +0 -20
  367. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  368. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ca/gherkin_lexer_ca.bundle +0 -0
  369. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/conftest.dSYM/Contents/Info.plist +0 -20
  370. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  371. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cs/gherkin_lexer_cs.bundle +0 -0
  372. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/conftest.dSYM/Contents/Info.plist +0 -20
  373. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  374. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.bundle +0 -0
  375. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/conftest.dSYM/Contents/Info.plist +0 -20
  376. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  377. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_da/gherkin_lexer_da.bundle +0 -0
  378. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/conftest.dSYM/Contents/Info.plist +0 -20
  379. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  380. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_de/gherkin_lexer_de.bundle +0 -0
  381. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/conftest.dSYM/Contents/Info.plist +0 -20
  382. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  383. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en/gherkin_lexer_en.bundle +0 -0
  384. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/conftest.dSYM/Contents/Info.plist +0 -20
  385. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  386. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.bundle +0 -0
  387. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/conftest.dSYM/Contents/Info.plist +0 -20
  388. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  389. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.bundle +0 -0
  390. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/conftest.dSYM/Contents/Info.plist +0 -20
  391. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  392. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.bundle +0 -0
  393. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/conftest.dSYM/Contents/Info.plist +0 -20
  394. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  395. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.bundle +0 -0
  396. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/conftest.dSYM/Contents/Info.plist +0 -20
  397. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  398. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.bundle +0 -0
  399. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/conftest.dSYM/Contents/Info.plist +0 -20
  400. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  401. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_eo/gherkin_lexer_eo.bundle +0 -0
  402. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/conftest.dSYM/Contents/Info.plist +0 -20
  403. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  404. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_es/gherkin_lexer_es.bundle +0 -0
  405. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/conftest.dSYM/Contents/Info.plist +0 -20
  406. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  407. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_et/gherkin_lexer_et.bundle +0 -0
  408. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/conftest.dSYM/Contents/Info.plist +0 -20
  409. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  410. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fi/gherkin_lexer_fi.bundle +0 -0
  411. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/conftest.dSYM/Contents/Info.plist +0 -20
  412. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  413. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_fr/gherkin_lexer_fr.bundle +0 -0
  414. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/conftest.dSYM/Contents/Info.plist +0 -20
  415. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  416. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_he/gherkin_lexer_he.bundle +0 -0
  417. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/conftest.dSYM/Contents/Info.plist +0 -20
  418. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  419. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hr/gherkin_lexer_hr.bundle +0 -0
  420. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/conftest.dSYM/Contents/Info.plist +0 -20
  421. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  422. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_hu/gherkin_lexer_hu.bundle +0 -0
  423. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/conftest.dSYM/Contents/Info.plist +0 -20
  424. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  425. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_id/gherkin_lexer_id.bundle +0 -0
  426. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/conftest.dSYM/Contents/Info.plist +0 -20
  427. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  428. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_is/gherkin_lexer_is.bundle +0 -0
  429. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/conftest.dSYM/Contents/Info.plist +0 -20
  430. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  431. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_it/gherkin_lexer_it.bundle +0 -0
  432. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/conftest.dSYM/Contents/Info.plist +0 -20
  433. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  434. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ja/gherkin_lexer_ja.bundle +0 -0
  435. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/conftest.dSYM/Contents/Info.plist +0 -20
  436. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  437. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ko/gherkin_lexer_ko.bundle +0 -0
  438. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/conftest.dSYM/Contents/Info.plist +0 -20
  439. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  440. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lt/gherkin_lexer_lt.bundle +0 -0
  441. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/conftest.dSYM/Contents/Info.plist +0 -20
  442. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  443. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lu/gherkin_lexer_lu.bundle +0 -0
  444. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/conftest.dSYM/Contents/Info.plist +0 -20
  445. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  446. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_lv/gherkin_lexer_lv.bundle +0 -0
  447. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/conftest.dSYM/Contents/Info.plist +0 -20
  448. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  449. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_nl/gherkin_lexer_nl.bundle +0 -0
  450. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/conftest.dSYM/Contents/Info.plist +0 -20
  451. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  452. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_no/gherkin_lexer_no.bundle +0 -0
  453. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/conftest.dSYM/Contents/Info.plist +0 -20
  454. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  455. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pl/gherkin_lexer_pl.bundle +0 -0
  456. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/conftest.dSYM/Contents/Info.plist +0 -20
  457. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  458. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_pt/gherkin_lexer_pt.bundle +0 -0
  459. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/conftest.dSYM/Contents/Info.plist +0 -20
  460. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  461. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ro/gherkin_lexer_ro.bundle +0 -0
  462. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/conftest.dSYM/Contents/Info.plist +0 -20
  463. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  464. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_ru/gherkin_lexer_ru.bundle +0 -0
  465. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/conftest.dSYM/Contents/Info.plist +0 -20
  466. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  467. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sk/gherkin_lexer_sk.bundle +0 -0
  468. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/conftest.dSYM/Contents/Info.plist +0 -20
  469. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  470. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.bundle +0 -0
  471. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/conftest.dSYM/Contents/Info.plist +0 -20
  472. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  473. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.bundle +0 -0
  474. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/conftest.dSYM/Contents/Info.plist +0 -20
  475. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  476. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_sv/gherkin_lexer_sv.bundle +0 -0
  477. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/conftest.dSYM/Contents/Info.plist +0 -20
  478. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  479. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_tr/gherkin_lexer_tr.bundle +0 -0
  480. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/conftest.dSYM/Contents/Info.plist +0 -20
  481. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  482. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uk/gherkin_lexer_uk.bundle +0 -0
  483. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/conftest.dSYM/Contents/Info.plist +0 -20
  484. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  485. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_uz/gherkin_lexer_uz.bundle +0 -0
  486. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/conftest.dSYM/Contents/Info.plist +0 -20
  487. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  488. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_vi/gherkin_lexer_vi.bundle +0 -0
  489. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/conftest.dSYM/Contents/Info.plist +0 -20
  490. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  491. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.bundle +0 -0
  492. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/conftest.dSYM/Contents/Info.plist +0 -20
  493. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  494. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.bundle +0 -0
  495. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ar.bundle +0 -0
  496. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_bg.bundle +0 -0
  497. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ca.bundle +0 -0
  498. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cs.bundle +0 -0
  499. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_cy_gb.bundle +0 -0
  500. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_da.bundle +0 -0
  501. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_de.bundle +0 -0
  502. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en.bundle +0 -0
  503. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_au.bundle +0 -0
  504. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_lol.bundle +0 -0
  505. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_pirate.bundle +0 -0
  506. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_scouse.bundle +0 -0
  507. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_en_tx.bundle +0 -0
  508. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_eo.bundle +0 -0
  509. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_es.bundle +0 -0
  510. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_et.bundle +0 -0
  511. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fi.bundle +0 -0
  512. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_fr.bundle +0 -0
  513. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_he.bundle +0 -0
  514. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hr.bundle +0 -0
  515. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_hu.bundle +0 -0
  516. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_id.bundle +0 -0
  517. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_is.bundle +0 -0
  518. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_it.bundle +0 -0
  519. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ja.bundle +0 -0
  520. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ko.bundle +0 -0
  521. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lt.bundle +0 -0
  522. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lu.bundle +0 -0
  523. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_lv.bundle +0 -0
  524. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_nl.bundle +0 -0
  525. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_no.bundle +0 -0
  526. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pl.bundle +0 -0
  527. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_pt.bundle +0 -0
  528. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ro.bundle +0 -0
  529. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_ru.bundle +0 -0
  530. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sk.bundle +0 -0
  531. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_cyrl.bundle +0 -0
  532. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sr_latn.bundle +0 -0
  533. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_sv.bundle +0 -0
  534. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_tr.bundle +0 -0
  535. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uk.bundle +0 -0
  536. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_uz.bundle +0 -0
  537. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_vi.bundle +0 -0
  538. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_cn.bundle +0 -0
  539. data/vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/lib/gherkin_lexer_zh_tw.bundle +0 -0
  540. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/generator/generator.bundle +0 -0
  541. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/generator.bundle +0 -0
  542. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/json/ext/parser.bundle +0 -0
  543. data/vendor/bundle/ruby/1.8/gems/json-1.6.6/ext/json/ext/parser/parser.bundle +0 -0
  544. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/conftest.dSYM/Contents/Info.plist +0 -20
  545. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  546. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/ext/nokogiri/nokogiri.bundle +0 -0
  547. data/vendor/bundle/ruby/1.8/gems/nokogiri-1.5.2/lib/nokogiri/nokogiri.bundle +0 -0
  548. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/conftest.dSYM/Contents/Info.plist +0 -20
  549. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/conftest.dSYM/Contents/Resources/DWARF/conftest +0 -0
  550. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/ext/unf_ext/unf_ext.bundle +0 -0
  551. data/vendor/bundle/ruby/1.8/gems/unf_ext-0.0.4/lib/unf_ext.bundle +0 -0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- frameworks-capybara (0.2.0.rc5)
4
+ frameworks-capybara (0.2.0.rc6)
5
5
  capybara (>= 1.0.0)
6
6
  capybara-celerity
7
7
  capybara-mechanize (>= 0.3.0)
@@ -79,7 +79,10 @@ Before do
79
79
  if page.driver.class == Capybara::Mechanize::Driver
80
80
  page.driver.browser.agent.cert, page.driver.browser.agent.key = ENV['FW_CERT_LOCATION'], ENV['FW_CERT_LOCATION'] if ENV['FW_CERT_LOCATION']
81
81
  page.driver.browser.agent.ca_file = ENV['CA_CERT_LOCATION'] if ENV['CA_CERT_LOCATION']
82
- page.driver.browser.agent.set_proxy('www-cache.reith.bbc.co.uk',80) if ENV['PROXY_URL']
82
+ #TODO: Fix proxy logic globally...use system proxy instead of PROXY_URL
83
+ page.driver.browser.agent.set_proxy(ENV['PROXY_URL'].scan(/http:\/\/(.*):80/).to_s,80) if ENV['PROXY_URL']
84
+ #This is necessary because Mech2 does not ship with root certs like Mech1 did and boxes may not have the OpenSSL set installed
85
+ page.driver.browser.agent.verify_mode = OpenSSL::SSL::VERIFY_NONE
83
86
  end
84
87
 
85
88
  generate_base_urls
data/lib/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module FrameworksCapybara
2
- VERSION = '0.2.0.rc5'
2
+ VERSION = '0.2.0.rc6'
3
3
  end
4
4
 
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
  'exec' "ruby" '-x' "$0" "$@"
3
- #!/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/bin/ruby -w
3
+ #!/home/matt/.rvm/rubies/ruby-1.8.7-p352/bin/ruby -w
4
4
  #
5
5
  # This file was generated by RubyGems.
6
6
  #
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
  'exec' "ruby" '-x' "$0" "$@"
3
- #!/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/bin/ruby -w
3
+ #!/home/matt/.rvm/rubies/ruby-1.8.7-p352/bin/ruby -w
4
4
  #
5
5
  # This file was generated by RubyGems.
6
6
  #
@@ -4,11 +4,11 @@ SHELL = /bin/sh
4
4
  #### Start of system configuration section. ####
5
5
 
6
6
  srcdir = .
7
- topdir = /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0
7
+ topdir = /home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux
8
8
  hdrdir = $(topdir)
9
9
  VPATH = $(srcdir):$(topdir):$(hdrdir)
10
10
  exec_prefix = $(prefix)
11
- prefix = $(DESTDIR)/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334
11
+ prefix = $(DESTDIR)/home/matt/.rvm/rubies/ruby-1.8.7-p352
12
12
  sharedstatedir = $(prefix)/com
13
13
  mandir = $(datarootdir)/man
14
14
  psdir = $(docdir)
@@ -40,29 +40,29 @@ sitelibdir = $(sitedir)/$(ruby_version)
40
40
  CC = gcc
41
41
  LIBRUBY = $(LIBRUBY_SO)
42
42
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
43
- LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME)
43
+ LIBRUBYARG_SHARED = -Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
44
44
  LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
45
45
 
46
46
  RUBY_EXTCONF_H = extconf.h
47
- CFLAGS = -fno-common -g -O2 -fno-common -pipe -fno-common $(cflags) -Wno-declaration-after-statement
48
- INCFLAGS = -I. -I. -I/Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/i686-darwin10.8.0 -I.
47
+ CFLAGS = -fPIC -g -O2 -fPIC $(cflags) -Wno-declaration-after-statement
48
+ INCFLAGS = -I. -I. -I/home/matt/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/x86_64-linux -I.
49
49
  DEFS =
50
- CPPFLAGS = -DRUBY_EXTCONF_H=\"$(RUBY_EXTCONF_H)\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE
50
+ CPPFLAGS = -DRUBY_EXTCONF_H=\"$(RUBY_EXTCONF_H)\"
51
51
  CXXFLAGS = $(CFLAGS)
52
- ldflags = -L.
52
+ ldflags = -L. -rdynamic -Wl,-export-dynamic
53
53
  dldflags =
54
54
  archflag =
55
55
  DLDFLAGS = $(ldflags) $(dldflags) $(archflag)
56
- LDSHARED = cc -dynamic -bundle -undefined suppress -flat_namespace
56
+ LDSHARED = $(CC) -shared
57
57
  AR = ar
58
58
  EXEEXT =
59
59
 
60
60
  RUBY_INSTALL_NAME = ruby
61
61
  RUBY_SO_NAME = ruby
62
- arch = i686-darwin10.8.0
63
- sitearch = i686-darwin10.8.0
62
+ arch = x86_64-linux
63
+ sitearch = x86_64-linux
64
64
  ruby_version = 1.8
65
- ruby = /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/bin/ruby
65
+ ruby = /home/matt/.rvm/rubies/ruby-1.8.7-p352/bin/ruby
66
66
  RUBY = $(ruby)
67
67
  RM = rm -f
68
68
  MAKEDIRS = mkdir -p
@@ -76,7 +76,7 @@ COPY = cp
76
76
  preload =
77
77
 
78
78
  libpath = . $(libdir)
79
- LIBPATH = -L. -L$(libdir)
79
+ LIBPATH = -L. -L$(libdir) -Wl,-R$(libdir)
80
80
  DEFFILE =
81
81
 
82
82
  CLEANFILES = mkmf.log
@@ -86,21 +86,21 @@ extout =
86
86
  extout_prefix =
87
87
  target_prefix =
88
88
  LOCAL_LIBS =
89
- LIBS = $(LIBRUBYARG_SHARED) -ldl -lobjc
90
- SRCS = AbstractMemory.c ArrayType.c Buffer.c Call.c ClosurePool.c DataConverter.c DynamicLibrary.c ffi.c Function.c FunctionInfo.c LastError.c MappedType.c MemoryPointer.c MethodHandle.c Platform.c Pointer.c Struct.c StructByReference.c StructByValue.c StructLayout.c Thread.c Type.c Types.c Variadic.c
91
- OBJS = AbstractMemory.o ArrayType.o Buffer.o Call.o ClosurePool.o DataConverter.o DynamicLibrary.o ffi.o Function.o FunctionInfo.o LastError.o MappedType.o MemoryPointer.o MethodHandle.o Platform.o Pointer.o Struct.o StructByReference.o StructByValue.o StructLayout.o Thread.o Type.o Types.o Variadic.o
89
+ LIBS = $(LIBRUBYARG_SHARED) -lrt -ldl -lcrypt -lm -lc
90
+ SRCS = DynamicLibrary.c ClosurePool.c FunctionInfo.c Pointer.c ArrayType.c DataConverter.c Types.c Type.c ffi.c Function.c MethodHandle.c StructLayout.c Variadic.c Buffer.c Call.c Thread.c StructByValue.c Platform.c MemoryPointer.c StructByReference.c Struct.c AbstractMemory.c LastError.c MappedType.c
91
+ OBJS = DynamicLibrary.o ClosurePool.o FunctionInfo.o Pointer.o ArrayType.o DataConverter.o Types.o Type.o ffi.o Function.o MethodHandle.o StructLayout.o Variadic.o Buffer.o Call.o Thread.o StructByValue.o Platform.o MemoryPointer.o StructByReference.o Struct.o AbstractMemory.o LastError.o MappedType.o
92
92
  TARGET = ffi_c
93
- DLLIB = $(TARGET).bundle
93
+ DLLIB = $(TARGET).so
94
94
  EXTSTATIC =
95
95
  STATIC_LIB =
96
96
 
97
97
  BINDIR = $(bindir)
98
98
  RUBYCOMMONDIR = $(sitedir)$(target_prefix)
99
- RUBYLIBDIR = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/lib$(target_prefix)
100
- RUBYARCHDIR = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/lib$(target_prefix)
99
+ RUBYLIBDIR = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/lib$(target_prefix)
100
+ RUBYARCHDIR = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/lib$(target_prefix)
101
101
 
102
102
  TARGET_SO = $(DLLIB)
103
- CLEANLIBS = $(TARGET).bundle $(TARGET).il? $(TARGET).tds $(TARGET).map
103
+ CLEANLIBS = $(TARGET).so $(TARGET).il? $(TARGET).tds $(TARGET).map
104
104
  CLEANOBJS = *.o *.a *.s[ol] *.pdb *.exp *.bak
105
105
 
106
106
  all: $(DLLIB)
@@ -156,4 +156,4 @@ $(DLLIB): $(OBJS) Makefile
156
156
 
157
157
  $(OBJS): ruby.h defines.h $(RUBY_EXTCONF_H)
158
158
  LIBFFI_HOST=--host=
159
- include ${srcdir}/libffi.darwin.mk
159
+ include ${srcdir}/libffi.mk
@@ -33,15 +33,15 @@ POST_INSTALL = :
33
33
  NORMAL_UNINSTALL = :
34
34
  PRE_UNINSTALL = :
35
35
  POST_UNINSTALL = :
36
- build_triplet = x86_64-apple-darwin10.8.0
37
- host_triplet = x86_64-apple-darwin10.8.0
38
- target_triplet = x86_64-apple-darwin10.8.0
36
+ build_triplet = x86_64-unknown-linux-gnu
37
+ host_triplet = x86_64-unknown-linux-gnu
38
+ target_triplet = x86_64-unknown-linux-gnu
39
39
  #am__append_1 = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
40
40
  #am__append_2 = src/x86/ffi.c src/x86/sysv.S
41
41
  #am__append_3 = src/x86/ffi.c src/x86/freebsd.S
42
42
  #am__append_4 = src/x86/ffi.c src/x86/win32.S
43
43
  #am__append_5 = src/x86/ffi.c src/x86/win64.S
44
- am__append_6 = src/x86/ffi.c src/x86/darwin.S src/x86/ffi64.c src/x86/darwin64.S
44
+ #am__append_6 = src/x86/ffi.c src/x86/darwin.S src/x86/ffi64.c src/x86/darwin64.S
45
45
  #am__append_7 = src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S
46
46
  #am__append_8 = src/alpha/ffi.c src/alpha/osf.S
47
47
  #am__append_9 = src/ia64/ffi.c src/ia64/unix.S
@@ -56,7 +56,7 @@ am__append_6 = src/x86/ffi.c src/x86/darwin.S src/x86/ffi64.c src/x86/darwin64.S
56
56
  #am__append_18 = src/cris/sysv.S src/cris/ffi.c
57
57
  #am__append_19 = src/frv/eabi.S src/frv/ffi.c
58
58
  #am__append_20 = src/s390/sysv.S src/s390/ffi.c
59
- #am__append_21 = src/x86/ffi64.c src/x86/unix64.S src/x86/ffi.c src/x86/sysv.S
59
+ am__append_21 = src/x86/ffi64.c src/x86/unix64.S src/x86/ffi.c src/x86/sysv.S
60
60
  #am__append_22 = src/sh/sysv.S src/sh/ffi.c
61
61
  #am__append_23 = src/sh64/sysv.S src/sh64/ffi.c
62
62
  #am__append_24 = src/pa/linux.S src/pa/ffi.c
@@ -113,8 +113,8 @@ am_libffi_la_OBJECTS = src/debug.lo src/prep_cif.lo src/types.lo \
113
113
  #am__objects_3 = src/x86/ffi.lo src/x86/freebsd.lo
114
114
  #am__objects_4 = src/x86/ffi.lo src/x86/win32.lo
115
115
  #am__objects_5 = src/x86/ffi.lo src/x86/win64.lo
116
- am__objects_6 = src/x86/ffi.lo src/x86/darwin.lo \
117
- src/x86/ffi64.lo src/x86/darwin64.lo
116
+ #am__objects_6 = src/x86/ffi.lo src/x86/darwin.lo \
117
+ # src/x86/ffi64.lo src/x86/darwin64.lo
118
118
  #am__objects_7 = src/sparc/ffi.lo src/sparc/v8.lo \
119
119
  # src/sparc/v9.lo
120
120
  #am__objects_8 = src/alpha/ffi.lo src/alpha/osf.lo
@@ -139,8 +139,8 @@ am__objects_6 = src/x86/ffi.lo src/x86/darwin.lo \
139
139
  #am__objects_18 = src/cris/sysv.lo src/cris/ffi.lo
140
140
  #am__objects_19 = src/frv/eabi.lo src/frv/ffi.lo
141
141
  #am__objects_20 = src/s390/sysv.lo src/s390/ffi.lo
142
- #am__objects_21 = src/x86/ffi64.lo src/x86/unix64.lo \
143
- # src/x86/ffi.lo src/x86/sysv.lo
142
+ am__objects_21 = src/x86/ffi64.lo src/x86/unix64.lo \
143
+ src/x86/ffi.lo src/x86/sysv.lo
144
144
  #am__objects_22 = src/sh/sysv.lo src/sh/ffi.lo
145
145
  #am__objects_23 = src/sh64/sysv.lo src/sh64/ffi.lo
146
146
  #am__objects_24 = src/pa/linux.lo src/pa/ffi.lo
@@ -261,16 +261,16 @@ DIST_ARCHIVES = $(distdir).tar.gz
261
261
  GZIP_ENV = --best
262
262
  distuninstallcheck_listfiles = find . -type f -print
263
263
  distcleancheck_listfiles = find . -type f -print
264
- ACLOCAL = ${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run aclocal-1.11
264
+ ACLOCAL = ${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run aclocal-1.11
265
265
  ALLOCA =
266
- AMTAR = ${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run tar
266
+ AMTAR = ${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run tar
267
267
  AM_LTLDFLAGS =
268
268
  AM_RUNTESTFLAGS =
269
269
  AR = ar
270
- AUTOCONF = ${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run autoconf
271
- AUTOHEADER = ${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run autoheader
272
- AUTOMAKE = ${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run automake-1.11
273
- AWK = awk
270
+ AUTOCONF = ${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run autoconf
271
+ AUTOHEADER = ${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run autoheader
272
+ AUTOMAKE = ${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run automake-1.11
273
+ AWK = mawk
274
274
  CC = gcc
275
275
  CCAS = gcc
276
276
  CCASDEPMODE = depmode=none
@@ -282,38 +282,38 @@ CPPFLAGS =
282
282
  CYGPATH_W = echo
283
283
  DEFS = -DHAVE_CONFIG_H
284
284
  DEPDIR = .deps
285
- DSYMUTIL = dsymutil
285
+ DSYMUTIL =
286
286
  DUMPBIN =
287
- ECHO_C = \c
288
- ECHO_N =
287
+ ECHO_C =
288
+ ECHO_N = -n
289
289
  ECHO_T =
290
- EGREP = /usr/bin/grep -E
290
+ EGREP = /bin/grep -E
291
291
  EXEEXT =
292
- FGREP = /usr/bin/grep -F
293
- GREP = /usr/bin/grep
292
+ FGREP = /bin/grep -F
293
+ GREP = /bin/grep
294
294
  HAVE_LONG_DOUBLE = 1
295
295
  INSTALL = /usr/bin/install -c
296
296
  INSTALL_DATA = ${INSTALL} -m 644
297
297
  INSTALL_PROGRAM = ${INSTALL}
298
298
  INSTALL_SCRIPT = ${INSTALL}
299
299
  INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
300
- LD = ld
300
+ LD = /usr/bin/ld -m elf_x86_64
301
301
  LDFLAGS =
302
302
  LIBOBJS =
303
303
  LIBS =
304
304
  LIBTOOL = $(SHELL) $(top_builddir)/libtool
305
- LIPO = lipo
305
+ LIPO =
306
306
  LN_S = ln -s
307
307
  LTLIBOBJS =
308
308
  MAINT = #
309
- MAKEINFO = ${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run makeinfo
310
- MKDIR_P = /usr/local/bin/gmkdir -p
311
- NM = /usr/bin/nm
312
- NMEDIT = nmedit
313
- OBJDUMP = false
309
+ MAKEINFO = ${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run makeinfo
310
+ MKDIR_P = /bin/mkdir -p
311
+ NM = /usr/bin/nm -B
312
+ NMEDIT =
313
+ OBJDUMP = objdump
314
314
  OBJEXT = o
315
- OTOOL = otool
316
- OTOOL64 = :
315
+ OTOOL =
316
+ OTOOL64 =
317
317
  PACKAGE = libffi
318
318
  PACKAGE_BUGREPORT = http://gcc.gnu.org/bugs.html
319
319
  PACKAGE_NAME = libffi
@@ -322,17 +322,17 @@ PACKAGE_TARNAME = libffi
322
322
  PACKAGE_VERSION = 3.0.9
323
323
  PATH_SEPARATOR = :
324
324
  RANLIB = ranlib
325
- SED = /usr/bin/sed
325
+ SED = /bin/sed
326
326
  SET_MAKE =
327
- SHELL = /bin/sh
327
+ SHELL = /bin/bash
328
328
  STRIP = strip
329
- TARGET = X86_DARWIN
329
+ TARGET = X86_64
330
330
  TARGETDIR = x86
331
331
  VERSION = 3.0.9
332
- abs_builddir = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi
333
- abs_srcdir = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi
334
- abs_top_builddir = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi
335
- abs_top_srcdir = /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi
332
+ abs_builddir = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi
333
+ abs_srcdir = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi
334
+ abs_top_builddir = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi
335
+ abs_top_srcdir = /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi
336
336
  ac_ct_CC = gcc
337
337
  ac_ct_DUMPBIN =
338
338
  am__include = include
@@ -341,33 +341,33 @@ am__quote =
341
341
  am__tar = ${AMTAR} chof - "$$tardir"
342
342
  am__untar = ${AMTAR} xf -
343
343
  bindir = ${exec_prefix}/bin
344
- build = x86_64-apple-darwin10.8.0
344
+ build = x86_64-unknown-linux-gnu
345
345
  build_alias =
346
346
  build_cpu = x86_64
347
- build_os = darwin10.8.0
348
- build_vendor = apple
347
+ build_os = linux-gnu
348
+ build_vendor = unknown
349
349
  builddir = .
350
350
  datadir = ${datarootdir}
351
351
  datarootdir = ${prefix}/share
352
352
  docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
353
353
  dvidir = ${docdir}
354
354
  exec_prefix = ${prefix}
355
- host = x86_64-apple-darwin10.8.0
355
+ host = x86_64-unknown-linux-gnu
356
356
  host_alias =
357
357
  host_cpu = x86_64
358
- host_os = darwin10.8.0
359
- host_vendor = apple
358
+ host_os = linux-gnu
359
+ host_vendor = unknown
360
360
  htmldir = ${docdir}
361
361
  includedir = ${prefix}/include
362
362
  infodir = ${datarootdir}/info
363
- install_sh = ${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/install-sh
363
+ install_sh = ${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/install-sh
364
364
  libdir = ${exec_prefix}/lib
365
365
  libexecdir = ${exec_prefix}/libexec
366
366
  localedir = ${datarootdir}/locale
367
367
  localstatedir = ${prefix}/var
368
- lt_ECHO = /bin/echo
368
+ lt_ECHO = echo
369
369
  mandir = ${datarootdir}/man
370
- mkdir_p = /usr/local/bin/gmkdir -p
370
+ mkdir_p = /bin/mkdir -p
371
371
  oldincludedir = /usr/include
372
372
  pdfdir = ${docdir}
373
373
  prefix = /usr/local
@@ -377,13 +377,13 @@ sbindir = ${exec_prefix}/sbin
377
377
  sharedstatedir = ${prefix}/com
378
378
  srcdir = .
379
379
  sysconfdir = ${prefix}/etc
380
- target = x86_64-apple-darwin10.8.0
380
+ target = x86_64-unknown-linux-gnu
381
381
  target_alias =
382
382
  target_cpu = x86_64
383
- target_os = darwin10.8.0
384
- target_vendor = apple
383
+ target_os = linux-gnu
384
+ target_vendor = unknown
385
385
  toolexecdir = $(libdir)/gcc-lib/$(target_alias)
386
- toolexeclibdir = $(libdir)/x86_64
386
+ toolexeclibdir = $(libdir)/../lib
387
387
  top_build_prefix =
388
388
  top_builddir = .
389
389
  top_srcdir = .
@@ -4,55 +4,42 @@ running configure, to aid debugging if configure makes a mistake.
4
4
  It was created by libffi configure 3.0.9, which was
5
5
  generated by GNU Autoconf 2.63. Invocation command line was
6
6
 
7
- $ /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/configure --disable-static --with-pic=yes --disable-dependency-tracking --host=
7
+ $ /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/configure --disable-static --with-pic=yes --disable-dependency-tracking --host=
8
8
 
9
9
  ## --------- ##
10
10
  ## Platform. ##
11
11
  ## --------- ##
12
12
 
13
- hostname = mc-s056636.national.core.bbc.co.uk
14
- uname -m = i386
15
- uname -r = 10.8.0
16
- uname -s = Darwin
17
- uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
13
+ hostname = matt
14
+ uname -m = x86_64
15
+ uname -r = 3.0.0-16-generic
16
+ uname -s = Linux
17
+ uname -v = #28-Ubuntu SMP Fri Jan 27 17:44:39 UTC 2012
18
18
 
19
- /usr/bin/uname -p = i386
19
+ /usr/bin/uname -p = unknown
20
20
  /bin/uname -X = unknown
21
21
 
22
22
  /bin/arch = unknown
23
23
  /usr/bin/arch -k = unknown
24
24
  /usr/convex/getsysinfo = unknown
25
- /usr/bin/hostinfo = Mach kernel version:
26
- Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
27
- Kernel configured for up to 4 processors.
28
- 2 processors are physically available.
29
- 4 processors are logically available.
30
- Processor type: i486 (Intel 80486)
31
- Processors active: 0 1 2 3
32
- Primary memory available: 4.00 gigabytes
33
- Default processor set: 120 tasks, 565 threads, 4 processors
34
- Load average: 1.74, Mach factor: 2.34
25
+ /usr/bin/hostinfo = unknown
35
26
  /bin/machine = unknown
36
27
  /usr/bin/oslevel = unknown
37
28
  /bin/universe = unknown
38
29
 
39
- PATH: /Users/robbim02/.rvm/gems/ruby-1.8.7-p334/bin
40
- PATH: /Users/robbim02/.rvm/gems/ruby-1.8.7-p334@global/bin
41
- PATH: /Users/robbim02/.rvm/rubies/ruby-1.8.7-p334/bin
42
- PATH: /Users/robbim02/.rvm/bin
43
- PATH: /Users/robbim02/.pythonbrew/bin
44
- PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
45
- PATH: /usr/bin
46
- PATH: /bin
30
+ PATH: /home/matt/.rvm/gems/ruby-1.8.7-p352/bin
31
+ PATH: /home/matt/.rvm/gems/ruby-1.8.7-p352@global/bin
32
+ PATH: /home/matt/.rvm/rubies/ruby-1.8.7-p352/bin
33
+ PATH: /home/matt/.rvm/bin
34
+ PATH: /usr/lib/lightdm/lightdm
35
+ PATH: /usr/local/sbin
36
+ PATH: /usr/local/bin
47
37
  PATH: /usr/sbin
38
+ PATH: /usr/bin
48
39
  PATH: /sbin
49
- PATH: /usr/local/bin
50
- PATH: /usr/X11/bin
51
- PATH: /usr/local/Cellar/macvim/7.3-57/bin/mvim
52
- PATH: /Users/robbim02/workspace/phantomjs/bin/phantomjs.app/Contents/MacOSi
53
- PATH: /Applications/Firefox.app/Contents/MacOS/
54
- PATH: /Users/robbim02
55
- PATH: /Users/robbim02/dev/tmux
40
+ PATH: /bin
41
+ PATH: /usr/games
42
+ PATH: /home/users/matt/dev
56
43
 
57
44
 
58
45
  ## ----------- ##
@@ -60,48 +47,49 @@ PATH: /Users/robbim02/dev/tmux
60
47
  ## ----------- ##
61
48
 
62
49
  configure:2145: checking build system type
63
- configure:2163: result: x86_64-apple-darwin10.8.0
50
+ configure:2163: result: x86_64-unknown-linux-gnu
64
51
  configure:2185: checking host system type
65
- configure:2200: result: x86_64-apple-darwin10.8.0
52
+ configure:2200: result: x86_64-unknown-linux-gnu
66
53
  configure:2222: checking target system type
67
- configure:2237: result: x86_64-apple-darwin10.8.0
54
+ configure:2237: result: x86_64-unknown-linux-gnu
68
55
  configure:2285: checking for a BSD-compatible install
69
56
  configure:2353: result: /usr/bin/install -c
70
57
  configure:2364: checking whether build environment is sane
71
58
  configure:2424: result: yes
72
59
  configure:2565: checking for a thread-safe mkdir -p
73
- configure:2604: result: /usr/local/bin/gmkdir -p
60
+ configure:2604: result: /bin/mkdir -p
74
61
  configure:2617: checking for gawk
75
62
  configure:2647: result: no
76
63
  configure:2617: checking for mawk
77
- configure:2647: result: no
78
- configure:2617: checking for nawk
79
- configure:2647: result: no
80
- configure:2617: checking for awk
81
- configure:2633: found /usr/bin/awk
82
- configure:2644: result: awk
64
+ configure:2633: found /usr/bin/mawk
65
+ configure:2644: result: mawk
83
66
  configure:2655: checking whether make sets $(MAKE)
84
67
  configure:2677: result: yes
85
68
  configure:2815: checking for gcc
69
+ configure:2831: found /usr/bin/gcc
86
70
  configure:2842: result: gcc
87
71
  configure:3074: checking for C compiler version
88
72
  configure:3082: gcc --version >&5
89
- i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
90
- Copyright (C) 2007 Free Software Foundation, Inc.
73
+ gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
74
+ Copyright (C) 2011 Free Software Foundation, Inc.
91
75
  This is free software; see the source for copying conditions. There is NO
92
76
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
93
77
 
94
78
  configure:3086: $? = 0
95
79
  configure:3093: gcc -v >&5
96
80
  Using built-in specs.
97
- Target: i686-apple-darwin10
98
- Configured with: /var/tmp/gcc/gcc-5646~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
81
+ COLLECT_GCC=gcc
82
+ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
83
+ Target: x86_64-linux-gnu
84
+ Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
99
85
  Thread model: posix
100
- gcc version 4.2.1 (Apple Inc. build 5646)
86
+ gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
101
87
  configure:3097: $? = 0
102
88
  configure:3104: gcc -V >&5
103
- gcc-4.2: argument to `-V' is missing
104
- configure:3108: $? = 1
89
+ gcc: error: unrecognized option '-V'
90
+ gcc: fatal error: no input files
91
+ compilation terminated.
92
+ configure:3108: $? = 4
105
93
  configure:3131: checking for C compiler default output file name
106
94
  configure:3153: gcc conftest.c >&5
107
95
  configure:3157: $? = 0
@@ -151,37 +139,38 @@ configure:4109: cc -c conftest.c -o conftest2.o >&5
151
139
  configure:4113: $? = 0
152
140
  configure:4131: result: yes
153
141
  configure:4183: checking for a sed that does not truncate output
154
- configure:4249: result: /usr/bin/sed
142
+ configure:4249: result: /bin/sed
155
143
  configure:4267: checking for grep that handles long lines and -e
156
- configure:4327: result: /usr/bin/grep
144
+ configure:4327: result: /bin/grep
157
145
  configure:4332: checking for egrep
158
- configure:4396: result: /usr/bin/grep -E
146
+ configure:4396: result: /bin/grep -E
159
147
  configure:4401: checking for fgrep
160
- configure:4465: result: /usr/bin/grep -F
148
+ configure:4465: result: /bin/grep -F
161
149
  configure:4500: checking for ld used by gcc
162
- configure:4567: result: ld
163
- configure:4576: checking if the linker (ld) is GNU ld
164
- configure:4591: result: no
150
+ configure:4567: result: /usr/bin/ld
151
+ configure:4576: checking if the linker (/usr/bin/ld) is GNU ld
152
+ configure:4591: result: yes
165
153
  configure:4603: checking for BSD- or MS-compatible name lister (nm)
166
- configure:4652: result: /usr/bin/nm
167
- configure:4770: checking the name lister (/usr/bin/nm) interface
154
+ configure:4652: result: /usr/bin/nm -B
155
+ configure:4770: checking the name lister (/usr/bin/nm -B) interface
168
156
  configure:4777: gcc -c conftest.c >&5
169
- configure:4780: /usr/bin/nm "conftest.o"
157
+ configure:4780: /usr/bin/nm -B "conftest.o"
170
158
  configure:4783: output
171
- 0000000000000000 D _some_variable
159
+ 0000000000000000 B some_variable
172
160
  configure:4790: result: BSD nm
173
161
  configure:4793: checking whether ln -s works
174
162
  configure:4797: result: yes
175
163
  configure:4805: checking the maximum length of command line arguments
176
- configure:4925: result: 196608
164
+ configure:4925: result: 3458764513820540925
177
165
  configure:4942: checking whether the shell understands some XSI constructs
178
166
  configure:4952: result: yes
179
167
  configure:4956: checking whether the shell understands "+="
180
168
  configure:4962: result: yes
181
- configure:4997: checking for ld option to reload object files
169
+ configure:4997: checking for /usr/bin/ld option to reload object files
182
170
  configure:5004: result: -r
183
171
  configure:5073: checking for objdump
184
- configure:5103: result: no
172
+ configure:5089: found /usr/bin/objdump
173
+ configure:5100: result: objdump
185
174
  configure:5132: checking how to recognize dependent libraries
186
175
  configure:5328: result: pass_all
187
176
  configure:5388: checking for ar
@@ -193,45 +182,22 @@ configure:5520: result: strip
193
182
  configure:5592: checking for ranlib
194
183
  configure:5608: found /usr/bin/ranlib
195
184
  configure:5619: result: ranlib
196
- configure:5709: checking command to parse /usr/bin/nm output from gcc object
197
- configure:5827: gcc -c conftest.c >&5
198
- configure:5830: $? = 0
199
- configure:5834: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
200
- configure:5837: $? = 0
201
- cannot find nm_test_var in conftest.nm
185
+ configure:5709: checking command to parse /usr/bin/nm -B output from gcc object
202
186
  configure:5827: gcc -c conftest.c >&5
203
187
  configure:5830: $? = 0
204
- configure:5834: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
188
+ configure:5834: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
205
189
  configure:5837: $? = 0
206
190
  configure:5891: gcc -o conftest conftest.c conftstm.o >&5
207
191
  configure:5894: $? = 0
208
192
  configure:5932: result: ok
209
- configure:6226: checking for dsymutil
210
- configure:6242: found /usr/bin/dsymutil
211
- configure:6253: result: dsymutil
212
- configure:6318: checking for nmedit
213
- configure:6334: found /usr/bin/nmedit
214
- configure:6345: result: nmedit
215
- configure:6410: checking for lipo
216
- configure:6426: found /usr/bin/lipo
217
- configure:6437: result: lipo
218
- configure:6502: checking for otool
219
- configure:6518: found /usr/bin/otool
220
- configure:6529: result: otool
221
- configure:6594: checking for otool64
222
- configure:6624: result: no
223
- configure:6669: checking for -single_module linker flag
224
- gcc -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
225
- configure:6696: result: yes
226
- configure:6698: checking for -exported_symbols_list linker flag
227
- configure:6728: gcc -o conftest -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
228
- configure:6735: $? = 0
229
- configure:6757: result: yes
193
+ configure:6028: gcc -c conftest.c >&5
194
+ configure:6031: $? = 0
230
195
  configure:6799: checking how to run the C preprocessor
231
196
  configure:6839: gcc -E conftest.c
232
197
  configure:6846: $? = 0
233
198
  configure:6877: gcc -E conftest.c
234
- conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
199
+ conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
200
+ compilation terminated.
235
201
  configure:6884: $? = 1
236
202
  configure: failed program was:
237
203
  | /* confdefs.h. */
@@ -248,7 +214,8 @@ configure:6917: result: gcc -E
248
214
  configure:6946: gcc -E conftest.c
249
215
  configure:6953: $? = 0
250
216
  configure:6984: gcc -E conftest.c
251
- conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
217
+ conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
218
+ compilation terminated.
252
219
  configure:6991: $? = 1
253
220
  configure: failed program was:
254
221
  | /* confdefs.h. */
@@ -313,31 +280,39 @@ configure:7517: checking for objdir
313
280
  configure:7532: result: .libs
314
281
  configure:7824: checking if gcc supports -fno-rtti -fno-exceptions
315
282
  configure:7842: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
316
- cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
283
+ cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
317
284
  configure:7846: $? = 0
318
285
  configure:7859: result: no
319
286
  configure:7879: checking for gcc option to produce PIC
320
- configure:8151: result: -fno-common -DPIC
321
- configure:8163: checking if gcc PIC flag -fno-common -DPIC works
322
- configure:8181: gcc -c -fno-common -DPIC -DPIC conftest.c >&5
287
+ configure:8151: result: -fPIC -DPIC
288
+ configure:8163: checking if gcc PIC flag -fPIC -DPIC works
289
+ configure:8181: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
323
290
  configure:8185: $? = 0
324
291
  configure:8198: result: yes
325
292
  configure:8222: checking if gcc static flag -static works
326
- configure:8250: result: no
293
+ configure:8250: result: yes
327
294
  configure:8265: checking if gcc supports -c -o file.o
328
295
  configure:8286: gcc -c -o out/conftest2.o conftest.c >&5
329
296
  configure:8290: $? = 0
330
297
  configure:8312: result: yes
331
298
  configure:8320: checking if gcc supports -c -o file.o
332
299
  configure:8367: result: yes
333
- configure:8400: checking whether the gcc linker (ld) supports shared libraries
300
+ configure:8400: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
334
301
  configure:9474: result: yes
302
+ configure:9511: checking whether -lc should be explicitly linked in
303
+ configure:9516: gcc -c conftest.c >&5
304
+ configure:9519: $? = 0
305
+ configure:9534: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
306
+ configure:9537: $? = 0
307
+ configure:9549: result: no
335
308
  configure:9713: checking dynamic linker characteristics
336
- configure:10399: result: darwin10.8.0 dyld
309
+ configure:10156: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
310
+ configure:10163: $? = 0
311
+ configure:10399: result: GNU/Linux ld.so
337
312
  configure:10501: checking how to hardcode library paths into programs
338
313
  configure:10526: result: immediate
339
314
  configure:11359: checking whether stripping libraries is possible
340
- configure:11373: result: yes
315
+ configure:11364: result: yes
341
316
  configure:11399: checking if libtool supports shared libraries
342
317
  configure:11401: result: yes
343
318
  configure:11404: checking whether to build shared libraries
@@ -367,7 +342,7 @@ configure:11968: result: yes
367
342
  configure:11982: checking whether read-only mmap of a plain file works
368
343
  configure:11999: result: yes
369
344
  configure:12001: checking whether mmap from /dev/zero works
370
- configure:12023: result: no
345
+ configure:12023: result: yes
371
346
  configure:12027: checking for MAP_ANON(YMOUS)
372
347
  configure:12060: gcc -c conftest.c >&5
373
348
  configure:12067: $? = 0
@@ -378,7 +353,7 @@ configure:12484: checking for ANSI C header files
378
353
  configure:12652: result: yes
379
354
  configure:12666: checking for memcpy
380
355
  configure:12722: gcc -o conftest conftest.c >&5
381
- conftest.c:50: warning: conflicting types for built-in function 'memcpy'
356
+ conftest.c:51:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
382
357
  configure:12729: $? = 0
383
358
  configure:12751: result: yes
384
359
  configure:12765: checking for working alloca.h
@@ -403,16 +378,10 @@ configure:13823: $? = 0
403
378
  configure:13849: result: 16
404
379
  configure:13877: checking whether byte ordering is bigendian
405
380
  configure:13902: gcc -c conftest.c >&5
406
- configure:13909: $? = 0
407
- configure:13959: gcc -c conftest.c >&5
408
- configure:13966: $? = 0
409
- configure:13998: gcc -c conftest.c >&5
410
- conftest.c: In function 'main':
411
- conftest.c:40: error: 'not' undeclared (first use in this function)
412
- conftest.c:40: error: (Each undeclared identifier is reported only once
413
- conftest.c:40: error: for each function it appears in.)
414
- conftest.c:40: error: expected ';' before 'big'
415
- configure:14005: $? = 1
381
+ conftest.c:35:9: error: unknown type name 'not'
382
+ conftest.c:35:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
383
+ conftest.c:35:15: error: unknown type name 'universal'
384
+ configure:13909: $? = 1
416
385
  configure: failed program was:
417
386
  | /* confdefs.h. */
418
387
  | #define PACKAGE_NAME "libffi"
@@ -437,6 +406,7 @@ configure: failed program was:
437
406
  | #define HAVE_SYS_MMAN_H 1
438
407
  | #define HAVE_MMAP 1
439
408
  | #define HAVE_MMAP_FILE 1
409
+ | #define HAVE_MMAP_DEV_ZERO 1
440
410
  | #define HAVE_MMAP_ANON 1
441
411
  | #define STDC_HEADERS 1
442
412
  | #define HAVE_MEMCPY 1
@@ -446,25 +416,18 @@ configure: failed program was:
446
416
  | #define SIZEOF_LONG_DOUBLE 16
447
417
  | #define HAVE_LONG_DOUBLE 1
448
418
  | /* end confdefs.h. */
449
- | #include <sys/types.h>
450
- | #include <sys/param.h>
419
+ | #ifndef __APPLE_CC__
420
+ | not a universal capable compiler
421
+ | #endif
422
+ | typedef int dummy;
451
423
  |
452
- | int
453
- | main ()
454
- | {
455
- | #if BYTE_ORDER != BIG_ENDIAN
456
- | not big endian
457
- | #endif
458
- |
459
- | ;
460
- | return 0;
461
- | }
462
- configure:14257: result: no
463
- configure:14283: checking assembler .cfi pseudo-op support
464
- configure:14311: gcc -c conftest.c >&5
465
- /var/folders/W8/W8A0c2zAHeyK+9OQ9VjZiEWX+e+/-Tmp-//ccQhUJ6n.s:1:Unknown pseudo-op: .cfi_startproc
466
- /var/folders/W8/W8A0c2zAHeyK+9OQ9VjZiEWX+e+/-Tmp-//ccQhUJ6n.s:2:Unknown pseudo-op: .cfi_endproc
467
- configure:14318: $? = 1
424
+ configure:13959: gcc -c conftest.c >&5
425
+ configure:13966: $? = 0
426
+ configure:13998: gcc -c conftest.c >&5
427
+ conftest.c: In function 'main':
428
+ conftest.c:41:4: error: unknown type name 'not'
429
+ conftest.c:41:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
430
+ configure:14005: $? = 1
468
431
  configure: failed program was:
469
432
  | /* confdefs.h. */
470
433
  | #define PACKAGE_NAME "libffi"
@@ -489,6 +452,7 @@ configure: failed program was:
489
452
  | #define HAVE_SYS_MMAN_H 1
490
453
  | #define HAVE_MMAP 1
491
454
  | #define HAVE_MMAP_FILE 1
455
+ | #define HAVE_MMAP_DEV_ZERO 1
492
456
  | #define HAVE_MMAP_ANON 1
493
457
  | #define STDC_HEADERS 1
494
458
  | #define HAVE_MEMCPY 1
@@ -498,21 +462,32 @@ configure: failed program was:
498
462
  | #define SIZEOF_LONG_DOUBLE 16
499
463
  | #define HAVE_LONG_DOUBLE 1
500
464
  | /* end confdefs.h. */
501
- | asm (".cfi_startproc\n\t.cfi_endproc");
465
+ | #include <sys/types.h>
466
+ | #include <sys/param.h>
467
+ |
502
468
  | int
503
469
  | main ()
504
470
  | {
471
+ | #if BYTE_ORDER != BIG_ENDIAN
472
+ | not big endian
473
+ | #endif
505
474
  |
506
475
  | ;
507
476
  | return 0;
508
477
  | }
509
- configure:14334: result: no
478
+ configure:14257: result: no
479
+ configure:14283: checking assembler .cfi pseudo-op support
480
+ configure:14311: gcc -c conftest.c >&5
481
+ configure:14318: $? = 0
482
+ configure:14334: result: yes
483
+ configure:14479: checking assembler supports pc related relocs
484
+ configure:14492: result: yes
510
485
  configure:14513: checking whether .eh_frame section should be read-only
511
486
  configure:14532: result: no
512
487
  configure:14553: checking for __attribute__((visibility("hidden")))
513
488
  configure:14562: gcc -Werror -S conftest.c -o conftest.s 1>&5
514
489
  configure:14565: $? = 0
515
- configure:14574: result: no
490
+ configure:14574: result: yes
516
491
  configure:15001: creating ./config.status
517
492
 
518
493
  ## ---------------------- ##
@@ -528,26 +503,26 @@ generated by GNU Autoconf 2.63. Invocation command line was
528
503
  CONFIG_COMMANDS =
529
504
  $ ./config.status
530
505
 
531
- on mc-s056636.national.core.bbc.co.uk
506
+ on matt
532
507
 
533
- config.status:1081: creating include/Makefile
534
- config.status:1081: creating include/ffi.h
535
- config.status:1081: creating Makefile
536
- config.status:1081: creating testsuite/Makefile
537
- config.status:1081: creating man/Makefile
538
- config.status:1081: creating libffi.pc
539
- config.status:1081: creating fficonfig.h
540
- config.status:1367: linking src/x86/ffitarget.h to include/ffitarget.h
541
- config.status:1390: executing depfiles commands
542
- config.status:1390: executing libtool commands
543
- config.status:1390: executing include commands
544
- config.status:1390: executing src commands
508
+ config.status:1087: creating include/Makefile
509
+ config.status:1087: creating include/ffi.h
510
+ config.status:1087: creating Makefile
511
+ config.status:1087: creating testsuite/Makefile
512
+ config.status:1087: creating man/Makefile
513
+ config.status:1087: creating libffi.pc
514
+ config.status:1087: creating fficonfig.h
515
+ config.status:1373: linking src/x86/ffitarget.h to include/ffitarget.h
516
+ config.status:1396: executing depfiles commands
517
+ config.status:1396: executing libtool commands
518
+ config.status:1396: executing include commands
519
+ config.status:1396: executing src commands
545
520
 
546
521
  ## ---------------- ##
547
522
  ## Cache variables. ##
548
523
  ## ---------------- ##
549
524
 
550
- ac_cv_build=x86_64-apple-darwin10.8.0
525
+ ac_cv_build=x86_64-unknown-linux-gnu
551
526
  ac_cv_c_bigendian=no
552
527
  ac_cv_c_compiler_gnu=yes
553
528
  ac_cv_decl_map_anon=yes
@@ -569,7 +544,7 @@ ac_cv_func_alloca_works=yes
569
544
  ac_cv_func_memcpy=yes
570
545
  ac_cv_func_mmap=yes
571
546
  ac_cv_func_mmap_anon=yes
572
- ac_cv_func_mmap_dev_zero=no
547
+ ac_cv_func_mmap_dev_zero=yes
573
548
  ac_cv_func_mmap_file=yes
574
549
  ac_cv_header_dlfcn_h=yes
575
550
  ac_cv_header_inttypes_h=yes
@@ -583,22 +558,19 @@ ac_cv_header_sys_mman_h=yes
583
558
  ac_cv_header_sys_stat_h=yes
584
559
  ac_cv_header_sys_types_h=yes
585
560
  ac_cv_header_unistd_h=yes
586
- ac_cv_host=x86_64-apple-darwin10.8.0
561
+ ac_cv_host=x86_64-unknown-linux-gnu
587
562
  ac_cv_objext=o
588
- ac_cv_path_EGREP='/usr/bin/grep -E'
589
- ac_cv_path_FGREP='/usr/bin/grep -F'
590
- ac_cv_path_GREP=/usr/bin/grep
591
- ac_cv_path_SED=/usr/bin/sed
563
+ ac_cv_path_EGREP='/bin/grep -E'
564
+ ac_cv_path_FGREP='/bin/grep -F'
565
+ ac_cv_path_GREP=/bin/grep
566
+ ac_cv_path_SED=/bin/sed
592
567
  ac_cv_path_install='/usr/bin/install -c'
593
- ac_cv_path_mkdir=/usr/local/bin/gmkdir
594
- ac_cv_prog_AWK=awk
568
+ ac_cv_path_mkdir=/bin/mkdir
569
+ ac_cv_prog_AWK=mawk
595
570
  ac_cv_prog_CPP='gcc -E'
596
571
  ac_cv_prog_ac_ct_AR=ar
597
572
  ac_cv_prog_ac_ct_CC=gcc
598
- ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
599
- ac_cv_prog_ac_ct_LIPO=lipo
600
- ac_cv_prog_ac_ct_NMEDIT=nmedit
601
- ac_cv_prog_ac_ct_OTOOL=otool
573
+ ac_cv_prog_ac_ct_OBJDUMP=objdump
602
574
  ac_cv_prog_ac_ct_RANLIB=ranlib
603
575
  ac_cv_prog_ac_ct_STRIP=strip
604
576
  ac_cv_prog_cc_c89=
@@ -607,57 +579,56 @@ ac_cv_prog_cc_gcc_c_o=yes
607
579
  ac_cv_prog_make_make_set=yes
608
580
  ac_cv_sizeof_double=8
609
581
  ac_cv_sizeof_long_double=16
610
- ac_cv_target=x86_64-apple-darwin10.8.0
582
+ ac_cv_target=x86_64-unknown-linux-gnu
611
583
  ac_cv_working_alloca_h=yes
612
584
  am_cv_CCAS_dependencies_compiler_type=none
613
585
  am_cv_CC_dependencies_compiler_type=none
614
- libffi_cv_as_cfi_pseudo_op=no
615
- libffi_cv_hidden_visibility_attribute=no
586
+ libffi_cv_as_cfi_pseudo_op=yes
587
+ libffi_cv_as_x86_pcrel=yes
588
+ libffi_cv_hidden_visibility_attribute=yes
616
589
  libffi_cv_ro_eh_frame=no
617
- lt_cv_apple_cc_single_mod=yes
618
590
  lt_cv_deplibs_check_method=pass_all
619
591
  lt_cv_file_magic_cmd='$MAGIC_CMD'
620
592
  lt_cv_file_magic_test_file=
621
- lt_cv_ld_exported_symbols_list=yes
622
593
  lt_cv_ld_reload_flag=-r
623
594
  lt_cv_nm_interface='BSD nm'
624
595
  lt_cv_objdir=.libs
625
- lt_cv_path_LD=ld
626
- lt_cv_path_NM=/usr/bin/nm
596
+ lt_cv_path_LD=/usr/bin/ld
597
+ lt_cv_path_NM='/usr/bin/nm -B'
627
598
  lt_cv_prog_compiler_c_o=yes
628
599
  lt_cv_prog_compiler_pic_works=yes
629
600
  lt_cv_prog_compiler_rtti_exceptions=no
630
- lt_cv_prog_compiler_static_works=no
631
- lt_cv_prog_gnu_ld=no
632
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
633
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
634
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
635
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
636
- lt_cv_sys_max_cmd_len=196608
601
+ lt_cv_prog_compiler_static_works=yes
602
+ lt_cv_prog_gnu_ld=yes
603
+ lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
604
+ lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
605
+ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
606
+ lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
607
+ lt_cv_sys_max_cmd_len=3458764513820540925
637
608
 
638
609
  ## ----------------- ##
639
610
  ## Output variables. ##
640
611
  ## ----------------- ##
641
612
 
642
- ACLOCAL='${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run aclocal-1.11'
613
+ ACLOCAL='${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run aclocal-1.11'
643
614
  ALLOCA=''
644
615
  ALPHA_FALSE=''
645
616
  ALPHA_TRUE='#'
646
617
  AMDEPBACKSLASH=''
647
618
  AMDEP_FALSE=''
648
619
  AMDEP_TRUE='#'
649
- AMTAR='${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run tar'
620
+ AMTAR='${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run tar'
650
621
  AM_LTLDFLAGS=''
651
622
  AM_RUNTESTFLAGS=''
652
623
  AR='ar'
653
624
  ARM_FALSE=''
654
625
  ARM_TRUE='#'
655
- AUTOCONF='${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run autoconf'
656
- AUTOHEADER='${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run autoheader'
657
- AUTOMAKE='${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run automake-1.11'
626
+ AUTOCONF='${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run autoconf'
627
+ AUTOHEADER='${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run autoheader'
628
+ AUTOMAKE='${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run automake-1.11'
658
629
  AVR32_FALSE=''
659
630
  AVR32_TRUE='#'
660
- AWK='awk'
631
+ AWK='mawk'
661
632
  CC='gcc'
662
633
  CCAS='gcc'
663
634
  CCASDEPMODE='depmode=none'
@@ -669,17 +640,17 @@ CPPFLAGS=''
669
640
  CYGPATH_W='echo'
670
641
  DEFS='-DHAVE_CONFIG_H'
671
642
  DEPDIR='.deps'
672
- DSYMUTIL='dsymutil'
643
+ DSYMUTIL=''
673
644
  DUMPBIN=''
674
- ECHO_C='\c'
675
- ECHO_N=''
645
+ ECHO_C=''
646
+ ECHO_N='-n'
676
647
  ECHO_T=''
677
- EGREP='/usr/bin/grep -E'
648
+ EGREP='/bin/grep -E'
678
649
  EXEEXT=''
679
- FGREP='/usr/bin/grep -F'
650
+ FGREP='/bin/grep -F'
680
651
  FRV_FALSE=''
681
652
  FRV_TRUE='#'
682
- GREP='/usr/bin/grep'
653
+ GREP='/bin/grep'
683
654
  HAVE_LONG_DOUBLE='1'
684
655
  IA64_FALSE=''
685
656
  IA64_TRUE='#'
@@ -687,14 +658,14 @@ INSTALL_DATA='${INSTALL} -m 644'
687
658
  INSTALL_PROGRAM='${INSTALL}'
688
659
  INSTALL_SCRIPT='${INSTALL}'
689
660
  INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
690
- LD='ld'
661
+ LD='/usr/bin/ld -m elf_x86_64'
691
662
  LDFLAGS=''
692
663
  LIBFFI_CRIS_FALSE=''
693
664
  LIBFFI_CRIS_TRUE='#'
694
665
  LIBOBJS=''
695
666
  LIBS=''
696
667
  LIBTOOL='$(SHELL) $(top_builddir)/libtool'
697
- LIPO='lipo'
668
+ LIPO=''
698
669
  LN_S='ln -s'
699
670
  LTLIBOBJS=''
700
671
  M32R_FALSE=''
@@ -704,16 +675,16 @@ M68K_TRUE='#'
704
675
  MAINT='#'
705
676
  MAINTAINER_MODE_FALSE=''
706
677
  MAINTAINER_MODE_TRUE='#'
707
- MAKEINFO='${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run makeinfo'
678
+ MAKEINFO='${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/missing --run makeinfo'
708
679
  MIPS_FALSE=''
709
680
  MIPS_TRUE='#'
710
- MKDIR_P='/usr/local/bin/gmkdir -p'
711
- NM='/usr/bin/nm'
712
- NMEDIT='nmedit'
713
- OBJDUMP='false'
681
+ MKDIR_P='/bin/mkdir -p'
682
+ NM='/usr/bin/nm -B'
683
+ NMEDIT=''
684
+ OBJDUMP='objdump'
714
685
  OBJEXT='o'
715
- OTOOL64=':'
716
- OTOOL='otool'
686
+ OTOOL64=''
687
+ OTOOL=''
717
688
  PA64_HPUX_FALSE=''
718
689
  PA64_HPUX_TRUE='#'
719
690
  PACKAGE='libffi'
@@ -738,25 +709,25 @@ POWERPC_TRUE='#'
738
709
  RANLIB='ranlib'
739
710
  S390_FALSE=''
740
711
  S390_TRUE='#'
741
- SED='/usr/bin/sed'
712
+ SED='/bin/sed'
742
713
  SET_MAKE=''
743
714
  SH64_FALSE=''
744
715
  SH64_TRUE='#'
745
- SHELL='/bin/sh'
716
+ SHELL='/bin/bash'
746
717
  SH_FALSE=''
747
718
  SH_TRUE='#'
748
719
  SPARC_FALSE=''
749
720
  SPARC_TRUE='#'
750
721
  STRIP='strip'
751
- TARGET='X86_DARWIN'
722
+ TARGET='X86_64'
752
723
  TARGETDIR='x86'
753
724
  TESTSUBDIR_FALSE='#'
754
725
  TESTSUBDIR_TRUE=''
755
726
  VERSION='3.0.9'
756
- X86_64_FALSE=''
757
- X86_64_TRUE='#'
758
- X86_DARWIN_FALSE='#'
759
- X86_DARWIN_TRUE=''
727
+ X86_64_FALSE='#'
728
+ X86_64_TRUE=''
729
+ X86_DARWIN_FALSE=''
730
+ X86_DARWIN_TRUE='#'
760
731
  X86_FALSE=''
761
732
  X86_FREEBSD_FALSE=''
762
733
  X86_FREEBSD_TRUE='#'
@@ -780,32 +751,32 @@ am__quote=''
780
751
  am__tar='${AMTAR} chof - "$$tardir"'
781
752
  am__untar='${AMTAR} xf -'
782
753
  bindir='${exec_prefix}/bin'
783
- build='x86_64-apple-darwin10.8.0'
754
+ build='x86_64-unknown-linux-gnu'
784
755
  build_alias=''
785
756
  build_cpu='x86_64'
786
- build_os='darwin10.8.0'
787
- build_vendor='apple'
757
+ build_os='linux-gnu'
758
+ build_vendor='unknown'
788
759
  datadir='${datarootdir}'
789
760
  datarootdir='${prefix}/share'
790
761
  docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
791
762
  dvidir='${docdir}'
792
763
  exec_prefix='${prefix}'
793
- host='x86_64-apple-darwin10.8.0'
764
+ host='x86_64-unknown-linux-gnu'
794
765
  host_alias=''
795
766
  host_cpu='x86_64'
796
- host_os='darwin10.8.0'
797
- host_vendor='apple'
767
+ host_os='linux-gnu'
768
+ host_vendor='unknown'
798
769
  htmldir='${docdir}'
799
770
  includedir='${prefix}/include'
800
771
  infodir='${datarootdir}/info'
801
- install_sh='${SHELL} /Users/robbim02/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/install-sh'
772
+ install_sh='${SHELL} /home/matt/workspace/frameworks-capybara/vendor/bundle/ruby/1.8/gems/ffi-1.0.11/ext/ffi_c/libffi/install-sh'
802
773
  libdir='${exec_prefix}/lib'
803
774
  libexecdir='${exec_prefix}/libexec'
804
775
  localedir='${datarootdir}/locale'
805
776
  localstatedir='${prefix}/var'
806
- lt_ECHO='/bin/echo'
777
+ lt_ECHO='echo'
807
778
  mandir='${datarootdir}/man'
808
- mkdir_p='/usr/local/bin/gmkdir -p'
779
+ mkdir_p='/bin/mkdir -p'
809
780
  oldincludedir='/usr/include'
810
781
  pdfdir='${docdir}'
811
782
  prefix='/usr/local'
@@ -814,13 +785,13 @@ psdir='${docdir}'
814
785
  sbindir='${exec_prefix}/sbin'
815
786
  sharedstatedir='${prefix}/com'
816
787
  sysconfdir='${prefix}/etc'
817
- target='x86_64-apple-darwin10.8.0'
788
+ target='x86_64-unknown-linux-gnu'
818
789
  target_alias=''
819
790
  target_cpu='x86_64'
820
- target_os='darwin10.8.0'
821
- target_vendor='apple'
791
+ target_os='linux-gnu'
792
+ target_vendor='unknown'
822
793
  toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
823
- toolexeclibdir='$(libdir)/x86_64'
794
+ toolexeclibdir='$(libdir)/../lib'
824
795
 
825
796
  ## ----------- ##
826
797
  ## confdefs.h. ##
@@ -848,6 +819,7 @@ toolexeclibdir='$(libdir)/x86_64'
848
819
  #define HAVE_SYS_MMAN_H 1
849
820
  #define HAVE_MMAP 1
850
821
  #define HAVE_MMAP_FILE 1
822
+ #define HAVE_MMAP_DEV_ZERO 1
851
823
  #define HAVE_MMAP_ANON 1
852
824
  #define STDC_HEADERS 1
853
825
  #define HAVE_MEMCPY 1
@@ -856,7 +828,9 @@ toolexeclibdir='$(libdir)/x86_64'
856
828
  #define SIZEOF_DOUBLE 8
857
829
  #define SIZEOF_LONG_DOUBLE 16
858
830
  #define HAVE_LONG_DOUBLE 1
859
- #define FFI_MMAP_EXEC_WRIT 1
831
+ #define HAVE_AS_CFI_PSEUDO_OP 1
832
+ #define HAVE_AS_X86_PCREL 1
860
833
  #define EH_FRAME_FLAGS "aw"
834
+ #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1
861
835
 
862
836
  configure: exit 0