:-(


			
[ari: ~/src/rubinius.code] rake spec:committer
(in /Users/ari/src/rubinius.code)
git config remote.origin.url git@github.com:rubyspec/rubyspec.git

You're now accessing rubyspec via the committer URL.
[ari: ~/src/rubinius.code] rake spec:update
(in /Users/ari/src/rubinius.code)

Updating rubyspec repository...
* Saving changes...
* Pulling in new commits...
git fetch
The authenticity of host 'github.com (65.74.177.129)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,65.74.177.129' (RSA) to the list of known hosts.
remote: Counting objects: 95, done.
remote: Compressing objects: 100% (34/3remote: 4), done.
remote: Total 71 (delta 37), reused 69 (delta 35)
Unpacking objects: 100% (71/71), done.
From git@github.com:rubyspec/rubyspec
   fd67a51..0330ac4  master     -> origin/master
git rebase origin
First, rewinding head to replay your work on top of it...
HEAD is now at 0330ac4... Merge branch 'master' of git@github.com:rubyspec/rubyspec
Fast-forwarded master to origin.
* Applying changes...
git stash apply
Auto-merged 1.8/core/file/setgid_spec.rb
Auto-merged 1.8/core/file/setuid_spec.rb
# On branch master
nothing to commit (working directory clean)
[ari: ~/src/rubinius.code] rake spec:push
(in /Users/ari/src/rubinius.code)

Updating rubyspec repository...
* Pulling in new commits...
git fetch
git rebase origin
Current branch master is up to date.

Pushing changes to the rubyspec repository...
* Merging topic 'master' back into master...
git merge master
Already up-to-date.
* Pushing changes...
git push
Everything up-to-date
[ari: ~/src/rubinius.code]