rubyscad 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/RubyScad.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require 'rubyscad/version'
1
2
  require 'matrix'
2
3
 
3
4
  class Numeric
@@ -1,3 +1,3 @@
1
1
  module RubyScad
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyscad
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: