-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
last step should be rake build #5
Comments
There is no mention of rake install in the guide :( Could you please provide further context for this? |
I'm so sorry I meant rake release. running rake release gives me but running rake build gives me the gem in the pkg directory |
That's strange. What's your Rakefile look like? |
it was generated by bundler and I added a rspec task. This is it require 'bundler' RSpec::Core::RakeTask.new do |t| |
fix listing path for lib/hola/translator.rb in "make your own gem" guide
not rake install
The text was updated successfully, but these errors were encountered: