mirror of
https://github.com/dkam/hsmr.git
synced 2025-12-28 08:44:53 +00:00
Initial commit to hsmr.
This commit is contained in:
13
Gemfile
Normal file
13
Gemfile
Normal file
@@ -0,0 +1,13 @@
|
||||
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 "rspec", "~> 2.3.0"
|
||||
gem "bundler", "~> 1.0.0"
|
||||
gem "jeweler", "~> 1.5.2"
|
||||
gem "rcov", ">= 0"
|
||||
end
|
||||
Reference in New Issue
Block a user