Skip to content

Commit

Permalink
Merge 44c4166 into b327234
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 committed Feb 11, 2021
2 parents b327234 + 44c4166 commit dbe22f4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ Gemfile.lock
.yardoc
yardoc/
doc/

#ASDF
.tool-versions
8 changes: 7 additions & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-01-29 12:53:33 UTC using RuboCop version 1.9.0.
# on 2021-02-11 05:02:06 UTC using RuboCop version 1.9.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Cop supports --auto-correct.
Lint/RedundantDirGlobSort:
Exclude:
- 'spec/spec_helper.rb'

# Offense count: 6
# Configuration parameters: Prefixes.
# Prefixes: when, with, without
Expand Down
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ rvm:
- 2.5
- 2.6
- 2.7
- 3.0
- ruby-head

matrix:
allow_failures:
- rvm: ruby-head

env:
- COVERALL=1

before_install:
- gem install bundler -v 1.17.3

notifications:
email: false
slack:
secure: "N9zPR5jnF1TBiqvb3mCV6Wem3TIvqu4tXiob2P66vBMwmj1ewWvyUzNLwAEOCDc3mRfsI50IYXHewckAUpCWW7XEJlT/pv8llMsoiHqArb7SGJyDdy3ZRr35L7glixs/ikod+xhRKXMM3jML/2MgSa+Culzhl42tMUFDk+bBBQU="
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2010-2020 DNSimple Corporation
Copyright (c) 2010-2021 DNSimple Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ We recommend to customize the user agent. If you are building a library or integ

## License

Copyright (c) 2010-2020 DNSimple Corporation. This is Free Software distributed under the MIT license.
Copyright (c) 2010-2021 DNSimple Corporation. This is Free Software distributed under the MIT license.

0 comments on commit dbe22f4

Please sign in to comment.