Merge pull request #49 from finnlabs/feature/integrate-op-plugins-plugin

Remove obsolete openproject-plugins dependency
pull/6827/head
ulferts 10 years ago
commit 3e2c64a72b
  1. 6
      README.md
  2. 2
      openproject-reporting.gemspec

@ -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"`

@ -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"

Loading…
Cancel
Save