Skip to content
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

Open
pathsny opened this issue Oct 16, 2010 · 4 comments
Open

last step should be rake build #5

pathsny opened this issue Oct 16, 2010 · 4 comments

Comments

@pathsny
Copy link

pathsny commented Oct 16, 2010

not rake install

@radar
Copy link
Owner

radar commented Oct 16, 2010

There is no mention of rake install in the guide :( Could you please provide further context for this?

@pathsny
Copy link
Author

pathsny commented Oct 16, 2010

I'm so sorry I meant rake release.

running rake release gives me
rake aborted!
Don't know how to build task 'release'

but running rake build gives me the gem in the pkg directory

@radar
Copy link
Owner

radar commented Oct 16, 2010

That's strange. What's your Rakefile look like?

@pathsny
Copy link
Author

pathsny commented Oct 16, 2010

it was generated by bundler and I added a rspec task. This is it

require 'bundler'
require 'rspec'
require 'rspec/core/rake_task'
Bundler::GemHelper.install_tasks

RSpec::Core::RakeTask.new do |t|
t.rspec_opts = %w(-fs --color)
end

radar pushed a commit that referenced this issue Jun 30, 2017
fix listing path for lib/hola/translator.rb in "make your own gem" guide
radar pushed a commit that referenced this issue Jun 30, 2017
Closes #4 - Remove link for modern day ruby warrior
Closes #7 - Fix dead internal link on security
Closes #9 - Remove modern day ruby warrior from resources
Closes #14 - Fix link to rubygems mirror repo
Closes #5 - Fix broken links from rubyforge on make your own gem page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants