Skip to content

Commit 822781c

Browse files
committed
Merge branch 'master' into staging
2 parents bf26101 + 6412be4 commit 822781c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/sketchup-api-stubs/stubs/Sketchup/LayerFolder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/sketchup-api-stubs/stubs/Sketchup/View.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sketchup-api-stubs.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
Gem::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.}

0 commit comments

Comments
 (0)