🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more
Socket
Book a DemoInstallSign in
Socket

sayisal_captcha

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sayisal_captcha

bundlerRubygems
Version
0.0.3
Version published
Maintainers
1
Created
Source

Gem Version Build Status Coverage Status Code Climate Test Coverage Circle CI Codeship

SayisalCaptcha

Captcha işlemleri için random tek basamaklı 2 sayı üretir ve yine random olarak ya toplama ya da çarpma işlemi yaparak sonucu verir.

Kurulum

Gemfile:

gem 'sayisal_captcha'

ve çalıştırmak için:

$ bundle config set path 'vendor/bundle'
$ bundle install

Ya da:

$ gem install sayisal_captcha

Kullanımı

Kurulumdan sonra;

require 'sayisal_captcha'
captcha = SayisalCaptcha.generate_question

# {:first_number=>8, :last_number=>7, :operation=>:+, :question=>"8 + 7", :result=>15}

Test

$ bundle exec rake test

Katkı Yapmak için

  • fork yapın ( https://github.com/vigo/sayisal_captcha/fork )
  • Kendi branch’inizi yapın (git checkout -b benim-eklerim)
  • Yaptıklarınızı commit edin (git commit -am 'Yeni özellikler')
  • branch’i push edin (git push origin benim-eklerim)
  • Yeni bir Pull Request oluşturun!

FAQs

Package last updated on 05 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts