Webhose / webzio-ruby

MIT License
1 stars 7 forks source link

gem install Unsuccessful #7

Open qinjker opened 6 years ago

qinjker commented 6 years ago

Gem::Specification.new do |s| s.name = 'webhoseio' s.version = '1.0.0' s.licenses = ['MIT'] s.summary = 'webhose.io client' s.description = 'webhose.io client for Ruby' s.authors = ['Jakub Roman']

add line

s.files = git ls-files.split($/) s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }

add line end

s.require_paths = ["lib"] s.homepage = 'https://webhose.io' end

ttilberg commented 3 years ago

This suggestion looks like it was already added, and this issue can likely be closed.