Included last changes from the review

pull/6827/head
Sebastian Schuster 11 years ago
parent 52c7e765d8
commit 5dcadbd476
  1. 2
      README.md
  2. 3
      openproject-reporting.gemspec

@ -18,7 +18,7 @@ OpenProject Reporting depends on OpenProject Plugins. Thus, if you haven't done
`gem "openproject-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "dev"`
Reporting also depends on the OpenProject Costs plugin. If you have not installed it yet, you can do so by adding the following ine to the `Gemfile.plugins` in your OpenProject installation:
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:
`gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "dev"`

@ -11,8 +11,7 @@ Gem::Specification.new do |s|
s.email = "info@finn.de"
s.homepage = "http://www.finn.de"
s.summary = "An OpenProject plugin to create cost reports"
s.description = "This plugin allows creating custom cost reports with filtering\\
and grouping created by the OpenProject Costs plugin"
s.description = "This plugin allows creating custom cost reports with filtering and grouping created by the OpenProject Costs plugin"
s.files = Dir["{app,config,db,lib,doc}/**/*", "README.md"]
s.test_files = Dir["spec/**/*"]

Loading…
Cancel
Save