Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 18, 2016
1 parent 4ee320f commit bbf4cad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
spec = Gem::Specification.load spec_file
spec.activate
require 'airbrake'
Airbrake.configure do |config|
config.api_key = 'c07658a7417f795847b2280bc2fd7a79'
config.host = 'log.dmitry-fedyuk.com'
config.port = 80
config.secure = config.port == 443
config.development_environments = []
Airbrake.configure do |c|
c.api_key = 'c07658a7417f795847b2280bc2fd7a79'
c.development_environments = []
c.host = 'log.dmitry-fedyuk.com'
c.port = 80
c.secure = false
end
gem 'attr_required', '1.0.0'
# 2016-12-12
Expand Down

0 comments on commit bbf4cad

Please sign in to comment.