Skip to content

Commit

Permalink
proper namespacing and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rossriley committed Nov 2, 2011
1 parent c603204 commit 821b18e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/obbistrano_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@

desc "Uses configs in the app/platform directory to configure servers"
task :install, :roles =>[:host] do
config_check
needs_root
host.config_check
host.needs_root
begin
with_user("root", "#{root_pass}") do
run "ln -s /etc/nginx/sites-enabled/#{user}.conf #{deploy_to}/app/platform/nginx.conf"
Expand Down
2 changes: 1 addition & 1 deletion obbistrano.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{obbistrano}
s.version = "1.1.60"
s.version = "1.1.61"
s.authors = ["Ross Riley", "One Black Bear"]
s.date = Time.now
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
Expand Down

0 comments on commit 821b18e

Please sign in to comment.