Skip to content

Instantly share code, notes, and snippets.

@volkanunsal
Created December 14, 2009 02:07
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 volkanunsal/255721 to your computer and use it in GitHub Desktop.
Save volkanunsal/255721 to your computer and use it in GitHub Desktop.
...rs\trumbo\Desktop\nex3-010> rake install --trace
(in C:/Users/trumbo/Desktop/nex3-010)
** Invoke install (first_time)
** Invoke build (first_time)
** Execute build
WARNING: no rubyforge_project specified
Successfully built RubyGem
Name: dynamicmatic
Version: 0.1.0
File: dynamicmatic-0.1.0.gem
** Execute install
Executing "gem install ./pkg/dynamicmatic-0.1.0.gem":
gem install ./pkg/dynamicmatic-0.1.0.gem
ERROR: Error installing ./pkg/dynamicmatic-0.1.0.gem:
dynamicmatic requires sinatra (>= 0.10.1, runtime)
rake aborted!
Command failed with status (1): [gem install ./pkg/dynamicmatic-0.1.0.gem...]
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in `sh'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1010:in `call'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1010:in `sh'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1094:in `sh'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/technicalpickles-jeweler-1.2.1/lib/jeweler/commands/install_gem.rb:17:in `run'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/technicalpickles-jeweler-1.2.1/lib/jeweler.rb:87:in `install_gem'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/technicalpickles-jeweler-1.2.1/lib/jeweler/tasks.rb:58:in `define'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in `invoke_with_call_chain'
C:/xampp/ruby/lib/ruby/1.8/monitor.rb:242:in `synchronize'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
C:/xampp/ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
C:/xampp/ruby/bin/rake:19:in `load'
C:/xampp/ruby/bin/rake:19
...rs\trumbo\Desktop\nex3-010>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment