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
34
34
attr_reader :gem_name
35
35
36
36
# @!attribute task_namespace
37
- # @return [Symbol] task namespace (default: `:go`)
37
+ # @return [Symbol,String ] task namespace (default: `:go`)
38
38
attr_accessor :task_namespace
39
39
40
40
# @!attribute go_bin_path
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module GoGem
2
2
class RakeTask < ::Rake::TaskLib
3
3
@gem_name: String
4
4
5
- @task_namespace: Symbol
5
+ @task_namespace: Symbol | String
6
6
7
7
@go_bin_path: String
8
8
@@ -18,7 +18,7 @@ module GoGem
18
18
19
19
attr_reader gem_name: String
20
20
21
- attr_accessor task_namespace: Symbol
21
+ attr_accessor task_namespace: Symbol | String
22
22
23
23
attr_accessor go_bin_path: String
24
24
You can’t perform that action at this time.
0 commit comments