remove dependency to openproject-plugins

pull/6827/head
Martin Linkhorst 10 years ago
parent 49c04703e2
commit 1c24862936
  1. 6
      README.md
  2. 1
      openproject-documents.gemspec

@ -24,11 +24,7 @@ The OpenProject Documents plug-in requires the [OpenProject Core](https://github
Installation
------------
OpenProject Documents 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"`
For OpenProject Documents itself you need to add the following line to the `Gemfile.plugins` of OpenProject:
You need to add the following line to the `Gemfile.plugins` of OpenProject:
`gem "openproject-documents", git: "https://github.com/opf/openproject-documents.git", :branch => "stable"`

@ -17,7 +17,6 @@ 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_development_dependency 'rspec-rails'
s.add_development_dependency 'cucumber-rails'

Loading…
Cancel
Save