Skip to content

Commit

Permalink
Slight changes for GLI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
davetron5000 committed Oct 20, 2012
1 parent 6defc51 commit ca8b125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/showoff
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'showoff/version'
require 'rubygems' require 'rubygems'
require 'gli' require 'gli'


include GLI include GLI::App


version SHOWOFF_VERSION version SHOWOFF_VERSION


Expand Down Expand Up @@ -186,4 +186,4 @@ on_error do |exception|
true true
end end


exit GLI.run(ARGV) exit run(ARGV)
2 changes: 1 addition & 1 deletion showoff.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "redcarpet" s.add_dependency "redcarpet"
s.add_dependency "nokogiri" s.add_dependency "nokogiri"
s.add_dependency "json" s.add_dependency "json"
s.add_dependency "gli",">= 1.3.2" s.add_dependency "gli","~> 2"
s.add_dependency "parslet" s.add_dependency "parslet"
s.add_development_dependency "mg" s.add_development_dependency "mg"
s.description = <<-desc s.description = <<-desc
Expand Down

1 comment on commit ca8b125

@yaing
Copy link

@yaing yaing commented on ca8b125 Jul 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1

Please sign in to comment.