Skip to content

Commit

Permalink
Make faye a development dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Oct 24, 2012
1 parent ce568c7 commit dde6f09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ Restforce supports the [Streaming API](http://wiki.developerforce.com/page/Getti
pub/sub with Salesforce a trivial task:

```ruby
# Restforce uses faye as the underlying implementation for CometD. I recommend
# using faye 0.8.3.
require 'faye'

# Initialize a client with your username/password/oauth token/etc.
client = Restforce.new

Expand Down
2 changes: 1 addition & 1 deletion restforce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Gem::Specification.new do |gem|
gem.add_dependency 'faraday_middleware', '~> 0.8.8'
gem.add_dependency 'json', '~> 1.7.5'
gem.add_dependency 'hashie', '~> 1.2.0'
gem.add_dependency 'faye', '0.8.3'

gem.add_development_dependency 'rspec'
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'faye', '0.8.3'
end

0 comments on commit dde6f09

Please sign in to comment.