Skip to content

Commit

Permalink
Updating internal references to 'Rollbar.io'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Veys committed Jan 26, 2015
1 parent 045b843 commit 410e303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/mina/rollbar/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
set_default :rollbar_access_token, nil

# ### rollbar_username
# Sets the Rollbar.io username of the user who deployed. Optional.
# Sets the Rollbar username of the user who deployed. Optional.
set_default :rollbar_username, nil

# ### rollbar_local_username
Expand All @@ -47,7 +47,7 @@

namespace :rollbar do

desc 'Notifies Rollbar.io of your deployment'
desc 'Notifies Rollbar of your deployment'
task notify: :environment do

unless rollbar_access_token
Expand All @@ -71,7 +71,7 @@
script << "-F rollbar_username=#{rollbar_username}" if rollbar_username
script << "-F comment=#{rollbar_comment}" if rollbar_comment

queue! 'echo "-----> Notifying Rollbar.io of deployment"'
queue! 'echo "-----> Notifying Rollbar of deployment"'
queue! %[#{script.join(' ')}]

end
Expand Down
4 changes: 2 additions & 2 deletions mina-rollbar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.version = Mina::Rollbar::VERSION
spec.authors = ['Nick Veys']
spec.email = ['nick@codelever.com']
spec.summary = %q{Mina tasks for Rollbar.io}
spec.description = %q{Notify Rollbar.io of Mina deployments.}
spec.summary = %q{Mina tasks for Rollbar}
spec.description = %q{Notify Rollbar of Mina deployments.}
spec.homepage = 'https://github.com/code-lever/mina-rollbar'
spec.license = 'MIT'

Expand Down

0 comments on commit 410e303

Please sign in to comment.