1
0
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:
Yusuf Yilmaz
2023-01-31 11:48:30 +03:00
parent 57bd045ae9
commit 34dd41eb04

View File

@@ -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