Skip to content

Commit

Permalink
Updating name of gem in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
sepastian committed Oct 23, 2013
1 parent ef20bc2 commit 90175c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano-unicorn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require File.expand_path("../lib/capistrano/unicorn/version", __FILE__)

Gem::Specification.new do |spec|
spec.name = "sepastian-capistrano3-unicorn"
spec.name = "capistrano-unicorn"
spec.version = CapistranoUnicorn::VERSION.dup
spec.author = "Sebastian Gassner, Dan Sosedoff"
spec.email = "[email protected]"
Expand Down

0 comments on commit 90175c2

Please sign in to comment.