File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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' 
1616end 
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 
2323end 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments