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