Skip to content

Commit

Permalink
Remove unused version_regex attr_reader (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Aug 11, 2020
1 parent 9a7eb8d commit 91f33b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* Use `alpine` as base image
* `GITHUB_USER_NAME` and `GITHUB_USER_PASSWORD` changed
to `CHANGES_BOT_GH_USER` nad `CHANGES_BOT_GH_PASS`
* Remove unused `version_regex` attr_reader

## 0.0.2

Expand Down
1 change: 0 additions & 1 deletion lib/telegram_github_changes_bot/github_repo_changes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class GithubRepoChanges
SAME_MESSAGE = 'Your specified version is the latest version'
include GithubRepoChangesHelper
include RefHelper
attr_reader :version_regex
# @return [String] name of old ref
attr_accessor :old_ref
# @return [String] name of new ref
Expand Down

0 comments on commit 91f33b0

Please sign in to comment.