Sha256: 629a5242b64f2b1d3c6ff5796656b94ac1471b22fe43a6709fd293f4b5beff16

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

# frozen_string_literal: true

require 'bundle_notification/mailer_helper'
require 'bundle_notification/version'
require 'bundle_notification/config'

module BundleNotification
  def self.configure
    @config = Config.new
    yield(@config)
    @config
  end

  def self.config
    @config ||= Config.new
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bundle_notification-0.2.2 lib/bundle_notification.rb
bundle_notification-0.2.1 lib/bundle_notification.rb
bundle_notification-0.2.0 lib/bundle_notification.rb