mirror of
https://github.com/seejohnrun/haste-client.git
synced 2025-12-16 00:35:56 +00:00
Fix gem specs
This commit is contained in:
@@ -3,14 +3,14 @@ require File.dirname(__FILE__) + '/lib/haste/version'
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'haste'
|
||||
s.author = 'John Crepezzi'
|
||||
s.author = '@toptal/marketing-tools-2-eng'
|
||||
s.add_development_dependency('rspec')
|
||||
s.add_dependency('json')
|
||||
s.add_dependency('faraday', '~> 0.9')
|
||||
s.description = 'CLI Haste Client'
|
||||
s.license = 'MIT License'
|
||||
s.homepage = 'https://github.com/seejohnrun/haste-client'
|
||||
s.email = 'john.crepezzi@gmail.com'
|
||||
s.homepage = 'https://github.com/toptal/haste-client'
|
||||
s.email = 'support@toptal.com'
|
||||
s.executables = 'haste'
|
||||
s.files = Dir['lib/**/*.rb', 'haste']
|
||||
s.platform = Gem::Platform::RUBY
|
||||
|
||||
Reference in New Issue
Block a user