Skip to content

Commit 0a88b41

Browse files
dkastlsanak
andauthored
Develop (#26)
* 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 <[email protected]> Co-authored-by: Ko Nagase <[email protected]>
1 parent 8f2a094 commit 0a88b41

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ gem 'immutable-struct'
55
gem "rgeo"
66
gem "rgeo-geojson"
77
gem "rgeo-activerecord"
8-
gem "pg", (ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.0.0") # make sure we use a version compatible with AR
8+
gem "pg", (ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.1.4") # make sure we use a version compatible with AR
99
gem 'activerecord-postgis-adapter'
1010
gem 'rails-controller-testing' # This gem brings back assigns to your controller tests as well as assert_template to both controller and integration tests.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Geo-Task-Tracker (GTT) plugin adds spatial capabilities to Redmine:
1616

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

19-
- Redmine >= 3.4.0
19+
- Redmine >= 4.0.0
2020
- PostgreSQL >= 9.6
2121
- PostGIS >= 2.4
2222

init.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Redmine::Plugin.register :redmine_gtt do
44
name 'Redmine GTT plugin'
55
author 'Georepublic'
6-
author_url 'https://hub.georepublic.net/gtt/redmine_gtt'
6+
author_url 'https://github.com/georepublic'
7+
url 'https://github.com/gtt-project/redmine_gtt'
78
description 'Adds location-based task management and maps'
8-
version '1.2.1'
9+
version '2.0.2'
910

1011
requires_redmine :version_or_higher => '3.4.0'
1112

0 commit comments

Comments
 (0)