From 3d9e981a613327098035b57e1531e53fe0be61c7 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Thu, 24 Jul 2014 18:10:15 +0200 Subject: [PATCH 1/2] Remove obsolete openproject-plugins dependency Signed-off-by: Alex Coles --- openproject-reporting.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openproject-reporting.gemspec b/openproject-reporting.gemspec index 528a47da5e..476c707948 100644 --- a/openproject-reporting.gemspec +++ b/openproject-reporting.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.test_files = Dir["spec/**/*"] s.add_dependency "rails", "~> 3.2.9" - s.add_dependency "openproject-plugins", "~> 4.0.0" + s.add_dependency "reporting_engine", ">= 1.0.0" s.add_dependency "openproject-costs", ">= 4.0.0" From d32a801dfec7c6e31e8377693bf64f7f9ffc9918 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Fri, 25 Jul 2014 11:54:24 +0200 Subject: [PATCH 2/2] Remove mention of openproject-plugins in README Signed-off-by: Alex Coles --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b8f731b75a..0317783bc8 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,7 @@ version greater or equal to *3.0.0*. It also requires the [ReportingEngine Rails Installation ------------ -OpenProject Reporting depends on OpenProject Plugins. Thus, if you haven't done it already, add the following line to the `Gemfile.plugins` in your OpenProject installation: - -`gem "openproject-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "stable"` - -Reporting also depends on the OpenProject Costs plugin. If you have not installed it yet, you can do so by adding the following line to the `Gemfile.plugins` in your OpenProject installation: +Reporting depends on the OpenProject Costs plugin. If you have not installed it yet, you can do so by adding the following line to the `Gemfile.plugins` in your OpenProject installation: `gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable"`