Skip to content

Commit

Permalink
updated gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
Druwerd committed Mar 20, 2012
1 parent 3f9767b commit cd63730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Adds a lock file to Capistrano deployments.

== Installation

$ gem install caplock
$ gem install gnm-caplock

Include in your Capfile
require 'rubygems'
require 'caplock'
require 'gnm-caplock'

== Usage

Expand Down
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'caplock'
require 'gnm-caplock'

class Test::Unit::TestCase
end

0 comments on commit cd63730

Please sign in to comment.