1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-12 14:55:56 +00:00
This commit is contained in:
John Crepezzi
2013-11-16 10:11:29 -05:00
parent 65d221d85c
commit 425c80e318

View File

@@ -4,6 +4,7 @@ require File.dirname(__FILE__) + '/lib/haste/version'
spec = Gem::Specification.new do |s|
s.name = 'haste'
s.author = 'John Crepezzi'
s.add_development_dependency('rake')
s.add_development_dependency('rspec')
s.add_dependency('json')
s.add_dependency('rest-client')