jonuts-figure8 0.0.1 → 0.0.2

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/lib/figure8.rb +2 -2
  2. metadata +2 -1
data/lib/figure8.rb CHANGED
@@ -4,8 +4,6 @@ $:.unshift(dir) unless $:.include?(dir)
4
4
  require 'ext'
5
5
  require 'figure8/collection_mixin'
6
6
  require 'figure8/configurator'
7
- require 'figure8/config'
8
- require 'figure8/scope'
9
7
 
10
8
  # FIGURE8
11
9
  # =======
@@ -70,6 +68,8 @@ module Figure8
70
68
  klass.class_eval(&config)
71
69
  end
72
70
  end
71
+ alias :configurate :f8
72
+
73
73
  end
74
74
  end
75
75
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jonuts-figure8
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - jonah honeyman
@@ -36,6 +36,7 @@ rdoc_options:
36
36
  - --charset=UTF-8
37
37
  require_paths:
38
38
  - lib
39
+ - lib/figure8
39
40
  required_ruby_version: !ruby/object:Gem::Requirement
40
41
  requirements:
41
42
  - - ">="