文件名称:voto-ruby:(进行中)用于与 VOTO Mobile API 通信的 Ruby gem
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-27 21:17:33
Ruby
投票Ruby 使用 VOTO Mobile REST API 的模块。 安装 将此行添加到应用程序的 Gemfile 中: gem 'voto_ruby' 然后执行: $ bundle 或者自己安装: $ gem install voto_ruby 用法 TODO:在这里写使用说明 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建一个新的拉取请求
【文件预览】:
voto-ruby-master
----.gitignore(118B)
----Guardfile(221B)
----.travis.yml(199B)
----LICENSE(1KB)
----spec()
--------rest()
--------util()
--------voto_ruby_spec.rb(710B)
--------spec_helper.rb(70B)
----README.md(990B)
----.coveralls.yml(23B)
----voto_ruby.gemspec(1KB)
----lib()
--------voto_ruby.rb(812B)
--------voto_ruby()
----Gemfile(94B)
----Rakefile(286B)