- refactored
SimpleRSS
- refactored and cleaned test cases
- include utf-8 assertions in tests
- improved support for different rubies and utf-8 support
- added Travis CI for most common ruby implementations
- [breaking change] get rid of class variables in favor of constants for tag definitions, you still can define your own tags by passing them in options hash, check tests for details
- merged pull requests from upstream:
- cardmagic#7 entry/item level attributes
- cardmagic#12 support for multiple tag category inside each item
- cardmagic#13 fix regexp warning on UTF-8 characters
- starting point