eefgilm.gemspec in eefgilm-1.1.1 vs eefgilm.gemspec in eefgilm-1.1.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Eefgilm::VERSION spec.authors = ["Erik Nilsen", "Marco Lindsay"] spec.email = ["enilsen16@live.com", "lindsay_marco@hotmail.com"] spec.summary = %q{A gem to keep your Gemfile in best practice .} spec.description = %q{Eefgilm is a gem that is written to help keep your gemfile in order. It will alphabetize your gems, remove comments, and remove unnecessary whitespace. } - spec.homepage = "https://github.com/enilsen16/eefgilm" + spec.homepage = "http://enilsen16.github.io/Eefgilm/" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})