lib/pry-theme.rb in pry-theme-1.1.2 vs lib/pry-theme.rb in pry-theme-1.1.3

- old
+ new

@@ -15,9 +15,10 @@ require 'pry-theme/color_table' require 'pry-theme/basic_editor' require 'pry-theme/commands' Pry.config.hooks +Pry.config.hooks .add_hook(:when_started, :pry_theme, PryTheme::WhenStartedHook.new) module PryTheme # The VERSION file must be in the root directory of the library.