Skip to content

Commit

Permalink
Readme tweak to reflect installation & usage instructions for 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Hambley committed Jul 6, 2009
1 parent 30167fd commit 41f76e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -16,7 +16,7 @@ Open your application's `Capfile` and replace the following:
With these three lines:

require 'rubygems'
require 'leehambley-railsless-deploy/deploy'
require 'leehambley-railsless-deploy'
load 'config/deploy'

You should then be able to proceed as you would usually, you may want to familiarise yourself with the truncated list of tasks, you can get a full list with:
Expand Down
3 changes: 2 additions & 1 deletion railsless-deploy.gemspec
@@ -1,11 +1,12 @@
spec = Gem::Specification.new do |s|
s.name = 'railsless-deploy'
s.version = '0.0.10'
s.version = '0.0.11'
s.summary = "Deployment recipe for Capistrano without the Railsisms, "
s.description = %{Railsless deploy recipe for capistrano, replaces the default}
s.files = Dir['lib/**/*.rb']
s.require_path = 'lib'
s.has_rdoc = false
s.autorequire = 'deploy'
s.author = "Lee Hambley"
s.email = "lee.hambley@gmail.com"
s.homepage = "http://lee.hambley.name/"
Expand Down

0 comments on commit 41f76e1

Please sign in to comment.