fb2/Gemfile

16 lines
390 B
Ruby
Raw Permalink Normal View History

2011-07-17 19:48:49 +00:00
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 "shoulda", ">= 0"
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.6.4"
gem "rcov", ">= 0"
2011-07-17 21:36:09 +00:00
gem "rdoc"
2011-07-17 19:48:49 +00:00
end
2011-07-17 21:36:09 +00:00
gem "nokogiri"