lib/bundleup/gem_status.rb in bundleup-0.5.0 vs lib/bundleup/gem_status.rb in bundleup-0.6.0
- old
+ new
@@ -1,4 +1,5 @@
+# rubocop:disable Metrics/BlockLength
module Bundleup
GemStatus = Struct.new(:name,
:old_version,
:new_version,
:newest_version,