Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
- Added support for reading ASII files
- Added support for reading binary files
  • Loading branch information
bfoz committed Aug 24, 2014
1 parent 877962b commit 0392fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "stl"
spec.version = '0'
spec.name = 'stl'
spec.version = '0.1'
spec.authors = ["Brandon Fosdick"]
spec.email = ["[email protected]"]
spec.description = %q{Read and write STL files}
Expand Down

0 comments on commit 0392fcc

Please sign in to comment.