File tree Expand file tree Collapse file tree
lib/sketchup-api-stubs/stubs/Sketchup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class Sketchup::LayerFolder < Sketchup::Entity
3939 # +0+ if the receiver and +other+ are equal.
4040 # +nil+ if +other+ is not comparable with the receiver.
4141 #
42- # @version 2020.2
42+ # @version SketchUp 2020.2
4343 def <=>( other )
4444 end
4545
Original file line number Diff line number Diff line change @@ -800,7 +800,7 @@ def line_width=(width)
800800 #
801801 # @see #draw
802802 #
803- # @version 2020.0
803+ # @version SketchUp 2020.0
804804 def load_texture ( image_rep )
805805 end
806806
Original file line number Diff line number Diff line change 11# coding: utf-8
22Gem ::Specification . new do |spec |
33 spec . name = 'sketchup-api-stubs'
4- spec . version = '0.7.5 '
4+ spec . version = '0.7.6 '
55 spec . authors = [ 'Trimble Inc, SketchUp Team' ]
66
77 spec . summary = %q{SketchUp Ruby API stubs.}
You can’t perform that action at this time.
0 commit comments