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

Remove obsolete openproject-plugins dependency
pull/6827/head
ulferts 10 years ago
commit f391c91b58
  1. 6
      README.md
  2. 2
      lib/open_project/my_project_page/engine.rb
  3. 2
      openproject-my_project_page.gemspec

@ -13,11 +13,6 @@ The My Project Page plugin currently requires the OpenProject Core in version 3.
Installation
------------
OpenProject My Project Page depends on the OpenProject Plugins plugin. Thus, if you haven't done
it already, add the following line to the `Gemfile.plugins` to your OpenProject installation:
`gem "openproject-plugins", :git => "https://github.com/opf/openproject-plugins.git", :branch => "stable"`
To install the My Project Page plugin, add the following line to the `Gemfile.plugins` to your OpenProject installation:
`gem "openproject-my_project_page", :git => "https://github.com/finnlabs/openproject-my_project_page.git", :branch => "stable"`
@ -65,4 +60,3 @@ Licence
This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.rdoc and
doc/GPL.txt for details.

@ -18,8 +18,6 @@
# See doc/COPYRIGHT.md for more details.
#++
# Prevent load-order problems in case openproject-plugins is listed after a plugin in the Gemfile
# or not at all
require 'open_project/plugins'
require 'rails/engine'

@ -21,7 +21,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_development_dependency "factory_girl_rails", "~> 4.0"
end

Loading…
Cancel
Save