README.md in catarse_moip-0.1.1 vs README.md in catarse_moip-1.0.0

- old
+ new

@@ -1,8 +1,8 @@ -# CatarseMoip +# CatarseMoip [![Build Status](https://travis-ci.org/catarse/catarse_moip.png)](https://travis-ci.org/catarse/catarse_moip) -Catarse moip integration with [Catarse](http://github.com/danielweinmann/catarse) crowdfunding platform +Catarse moip integration with [Catarse](http://github.com/catarse/catarse) crowdfunding platform ## Installation Add this lines to your Catarse application's Gemfile: @@ -27,33 +27,9 @@ In Rails console, run this: Configuration.create!(name: "moip_uri", value: "https://desenvolvedor.moip.com.br/sandbox") Configuration.create!(name: "moip_token", value: "TOKEN") Configuration.create!(name: "moip_key", value: "KEY") - -## Development environment setup - -Clone the repository: - - $ git clone git://github.com/devton/catarse_moip.git - -Add the catarse code into test/dummy: - - $ git submodule add git://github.com/danielweinmann/catarse.git test/dummy - -Copy the Catarse's gems to Gemfile: - - $ cat test/dummy/Gemfile >> Gemfile - -And then execute: - - $ bundle - -## Troubleshooting in development environment - -Remove the admin folder from test/dummy application to prevent a weird active admin bug: - - $ rm -rf test/dummy/app/admin ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)