hyperoslo / cellular

Sending and receiving SMSs with Ruby through pluggable backends.
Other
20 stars 6 forks source link

Implement asynchronous SMS deliveries #12

Closed sindrenm closed 10 years ago

sindrenm commented 10 years ago

Note that Sidekiq has dropped support for MRI 1.9, which also led me to drop support for it in Cellular. I believe that should require a major version bump in SemVer, but it is a kind of special case. If you are already using Cellular on MRI 1.9 and update, then surely stuff will break, but if you're MRI 2.0+, then nothing will break. So I guess it's up for discussion whether or not we should bump to version 2.0, but in my opinion we should.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.24%) when pulling 9a69281a1637b51c56c706870a09f611d570ac9f on feature/async-deliveries into 1893e6c27b9184417375ae431986dff13555e4d0 on master.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.24%) when pulling 9a69281a1637b51c56c706870a09f611d570ac9f on feature/async-deliveries into 1893e6c27b9184417375ae431986dff13555e4d0 on master.

jgorset commented 10 years ago

This is nice.

jgorset commented 10 years ago

Thanks @sindrenm!