Skip to content

Commit 006092f

Browse files
committed
バージョン番号を1.0.0へ
1 parent 37f8ec2 commit 006092f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

init.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
name 'Redmine Issue Assign Notice plugin'
99
author 'onozaty'
1010
description 'A plugin that notifies you that you have been assigned to an issue.'
11-
version '0.0.1'
11+
version '1.0.0'
1212
url 'https://github.com/onozaty/redmine_issue_assign_notice'
1313
author_url 'https://github.com/onozaty'
1414

1515
settings :default => { 'notice_url' => '' }, :partial => 'settings/redmine_issue_assign_notice_settings'
1616
end
1717

1818
((Rails.version > "5")? ActiveSupport::Reloader : ActionDispatch::Callbacks).to_prepare do
19-
require_dependency 'issue'
20-
unless Issue.included_modules.include? RedmineIssueAssignNotice::IssuePatch
21-
Issue.send(:include, RedmineIssueAssignNotice::IssuePatch)
22-
end
19+
require_dependency 'issue'
20+
unless Issue.included_modules.include? RedmineIssueAssignNotice::IssuePatch
21+
Issue.send(:include, RedmineIssueAssignNotice::IssuePatch)
22+
end
2323
end

0 commit comments

Comments
 (0)