File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class RakeTask < ::Rake::TaskLib
3434 attr_reader :gem_name
3535
3636 # @!attribute task_namespace
37- # @return [Symbol] task namespace (default: `:go`)
37+ # @return [Symbol,String ] task namespace (default: `:go`)
3838 attr_accessor :task_namespace
3939
4040 # @!attribute go_bin_path
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module GoGem
22 class RakeTask < ::Rake::TaskLib
33 @gem_name: String
44
5- @task_namespace: Symbol
5+ @task_namespace: Symbol | String
66
77 @go_bin_path: String
88
@@ -18,7 +18,7 @@ module GoGem
1818
1919 attr_reader gem_name: String
2020
21- attr_accessor task_namespace: Symbol
21+ attr_accessor task_namespace: Symbol | String
2222
2323 attr_accessor go_bin_path: String
2424
You can’t perform that action at this time.
0 commit comments