From a75c6382a8e4a7b76b8e7136aa14a916e59c8f47 Mon Sep 17 00:00:00 2001 From: Shervin Aflatooni Date: Fri, 24 Oct 2014 01:19:30 +1100 Subject: [PATCH] update gemspec --- feeling_lucky.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/feeling_lucky.gemspec b/feeling_lucky.gemspec index 9adf450..41207a9 100644 --- a/feeling_lucky.gemspec +++ b/feeling_lucky.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ["shervinaflatooni@gmail.com"] spec.summary = %q{Hate NoMethodErrors? Are you feeling lucky?.} spec.description = %q{Do you hate spelling mistakes? Did you forget what you called that method or attribute? Feeling lucky will fix that for you!} - spec.homepage = "" + spec.homepage = "https://github.com/Shervanator/feeling_lucky" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") @@ -18,8 +18,6 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_dependency "interception" - spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec"