Fix typo in gemspec file

This commit is contained in:
Rémi Prévost 2011-10-08 12:01:58 -04:00
parent f996bd3618
commit 2caa6c2375

View File

@ -7,7 +7,7 @@ spec = Gem::Specification.new do |s|
s.homepage = "http://github.com/remiprev/teamocil"
s.summary = "Easy window and split layouts for tmux"
s.description = "Teamocil helps you set up window and splits layouts for tmux using YAML configuration files."
s.files = Dir["lib/**/*.rb", "README.mkd", "LICENSE", "bin/*", "spec/**/*.rb"]
s.files = Dir["lib/**/*.rb", "README.md", "LICENSE", "bin/*", "spec/**/*.rb"]
s.require_path = "lib"
s.executables << "teamocil"