Notable changes:
- Upgrade to RxJava 1.2.2
- Remove the RS Subscriber reuse check from the PublisherAdapter to allow subscribing with the same exact instance if the downstream wants to (Flowable.concat, Flowable.retry, etc use the same instance when subscribing to every source because they are safe to do so).