mack 0.0.6 → 0.0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/initialization/initializer.rb +1 -1
  2. metadata +2 -2
@@ -40,7 +40,7 @@ unless Object.const_defined?("MACK_INITIALIZED")
40
40
  fl = File.join(File.dirname(__FILE__), "..")
41
41
 
42
42
  # Require all the necessary files to make Mack actually work!
43
- ["errors", "core_extensions", "lib", "test_extensions", "routing", "sea_level", "tasks", "initialize/server"].each do |dir|
43
+ ["errors", "core_extensions", "lib", "test_extensions", "routing", "sea_level", "tasks", "initialization/server"].each do |dir|
44
44
  dir_globs = Dir.glob(File.join(fl, dir, "**/*.rb"))
45
45
  dir_globs.each do |d|
46
46
  require d
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -64,7 +64,7 @@ dependencies:
64
64
  requirements:
65
65
  - - "="
66
66
  - !ruby/object:Gem::Version
67
- version: 0.6.4
67
+ version: 0.7.0
68
68
  version:
69
69
  description: "mack was developed by: markbates"
70
70
  email: mark@mackframework.com