RubyGems Navigation menu

isort 0.2.1

isort automatically sorts and organizes import statements in Ruby files. It groups imports into sections (stdlib, third-party, first-party, local), sorts alphabetically within each section, removes duplicates, and preserves comments. Supports require, require_relative, include, extend, autoload, and using statements. Features include: check mode for CI integration, diff preview, atomic mode with syntax validation, skip directives for fine-grained control, and recursive directory processing. Inspired by Python's isort.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.2.1 January 03, 2026 (35KB)
  2. 0.2.0 January 03, 2026 (12.5KB)
  3. 0.1.5 December 29, 2024 (9.5KB)
  4. 0.1.4 December 29, 2024 (9KB)
  5. 0.1.3 December 28, 2024 (9KB)

Runtime依存関係 (1):

optparse ~> 0.2.0

Development依存関係 (3):

bundler ~> 2.0
rake ~> 13.0
rspec ~> 3.0

所有者:

プッシュ者:

作者:

  • abhinvv1

SHA 256チェックサム:

=

累計ダウンロード数 1,140

このバージョンのみ 122

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.6.0

リンク: