lib/autowow/features/gem.rb in autowow-0.15.0 vs lib/autowow/features/gem.rb in autowow-0.16.0
- old
+ new
@@ -78,9 +78,14 @@
rubocop_parallel_autocorrect
bundle_exec(["rspec"])
pretty_with_output.run(git_status)
end
+ def gem_install_source
+ pretty_with_output.run("gem build *.gemspec")
+ pretty_with_output.run("gem install *.gem")
+ end
+
def db_migrate
pretty_with_output.run(rake_db_migrate)
end
def db_schema