Skip to content

Commit

Permalink
Fix gem specs
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufzmly committed Jan 31, 2023
1 parent 57bd045 commit 34dd41e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haste.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34dd41e

Please sign in to comment.