shelltastic.gemspec in shelltastic-0.2.5 vs shelltastic.gemspec in shelltastic-0.3.0
- old
+ new
@@ -3,14 +3,14 @@
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'shelltastic/version'
Gem::Specification.new do |gem|
gem.name = "shelltastic"
- gem.version = Shelltastic::VERSION
- gem.authors = ["Brad Smith"]
+ gem.version = ShellTastic::VERSION
+ gem.authors = ["Bradley Smith"]
gem.email = ["bradleydsmith@gmail.com"]
- gem.description = %q{Shelltastic is another *nix shell wrapper}
- gem.summary = %q{*nix shell wrapper}
+ gem.description = %q{Shelltastic is a simple *nix shell wrapper}
+ gem.summary = %q{Shelltastic is a simple *nix shell wrapper}
gem.homepage = ""
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)/})