active_sms 0.0.1
Say you want to send sms in your app. You think it's simple. What (most likely) you do? you create simple class to do it. Then you need to mock it in tests, and need to use different backend in different environments, or even use multiple backends in single environment. This gems aims at solving most common cases for sending sms in your app
Gemfile:
=
安装:
=
Development 依赖 (7):
bundler
~> 1.12
guard
~> 2.14
guard-rspec
~> 4.7
pry-byebug
~> 3.4
rake
~> 10.0
rspec
~> 3.0
rubocop
>= 0