license, tests, lib.

This commit is contained in:
Denis Knauf 2013-03-06 11:58:33 +01:00
parent 6ebfbf64f9
commit c3dbaa7b71
8 changed files with 765 additions and 65 deletions

17
Gemfile
View file

@ -1,15 +1,14 @@
source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"
gem 'ffi-libc'
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "shoulda", ">= 0"
gem "yard", "~> 0.7"
gem "rdoc", "~> 3.12"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.8.4"
gem "rcov", ">= 0"
gem "shoulda"
gem "yard"
gem "rdoc"
gem "bundler"
gem "jeweler"
gem "simplecov"
end