Sha256: 967835591878720632d51e8ba284e7ca05399df722e221da50aae6fbd65c549a

Contents?: true

Size: 328 Bytes

Versions: 6

Compression:

Stored size: 328 Bytes

Contents

require "got_fixed/engine"
require "got_fixed/issue_factory"
require "got_fixed/adapters/github"
require "got_fixed/receivers/github_webhook"

module GotFixed
  mattr_accessor :config
end

begin
  WebMock.disable! if require "webmock"
rescue LoadError
  # When gem is included in 3rd-party project, don't want to use webmock
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
got_fixed-0.1.0 lib/got_fixed.rb
got_fixed-0.0.6 lib/got_fixed.rb
got_fixed-0.0.5 lib/got_fixed.rb
got_fixed-0.0.4 lib/got_fixed.rb
got_fixed-0.0.3 lib/got_fixed.rb
got_fixed-0.0.2 lib/got_fixed.rb