diff --git a/bin/console b/bin/console index b9b8691..194e266 100755 --- a/bin/console +++ b/bin/console @@ -1,6 +1,5 @@ #!/usr/bin/env ruby -require 'bundler/setup' require 'hscode' require 'pry' diff --git a/bin/hscode b/bin/hscode index 842cfb6..b5f282f 100755 --- a/bin/hscode +++ b/bin/hscode @@ -1,6 +1,5 @@ #!/usr/bin/env ruby -require 'bundler/setup' require 'hscode' Hscode::CliController.call(ARGV) diff --git a/hscode.gemspec b/hscode.gemspec index 36a7947..30121df 100644 --- a/hscode.gemspec +++ b/hscode.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.summary = %q{A HTTP status code lookup command line tool.} spec.description = %q{Quickly look up any status code without leaving your terminal.} - spec.homepage = 'https://github.com/akabiru/hscode' + spec.homepage = 'https://akabiru.github.io/hscode/' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }