shelltastic.gemspec in shelltastic-0.4.0 vs shelltastic.gemspec in shelltastic-0.5.0

- old
+ new

@@ -6,12 +6,12 @@ Gem::Specification.new do |gem| gem.name = "shelltastic" gem.version = ShellTastic::VERSION gem.authors = ["Bradley Smith"] gem.email = ["bradleydsmith@gmail.com"] - gem.description = %q{Shelltastic is a simple *nix shell wrapper} - gem.summary = %q{Shelltastic is a simple *nix shell wrapper} - gem.homepage = "" + gem.description = %q{Shelltastic is a simple *nix shell wrapper that you can use in your own applications.} + gem.summary = %q{Shelltastic is a simple *nix shell wrapper.} + gem.homepage = "https://github.com/bradleyd/shelltastic" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]