Initial commit to hsmr.

This commit is contained in:
Dan Milne
2011-01-07 22:12:04 +11:00
commit a2aecfd44b
10 changed files with 169 additions and 0 deletions

13
Gemfile Normal file
View 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