Sha256: 98047f8c668898e559ba01e8408bef92f5b81367f6b7e4e76161cb5b8b5dcc47

Contents?: true

Size: 548 Bytes

Versions: 3

Compression:

Stored size: 548 Bytes

Contents

%w(
  yaml
  yard
  pry
  fileutils
  timecop
  faker
  ostruct
).each { |lib| require lib }

%w(
  validators/base
  commands/base
  commands/empty_methods
  commands/empty_methods/string_refinements
).each { |lib| require "polish_geeks/dev_tools/#{lib}" }

%w(
  *.rb
  validators/*.rb
  commands/*.rb
  commands/**/*.rb
).each do |path|
  base_path = File.dirname(__FILE__) + "/polish_geeks/dev_tools/#{path}"
  Dir[base_path].each { |file| require file }
end

require 'polish_geeks/dev_tools'
load 'polish_geeks/dev_tools/tasks/dev-tools.rake'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polishgeeks-dev-tools-1.3.2 lib/polishgeeks-dev-tools.rb
polishgeeks-dev-tools-1.3.1 lib/polishgeeks-dev-tools.rb
polishgeeks-dev-tools-1.3.0 lib/polishgeeks-dev-tools.rb