puneet24 / Freespeed

A ruby gem that will be a faster and more optimized alternative to the existing File Checker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freespeed

This gem is alternative to FileUpdateChecker.rb , and provides the same functionality using native system calls which is much faster than the current implementation.

Installation

Add this line to your application's Gemfile:

gem 'freespeed'

And then execute:

$ bundle

Or install it yourself as:

$ gem install freespeed

Usage

It can be used :-

  1. File system integrity checking
  2. Duplicate file finding
  3. version controlled file system ( can be a small part for checking when the file was modified)

Contributing

  1. Fork it ( https://github.com/[my-github-username]/freespeed/fork )
  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 a new Pull Request

About

A ruby gem that will be a faster and more optimized alternative to the existing File Checker.

License:MIT License


Languages

Language:Ruby 100.0%