From f42ad9bd8f47ddcb09aa7d0167e3e6ea31a44051 Mon Sep 17 00:00:00 2001 From: Tatsuya Saito Date: Thu, 28 Mar 2013 19:27:35 +0900 Subject: [PATCH] Changes required zip gem 'zip' to 'rubyzip'. --- Gemfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index f475dd92..596b3740 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source :rubygems -gem "zip" +gem "rubyzip" gem "simple_enum" gem "nokogiri", ">= 1.4.2" gem "uuidtools", "~> 2.1.1" diff --git a/README.md b/README.md index 9fc3b911..3b47307f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ As of version 1.4.4 of this plugin: * Bundler 1.1 or greater (Gem) * Redmine 2.0.x * Rails 3.2.x (Inline with Redmine installation requirement) - * zip (Gem) + * rubyzip (Gem) * Nokogiri 1.4.2 or greater (Gem) * UUIDTools 2.1.1 or greater (less than 2.2.0) (Gem) * simple_enum (Gem)