We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c007b1 commit 9627773Copy full SHA for 9627773
3 files changed
.gitignore
@@ -1,4 +1,3 @@
1
-.DS_Store
2
TAGS
3
.yardoc/
4
coverage.info
@@ -10,4 +9,3 @@ tmp/
10
9
.bundle/
11
vendor/
12
.idea/
13
-Gemfile.lock
.readthedocs.yaml
@@ -9,9 +9,9 @@ version: 2
build:
os: ubuntu-22.04
tools:
- ruby: "3.3"
+ ruby: "3.1"
commands:
14
- - gem install bundler -v 2.3
+ - gem install bundler -v 2.6.9
15
- bundle install
16
- bundle exec rake doc:yard
17
- mkdir -p $READTHEDOCS_OUTPUT/html
.rubocop_todo.yml
@@ -41,5 +41,6 @@ Metrics/PerceivedComplexity:
41
Security/MarshalLoad:
42
Exclude:
43
- 'lib/tree.rb'
44
- - 'spec/tree_spec.rb'
+ - 'spec/tree_initialize_spec.rb'
45
+ - 'spec/tree_detached_copy_spec.rb'
46
- 'test/test_tree.rb'
0 commit comments