1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2026-01-31 04:57:11 +00:00

gemspec typo

This commit is contained in:
John Crepezzi
2011-11-18 20:27:53 -05:00
parent 6edc98fb82
commit 4b6ccdfe5c

View File

@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
s.name = 'haste'
s.author = 'John Crepezzi'
s.add_development_dependency('rspec')
s.add_dependency('restclient')
s.add_dependency('rest-client')
s.description = 'CLI Haste Client'
s.email = 'john.crepezzi@gmail.com'
s.executables = 'haste'