Skip to content

Commit

Permalink
fixing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Silvis authored and Mike Silvis committed May 25, 2012
1 parent 0c3d331 commit 301550e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -27,7 +27,7 @@ gem 'delayed_job'
gem 'faraday'
gem 'annotate'
gem 'kaminari'

gem 'twilio'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
group :development, :test do
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -304,6 +304,9 @@ GEM
tuxedo (0.9.2)
cane
reek
twilio (3.1.0)
builder (>= 2.1.2)
httparty (~> 0.8)
twitter (2.4.0)
activesupport (>= 2.3.9, < 4)
faraday (~> 0.8)
Expand Down Expand Up @@ -373,6 +376,7 @@ DEPENDENCIES
sqlite3
squeel
tuxedo
twilio
twitter
uglifier (>= 1.0.3)
zurb-foundation
2 changes: 1 addition & 1 deletion app/models/message.rb
Expand Up @@ -25,7 +25,7 @@ def send_to_services
# def send_twitter_update
# return if comment.length > 180
# client = user.twitter_client
# client.update(comment) if client
# client.update(comment) if client && message.original_growl?
# end
end
# == Schema Information
Expand Down

0 comments on commit 301550e

Please sign in to comment.