Sha256: 9c30d2161d16d79855f39821c7895e1e81af04555b076a77a4087c4e01f4cf75

Contents?: true

Size: 964 Bytes

Versions: 2

Compression:

Stored size: 964 Bytes

Contents

# CSstats

Gem which handle csstats.dat file generated by CSX module
in AMX Mod X ([http://www.amxmodx.org/][amxx])

[![Build Status](https://secure.travis-ci.org/jpalumickas/csstats.png?branch=master)][travis]
[![Dependency Status](https://gemnasium.com/jpalumickas/csstats.png?travis)][gemnasium]

## Installation

Add this line to your application's Gemfile:

    gem 'csstats'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install csstats

## Usage

```ruby
require 'csstats'
```

## Supported Ruby Versions

This library aims to support and is [tested against][travis] the following Ruby
implementations:

* Ruby 1.9.2
* Ruby 1.9.3
* Ruby 2.0.0

## Copyright
Copyright (c) 2013 Justas Palumickas.
See [LICENSE][] for details.

[rubygems]: https://rubygems.org/gems/csstats
[travis]: http://travis-ci.org/jpalumickas/csstats
[gemnasium]: https://gemnasium.com/jpalumickas/csstats

[amxx]: http://www.amxmodx.org/
[license]: LICENSE.md

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
csstats-0.2.0 README.md
csstats-0.1.0 README.md