Skip to content
Snippets Groups Projects
Commit d410a69f authored by Дмитрий Коваленок's avatar Дмитрий Коваленок
Browse files

creating redmine_omniauth_google plugin skeleton

parent fa3ba19e
No related branches found
No related tags found
No related merge requests found
= redmine_omniauth_google
Description goes here
# English strings go here for Rails i18n
en:
my_label: "My label"
# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
Redmine::Plugin.register :redmine_omniauth_google do
name 'Redmine Omniauth Google plugin'
author 'Author name'
description 'This is a plugin for Redmine'
version '0.0.1'
url 'http://example.com/path/to/plugin'
author_url 'http://example.com/about'
end
# Load the Redmine helper
require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment