man/man_helper.rb in motherbrain-1.1.1 vs man/man_helper.rb in motherbrain-1.1.2

- old
+ new

@@ -15,10 +15,10 @@ shell = Thor::Shell::Basic.new metadata = MB::CookbookMetadata.new metadata.name = "plugin" - metadata.version = Solve::Version.new("1.0.0") + metadata.version = Semverse::Version.new("1.0.0") plugin = MB::Plugin.new(metadata) plugin.bootstrap_routine = MB::Bootstrap::Routine.new(plugin)