README.rdoc in adyen-0.3.7 vs README.rdoc in adyen-0.3.8

- old
+ new

@@ -13,18 +13,24 @@ Moreover, it provides matchers, assertions and mocks to make it easier to implement an automated test suite to assert the integration is working correctly. == Installation -Add the following line to your <tt>environment.rb</tt> and run <tt>rake gems:install</tt> +<b>Bundler / Rails 3</b>: Add the following line to your <tt>Gemfile</tt>: + + gem 'adyen' + +<b>Rails 2.x</b>: Add the following line to your <tt>environment.rb</tt> and run <tt>rake gems:install</tt> to make the Adyen functionality available in your Rails project: - config.gem 'adyen', :source => 'http://gemcutter.org + config.gem 'adyen' You can also install it as a Rails plugin (*deprecated*): - script/plugin install git://github.com/wvanbergen/adyen.git + script/plugin install git://github.com/wvanbergen/adyen.git + +Depending on your use case, you may also need the following gems: activerecord, handsoap and nokogiri. == Usage See the project wiki on http://wiki.github.com/wvanbergen/adyen to get started. Complete RDoc documentation for the project can be found on http://rdoc.info/projects/wvanbergen/adyen. @@ -34,7 +40,8 @@ http://support.adyen.com/links/documentation == About This package is written by Michel Barbosa and Willem van Bergen for Floorplanner.com, and -made public under the MIT license (see LICENSE). It comes without warranty of any kind, so -use at your own risk. +made public under the MIT license (see LICENSE). Its is currently maintained by Willem van +Bergen, Stefan Borsje and Eloy Duran. We are not affiliated with Adyen B.V. The software +comes without warranty of any kind, so use at your own risk.