Gemfile in fn_document-0.9.11 vs Gemfile in fn_document-0.9.12

- old
+ new

@@ -11,7 +11,8 @@ # Include everything needed to run rake, tests, features, etc. group :development do gem "shoulda", ">= 0" gem "bundler" gem "jeweler" - gem "rcov", ">= 0" + # gem "rcov", ">= 0" # **** Ruby 1.9 is not supported. Please switch to simplecov **** + gem 'simplecov' end