-
Name
-
ivar
-
Version
-
0.4.7
-
Platform
-
ruby
-
Authors
-
Avdi Grimm
-
Bindir
-
bin
-
Date
-
2025-05-07 00:00:00 UTC
-
Dependencies
-
prism (~> 1.2)
-
Description
-
Ivar is a Ruby gem that automatically checks for typos in instance variables.
-
Email
-
avdi@avdi.codes
-
Files
-
.augment-guidelines
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/post-create.sh
.editorconfig
.rubocop.yml
.standard.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
Rakefile
VERSION.md
examples/check_all_block_example.rb
examples/check_all_example.rb
examples/inheritance_with_kwarg_init.rb
examples/inheritance_with_positional_init.rb
examples/mixed_positional_and_kwarg_init.rb
examples/require_check_all_example.rb
examples/sandwich_inheritance.rb
examples/sandwich_with_accessors.rb
examples/sandwich_with_block_values.rb
examples/sandwich_with_checked.rb
examples/sandwich_with_checked_once.rb
examples/sandwich_with_initial_values.rb
examples/sandwich_with_ivar_block.rb
examples/sandwich_with_ivar_macro.rb
examples/sandwich_with_kwarg_init.rb
examples/sandwich_with_positional_init.rb
examples/sandwich_with_shared_values.rb
hooks/README.md
hooks/install.sh
hooks/pre-commit
lib/ivar.rb
lib/ivar/check_all.rb
lib/ivar/check_all_manager.rb
lib/ivar/check_policy.rb
lib/ivar/checked.rb
lib/ivar/checked/class_methods.rb
lib/ivar/checked/instance_methods.rb
lib/ivar/declaration.rb
lib/ivar/explicit_declaration.rb
lib/ivar/explicit_keyword_declaration.rb
lib/ivar/explicit_positional_declaration.rb
lib/ivar/macros.rb
lib/ivar/manifest.rb
lib/ivar/policies.rb
lib/ivar/project_root.rb
lib/ivar/targeted_prism_analysis.rb
lib/ivar/validation.rb
lib/ivar/version.rb
script/console
script/de-lint
script/de-lint-unsafe
script/lint
script/release
script/setup
script/test
sig/ivar.rbs
test_file.rb
-
Homepage
-
https://github.com/avdi/ivar
-
Licenses
-
MIT
-
Metadata
-
{"allowed_push_host"=>"https://rubygems.org", "homepage_uri"=>"https://github.com/avdi/ivar", "source_code_uri"=>"https://github.com/avdi/ivar", "changelog_uri"=>"https://github.com/avdi/ivar/blob/main/CHANGELOG.md"}
-
Require paths
-
lib
-
Required ruby version
-
>= 3.3.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.5.3
-
Specification version
-
4
-
Summary
-
A Ruby gem that automatically checks for typos in instance variables.
-
Original platform
-
ruby
-
New platform
-
ruby