Skip to content

Commit

Permalink
Develop (#26)
Browse files Browse the repository at this point in the history
* Simple docs
* Increases plugin version to v2.0.2
* Adjusted Gemfile pg gem default version
* Adds url to author_url

Signed-off-by: Daniel Kastl <daniel@georepublic.de>
Co-authored-by: Ko Nagase <nagase@georepublic.co.jp>
  • Loading branch information
dkastl and sanak authored Feb 18, 2021
1 parent 8f2a094 commit 0a88b41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gem 'immutable-struct'
gem "rgeo"
gem "rgeo-geojson"
gem "rgeo-activerecord"
gem "pg", (ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.0.0") # make sure we use a version compatible with AR
gem "pg", (ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.1.4") # make sure we use a version compatible with AR
gem 'activerecord-postgis-adapter'
gem 'rails-controller-testing' # This gem brings back assigns to your controller tests as well as assert_template to both controller and integration tests.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Geo-Task-Tracker (GTT) plugin adds spatial capabilities to Redmine:

Redmine GTT plugins **require PostgreSQL/PostGIS** and will not work with SQLite or MariaDB/MySQL!!!

- Redmine >= 3.4.0
- Redmine >= 4.0.0
- PostgreSQL >= 9.6
- PostGIS >= 2.4

Expand Down
5 changes: 3 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
Redmine::Plugin.register :redmine_gtt do
name 'Redmine GTT plugin'
author 'Georepublic'
author_url 'https://hub.georepublic.net/gtt/redmine_gtt'
author_url 'https://github.com/georepublic'
url 'https://github.com/gtt-project/redmine_gtt'
description 'Adds location-based task management and maps'
version '1.2.1'
version '2.0.2'

requires_redmine :version_or_higher => '3.4.0'

Expand Down

0 comments on commit 0a88b41

Please sign in to comment.