Skip to content

Commit

Permalink
Specify the runtime dependency on thor > 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
codener committed Jan 28, 2015
1 parent 5779c41 commit dff11d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion geordi.gemspec
Expand Up @@ -20,13 +20,14 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency 'thor', '>= 0.18.0'
# s.add_development_dependency 'debugger'

s.post_install_message = <<-ATTENTION
********************************************
geordi 1.0.0 moves most of the scripts to
geordi 1.0 moves most of the scripts to
the `geordi` binary. Run `geordi` and
`geordi help <cmd>` for further information.
Expand Down
2 changes: 1 addition & 1 deletion lib/geordi/version.rb
@@ -1,3 +1,3 @@
module Geordi
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit dff11d4

Please sign in to comment.