[rspec-devel] [ rspec-Patches-12774 ] Add shebang to bin/spec so that Edge may be run for non-Rails projects
noreply at rubyforge.org
noreply at rubyforge.org
Thu Aug 2 07:03:20 EDT 2007
Patches item #12774, was opened at 2007-08-02 10:11
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3151&aid=12774&group_id=797
Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 3
Submitted By: Michael Klishin (michaelklishin)
>Assigned to: David Chelimsky (dchelimsky)
Summary: Add shebang to bin/spec so that Edge may be run for non-Rails projects
Initial Comment:
I found out that bin/spec bootstrap script is missing shebang so Edge can't be used for pure Ruby projects.
Here is the patch that adds shebang so you only have to link /usr/bin/spec or /opt/local/bin or whatever to your bin/spec in RSpec repository working copy to be running Edge.
We may add this information to documentation section "Living on the edge". What is the best way to submit it? I'm ready to contribute some information on how jump from gem to the edge.
----------------------------------------------------------------------
>Comment By: David Chelimsky (dchelimsky)
Date: 2007-08-02 11:03
Message:
First, I don't see a patch.
Second, I don't recall the specific problem, but we originally had the shebang in there and removed it because there was a conflict, I believe, on windows systems. When you install the gem on *nix systems it gets added to the spec command.
So simply sticking it in the file would not be acceptable.
I'm closing this, but if you have an alternative idea as to how to approach this, feel free to reopen it.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3151&aid=12774&group_id=797
More information about the rspec-devel
mailing list