jeweler generates its things
This commit is contained in:
15
Gemfile
Normal file
15
Gemfile
Normal 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
|
Reference in New Issue
Block a user