Skip to content

Commit d342f14

Browse files
authored
Merge pull request #92 from DannyBen/remove/polyfill
Remove polyfill since ruby 2.4 is no longer supported
2 parents f975286 + 06f3eeb commit d342f14

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)