lib/lolcommits/plugins/dot_com.rb in lolcommits-0.6.1 vs lib/lolcommits/plugins/dot_com.rb in lolcommits-0.6.2.pre1

- old
+ new

@@ -1,10 +1,10 @@ # -*- encoding : utf-8 -*- require 'httmultiparty' module Lolcommits class DotCom < Plugin - BASE_URL = 'http://lolcommits-dot-com.herokuapp.com' + BASE_URL = 'http://lolcommits-dot-com.herokuapp.com'.freeze def initialize(runner) super options.concat(%w(api_key api_secret repo_id)) end