Sha256: 573615626b9c552107db2b8e52d1804a67facf58429cf246ef6b99524e143a15
Contents?: true
Size: 1.95 KB
Versions: 0
Compression: gzip
Compressed size: 832 Bytes
Stored size: 832 Bytes
Contents
--- !ruby/object:Gem::Specification name: dead_end version: !ruby/object:Gem::Version version: 2.0.1 platform: ruby authors: - schneems autorequire: bindir: exe cert_chain: [] date: 2021-10-19 00:00:00.000000000 Z dependencies: [] description: When you get an "unexpected end" in your syntax this gem helps you find it email: - richard.schneeman+foo@gmail.com executables: - dead_end extensions: [] extra_rdoc_files: [] files: - ".circleci/config.yml" - ".github/workflows/check_changelog.yml" - ".gitignore" - ".rspec" - ".standard.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - dead_end.gemspec - exe/dead_end - lib/dead_end.rb - lib/dead_end/around_block_scan.rb - lib/dead_end/auto.rb - lib/dead_end/banner.rb - lib/dead_end/block_expand.rb - lib/dead_end/capture_code_context.rb - lib/dead_end/clean_document.rb - lib/dead_end/code_block.rb - lib/dead_end/code_frontier.rb - lib/dead_end/code_line.rb - lib/dead_end/code_search.rb - lib/dead_end/display_code_with_line_numbers.rb - lib/dead_end/display_invalid_blocks.rb - lib/dead_end/fyi.rb - lib/dead_end/internals.rb - lib/dead_end/lex_all.rb - lib/dead_end/lex_value.rb - lib/dead_end/parse_blocks_from_indent_line.rb - lib/dead_end/version.rb - lib/dead_end/who_dis_syntax_error.rb homepage: https://github.com/zombocom/dead_end.git licenses: - MIT metadata: homepage_uri: https://github.com/zombocom/dead_end.git source_code_uri: https://github.com/zombocom/dead_end.git post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.22 signing_key: specification_version: 4 summary: Find syntax errors in your source in a snap test_files: []