This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2$ ./bin/goaloc | |
Loading goaloc gem | |
>> route [:panels, [:topics, [:questions, :comments]]], :invitations, :invitation_groups Panel Panel | |
Topic PanelTopic | |
Question PanelTopicQuestion | |
Comment PanelTopicQuestionComment | |
Invitation Invitation | |
InvitationGroup InvitationGroup | |
=> [[:panels, [:topics, [:questions, :comments]]], :invitations, :invitation_groups] | |
>> add_attrs :topics => "title:string body:text", :questions => "body:string", :comments => "body:string", :invitation_groups => "name:string panelnym_prefix:string target_headcount:integer", :invitations => "state:string recipient:string" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2$ rake release --trace | |
(in /Users/mknox/hack/ruby/goaloc) | |
** Invoke release (first_time) | |
** Execute release | |
rake aborted! | |
Hey buddy, try committing them files first | |
/opt/local/lib/ruby/gems/1.8/gems/technicalpickles-jeweler-0.4.1/lib/jeweler/release.rb:7:in `release' | |
/opt/local/lib/ruby/gems/1.8/gems/technicalpickles-jeweler-0.4.1/lib/jeweler/tasks.rb:83:in `define_tasks' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call' | |
/opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
[remote "origin"] | |
url = [email protected]:calendaraboutcoding.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
[branch "master"] | |
remote = origin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
what I did was | |
git clone git://github.com/francois/piston.git | |
cd piston | |
rake install_gem | |
this dumped a bunch of output, as it built the gem and then asked me for sudo password to install: | |
... |
NewerOlder