Module: Rebundler

Defined in:
lib/rebundler.rb,
lib/rebundler/parser.rb,
lib/rebundler/gem_set.rb,
lib/rebundler/version.rb,
lib/rebundler/visitor.rb,
lib/rebundler/formatter.rb,
lib/rebundler/serializer.rb,
lib/rebundler/gem_declaration.rb

Defined Under Namespace

Classes: Error, Formatter, GemDeclaration, GemSet, Parser, Serializer, Visitor

Constant Summary collapse

SORTABLE_NODES =
%i[plugin gem].freeze
DIRECTIVE_AND_BLOCK_NODES =
%i[gemspec git group path platforms ruby source install_if].freeze
VERSION =
"0.6.1"