diff options
Diffstat (limited to 'test/scanners/yaml/gemspec.expected.raydebug')
-rw-r--r-- | test/scanners/yaml/gemspec.expected.raydebug | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/test/scanners/yaml/gemspec.expected.raydebug b/test/scanners/yaml/gemspec.expected.raydebug new file mode 100644 index 0000000..11cf53f --- /dev/null +++ b/test/scanners/yaml/gemspec.expected.raydebug @@ -0,0 +1,111 @@ +tag(---) type(!ruby/object)operator(:)class(Gem::Specification) +key(name)operator(:) string(coderay) +key(version)operator(:) type(!ruby/object)operator(:)class(Gem::Version) + key(version)operator(:) string(0.7.9.257) +key(platform)operator(:) string(ruby) +key(authors)operator(:) +operator(-) string(murphy) +key(autorequire)operator(:) string(coderay) +key(bindir)operator(:) string(bin) +key(cert_chain)operator(:) string([]) + +key(date)operator(:) string(2008-09-24 00:00:00 +02:00) +key(default_executable)operator(:) +key(dependencies)operator(:) string([]) + +key(description)operator(:) string("CodeRay is a Ruby library for syntax highlighting. I try to make CodeRay easy to use and intuitive, but at the same time fully featured, complete, fast and efficient. Usage is simple: require 'coderay' code = 'some %q(weird (Ruby\) can't shock\) me!' puts CodeRay.scan(code, :ruby\).html") +key(email)operator(:) string(murphy@cYcnus.de) +key(executables)operator(:) +operator(-) string(coderay) +operator(-) string(coderay_stylesheet) +key(extensions)operator(:) string([]) + +key(extra_rdoc_files)operator(:) +operator(-) string(./README) +operator(-) string(./FOLDERS) +key(files)operator(:) +operator(-) string(./lib/coderay/duo.rb) +operator(-) string(./lib/coderay/encoder.rb) +operator(-) string(./lib/coderay/encoders/_map.rb) +operator(-) string(./lib/coderay/encoders/count.rb) +operator(-) string(./lib/coderay/encoders/debug.rb) +operator(-) string(./lib/coderay/encoders/div.rb) +operator(-) string(./lib/coderay/encoders/html/css.rb) +operator(-) string(./lib/coderay/encoders/html/numerization.rb) +operator(-) string(./lib/coderay/encoders/html/output.rb) +operator(-) string(./lib/coderay/encoders/html.rb) +operator(-) string(./lib/coderay/encoders/null.rb) +operator(-) string(./lib/coderay/encoders/page.rb) +operator(-) string(./lib/coderay/encoders/span.rb) +operator(-) string(./lib/coderay/encoders/statistic.rb) +operator(-) string(./lib/coderay/encoders/text.rb) +operator(-) string(./lib/coderay/encoders/tokens.rb) +operator(-) string(./lib/coderay/encoders/xml.rb) +operator(-) string(./lib/coderay/encoders/yaml.rb) +operator(-) string(./lib/coderay/for_redcloth.rb) +operator(-) string(./lib/coderay/helpers/file_type.rb) +operator(-) string(./lib/coderay/helpers/gzip_simple.rb) +operator(-) string(./lib/coderay/helpers/plugin.rb) +operator(-) string(./lib/coderay/helpers/word_list.rb) +operator(-) string(./lib/coderay/scanner.rb) +operator(-) string(./lib/coderay/scanners/_map.rb) +operator(-) string(./lib/coderay/scanners/c.rb) +operator(-) string(./lib/coderay/scanners/css.rb) +operator(-) string(./lib/coderay/scanners/debug.rb) +operator(-) string(./lib/coderay/scanners/delphi.rb) +operator(-) string(./lib/coderay/scanners/html.rb) +operator(-) string(./lib/coderay/scanners/java/builtin_types.rb) +operator(-) string(./lib/coderay/scanners/java.rb) +operator(-) string(./lib/coderay/scanners/java_script.rb) +operator(-) string(./lib/coderay/scanners/nitro_xhtml.rb) +operator(-) string(./lib/coderay/scanners/plaintext.rb) +operator(-) string(./lib/coderay/scanners/rhtml.rb) +operator(-) string(./lib/coderay/scanners/ruby/patterns.rb) +operator(-) string(./lib/coderay/scanners/ruby.rb) +operator(-) string(./lib/coderay/scanners/scheme.rb) +operator(-) string(./lib/coderay/scanners/xml.rb) +operator(-) string(./lib/coderay/style.rb) +operator(-) string(./lib/coderay/styles/_map.rb) +operator(-) string(./lib/coderay/styles/cycnus.rb) +operator(-) string(./lib/coderay/styles/murphy.rb) +operator(-) string(./lib/coderay/token_classes.rb) +operator(-) string(./lib/coderay/tokens.rb) +operator(-) string(./lib/coderay.rb) +operator(-) string(./lib/term/ansicolor.rb) +operator(-) string(./README) +operator(-) string(./LICENSE) +operator(-) string(./FOLDERS) +operator(-) string(bin/coderay) +operator(-) string(bin/coderay_stylesheet) +key(has_rdoc)operator(:) string(true) +key(homepage)operator(:) string(http://coderay.rubychan.de) +key(post_install_message)operator(:) +key(rdoc_options)operator(:) +operator(-) string(-SNw2) +operator(-) string(-mREADME) +operator(-) string(-a) +operator(-) string(-t) string(CodeRay) string(Documentation) +key(require_paths)operator(:) +operator(-) string(lib) +key(required_ruby_version)operator(:) type(!ruby/object)operator(:)class(Gem::Requirement) + key(requirements)operator(:) + operator(-) operator(-) string(">=") + operator(-) type(!ruby/object)operator(:)class(Gem::Version) + key(version)operator(:) string(1.8.2) + key(version)operator(:) +key(required_rubygems_version)operator(:) type(!ruby/object)operator(:)class(Gem::Requirement) + key(requirements)operator(:) + operator(-) operator(-) string(">=") + operator(-) type(!ruby/object)operator(:)class(Gem::Version) + key(version)operator(:) string("0") + key(version)operator(:) +key(requirements)operator(:) +operator(-) string(strscan) +key(rubyforge_project)operator(:) string(coderay) +key(rubygems_version)operator(:) string(1.3.0) +key(signing_key)operator(:) +key(specification_version)operator(:) string(2) +key(summary)operator(:) string(CodeRay is a fast syntax highlighter engine for many languages.) +key(test_files)operator(:) string([]) + + |