README.md in nubank_sdk-0.1.0 vs README.md in nubank_sdk-0.2.0
- old
+ new
@@ -1,6 +1,6 @@
-# NubankSdk
+# NubankSdk (Work in progress)
A gem to make it ease to monitorize your Nubank account.
<!-- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/nubank_sdk`. To experiment with that code, run `bin/console` for an interactive prompt. -->
@@ -31,5 +31,7 @@
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/viserion77/nubank_sdk.
+
+This project was based on the python implementation in this project: [andreroggeri/pynubank](https://github.com/andreroggeri/pynubank)