Skip to content

Commit eb98a34

Browse files
committed
Version 0.3
- Require Ruby 2.0 or later - Updated dependency versions - Many bug fixes - Added support for Triangles - Added preliminary support for splines - Added support for lightweight polylines
1 parent 9bfe464 commit eb98a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dxf.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |gem|
66
gem.name = "dxf"
7-
gem.version = '0.2'
7+
gem.version = '0.3'
88
gem.authors = ["Brandon Fosdick"]
99
gem.email = ["bfoz@bfoz.net"]
1010
gem.description = %q{Read and write DXF files using Ruby}

0 commit comments

Comments
 (0)