Skip to content

Commit

Permalink
Gemfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsofapollo committed Apr 27, 2011
1 parent cb29fdf commit 3675e82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ gem 'activesupport'

gem 'savon_spec', :groups => [:test, :development]
gem 'rspec', "> 2.0", :groups => [:test, :development]
gem 'flexmock', :group => :test
gem 'watchr', :groups => [:test, :development]
gem 'ruby-fsevent', :groups => [:test, :development]
gem 'flexmock', :group => [:test, :development]
gem 'timecop', :groups => [:test, :development]

group :development do
gem 'watchr'
gem 'ruby-fsevent'
end


1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Through {Eloqua::Query} you can search through your Eloqua database.

Given we have this Contact class:


class Contact < Eloqua::Contact
self.remote_type = api.remote_type('Contact')
Expand Down

0 comments on commit 3675e82

Please sign in to comment.