rubyscad 1.0.2 → 1.0.3
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.
- data/lib/RubyScad.rb +1 -0
- data/lib/rubyscad/version.rb +1 -1
- data/lib/rubyscad.rb +1 -7
- metadata +1 -1
data/lib/RubyScad.rb
CHANGED
data/lib/rubyscad/version.rb
CHANGED
data/lib/rubyscad.rb
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
# I put this file here to both make bundler happy with a gem named 'rubyscad'
|
|
2
|
-
# (all lowercase) and to provide a place to start breaking the project into
|
|
3
|
-
# smaller components.
|
|
4
|
-
#
|
|
5
|
-
# Hope that wasn't too presumptious :-\
|
|
6
|
-
require 'RubyScad'
|
|
7
|
-
|
|
8
1
|
require 'rubyscad/version'
|
|
2
|
+
require 'RubyScad'
|