Skip to content

Commit

Permalink
Added support to thor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Possan committed Oct 31, 2018
1 parent 0edd684 commit 903f703
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,30 @@ PATH
remote: .
specs:
autoit (0.1.0)
thor

GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
byebug (10.0.2)
jaro_winkler (1.5.1)
minitest (5.11.3)
parallel (1.12.1)
parser (2.5.1.2)
parser (2.5.3.0)
ast (~> 2.4.0)
powerpack (0.1.2)
rainbow (3.0.0)
rainbow (2.2.2)
rake
rake (10.5.0)
rubocop (0.59.2)
jaro_winkler (~> 1.5.1)
rubocop (0.49.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
thor (0.20.0)
unicode-display_width (1.4.0)

PLATFORMS
Expand All @@ -36,7 +37,7 @@ DEPENDENCIES
byebug (~> 10.0)
minitest (~> 5.0)
rake (~> 10.0)
rubocop (~> 0.5)
rubocop (~> 0.49.0)

BUNDLED WITH
1.16.6
2 changes: 2 additions & 0 deletions autoit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "thor"

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 903f703

Please sign in to comment.