Gemfile in ahc-0.2.7 vs Gemfile in ahc-0.3.0
- old
+ new
@@ -1,16 +1,13 @@
source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"
-gem 'erubis'
-gem 'nokogiri'
-gem 'htmlcompressor'
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", "~> 2.8.0"
gem "rdoc", "~> 3.12"
- gem "bundler"
- gem "jeweler", "~> 1.8.4"
+ gem "bundler", "~> 1.0"
+ gem "jeweler", "~> 1.8.7"
end