Skip to content

Commit 06f3eeb

Browse files
committed
remove polyfill since ruby 2.4 is no longer supported
1 parent f975286 commit 06f3eeb

File tree

4 files changed

+1
-29
lines changed

4 files changed

+1
-29
lines changed

.travis.disabled.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

lib/bashly.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
require 'lp'
66
end
77

8-
requires 'bashly/polyfills'
98
requires 'bashly/concerns'
109

1110
requires 'bashly/settings'

lib/bashly/models/command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Command < Base
55

66
# Returns the name to be used as an action.
77
# - If it is the root command, the action is "root"
8-
# - Else, it is all the parents, except the first tone (root) joined
8+
# - Else, it is all the parents, except the first one (root) joined
99
# by space. For example, for a command like "docker container run"
1010
# the action name is "container run".
1111
def action_name

lib/bashly/polyfills/hash.rb

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)