Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit ab27a9b

Browse files
committed
update PluginGemfile, bump version to 1.0.5
1 parent 0f5042b commit ab27a9b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.0.5](https://github.com/annikoff/redmine_plugin_computed_custom_field/releases/tag/v1.0.5) - 2017-03-21
4+
### Changed
5+
- PluginGemfile
6+
37
## [1.0.4](https://github.com/annikoff/redmine_plugin_computed_custom_field/releases/tag/v1.0.4) - 2017-02-24
48
### Added
59
- pl translation from [Ralph Gutkowski](https://github.com/rgtk).

PluginGemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
group :development do
2-
gem 'rubocop', require: false
1+
if ENV['RAILS_ENV'] == 'development'
2+
group :development do
3+
gem 'rubocop', require: false
4+
end
35
end

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
author 'Yakov Annikov'
44
url 'https://github.com/annikoff/redmine_plugin_computed_custom_field'
55
description ''
6-
version '1.0.4'
6+
version '1.0.5'
77
settings default: {}
88
end
99

0 commit comments

Comments
 (0)