Sha256: b54eb4215659ed1241995a407df990ce34cc7eda4c4c2284d2f78a4c80922e27

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 Bytes

Contents

# frozen_string_literal: true

require "active_support/all"
require "rails/all"

Dir["#{File.dirname(__FILE__)}/noticent/**/*.rb"].each { |f| load(f) }
load "#{File.dirname(__FILE__)}/generators/noticent/noticent.rb"

module Noticent
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
noticent-0.0.6 lib/noticent.rb
noticent-0.0.5 lib/noticent.rb
noticent-0.0.4 lib/noticent.rb
noticent-0.0.3 lib/noticent.rb
noticent-0.0.2 lib/noticent.rb
noticent-0.0.1 lib/noticent.rb