Skip to content

Instantly share code, notes, and snippets.

View jwhitmire's full-sized avatar

Jeff Whitmire jwhitmire

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jwhitmire on github.
  • I am jwhitmire (https://keybase.io/jwhitmire) on keybase.
  • I have a public key whose fingerprint is BC6C 26FC 75D0 6810 81CD 23C5 5F68 7194 00D3 44F0

To claim this, I am signing this object:

set :user, "jeff"
set :application, "pdnet"
set :repository, "git@github.com:jwhitmire/#{application}.git"
set :use_sudo, false
set :deploy_to, "/home/#{user}/sites/#{application}"
set :scm, "git"
set :branch, "master"
set :git_shallow_clone, 1
set :deploy_via, :remote_cache
set :repository_cache, "cached-copy"
; NS Records
@ 3600 IN NS ns51.domaincontrol.com
@ 3600 IN NS ns52.domaincontrol.com
; A Records
@ 3600 IN A 67.23.34.123
; CNAME Records
calendar 3600 IN CNAME ghs.google.com.
###################################
# This rails template shamelessly started from one provided by BJ Clark. Thanks man.
# http://www.scidept.com && http://bjclark.me
###################################
run "echo TODO > README"
gem 'rspec', :source => "http://gems.github.com", :lib => "spec"
gem 'rspec-rails', :source => "http://gems.github.com", :lib => "spec/rails"
gem 'cucumber'
@jwhitmire
jwhitmire / pending snippet 2
Created November 23, 2009 16:43
pending snippet 2
describe "Test some object with pending tests" do
it "should make sure 2 + 2 = 4" do
4.should == (2 + 2)
end
it "should make sure the second derivative of something calcs fine" do
pending "This test can’t be implemented until derivatives make sense to me"
end
end
@jwhitmire
jwhitmire / pending snippet 4
Created November 23, 2009 18:03
pending snippet 4
describe "Test some object with pending tests" do
it "should make sure 2 + 2 = 4" do
4.should == (2 + 2)
end
it "should follow the rules of basic arithmetic" do
4.should be < 5
9.should_not == 76
pending "need to alter the rules of the universe to make this happen" do
@jwhitmire
jwhitmire / pending snippet 3
Created November 23, 2009 17:56
pending snippet 3
describe "Test some object with pending tests" do
it "should make sure 2 + 2 = 4" do
4.should == (2 + 2)
end
it "should follow the rules of basic arithmetic" do
4.should be < 5
9.should_not == 76
3.should == (1 + 1)
end
@jwhitmire
jwhitmire / pending snippet 3
Created November 23, 2009 18:00
pending snippet 1
describe "Test some object with pending tests" do
it "should make sure 2 + 2 = 4" do
4.should == (2 + 2)
end
it "should make sure the second derivative of something calcs fine"
end
/usr/local/Cellar/python/2.6.4/lib/python2.6/site-packages/gitgoggles/git.py:77: DeprecationWarning: object.__new__() takes no parameters
return object.__new__(cls, repo, sha, refspec)
/usr/local/Cellar/python/2.6.4/lib/python2.6/site-packages/gitgoggles/git.py:34: DeprecationWarning: object.__new__() takes no parameters
return object.__new__(cls, repo, sha, refspec)
fatal: ambiguous argument 'refs/remotes/origin/staging..refs/heads/braid/vendor/plugins/newrelic-rpm': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
fatal: ambiguous argument 'refs/heads/braid/vendor/plugins/newrelic-rpm..refs/remotes/origin/staging': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
fatal: ambiguous argument 'refs/remotes/origin/staging..refs/heads/chart_bugs': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
Unpacking objects: 100% (21/21), done.
From /Users/jeff/.braid/cache/git_github.com_jwhitmire_oauth
342b5ee..080f49d master -> braid/vendor/gems/oauth/master
* [new tag] v0.3.0 -> v0.3.0
* [new tag] v0.3.1 -> v0.3.1
* [new tag] v0.3.2 -> v0.3.2
* [new tag] v0.3.2.1 -> v0.3.2.1
From /Users/jeff/.braid/cache/git_github.com_jwhitmire_oauth
* [new tag] v0.3.1.1 -> v0.3.1.1
* [new tag] v0.3.1.2 -> v0.3.1.2