Sha256: a134f06f92acc290d283039f6a3c8e43e62eced18880fab027de7712aee7e993
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
# Digest::Trip [![Build Status](https://travis-ci.org/beyond/digest-trip.png?branch=master)](https://travis-ci.org/beyond/digest-trip) [![Code Climate](https://codeclimate.com/github/beyond/digest-trip.png)](https://codeclimate.com/github/beyond/digest-trip) トリップキーから、2ちゃんねるのトリップ(ひとり用キャップ)を生成します。 10桁および12桁に対応しています。生キーには対応していません。 名前とトリップキー(#以降の文字列)は、自分でパースしてください。 ## Usage require "digest/trip" name= "name#password" name, key = name.split "#", 2 trip = Digest::Trip.digest key [name, trip].join "◆" #=> "name◆ozOtJW9BFA" ## Installation Add this line to your application's Gemfile: gem 'digest-trip' And then execute: $ bundle Or install it yourself as: $ gem install digest-trip ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
digest-trip-0.5.1 | README.md |