淘宝短信接口添加
parents
Showing
.gitignore
0 → 100644
.travis.yml
0 → 100644
Gemfile
0 → 100644
source 'https://ruby.taobao.org' | ||
# Specify your gem's dependencies in sms.gemspec | ||
gemspec |
README.md
0 → 100644
Rakefile
0 → 100644
bin/sms
0 → 100755
lib/sms.rb
0 → 100644
lib/sms/taobao.rb
0 → 100644
lib/sms/version.rb
0 → 100644
lib/sms/zucp.rb
0 → 100644
lib/tasks/sms.rake
0 → 100644
lib/templates/sms.yml
0 → 100644
sms.gemspec
0 → 100644
# coding: utf-8 | ||
lib = File.expand_path('../lib', __FILE__) | ||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
require 'sms/version' | ||
Gem::Specification.new do |spec| | ||
spec.name = "sms" | ||
spec.version = Sms::VERSION | ||
spec.authors = ["lra"] | ||
spec.email = ["1261847034@qq.com"] | ||
spec.summary = %q{sms send.} | ||
spec.description = %q{sms send.} | ||
spec.homepage = "" | ||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } | ||
spec.bindir = "bin" | ||
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } | ||
spec.require_paths = ["lib"] | ||
# if spec.respond_to?(:metadata) | ||
# spec.metadata['allowed_push_host'] = "Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server." | ||
# end | ||
spec.add_development_dependency "bundler", "~> 1.9" | ||
spec.add_development_dependency "rake", "~> 10.0" | ||
spec.add_development_dependency "activesupport", "~> 4.1.12" | ||
spec.add_development_dependency 'redis', '~> 3.2', '>= 3.2.1' | ||
end |
test/test_helper.rb
0 → 100644
test/zucp_test.rb
0 → 100644
Please
register
or
sign in
to comment