2009/8/18 Maciej Bliziński <[email protected]>: > Hello rspec, > > I'm working on a Solaris rspec package (for OpenCSW). I pulled the > current git sources as described at http://wiki.github.com/dchelimsky/rspec > in the "Build and install the rspec gem from source" section. After > 'rake gem' I'm getting: > > /export/home/maciej/src/rspec/Rakefile:92: warning: ambiguous first > argument; put parentheses or even spaces > rake aborted! > undefined method `gem' for main:Object > /export/home/maciej/src/rspec/Rakefile:2 > (See full trace by running task with --trace) > (in /export/home/maciej/src/rspec) > > Does it mean that the gem target is missing from the Rakefile, or am I > doing something wrong? > > More information: > > $ rake --version > rake, version 0.8.7
What Ruby and Rubygems versions:? $ ruby --version $ gem --version > > Last git commit: > 3cb2913a43c172b629d19bd32ba54e8cbb25e754 > > Maciej > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
