jeweler generates its things

This commit is contained in:
Torsten Ruger
2014-04-14 15:58:59 +03:00
parent 8f2d98e567
commit 8648647754
9 changed files with 202 additions and 29 deletions

15
Gemfile Normal file
View File

@ -0,0 +1,15 @@
source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "minitest", ">= 0"
gem "rdoc", "~> 3.12"
gem "bundler", "~> 1.0"
gem "jeweler", "~> 2.0.1"
gem "simplecov", ">= 0"
gem "roodi", "~> 2.1.0"
end