app/cyclid/plugins/api/github.rb in cyclid-0.3.3 vs app/cyclid/plugins/api/github.rb in cyclid-0.4.0
- old
+ new
@@ -31,9 +31,17 @@
{ verb: :get, path: '/oauth/callback', func: 'oauth_callback' }]
return ApiExtension::Controller.new(ApiExtension::GithubMethods, routes)
end
+ # Plugin metadata
+ def metadata
+ super.merge!(version: Cyclid::Api::VERSION,
+ license: 'Apache-2.0',
+ author: 'Liqwyd Ltd.',
+ homepage: 'http://docs.cyclid.io')
+ end
+
# This plugin has configuration data
def config?
true
end