Tidied up the gem requirements and fixed the use of Bundler
[porter2stemmer.git] / Gemfile
1 source "http://rubygems.org"
2 # Add dependencies required to use your gem here.
3 # Example:
4 # gem "activesupport", ">= 2.3.5"
5
6 # Add dependencies to develop your gem here.
7 # Include everything needed to run rake, tests, features, etc.
8 group :development do
9 gem "bundler", "~> 1.0.0"
10 gem "jeweler", "~> 1.5.2"
11 end