Skip to content

Instantly share code, notes, and snippets.

@mculp
Created April 8, 2011 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mculp/909310 to your computer and use it in GitHub Desktop.
Save mculp/909310 to your computer and use it in GitHub Desktop.
mculp:rails matthew$ gem build rails.gemspec
Successfully built RubyGem
Name: rails
Version: 3.1.0.beta
File: rails-3.1.0.beta.gem
mculp:rails matthew$ rake install
(in /Users/matthew/work/rails)
(in /Users/matthew/work/rails/activesupport)
(in /Users/matthew/work/rails/activemodel)
(in /Users/matthew/work/rails/actionpack)
(in /Users/matthew/work/rails/actionmailer)
(in /Users/matthew/work/rails/activeresource)
(in /Users/matthew/work/rails/activerecord)
(in /Users/matthew/work/rails/railties)
INSTALLING activesupport
Successfully installed activesupport-3.1.0.beta
1 gem installed
INSTALLING activemodel
Successfully installed activemodel-3.1.0.beta
1 gem installed
INSTALLING actionpack
Successfully installed actionpack-3.1.0.beta
1 gem installed
INSTALLING actionmailer
Successfully installed actionmailer-3.1.0.beta
1 gem installed
INSTALLING activeresource
Successfully installed activeresource-3.1.0.beta
1 gem installed
INSTALLING activerecord
Successfully installed activerecord-3.1.0.beta
1 gem installed
Successfully installed railties-3.1.0.beta
1 gem installed
ERROR: Could not find a valid gem 'pkg/rails-3.1.0.beta.gem' (>= 0) in any repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment