Created
February 23, 2012 23:45
-
-
Save phrozen/1895808 to your computer and use it in GitHub Desktop.
Error Haml not finding markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\some\user> bundle install | |
Fetching source index for http://rubygems.org/ | |
Using rack (1.4.1) | |
Using adsf (1.0.1) | |
Using builder (3.0.0) | |
Using coffee-script-source (1.2.0) | |
Using multi_json (1.0.4) | |
Using execjs (1.3.0) | |
Using coffee-script (2.2.0) | |
Using haml (3.1.4) | |
Using coffee-filter (0.1.1) | |
Installing cri (2.1.0) | |
Using excon (0.9.5) | |
Using formatador (0.2.1) | |
Using mime-types (1.17.2) | |
Using net-ssh (2.3.0) | |
Using net-scp (1.0.4) | |
Using nokogiri (1.5.0) | |
Using ruby-hmac (0.4.0) | |
Using fog (1.1.2) | |
Installing nanoc3 (3.2.4) | |
Installing nanoc (3.2.4) | |
Using nanoc-deploy (0.0.3) | |
Installing rdiscount (1.6.8) with native extensions | |
Installing sass (3.1.12) | |
Using bundler (1.0.22) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\some\user> gem list | |
*** LOCAL GEMS *** | |
actionmailer (3.2.1) | |
actionpack (3.2.1) | |
activemodel (3.2.1) | |
activerecord (3.2.1) | |
activeresource (3.2.1) | |
activesupport (3.2.1) | |
addressable (2.2.7) | |
adsf (1.0.1) | |
arel (3.0.0) | |
backports (2.3.0) | |
bcrypt-ruby (3.0.1 x86-mingw32) | |
bigdecimal (1.1.0) | |
builder (3.0.0) | |
bundler (1.0.22) | |
cgi_multipart_eof_fix (2.5.0) | |
coffee-filter (0.1.1) | |
coffee-script (2.2.0) | |
coffee-script-source (1.2.0) | |
cri (2.2.0, 2.1.0) | |
daemons (1.1.8) | |
data_mapper (1.2.0) | |
data_objects (0.10.8) | |
dm-aggregates (1.2.0) | |
dm-constraints (1.2.0) | |
dm-core (1.2.0) | |
dm-do-adapter (1.2.0) | |
dm-migrations (1.2.0) | |
dm-serializer (1.2.1) | |
dm-sqlite-adapter (1.2.0) | |
dm-timestamps (1.2.0) | |
dm-transactions (1.2.0) | |
dm-types (1.2.1) | |
dm-validations (1.2.0) | |
do_sqlite3 (0.10.8 x86-mingw32) | |
erubis (2.7.0) | |
eventmachine (1.0.0.beta.4) | |
excon (0.9.5) | |
execjs (1.3.0) | |
fastercsv (1.5.4) | |
fastthread (1.0.7) | |
fog (1.1.2) | |
formatador (0.2.1) | |
gem_plugin (0.2.3) | |
haml (3.1.4) | |
hike (1.2.1) | |
i18n (0.6.0) | |
io-console (0.3) | |
journey (1.0.1) | |
json (1.6.5, 1.5.4) | |
json_pure (1.6.5) | |
mail (2.4.1) | |
maruku (0.6.0) | |
mime-types (1.17.2) | |
minitest (2.5.1) | |
mongrel (1.1.5 x86-mingw32) | |
multi_json (1.1.0, 1.0.4) | |
nanoc (3.3.1, 3.2.4) | |
nanoc-deploy (0.0.3) | |
nanoc3 (3.2.4) | |
net-scp (1.0.4) | |
net-ssh (2.3.0) | |
nokogiri (1.5.0 x86-mingw32) | |
polyglot (0.3.3) | |
presto (0.1.1) | |
rack (1.4.1) | |
rack-cache (1.1) | |
rack-protection (1.2.0) | |
rack-ssl (1.3.2) | |
rack-test (0.6.1) | |
rails (3.2.1) | |
railties (3.2.1) | |
rake (0.9.2.2) | |
rdiscount (1.6.8) | |
rdoc (3.9.4) | |
ruby-hmac (0.4.0) | |
sass (3.1.15, 3.1.12) | |
sho-mongrel (1.1.5) | |
sinatra (1.3.2) | |
specific_install (0.2.3) | |
sprockets (2.1.2) | |
stringex (1.3.2) | |
syntax (1.0.0) | |
thin (1.3.1) | |
thor (0.14.6) | |
tilt (1.3.3) | |
treetop (1.4.10) | |
tzinfo (0.3.31) | |
uuidtools (2.1.2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading site data... | |
Compiling site... | |
Captain! We’ve been hit! | |
=== MESSAGE: | |
Haml::Error: Can't run Markdown filter; required 'rdiscount' or 'peg_markdown' or 'maruku' or 'bluecloth', but none were found | |
=== COMPILATION STACK: | |
(empty) | |
=== BACKTRACE: | |
0. item /apoyo/ (rep default):30 | |
1. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/filters.rb:173:in `rescue in resolve_lazy_requires' | |
2. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/filters.rb:164:in `resolve_lazy_requires' | |
3. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/filters.rb:79:in `internal_compile' | |
4. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/compiler.rb:210:in `compile_filter' | |
5. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/compiler.rb:447:in `compile' | |
6. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/compiler.rb:446:in `block (2 levels) in compile' | |
7. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/compiler.rb:446:in `each' | |
8. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/compiler.rb:446:in `block in compile' | |
9. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/compiler.rb:48:in `compile_root' | |
10. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/compiler.rb:447:in `compile' | |
11. C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/engine.rb:124:in `initialize' | |
12. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/filters/haml.rb:23:in `new' | |
13. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/filters/haml.rb:23:in `run' | |
14. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/result_data/item_rep.rb:344:in`filter' | |
15. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/item_rep_proxy.rb:47:in `filter' | |
16. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/rule_context.rb:54:in `filter' | |
17. ./Rules:36:in `block in load' | |
18. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/rule.rb:68:in `instance_eval' | |
19. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/rule.rb:68:in `apply_to' | |
20. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/compiler.rb:379:in`compile_rep' | |
21. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/compiler.rb:332:in`block in compile_reps' | |
22. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/compiler.rb:325:in`loop' | |
23. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/compiler.rb:325:in`compile_reps' | |
24. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/compiler.rb:85:in `run' | |
25. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/source_data/site.rb:57:in `compile' | |
26. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli/commands/compile.rb:57:in `run' | |
27. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli/command_runner.rb:14:in `block in call' | |
28. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli/error_handler.rb:42:in `handle_while' | |
29. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli/error_handler.rb:23:in `handle_while' | |
30. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli/command_runner.rb:13:in `call' | |
31. C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/command_dsl.rb:175:in `block in runner' | |
32. C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/command.rb:255:in `call' | |
33. C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/command.rb:255:in `run' | |
34. C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/command.rb:272:in `run' | |
35. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli.rb:44:in `block in run' | |
36. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli/error_handler.rb:42:in `handle_while' | |
37. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli/error_handler.rb:23:in `handle_while' | |
38. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli.rb:41:in `run' | |
39. C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/bin/nanoc:19:in `<top (required)>' | |
40. C:/Ruby193/bin/nanoc:19:in `load' | |
41. C:/Ruby193/bin/nanoc:19:in `<main>' | |
=== VERSION INFORMATION: | |
nanoc 3.3.1 © 2007-2012 Denis Defreyne. | |
Running ruby 1.9.3 (2012-02-16) on i386-mingw32 with RubyGems 1.8.16. | |
If you believe this is a bug in nanoc, please do report it at | |
<https://github.com/ddfreyne/nanoc/issues/new>--thanks! | |
C:/Ruby193/bin/nanoc: [BUG] Segmentation fault | |
ruby 1.9.3p125 (2012-02-16) [i386-mingw32] | |
-- Control frame information ----------------------------------------------- | |
c:0001 p:0000 s:0002 b:0002 l:0001b4 d:0001b4 TOP | |
-- C level backtrace information ------------------------------------------- | |
C:\Windows\SysWOW64\ntdll.dll(ZwWaitForSingleObject+0x15) [0x7784f8b1] | |
C:\Windows\syswow64\kernel32.dll(WaitForSingleObjectEx+0x43) [0x769f1194] | |
C:\Windows\syswow64\kernel32.dll(WaitForSingleObject+0x12) [0x769f1148] | |
C:\Ruby193\bin\msvcrt-ruby191.dll(rb_vm_bugreport+0xf9) [0x62e5c61d] | |
C:\Ruby193\bin\msvcrt-ruby191.dll(rb_name_err_mesg_new+0x17a) [0x62d3a6fa] | |
C:\Ruby193\bin\msvcrt-ruby191.dll(rb_bug+0x2f) [0x62d3b45b] | |
C:\Ruby193\bin\msvcrt-ruby191.dll(rb_check_safe_str+0x1a4) [0x62dee1a0] | |
[0x004011e6] | |
C:\Windows\syswow64\kernel32.dll(GetProfileStringW+0x12aa3) [0x76a3003f] | |
C:\Windows\SysWOW64\ntdll.dll(RtlKnownExceptionFilter+0xb7) [0x778a74df] | |
-- Other runtime information ----------------------------------------------- | |
* Loaded script: C:/Ruby193/bin/nanoc | |
* Loaded features: | |
0 enumerator.so | |
1 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/enc/encdb.so | |
2 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/enc/iso_8859_1.so | |
3 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/enc/trans/transdb.so | |
4 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb | |
5 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/rbconfig.rb | |
6 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb | |
7 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb | |
8 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/defaults/operating_system.rb | |
9 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb | |
10 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems.rb | |
11 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/version.rb | |
12 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb | |
13 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb | |
14 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb | |
15 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb | |
16 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb | |
17 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/pathname.so | |
18 C:/Ruby193/lib/ruby/1.9.1/pathname.rb | |
19 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/etc.so | |
20 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/enc/utf_16le.so | |
21 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/enc/trans/utf_16_32.so | |
22 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/enc/trans/single_byte.so | |
23 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb | |
24 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/psych.so | |
25 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/stringio.so | |
26 C:/Ruby193/lib/ruby/1.9.1/psych/nodes/node.rb | |
27 C:/Ruby193/lib/ruby/1.9.1/psych/nodes/stream.rb | |
28 C:/Ruby193/lib/ruby/1.9.1/psych/nodes/document.rb | |
29 C:/Ruby193/lib/ruby/1.9.1/psych/nodes/sequence.rb | |
30 C:/Ruby193/lib/ruby/1.9.1/psych/nodes/scalar.rb | |
31 C:/Ruby193/lib/ruby/1.9.1/psych/nodes/mapping.rb | |
32 C:/Ruby193/lib/ruby/1.9.1/psych/nodes/alias.rb | |
33 C:/Ruby193/lib/ruby/1.9.1/psych/nodes.rb | |
34 C:/Ruby193/lib/ruby/1.9.1/psych/streaming.rb | |
35 C:/Ruby193/lib/ruby/1.9.1/psych/visitors/visitor.rb | |
36 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/strscan.so | |
37 C:/Ruby193/lib/ruby/1.9.1/psych/scalar_scanner.rb | |
38 C:/Ruby193/lib/ruby/1.9.1/psych/visitors/to_ruby.rb | |
39 C:/Ruby193/lib/ruby/1.9.1/psych/visitors/emitter.rb | |
40 C:/Ruby193/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb | |
41 C:/Ruby193/lib/ruby/1.9.1/psych/json/ruby_events.rb | |
42 C:/Ruby193/lib/ruby/1.9.1/psych/visitors/json_tree.rb | |
43 C:/Ruby193/lib/ruby/1.9.1/psych/visitors/depth_first.rb | |
44 C:/Ruby193/lib/ruby/1.9.1/psych/visitors.rb | |
45 C:/Ruby193/lib/ruby/1.9.1/psych/handler.rb | |
46 C:/Ruby193/lib/ruby/1.9.1/psych/tree_builder.rb | |
47 C:/Ruby193/lib/ruby/1.9.1/psych/parser.rb | |
48 C:/Ruby193/lib/ruby/1.9.1/psych/omap.rb | |
49 C:/Ruby193/lib/ruby/1.9.1/psych/set.rb | |
50 C:/Ruby193/lib/ruby/1.9.1/psych/coder.rb | |
51 C:/Ruby193/lib/ruby/1.9.1/psych/core_ext.rb | |
52 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/date_core.so | |
53 C:/Ruby193/lib/ruby/1.9.1/date/format.rb | |
54 C:/Ruby193/lib/ruby/1.9.1/date.rb | |
55 C:/Ruby193/lib/ruby/1.9.1/psych/deprecated.rb | |
56 C:/Ruby193/lib/ruby/1.9.1/psych/json.rb | |
57 C:/Ruby193/lib/ruby/1.9.1/psych.rb | |
58 C:/Ruby193/lib/ruby/1.9.1/yaml.rb | |
59 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/syck_hack.rb | |
60 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/rubygems_integration.rb | |
61 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/shared_helpers.rb | |
62 C:/Ruby193/lib/ruby/1.9.1/fileutils.rb | |
63 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/rubygems_ext.rb | |
64 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/version.rb | |
65 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler.rb | |
66 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/digest.so | |
67 C:/Ruby193/lib/ruby/1.9.1/digest.rb | |
68 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/digest/sha1.so | |
69 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/environment.rb | |
70 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/runtime.rb | |
71 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/settings.rb | |
72 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/definition.rb | |
73 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/dependency.rb | |
74 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/dsl.rb | |
75 C:/Ruby193/lib/ruby/1.9.1/uri/common.rb | |
76 C:/Ruby193/lib/ruby/1.9.1/uri/generic.rb | |
77 C:/Ruby193/lib/ruby/1.9.1/uri/ftp.rb | |
78 C:/Ruby193/lib/ruby/1.9.1/uri/http.rb | |
79 C:/Ruby193/lib/ruby/1.9.1/uri/https.rb | |
80 C:/Ruby193/lib/ruby/1.9.1/uri/ldap.rb | |
81 C:/Ruby193/lib/ruby/1.9.1/uri/ldaps.rb | |
82 C:/Ruby193/lib/ruby/1.9.1/uri/mailto.rb | |
83 C:/Ruby193/lib/ruby/1.9.1/uri.rb | |
84 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/user_interaction.rb | |
85 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/package/f_sync_dir.rb | |
86 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_header.rb | |
87 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/zlib.so | |
88 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb | |
89 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_output.rb | |
90 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader/entry.rb | |
91 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb | |
92 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_writer.rb | |
93 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/package.rb | |
94 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/format.rb | |
95 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/ext/builder.rb | |
96 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/ext/configure_builder.rb | |
97 C:/Ruby193/lib/ruby/1.9.1/optparse.rb | |
98 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/command.rb | |
99 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/ext/ext_conf_builder.rb | |
100 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/ext/rake_builder.rb | |
101 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/ext.rb | |
102 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/require_paths_builder.rb | |
103 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb | |
104 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb | |
105 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb | |
106 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/text.rb | |
107 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb | |
108 C:/Ruby193/lib/ruby/1.9.1/open3.rb | |
109 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/gem_installer.rb | |
110 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/source.rb | |
111 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/lockfile_parser.rb | |
112 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/lazy_specification.rb | |
113 C:/Ruby193/lib/ruby/1.9.1/tsort.rb | |
114 C:/Ruby193/lib/ruby/1.9.1/forwardable.rb | |
115 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/spec_set.rb | |
116 C:/Ruby193/lib/ruby/1.9.1/set.rb | |
117 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/resolver.rb | |
118 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/index.rb | |
119 C:/Ruby193/lib/ruby/gems/1.9.1/gems/bundler-1.0.22/lib/bundler/remote_specification.rb | |
120 C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb | |
121 C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/digest/md5.so | |
122 C:/Ruby193/lib/ruby/1.9.1/thread.rb | |
123 C:/Ruby193/lib/ruby/1.9.1/pstore.rb | |
124 C:/Ruby193/lib/ruby/1.9.1/delegate.rb | |
125 C:/Ruby193/lib/ruby/1.9.1/tmpdir.rb | |
126 C:/Ruby193/lib/ruby/1.9.1/tempfile.rb | |
127 C:/Ruby193/lib/ruby/1.9.1/time.rb | |
128 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/core_ext/array.rb | |
129 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/core_ext/hash.rb | |
130 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/core_ext/pathname.rb | |
131 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/core_ext/string.rb | |
132 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/core_ext.rb | |
133 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/ordered_hash.rb | |
134 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base.rb | |
135 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/context.rb | |
136 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/core_ext/enumerable.rb | |
137 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/core_ext/pathname.rb | |
138 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/core_ext/time.rb | |
139 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/core_ext.rb | |
140 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/plugin_registry.rb | |
141 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/deployer.rb | |
142 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/deployers.rb | |
143 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/vcs.rb | |
144 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/vcses.rb | |
145 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra.rb | |
146 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/source_data/data_source.rb | |
147 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/data_sources/filesystem.rb | |
148 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/data_sources/filesystem_unified.rb | |
149 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/data_sources.rb | |
150 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/filter.rb | |
151 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/filters.rb | |
152 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/helpers.rb | |
153 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc.rb | |
154 C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/core_ext/string.rb | |
155 C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/core_ext.rb | |
156 C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri.rb | |
157 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli.rb | |
158 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli/error_handler.rb | |
159 C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/command.rb | |
160 C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/command_dsl.rb | |
161 C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/command_runner.rb | |
162 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/cli/command_runner.rb | |
163 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/source_data/site.rb | |
164 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/deployers/fog.rb | |
165 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/deployers/rsync.rb | |
166 C:/Ruby193/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/cri/option_parser.rb | |
167 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/source_data/configuration.rb | |
168 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/notification_center.rb | |
169 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/memoization.rb | |
170 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/compiler.rb | |
171 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/source_data/code_snippet.rb | |
172 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs/version.rb | |
173 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs/module.rb | |
174 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs/disabled_runtime.rb | |
175 C:/Ruby193/lib/ruby/1.9.1/shellwords.rb | |
176 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs/external_runtime.rb | |
177 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs/johnson_runtime.rb | |
178 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs/mustang_runtime.rb | |
179 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs/ruby_racer_runtime.rb | |
180 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs/ruby_rhino_runtime.rb | |
181 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs/runtimes.rb | |
182 C:/Ruby193/lib/ruby/gems/1.9.1/gems/multi_json-1.0.4/lib/multi_json.rb | |
183 C:/Ruby193/lib/ruby/gems/1.9.1/gems/execjs-1.3.0/lib/execjs.rb | |
184 C:/Ruby193/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.2.0/lib/coffee_script/source.rb | |
185 C:/Ruby193/lib/ruby/gems/1.9.1/gems/coffee-script-2.2.0/lib/coffee_script.rb | |
186 C:/Ruby193/lib/ruby/gems/1.9.1/gems/coffee-script-2.2.0/lib/coffee-script.rb | |
187 C:/Ruby193/lib/ruby/1.9.1/singleton.rb | |
188 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/helpers/capturing.rb | |
189 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/helpers/html_escape.rb | |
190 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/helpers/link_to.rb | |
191 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/helpers/rendering.rb | |
192 C:/Ruby193/lib/ruby/1.9.1/erb.rb | |
193 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/root.rb | |
194 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/util.rb | |
195 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/version.rb | |
196 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/helpers.rb | |
197 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/buffer.rb | |
198 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/shared.rb | |
199 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/parser.rb | |
200 C:/Ruby193/lib/ruby/1.9.1/cgi/core.rb | |
201 C:/Ruby193/lib/ruby/1.9.1/cgi/cookie.rb | |
202 C:/Ruby193/lib/ruby/1.9.1/cgi/util.rb | |
203 C:/Ruby193/lib/ruby/1.9.1/cgi.rb | |
204 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/compiler.rb | |
205 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/filters.rb | |
206 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/error.rb | |
207 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/engine.rb | |
208 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml/railtie.rb | |
209 C:/Ruby193/lib/ruby/gems/1.9.1/gems/haml-3.1.4/lib/haml.rb | |
210 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/source_data/item.rb | |
211 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/extra/file_proxy.rb | |
212 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/source_data/layout.rb | |
213 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/rules_collection.rb | |
214 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/compiler_dsl.rb | |
215 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/rule.rb | |
216 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/result_data/item_rep.rb | |
217 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/item_rep_proxy.rb | |
218 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/rule_context.rb | |
219 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/store.rb | |
220 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/checksum_store.rb | |
221 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/compiled_content_cache.rb | |
222 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/dependency_tracker.rb | |
223 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/directed_graph.rb | |
224 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/rule_memory_store.rb | |
225 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/outdatedness_checker.rb | |
226 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/rule_memory_calculator.rb | |
227 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/item_rep_recorder_proxy.rb | |
228 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/compilation/outdatedness_reasons.rb | |
229 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/filters/haml.rb | |
230 C:/Ruby193/lib/ruby/gems/1.9.1/gems/nanoc-3.3.1/lib/nanoc/base/errors.rb | |
[NOTE] | |
You may have encountered a bug in the Ruby interpreter or extension libraries. | |
Bug reports are welcome. | |
For details: http://www.ruby-lang.org/bugreport.html | |
This application has requested the Runtime to terminate it in an unusual way. | |
Please contact the application's support team for more information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment