sauce_whisk 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. checksums.yaml +6 -14
  2. data/.ruby-version +1 -1
  3. data/Gemfile +1 -4
  4. data/README.md +23 -8
  5. data/lib/sauce_whisk/tunnels.rb +0 -1
  6. data/lib/sauce_whisk/version.rb +1 -1
  7. data/lib/sauce_whisk.rb +7 -0
  8. metadata +19 -65
  9. data/vendor/psych/lib/psych/class_loader.rb +0 -101
  10. data/vendor/psych/lib/psych/coder.rb +0 -94
  11. data/vendor/psych/lib/psych/core_ext.rb +0 -35
  12. data/vendor/psych/lib/psych/deprecated.rb +0 -85
  13. data/vendor/psych/lib/psych/exception.rb +0 -13
  14. data/vendor/psych/lib/psych/handler.rb +0 -249
  15. data/vendor/psych/lib/psych/handlers/document_stream.rb +0 -22
  16. data/vendor/psych/lib/psych/handlers/recorder.rb +0 -39
  17. data/vendor/psych/lib/psych/json/ruby_events.rb +0 -19
  18. data/vendor/psych/lib/psych/json/stream.rb +0 -16
  19. data/vendor/psych/lib/psych/json/tree_builder.rb +0 -12
  20. data/vendor/psych/lib/psych/json/yaml_events.rb +0 -29
  21. data/vendor/psych/lib/psych/nodes/alias.rb +0 -18
  22. data/vendor/psych/lib/psych/nodes/document.rb +0 -60
  23. data/vendor/psych/lib/psych/nodes/mapping.rb +0 -56
  24. data/vendor/psych/lib/psych/nodes/node.rb +0 -55
  25. data/vendor/psych/lib/psych/nodes/scalar.rb +0 -67
  26. data/vendor/psych/lib/psych/nodes/sequence.rb +0 -81
  27. data/vendor/psych/lib/psych/nodes/stream.rb +0 -37
  28. data/vendor/psych/lib/psych/nodes.rb +0 -77
  29. data/vendor/psych/lib/psych/omap.rb +0 -4
  30. data/vendor/psych/lib/psych/parser.rb +0 -51
  31. data/vendor/psych/lib/psych/scalar_scanner.rb +0 -149
  32. data/vendor/psych/lib/psych/set.rb +0 -4
  33. data/vendor/psych/lib/psych/stream.rb +0 -37
  34. data/vendor/psych/lib/psych/streaming.rb +0 -27
  35. data/vendor/psych/lib/psych/syntax_error.rb +0 -21
  36. data/vendor/psych/lib/psych/tree_builder.rb +0 -96
  37. data/vendor/psych/lib/psych/visitors/depth_first.rb +0 -26
  38. data/vendor/psych/lib/psych/visitors/emitter.rb +0 -51
  39. data/vendor/psych/lib/psych/visitors/json_tree.rb +0 -24
  40. data/vendor/psych/lib/psych/visitors/to_ruby.rb +0 -372
  41. data/vendor/psych/lib/psych/visitors/visitor.rb +0 -19
  42. data/vendor/psych/lib/psych/visitors/yaml_tree.rb +0 -496
  43. data/vendor/psych/lib/psych/visitors.rb +0 -6
  44. data/vendor/psych/lib/psych/y.rb +0 -9
  45. data/vendor/psych/lib/psych.bundle +0 -0
  46. data/vendor/psych/lib/psych.rb +0 -497
  47. data/vendor/psych/tmp/x86_64-darwin12.3.0/psych/1.9.3/Makefile +0 -221
  48. data/vendor/psych/tmp/x86_64-darwin12.3.0/psych/1.9.3/mkmf.log +0 -50
  49. data/vendor/psych/tmp/x86_64-darwin12.3.0/psych/1.9.3/psych.bundle +0 -0
  50. data/vendor/psych/tmp/x86_64-darwin12.3.0/psych/1.9.3/psych.o +0 -0
  51. data/vendor/psych/tmp/x86_64-darwin12.3.0/psych/1.9.3/psych_emitter.o +0 -0
  52. data/vendor/psych/tmp/x86_64-darwin12.3.0/psych/1.9.3/psych_parser.o +0 -0
  53. data/vendor/psych/tmp/x86_64-darwin12.3.0/psych/1.9.3/psych_to_ruby.o +0 -0
  54. data/vendor/psych/tmp/x86_64-darwin12.3.0/psych/1.9.3/psych_yaml_tree.o +0 -0
@@ -1,50 +0,0 @@
1
- find_header: checking for yaml.h... -------------------- yes
2
-
3
- "/opt/local/bin/gcc-apple-4.2 -o conftest -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1/x86_64-darwin12.3.0 -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1/ruby/backward -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1 -I../../../../ext/psych -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe conftest.c -L. -L/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/lib -L/opt/local/lib -L. -L/usr/local/lib -L/opt/local/lib -lruby.1.9.1 -lpthread -ldl -lobjc "
4
- checked program was:
5
- /* begin */
6
- 1: #include "ruby.h"
7
- 2:
8
- 3: int main() {return 0;}
9
- /* end */
10
-
11
- "/opt/local/bin/gcc-apple-4.2 -E -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1/x86_64-darwin12.3.0 -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1/ruby/backward -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1 -I../../../../ext/psych -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe conftest.c -o conftest.i"
12
- checked program was:
13
- /* begin */
14
- 1: #include "ruby.h"
15
- 2:
16
- 3: #include <yaml.h>
17
- /* end */
18
-
19
- --------------------
20
-
21
- find_library: checking for yaml_get_version() in -lyaml... -------------------- yes
22
-
23
- "/opt/local/bin/gcc-apple-4.2 -o conftest -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1/x86_64-darwin12.3.0 -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1/ruby/backward -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1 -I../../../../ext/psych -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe conftest.c -L. -L/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/lib -L/opt/local/lib -L. -L/usr/local/lib -L/opt/local/lib -lruby.1.9.1 -lyaml -lpthread -ldl -lobjc "
24
- conftest.c: In function 't':
25
- conftest.c:5: error: 'yaml_get_version' undeclared (first use in this function)
26
- conftest.c:5: error: (Each undeclared identifier is reported only once
27
- conftest.c:5: error: for each function it appears in.)
28
- checked program was:
29
- /* begin */
30
- 1: #include "ruby.h"
31
- 2:
32
- 3: /*top*/
33
- 4: int main() {return 0;}
34
- 5: int t() { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return 0; }
35
- /* end */
36
-
37
- "/opt/local/bin/gcc-apple-4.2 -o conftest -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1/x86_64-darwin12.3.0 -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1/ruby/backward -I/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/include/ruby-1.9.1 -I../../../../ext/psych -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/opt/local/include -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe conftest.c -L. -L/Users/dylanlacey/.rvm/rubies/ruby-1.9.3-p392/lib -L/opt/local/lib -L. -L/usr/local/lib -L/opt/local/lib -lruby.1.9.1 -lyaml -lpthread -ldl -lobjc "
38
- conftest.c: In function 't':
39
- conftest.c:5: warning: implicit declaration of function 'yaml_get_version'
40
- checked program was:
41
- /* begin */
42
- 1: #include "ruby.h"
43
- 2:
44
- 3: /*top*/
45
- 4: int main() {return 0;}
46
- 5: int t() { yaml_get_version(); return 0; }
47
- /* end */
48
-
49
- --------------------
50
-