lib/tapioca/cli.rb in tapioca-0.1.5 vs lib/tapioca/cli.rb in tapioca-0.2.0
- old
+ new
@@ -34,11 +34,11 @@
Tapioca.silence_warnings do
generator.build_gem_rbis(gems)
end
end
- desc "bundle", "sync RBIs to Gemfile"
- def bundle
+ desc "sync", "sync RBIs to Gemfile"
+ def sync
Tapioca.silence_warnings do
generator.sync_rbis_with_gemfile
end
end