https://github.com/danielweinmann/unlock_moip
Moip Assinaturas integration with Unlock
https://github.com/danielweinmann/unlock_moip
Last synced: about 1 year ago
JSON representation
Moip Assinaturas integration with Unlock
- Host: GitHub
- URL: https://github.com/danielweinmann/unlock_moip
- Owner: danielweinmann
- License: mit
- Created: 2014-10-29T15:44:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T18:33:13.000Z (over 9 years ago)
- Last Synced: 2025-03-12T11:49:35.301Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# UnlockMoip [](https://codeclimate.com/github/danielweinmann/unlock_moip)
Moip Assinaturas integration with [Unlock](http://github.com/danielweinmann/unlock) recurring crowdfunding platform
## Installation
Add this line to your Unlock application's Gemfile:
``` ruby
gem 'unlock_moip'
```
And then execute:
``` terminal
bundle
```
## Usage
Add the following line to your application.js, after _require_tree ._
``` ruby
//= require unlock_moip
```
Add the following line to your application.css.sass, after all other non-gateway-specific imports
``` ruby
@import unlock_moip
```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
This project rocks and uses MIT-LICENSE.